diff --git a/.vs/BWPM/DesignTimeBuild/.dtbcache.v2 b/.vs/BWPM/DesignTimeBuild/.dtbcache.v2 index 67309c6..75c7aec 100644 Binary files a/.vs/BWPM/DesignTimeBuild/.dtbcache.v2 and b/.vs/BWPM/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/BWPM/v16/.suo b/.vs/BWPM/v16/.suo index 840d6aa..1e091fb 100644 Binary files a/.vs/BWPM/v16/.suo and b/.vs/BWPM/v16/.suo differ diff --git a/.vs/BWPM/v17/.suo b/.vs/BWPM/v17/.suo index 8232aa9..f440842 100644 Binary files a/.vs/BWPM/v17/.suo and b/.vs/BWPM/v17/.suo differ diff --git a/.vs/BWPM/v17/fileList.bin b/.vs/BWPM/v17/fileList.bin index 57a36d9..79b2e10 100644 Binary files a/.vs/BWPM/v17/fileList.bin and b/.vs/BWPM/v17/fileList.bin differ diff --git a/APP/obj/Debug/netcoreapp3.1/APP.csproj.AssemblyReference.cache b/APP/obj/Debug/netcoreapp3.1/APP.csproj.AssemblyReference.cache index 35583af..bda4250 100644 Binary files a/APP/obj/Debug/netcoreapp3.1/APP.csproj.AssemblyReference.cache and b/APP/obj/Debug/netcoreapp3.1/APP.csproj.AssemblyReference.cache differ diff --git a/App/obj/Debug/netcoreapp3.1/APP.assets.cache b/App/obj/Debug/netcoreapp3.1/APP.assets.cache index 6c88d09..5da77b5 100644 Binary files a/App/obj/Debug/netcoreapp3.1/APP.assets.cache and b/App/obj/Debug/netcoreapp3.1/APP.assets.cache differ diff --git a/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.assets.cache b/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.assets.cache index d84e56f..54b08e8 100644 Binary files a/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.assets.cache and b/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.assets.cache differ diff --git a/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.csproj.AssemblyReference.cache b/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.csproj.AssemblyReference.cache index 1a2b021..e511b20 100644 Binary files a/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.csproj.AssemblyReference.cache and b/BWPMModelsWebForm/obj/Debug/net5.0/BWPMModelsWebForm.csproj.AssemblyReference.cache differ diff --git a/BlazorApp/Pages/Admin/Teacher/Teacher.razor b/BlazorApp/Pages/Admin/Teacher/Teacher.razor index 1a37d12..e7555d1 100644 --- a/BlazorApp/Pages/Admin/Teacher/Teacher.razor +++ b/BlazorApp/Pages/Admin/Teacher/Teacher.razor @@ -14,6 +14,7 @@

Lehrer

+
@@ -22,11 +23,11 @@ - + @* *@ - + - + @@ -38,8 +39,10 @@ - - +@**@ + +@* +*@ @* @@ -52,7 +55,7 @@ *@ - + @@ -113,6 +116,7 @@ public List Lehrers { get; set; } public List TmpLehrer { get; set; } public List Users { get; set; } + public List Schulhaus { get; set; } string userid = ""; public static int? pkey { get; set; } public bool Initial { get; set; } = true; @@ -126,6 +130,7 @@ { /// GridData = OrdersDetails.GetAllRecords(); GridData = BlazorApp.Controller.LehrerController.GetAllData(); + Schulhaus = BlazorApp.Controller.SchulhausController.GetAllData(); } protected override async Task OnAfterRenderAsync(bool firstRender) diff --git a/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.dll b/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.dll index 115ccf9..19dab49 100644 Binary files a/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.dll and b/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.pdb b/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.pdb index 73284a4..684d26d 100644 Binary files a/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.pdb and b/BlazorApp/bin/Debug/net5.0/BlazorApp.Views.pdb differ diff --git a/BlazorApp/bin/Debug/net5.0/BlazorApp.dll b/BlazorApp/bin/Debug/net5.0/BlazorApp.dll index b439942..f8a9c90 100644 Binary files a/BlazorApp/bin/Debug/net5.0/BlazorApp.dll and b/BlazorApp/bin/Debug/net5.0/BlazorApp.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/BlazorApp.pdb b/BlazorApp/bin/Debug/net5.0/BlazorApp.pdb index ed1fcf0..55dcc67 100644 Binary files a/BlazorApp/bin/Debug/net5.0/BlazorApp.pdb and b/BlazorApp/bin/Debug/net5.0/BlazorApp.pdb differ diff --git a/BlazorApp/bin/Debug/net5.0/ar/BlazorApp.resources.dll b/BlazorApp/bin/Debug/net5.0/ar/BlazorApp.resources.dll index 9645718..772c2c5 100644 Binary files a/BlazorApp/bin/Debug/net5.0/ar/BlazorApp.resources.dll and b/BlazorApp/bin/Debug/net5.0/ar/BlazorApp.resources.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/de/BlazorApp.resources.dll b/BlazorApp/bin/Debug/net5.0/de/BlazorApp.resources.dll index 846bd5e..354735a 100644 Binary files a/BlazorApp/bin/Debug/net5.0/de/BlazorApp.resources.dll and b/BlazorApp/bin/Debug/net5.0/de/BlazorApp.resources.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/en-US/BlazorApp.resources.dll b/BlazorApp/bin/Debug/net5.0/en-US/BlazorApp.resources.dll index 7d54535..9911527 100644 Binary files a/BlazorApp/bin/Debug/net5.0/en-US/BlazorApp.resources.dll and b/BlazorApp/bin/Debug/net5.0/en-US/BlazorApp.resources.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/fr-CH/BlazorApp.resources.dll b/BlazorApp/bin/Debug/net5.0/fr-CH/BlazorApp.resources.dll index 127f039..fb4ba96 100644 Binary files a/BlazorApp/bin/Debug/net5.0/fr-CH/BlazorApp.resources.dll and b/BlazorApp/bin/Debug/net5.0/fr-CH/BlazorApp.resources.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/ref/BlazorApp.dll b/BlazorApp/bin/Debug/net5.0/ref/BlazorApp.dll index 5cac184..2fd6196 100644 Binary files a/BlazorApp/bin/Debug/net5.0/ref/BlazorApp.dll and b/BlazorApp/bin/Debug/net5.0/ref/BlazorApp.dll differ diff --git a/BlazorApp/bin/Debug/net5.0/zh/BlazorApp.resources.dll b/BlazorApp/bin/Debug/net5.0/zh/BlazorApp.resources.dll index ba2e015..0fb1838 100644 Binary files a/BlazorApp/bin/Debug/net5.0/zh/BlazorApp.resources.dll and b/BlazorApp/bin/Debug/net5.0/zh/BlazorApp.resources.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.dll b/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.dll index 115ccf9..19dab49 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.dll and b/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.pdb b/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.pdb index 73284a4..684d26d 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.pdb and b/BlazorApp/obj/Debug/net5.0/BlazorApp.Views.pdb differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.assets.cache b/BlazorApp/obj/Debug/net5.0/BlazorApp.assets.cache index 41375b4..a1e18ed 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.assets.cache and b/BlazorApp/obj/Debug/net5.0/BlazorApp.assets.cache differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.csproj.AssemblyReference.cache b/BlazorApp/obj/Debug/net5.0/BlazorApp.csproj.AssemblyReference.cache index ba6863a..8a81ac5 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.csproj.AssemblyReference.cache and b/BlazorApp/obj/Debug/net5.0/BlazorApp.csproj.AssemblyReference.cache differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.dll b/BlazorApp/obj/Debug/net5.0/BlazorApp.dll index b439942..f8a9c90 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.dll and b/BlazorApp/obj/Debug/net5.0/BlazorApp.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/BlazorApp.pdb b/BlazorApp/obj/Debug/net5.0/BlazorApp.pdb index ed1fcf0..55dcc67 100644 Binary files a/BlazorApp/obj/Debug/net5.0/BlazorApp.pdb and b/BlazorApp/obj/Debug/net5.0/BlazorApp.pdb differ diff --git a/BlazorApp/obj/Debug/net5.0/Razor/Pages/Admin/Teacher/Teacher.razor.g.cs b/BlazorApp/obj/Debug/net5.0/Razor/Pages/Admin/Teacher/Teacher.razor.g.cs index 19f646b..35d59de 100644 --- a/BlazorApp/obj/Debug/net5.0/Razor/Pages/Admin/Teacher/Teacher.razor.g.cs +++ b/BlazorApp/obj/Debug/net5.0/Razor/Pages/Admin/Teacher/Teacher.razor.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7e375376e574629168b45eb572ba9482d66d907b" +#pragma checksum "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9163494c7aa34e2edcb0e24df6e12bd0444c1c55" // #pragma warning disable 1591 namespace BlazorApp.Pages.Admin.Teacher @@ -326,70 +326,48 @@ using BlazorApp.Controller; __builder2.OpenComponent(30); __builder2.AddAttribute(31, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => { __builder3.OpenComponent(32); - __builder3.AddAttribute(33, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(33, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - ColumnType.CheckBox - -#line default -#line hidden -#nullable disable - )); - __builder3.AddAttribute(34, "AllowFiltering", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( -#nullable restore -#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - false - -#line default -#line hidden -#nullable disable - )); - __builder3.AddAttribute(35, "AllowSorting", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( -#nullable restore -#line 25 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - false +#line 27 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + nameof(Lehrer.ID) #line default #line hidden #nullable disable )); - __builder3.AddAttribute(36, "Width", "60"); - __builder3.CloseComponent(); - __builder3.AddMarkupContent(37, "\r\n\r\n"); - __builder3.OpenComponent(38); - __builder3.AddAttribute(39, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(34, "HeaderText", "Id"); + __builder3.AddAttribute(35, "IsPrimaryKey", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 27 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - nameof(Lehrer.ID) + true #line default #line hidden #nullable disable )); - __builder3.AddAttribute(40, "HeaderText", "Id"); - __builder3.AddAttribute(41, "IsPrimaryKey", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(36, "AllowAdding", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 27 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - true + false #line default #line hidden #nullable disable )); - __builder3.AddAttribute(42, "AllowAdding", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(37, "Width", "60"); + __builder3.AddAttribute(38, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 27 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - false + true #line default #line hidden #nullable disable )); - __builder3.AddAttribute(43, "Width", "60"); __builder3.CloseComponent(); - __builder3.AddMarkupContent(44, "\r\n\r\n"); - __builder3.OpenComponent(45); - __builder3.AddAttribute(46, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(39, "\r\n\r\n"); + __builder3.OpenComponent(40); + __builder3.AddAttribute(41, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 29 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.anredeID) @@ -398,21 +376,21 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(47, "HeaderText", "Anredeid"); - __builder3.AddAttribute(48, "Width", "100"); - __builder3.AddAttribute(49, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(42, "HeaderText", "Anredeid"); + __builder3.AddAttribute(43, "Width", "100"); + __builder3.AddAttribute(44, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 29 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - true + false #line default #line hidden #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(50, "\r\n\r\n"); - __builder3.OpenComponent(51); - __builder3.AddAttribute(52, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(45, "\r\n\r\n"); + __builder3.OpenComponent(46); + __builder3.AddAttribute(47, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 31 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.name) @@ -421,9 +399,9 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(53, "HeaderText", "Name"); - __builder3.AddAttribute(54, "Width", "100"); - __builder3.AddAttribute(55, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(48, "HeaderText", "Name"); + __builder3.AddAttribute(49, "Width", "100"); + __builder3.AddAttribute(50, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 31 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" true @@ -433,9 +411,9 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(56, "\r\n\r\n"); - __builder3.OpenComponent(57); - __builder3.AddAttribute(58, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(51, "\r\n\r\n"); + __builder3.OpenComponent(52); + __builder3.AddAttribute(53, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 33 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.vorname) @@ -444,9 +422,9 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(59, "HeaderText", "Vorname"); - __builder3.AddAttribute(60, "Width", "100"); - __builder3.AddAttribute(61, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(54, "HeaderText", "Vorname"); + __builder3.AddAttribute(55, "Width", "100"); + __builder3.AddAttribute(56, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 33 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" true @@ -456,9 +434,9 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(62, "\r\n\r\n"); - __builder3.OpenComponent(63); - __builder3.AddAttribute(64, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(57, "\r\n\r\n"); + __builder3.OpenComponent(58); + __builder3.AddAttribute(59, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 35 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.tel) @@ -467,9 +445,9 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(65, "HeaderText", "Tel"); - __builder3.AddAttribute(66, "Width", "100"); - __builder3.AddAttribute(67, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(60, "HeaderText", "Tel"); + __builder3.AddAttribute(61, "Width", "100"); + __builder3.AddAttribute(62, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 35 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" true @@ -479,9 +457,9 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(68, "\r\n\r\n"); - __builder3.OpenComponent(69); - __builder3.AddAttribute(70, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(63, "\r\n\r\n"); + __builder3.OpenComponent(64); + __builder3.AddAttribute(65, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 37 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.handy) @@ -490,9 +468,9 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(71, "HeaderText", "Handy"); - __builder3.AddAttribute(72, "Width", "100"); - __builder3.AddAttribute(73, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(66, "HeaderText", "Handy"); + __builder3.AddAttribute(67, "Width", "100"); + __builder3.AddAttribute(68, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 37 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" true @@ -502,9 +480,9 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(74, "\r\n\r\n"); - __builder3.OpenComponent(75); - __builder3.AddAttribute(76, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(69, "\r\n\r\n"); + __builder3.OpenComponent(70); + __builder3.AddAttribute(71, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 39 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.email) @@ -513,9 +491,9 @@ using BlazorApp.Controller; #line hidden #nullable disable )); - __builder3.AddAttribute(77, "HeaderText", "Email"); - __builder3.AddAttribute(78, "Width", "100"); - __builder3.AddAttribute(79, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(72, "HeaderText", "Email"); + __builder3.AddAttribute(73, "Width", "100"); + __builder3.AddAttribute(74, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore #line 39 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" true @@ -525,73 +503,84 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(80, "\r\n\r\n"); - __builder3.OpenComponent(81); - __builder3.AddAttribute(82, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(75, "\r\n\r\n "); + __Blazor.BlazorApp.Pages.Admin.Teacher.Teacher.TypeInference.CreateGridForeignColumn_1(__builder3, 76, 77, #nullable restore -#line 41 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - nameof(Lehrer.schulhausID) +#line 42 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + nameof(Lehrer.schulhausID) #line default #line hidden #nullable disable - )); - __builder3.AddAttribute(83, "HeaderText", "Schulhausid"); - __builder3.AddAttribute(84, "Width", "100"); - __builder3.AddAttribute(85, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + , 78, "Schulhaus", 79, #nullable restore -#line 41 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - true +#line 42 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + nameof(BWPMModels.Schulhaus.bezeichnung) #line default #line hidden #nullable disable - )); - __builder3.CloseComponent(); - __builder3.AddMarkupContent(86, "\r\n\r\n\r\n"); - __builder3.OpenComponent(87); - __builder3.AddAttribute(88, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + , 80, #nullable restore -#line 55 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 42 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + nameof(BWPMModels.Schulhaus.ID) + +#line default +#line hidden +#nullable disable + , 81, +#nullable restore +#line 42 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + Schulhaus + +#line default +#line hidden +#nullable disable + , 82, "100"); + __builder3.AddMarkupContent(83, "\r\n\r\n"); + __builder3.OpenComponent(84); + __builder3.AddAttribute(85, "Field", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( +#nullable restore +#line 57 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" nameof(Lehrer.userid) #line default #line hidden #nullable disable )); - __builder3.AddAttribute(89, "HeaderText", "Userid"); - __builder3.AddAttribute(90, "Width", "100"); - __builder3.AddAttribute(91, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddAttribute(86, "HeaderText", "Userid"); + __builder3.AddAttribute(87, "Width", "100"); + __builder3.AddAttribute(88, "Visible", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 55 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" - true +#line 57 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + false #line default #line hidden #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(92, "\r\n\r\n "); - __builder3.OpenComponent(93); - __builder3.AddAttribute(94, "HeaderText", "Funktionen"); - __builder3.AddAttribute(95, "Width", "150"); - __builder3.AddAttribute(96, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder4) => { - __builder4.OpenComponent(97); - __builder4.AddAttribute(98, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder5) => { - __builder5.OpenComponent(99); - __builder5.AddAttribute(100, "Title", "Lehrer-Daten"); - __builder5.AddAttribute(101, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( -#nullable restore -#line 59 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + __builder3.AddMarkupContent(89, "\r\n\r\n "); + __builder3.OpenComponent(90); + __builder3.AddAttribute(91, "HeaderText", "Funktionen"); + __builder3.AddAttribute(92, "Width", "150"); + __builder3.AddAttribute(93, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder4) => { + __builder4.OpenComponent(94); + __builder4.AddAttribute(95, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder5) => { + __builder5.OpenComponent(96); + __builder5.AddAttribute(97, "Title", "Lehrer-Daten"); + __builder5.AddAttribute(98, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( +#nullable restore +#line 61 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" CommandButtonType.None #line default #line hidden #nullable disable )); - __builder5.AddAttribute(102, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddAttribute(99, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 59 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 61 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" new CommandButtonOptions() {IconCss="fas fa-pen", CssClass="e-flat" } #line default @@ -599,21 +588,21 @@ using BlazorApp.Controller; #nullable disable )); __builder5.CloseComponent(); - __builder5.AddMarkupContent(103, "\r\n "); - __builder5.OpenComponent(104); - __builder5.AddAttribute(105, "Title", "Schüler-Daten"); - __builder5.AddAttribute(106, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddMarkupContent(100, "\r\n "); + __builder5.OpenComponent(101); + __builder5.AddAttribute(102, "Title", "Schüler-Daten"); + __builder5.AddAttribute(103, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 60 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 62 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" CommandButtonType.None #line default #line hidden #nullable disable )); - __builder5.AddAttribute(107, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddAttribute(104, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 60 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 62 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" new CommandButtonOptions() {IconCss="fas fa-user", CssClass="e-flat" } #line default @@ -621,21 +610,21 @@ using BlazorApp.Controller; #nullable disable )); __builder5.CloseComponent(); - __builder5.AddMarkupContent(108, "\r\n\r\n "); - __builder5.OpenComponent(109); - __builder5.AddAttribute(110, "Title", "Löschen"); - __builder5.AddAttribute(111, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddMarkupContent(105, "\r\n\r\n "); + __builder5.OpenComponent(106); + __builder5.AddAttribute(107, "Title", "Löschen"); + __builder5.AddAttribute(108, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 62 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 64 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" CommandButtonType.None #line default #line hidden #nullable disable )); - __builder5.AddAttribute(112, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddAttribute(109, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 62 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 64 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" new CommandButtonOptions() {IconCss="e-icons e-delete", CssClass="e-flat" } #line default @@ -643,21 +632,21 @@ using BlazorApp.Controller; #nullable disable )); __builder5.CloseComponent(); - __builder5.AddMarkupContent(113, "\r\n "); - __builder5.OpenComponent(114); - __builder5.AddAttribute(115, "Title", "EMail"); - __builder5.AddAttribute(116, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddMarkupContent(110, "\r\n "); + __builder5.OpenComponent(111); + __builder5.AddAttribute(112, "Title", "EMail"); + __builder5.AddAttribute(113, "Type", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 63 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 65 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" CommandButtonType.None #line default #line hidden #nullable disable )); - __builder5.AddAttribute(117, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder5.AddAttribute(114, "ButtonOption", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 63 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 65 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" new CommandButtonOptions() {IconCss="e-icons e-mail", CssClass="e-flat" } #line default @@ -675,7 +664,7 @@ using BlazorApp.Controller; )); __builder2.CloseComponent(); } - , 118, (__value) => { + , 115, (__value) => { #nullable restore #line 20 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" Grid = __value; @@ -688,42 +677,42 @@ using BlazorApp.Controller; __builder.CloseElement(); __builder.CloseElement(); __builder.CloseElement(); - __builder.AddMarkupContent(119, "\r\n"); - __builder.OpenElement(120, "div"); - __builder.AddAttribute(121, "class", "col-lg-12 control-section toast-default-section"); - __builder.OpenComponent(122); - __builder.AddAttribute(123, "ID", "toast_default"); - __builder.AddAttribute(124, "Content", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( -#nullable restore -#line 73 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" + __builder.AddMarkupContent(116, "\r\n"); + __builder.OpenElement(117, "div"); + __builder.AddAttribute(118, "class", "col-lg-12 control-section toast-default-section"); + __builder.OpenComponent(119); + __builder.AddAttribute(120, "ID", "toast_default"); + __builder.AddAttribute(121, "Content", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( +#nullable restore +#line 75 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" ToastContent #line default #line hidden #nullable disable )); - __builder.AddAttribute(125, "Timeout", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder.AddAttribute(122, "Timeout", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 73 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 75 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" 5000 #line default #line hidden #nullable disable )); - __builder.AddAttribute(126, "Icon", "e-meeting"); - __builder.AddAttribute(127, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => { - __builder2.OpenComponent(128); - __builder2.AddAttribute(129, "X", "Right"); - __builder2.AddAttribute(130, "Y", "Bottom"); + __builder.AddAttribute(123, "Icon", "e-meeting"); + __builder.AddAttribute(124, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => { + __builder2.OpenComponent(125); + __builder2.AddAttribute(126, "X", "Right"); + __builder2.AddAttribute(127, "Y", "Bottom"); __builder2.CloseComponent(); - __builder2.AddMarkupContent(131, "\r\n "); - __builder2.OpenComponent(132); - __builder2.AddAttribute(133, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => { - __builder3.OpenComponent(134); - __builder3.AddAttribute(135, "Effect", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder2.AddMarkupContent(128, "\r\n "); + __builder2.OpenComponent(129); + __builder2.AddAttribute(130, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => { + __builder3.OpenComponent(131); + __builder3.AddAttribute(132, "Effect", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 76 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 78 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" ShowAnimation #line default @@ -731,11 +720,11 @@ using BlazorApp.Controller; #nullable disable )); __builder3.CloseComponent(); - __builder3.AddMarkupContent(136, "\r\n "); - __builder3.OpenComponent(137); - __builder3.AddAttribute(138, "Effect", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( + __builder3.AddMarkupContent(133, "\r\n "); + __builder3.OpenComponent(134); + __builder3.AddAttribute(135, "Effect", global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck( #nullable restore -#line 77 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 79 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" HideAnimation #line default @@ -748,9 +737,9 @@ using BlazorApp.Controller; __builder2.CloseComponent(); } )); - __builder.AddComponentReferenceCapture(139, (__value) => { + __builder.AddComponentReferenceCapture(136, (__value) => { #nullable restore -#line 73 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 75 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" ToastObj = (Syncfusion.Blazor.Notifications.SfToast)__value; #line default @@ -760,13 +749,13 @@ using BlazorApp.Controller; ); __builder.CloseComponent(); __builder.CloseElement(); - __builder.AddMarkupContent(140, "\r\n"); - __builder.AddMarkupContent(141, "\r\n"); - __builder.AddMarkupContent(142, ""); + __builder.AddMarkupContent(137, "\r\n"); + __builder.AddMarkupContent(138, "\r\n"); + __builder.AddMarkupContent(139, ""); } #pragma warning restore 1998 #nullable restore -#line 100 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 102 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" SfToast ToastObj; private string ToastPosition = "Right"; @@ -778,7 +767,7 @@ using BlazorApp.Controller; #line hidden #nullable disable #nullable restore -#line 108 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 110 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" private DialogSettings DialogParams = new DialogSettings { Width = "450px", Height = "750px" }; @@ -787,6 +776,7 @@ using BlazorApp.Controller; public List Lehrers { get; set; } public List TmpLehrer { get; set; } public List Users { get; set; } + public List Schulhaus { get; set; } string userid = ""; public static int? pkey { get; set; } public bool Initial { get; set; } = true; @@ -800,6 +790,7 @@ using BlazorApp.Controller; { /// GridData = OrdersDetails.GetAllRecords(); GridData = BlazorApp.Controller.LehrerController.GetAllData(); + Schulhaus = BlazorApp.Controller.SchulhausController.GetAllData(); } protected override async Task OnAfterRenderAsync(bool firstRender) @@ -987,6 +978,17 @@ namespace __Blazor.BlazorApp.Pages.Admin.Teacher.Teacher __builder.AddComponentReferenceCapture(__seq5, (__value) => { __arg5((global::Syncfusion.Blazor.Grids.SfGrid)__value); }); __builder.CloseComponent(); } + public static void CreateGridForeignColumn_1(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, global::System.String __arg0, int __seq1, global::System.String __arg1, int __seq2, global::System.String __arg2, int __seq3, global::System.String __arg3, int __seq4, global::System.Collections.Generic.IEnumerable __arg4, int __seq5, global::System.String __arg5) + { + __builder.OpenComponent>(seq); + __builder.AddAttribute(__seq0, "Field", __arg0); + __builder.AddAttribute(__seq1, "HeaderText", __arg1); + __builder.AddAttribute(__seq2, "ForeignKeyValue", __arg2); + __builder.AddAttribute(__seq3, "ForeignKeyField", __arg3); + __builder.AddAttribute(__seq4, "ForeignDataSource", __arg4); + __builder.AddAttribute(__seq5, "Width", __arg5); + __builder.CloseComponent(); + } } } #pragma warning restore 1591 diff --git a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.dll b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.dll index a91f708..1de0bc5 100644 Binary files a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.dll and b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.pdb b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.pdb index 255a9a9..b14601b 100644 Binary files a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.pdb and b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/BlazorApp.pdb differ diff --git a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/Pages/Admin/Teacher/Teacher.razor.g.cs b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/Pages/Admin/Teacher/Teacher.razor.g.cs index fad765a..02b84b3 100644 --- a/BlazorApp/obj/Debug/net5.0/RazorDeclaration/Pages/Admin/Teacher/Teacher.razor.g.cs +++ b/BlazorApp/obj/Debug/net5.0/RazorDeclaration/Pages/Admin/Teacher/Teacher.razor.g.cs @@ -189,7 +189,7 @@ using BlazorApp.Controller; } #pragma warning restore 1998 #nullable restore -#line 100 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 102 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" SfToast ToastObj; private string ToastPosition = "Right"; @@ -201,7 +201,7 @@ using BlazorApp.Controller; #line hidden #nullable disable #nullable restore -#line 108 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" +#line 110 "E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Admin\Teacher\Teacher.razor" private DialogSettings DialogParams = new DialogSettings { Width = "450px", Height = "750px" }; @@ -210,6 +210,7 @@ using BlazorApp.Controller; public List Lehrers { get; set; } public List TmpLehrer { get; set; } public List Users { get; set; } + public List Schulhaus { get; set; } string userid = ""; public static int? pkey { get; set; } public bool Initial { get; set; } = true; @@ -223,6 +224,7 @@ using BlazorApp.Controller; { /// GridData = OrdersDetails.GetAllRecords(); GridData = BlazorApp.Controller.LehrerController.GetAllData(); + Schulhaus = BlazorApp.Controller.SchulhausController.GetAllData(); } protected override async Task OnAfterRenderAsync(bool firstRender) diff --git a/BlazorApp/obj/Debug/net5.0/ar/BlazorApp.resources.dll b/BlazorApp/obj/Debug/net5.0/ar/BlazorApp.resources.dll index 9645718..772c2c5 100644 Binary files a/BlazorApp/obj/Debug/net5.0/ar/BlazorApp.resources.dll and b/BlazorApp/obj/Debug/net5.0/ar/BlazorApp.resources.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/de/BlazorApp.resources.dll b/BlazorApp/obj/Debug/net5.0/de/BlazorApp.resources.dll index 846bd5e..354735a 100644 Binary files a/BlazorApp/obj/Debug/net5.0/de/BlazorApp.resources.dll and b/BlazorApp/obj/Debug/net5.0/de/BlazorApp.resources.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/en-US/BlazorApp.resources.dll b/BlazorApp/obj/Debug/net5.0/en-US/BlazorApp.resources.dll index 7d54535..9911527 100644 Binary files a/BlazorApp/obj/Debug/net5.0/en-US/BlazorApp.resources.dll and b/BlazorApp/obj/Debug/net5.0/en-US/BlazorApp.resources.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/fr-CH/BlazorApp.resources.dll b/BlazorApp/obj/Debug/net5.0/fr-CH/BlazorApp.resources.dll index 127f039..fb4ba96 100644 Binary files a/BlazorApp/obj/Debug/net5.0/fr-CH/BlazorApp.resources.dll and b/BlazorApp/obj/Debug/net5.0/fr-CH/BlazorApp.resources.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/project.razor.json b/BlazorApp/obj/Debug/net5.0/project.razor.json index 6cd804b..fe200dd 100644 --- a/BlazorApp/obj/Debug/net5.0/project.razor.json +++ b/BlazorApp/obj/Debug/net5.0/project.razor.json @@ -1 +1 @@ -{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\BlazorApp.csproj","Configuration":{"ConfigurationName":"MVC-3.0","LanguageVersion":"5.0","Extensions":[{"ExtensionName":"MVC-3.0"}]},"ProjectWorkspaceState":{"TagHelpers":[{"HashCode":262931906,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ListBase"}},{"HashCode":745540467,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.ListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ListBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1791308436,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Anrede.Anrede","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Anrede"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Anrede.Anrede"}},{"HashCode":1879493134,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Anrede.Anrede","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Anrede.Anrede"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Anrede.Anrede","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":424930098,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zuteilung"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung"}},{"HashCode":-1645872100,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":170940560,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.UserListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.UserListBase"}},{"HashCode":-774999472,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.UserListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.UserListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.UserListBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1196000685,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Beruf.BerufListe","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BerufListe"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Beruf.BerufListe"}},{"HashCode":974715167,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Beruf.BerufListe","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Beruf.BerufListe"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Beruf.BerufListe","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":719025640,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KlassentypList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList"}},{"HashCode":362068399,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1516430931,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserRollen"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen"}},{"HashCode":232285433,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1815598324,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AspNetUserRolle"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle"}},{"HashCode":-616899573,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":611673006,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AspNetUsers"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers"}},{"HashCode":1032521769,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2131485386,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zeitenlist"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist"}},{"HashCode":-903619557,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1726377402,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Teacher"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Teacher.Teacher"}},{"HashCode":1692826051,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Teacher.Teacher"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Teacher.Teacher","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-170806341,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SchulhausList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList"}},{"HashCode":-2120584685,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1942074019,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ScriptGenerator","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScriptGenerator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ScriptGenerator"}},{"HashCode":-1962426380,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ScriptGenerator","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.ScriptGenerator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ScriptGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":16116371,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Company"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Company.Company"}},{"HashCode":1600757960,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Company.Company"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Company.Company","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1741770110,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Student.Student","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Student"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Student.Student"}},{"HashCode":-135777937,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Student.Student","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Student.Student"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Student.Student","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610629641,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Optionen.OptionenList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OptionenList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Optionen.OptionenList"}},{"HashCode":1991794034,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Optionen.OptionenList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Optionen.OptionenList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Optionen.OptionenList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1017578492,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.User.UserList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.User.UserList"}},{"HashCode":1983929545,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.User.UserList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.User.UserList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.User.UserList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1978866009,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Test","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Test"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Test"}},{"HashCode":693195204,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Test","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Test"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Test","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1049490587,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Berufsangebot","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Berufsangebot"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Berufsangebot"}},{"HashCode":-842101791,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Berufsangebot","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Berufsangebot"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Berufsangebot","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-788597901,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dashboard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Dashboard"}},{"HashCode":-877157955,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Dashboard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Dashboard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1177233674,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.CompanyContact","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CompanyContact"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.CompanyContact"}},{"HashCode":-1708709525,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.CompanyContact","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.CompanyContact"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.CompanyContact","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1270420262,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Company"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Company"}},{"HashCode":-391451700,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Company"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Company","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1007999859,"Kind":"Components.Component","Name":"BlazorApp.Pages.ShowConfig","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShowConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.ShowConfig"}},{"HashCode":-720899830,"Kind":"Components.Component","Name":"BlazorApp.Pages.ShowConfig","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.ShowConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.ShowConfig","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-28543205,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.TeacherStudent","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TeacherStudent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.TeacherStudent"}},{"HashCode":-1471007756,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.TeacherStudent","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.TeacherStudent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.TeacherStudent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1388504485,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dashboard"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Dashboard"}},{"HashCode":-556007441,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.Dashboard"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Dashboard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1531009464,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.LBDemo","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LBDemo"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.LBDemo"}},{"HashCode":-1028582348,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.LBDemo","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.LBDemo"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.LBDemo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":425811413,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Teacher"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Teacher"}},{"HashCode":-1905408734,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.Teacher"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Teacher","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-891376953,"Kind":"Components.Component","Name":"BlazorApp.Pages.FetchData","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.FetchData"}},{"HashCode":77442737,"Kind":"Components.Component","Name":"BlazorApp.Pages.FetchData","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.FetchData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-577051830,"Kind":"Components.Component","Name":"BlazorApp.Pages.Administration","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Administration"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Administration"}},{"HashCode":379736598,"Kind":"Components.Component","Name":"BlazorApp.Pages.Administration","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Administration"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Administration","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1959485522,"Kind":"Components.Component","Name":"BlazorApp.Pages.Index","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Index"}},{"HashCode":53475371,"Kind":"Components.Component","Name":"BlazorApp.Pages.Index","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Index","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2010628614,"Kind":"Components.Component","Name":"BlazorApp.Pages.Buttons","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Buttons"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Buttons"}},{"HashCode":706031800,"Kind":"Components.Component","Name":"BlazorApp.Pages.Buttons","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Buttons"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Buttons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1357618420,"Kind":"Components.Component","Name":"BlazorApp.Pages.Reporting.Reporting","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Reporting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReportNr","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportNr"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Reporting.Reporting"}},{"HashCode":1237452557,"Kind":"Components.Component","Name":"BlazorApp.Pages.Reporting.Reporting","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Reporting.Reporting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReportNr","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportNr"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Reporting.Reporting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":60435455,"Kind":"Components.Component","Name":"BlazorApp.Pages.Counter","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Counter"}},{"HashCode":1112980309,"Kind":"Components.Component","Name":"BlazorApp.Pages.Counter","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Counter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1062085587,"Kind":"Components.Component","Name":"BlazorApp.Pages.Component","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Component"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Component"}},{"HashCode":651481207,"Kind":"Components.Component","Name":"BlazorApp.Pages.Component","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Component"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Component","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-158255483,"Kind":"Components.Component","Name":"BlazorApp.Shared.SampleBaseComponent","AssemblyName":"BlazorApp","Documentation":"\r\n \r\n A base component to perform common functionalities.\r\n \r\n\r\n","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SampleBaseComponent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SampleBaseComponent"}},{"HashCode":2008735593,"Kind":"Components.Component","Name":"BlazorApp.Shared.SampleBaseComponent","AssemblyName":"BlazorApp","Documentation":"\r\n \r\n A base component to perform common functionalities.\r\n \r\n\r\n","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.SampleBaseComponent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SampleBaseComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248439081,"Kind":"Components.Component","Name":"BlazorApp.Shared.MainLayout","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.MainLayout"}},{"HashCode":1995484576,"Kind":"Components.Component","Name":"BlazorApp.Shared.MainLayout","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.MainLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":318930202,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.MainLayout.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.MainLayout.Body","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-690777284,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.MainLayout.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"BlazorApp.Shared.MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.MainLayout.Body","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1310803113,"Kind":"Components.Component","Name":"BlazorApp.Shared.SurveyPrompt","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SurveyPrompt"}},{"HashCode":-2097144891,"Kind":"Components.Component","Name":"BlazorApp.Shared.SurveyPrompt","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SurveyPrompt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-973639046,"Kind":"Components.Component","Name":"BlazorApp.Shared.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.Login"}},{"HashCode":826778725,"Kind":"Components.Component","Name":"BlazorApp.Shared.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.Login","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-360036312,"Kind":"Components.Component","Name":"BlazorApp.Shared.NavMenu","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.NavMenu"}},{"HashCode":-1673835224,"Kind":"Components.Component","Name":"BlazorApp.Shared.NavMenu","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.NavMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.NavMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":80329300,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.NavMenu.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"NavMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.NavMenu.Body","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120742613,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.NavMenu.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"BlazorApp.Shared.NavMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.NavMenu.Body","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-719437060,"Kind":"Components.Component","Name":"BlazorApp.Areas.Identity.Pages.Account.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Areas.Identity.Pages.Account.Login"}},{"HashCode":-134460165,"Kind":"Components.Component","Name":"BlazorApp.Areas.Identity.Pages.Account.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Areas.Identity.Pages.Account.Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Areas.Identity.Pages.Account.Login","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224849593,"Kind":"Components.Component","Name":"BlazorApp.App","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.App"}},{"HashCode":-1077845890,"Kind":"Components.Component","Name":"BlazorApp.App","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.App","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1570376398,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}},{"HashCode":-1317134907,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-61401565,"Kind":"Components.Component","Name":"Radzen.RadzenComponentWithChildren","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenComponentWithChildren"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponentWithChildren"}},{"HashCode":-1434733042,"Kind":"Components.Component","Name":"Radzen.RadzenComponentWithChildren","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.RadzenComponentWithChildren"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponentWithChildren","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":266872681,"Kind":"Components.ChildContent","Name":"Radzen.RadzenComponentWithChildren.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenComponentWithChildren"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.RadzenComponentWithChildren.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1546947596,"Kind":"Components.ChildContent","Name":"Radzen.RadzenComponentWithChildren.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.RadzenComponentWithChildren"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.RadzenComponentWithChildren.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854928397,"Kind":"Components.Component","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataBoundFormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DataBoundFormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DataBoundFormComponent","Components.GenericTyped":"True"}},{"HashCode":-1461582887,"Kind":"Components.Component","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DataBoundFormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DataBoundFormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DataBoundFormComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-957477760,"Kind":"Components.Component","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DropDownBase","Components.GenericTyped":"True"}},{"HashCode":-1999760184,"Kind":"Components.Component","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DropDownBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1558172060,"Kind":"Components.ChildContent","Name":"Radzen.DropDownBase.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"DropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.DropDownBase.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-748385308,"Kind":"Components.ChildContent","Name":"Radzen.DropDownBase.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.DropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.DropDownBase.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1974498659,"Kind":"Components.Component","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.FormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.FormComponent","Components.GenericTyped":"True"}},{"HashCode":-422301397,"Kind":"Components.Component","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.FormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.FormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.FormComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833614765,"Kind":"Components.Component","Name":"Radzen.PagedDataBoundComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.PagedDataBoundComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.PagedDataBoundComponent","Components.GenericTyped":"True"}},{"HashCode":-1736658024,"Kind":"Components.Component","Name":"Radzen.PagedDataBoundComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.PagedDataBoundComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.PagedDataBoundComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011662643,"Kind":"Components.ChildContent","Name":"Radzen.PagedDataBoundComponent.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.PagedDataBoundComponent.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1742614366,"Kind":"Components.ChildContent","Name":"Radzen.PagedDataBoundComponent.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.PagedDataBoundComponent.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":486030445,"Kind":"Components.Component","Name":"Radzen.RadzenComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponent"}},{"HashCode":-387732159,"Kind":"Components.Component","Name":"Radzen.RadzenComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.RadzenComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248910488,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCompareValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCompareValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Radzen.Blazor.CompareOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCompareValidator"}},{"HashCode":405478067,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCompareValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCompareValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Radzen.Blazor.CompareOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCompareValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1033265504,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenEmailValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenEmailValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenEmailValidator"}},{"HashCode":-2059610020,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenEmailValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenEmailValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenEmailValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1308888327,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLengthValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLengthValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLengthValidator"}},{"HashCode":2114101419,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLengthValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLengthValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLengthValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-401432490,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumericRangeValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumericRangeValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumericRangeValidator"}},{"HashCode":532994785,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumericRangeValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumericRangeValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumericRangeValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":798720662,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRegexValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRegexValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRegexValidator"}},{"HashCode":238672022,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRegexValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRegexValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRegexValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1700018403,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRequiredValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRequiredValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRequiredValidator"}},{"HashCode":824116365,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRequiredValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRequiredValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRequiredValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2044159970,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTemplateForm","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenTemplateForm component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TItem","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Submit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Submit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"InvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Method","TypeName":"System.String","Metadata":{"Common.PropertyName":"Method"}},{"Kind":"Components.Component","Name":"Action","TypeName":"System.String","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm","Components.GenericTyped":"True"}},{"HashCode":-1726496619,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTemplateForm","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenTemplateForm component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TItem","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Submit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Submit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"InvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Method","TypeName":"System.String","Metadata":{"Common.PropertyName":"Method"}},{"Kind":"Components.Component","Name":"Action","TypeName":"System.String","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":82362380,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTemplateForm.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1134012321,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTemplateForm.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1001048864,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordion","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordion"}},{"HashCode":-2130065704,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordion","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2061376012,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordion.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordion.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-415489054,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordion.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordion.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1221512708,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordionItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem"}},{"HashCode":482426617,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordionItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":653747005,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordionItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenAccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1578721252,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordionItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenAccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":642519915,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGauge"}},{"HashCode":186128731,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2010160861,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenArcGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":474633676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenArcGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434746798,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale"}},{"HashCode":1934356279,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1382618719,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenArcGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":327243748,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenArcGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039982838,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue"}},{"HashCode":-954396938,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1123265676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1901733868,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30857567,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAreaSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenAreaSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries","Components.GenericTyped":"True"}},{"HashCode":495120671,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAreaSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenAreaSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1991043428,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenAreaSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-857977478,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenAreaSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734215563,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":486024934,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734787203,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete"}},{"HashCode":-1886203206,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-439365752,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAxisTitle"}},{"HashCode":-1760598782,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1485457441,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarOptions"}},{"HashCode":1179962350,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809561582,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenBarSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarSeries","Components.GenericTyped":"True"}},{"HashCode":1780438482,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenBarSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1057222491,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenBarSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1969590357,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenBarSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1637935604,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-873504168,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":943987017,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBody"}},{"HashCode":1935138374,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1967669184,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBody.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1620499015,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBody.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":201466221,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ButtonStyle","TypeName":"Radzen.ButtonStyle","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonStyle"}},{"Kind":"Components.Component","Name":"ButtonType","TypeName":"Radzen.ButtonType","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonType"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Radzen.ButtonSize","IsEnum":true,"Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsBusy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsBusy"}},{"Kind":"Components.Component","Name":"BusyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BusyText"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenButton"}},{"HashCode":1510259837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ButtonStyle","TypeName":"Radzen.ButtonStyle","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonStyle"}},{"Kind":"Components.Component","Name":"ButtonType","TypeName":"Radzen.ButtonType","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonType"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Radzen.ButtonSize","IsEnum":true,"Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsBusy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsBusy"}},{"Kind":"Components.Component","Name":"BusyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BusyText"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":844675275,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105030085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":667708182,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCard","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCard"}},{"HashCode":-1969824178,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCard","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":140684443,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCard.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1428710031,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCard.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1841126663,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCategoryAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis"}},{"HashCode":143089319,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCategoryAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1119936238,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenCategoryAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1187688674,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenCategoryAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1013584050,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChart","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorScheme","TypeName":"Radzen.Blazor.ColorScheme","IsEnum":true,"Metadata":{"Common.PropertyName":"ColorScheme"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChart"}},{"HashCode":1432788875,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChart","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorScheme","TypeName":"Radzen.Blazor.ColorScheme","IsEnum":true,"Metadata":{"Common.PropertyName":"ColorScheme"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-446776438,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenChart.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":978898179,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenChart.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1646966576,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChartTooltipOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenChartTooltipOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChartTooltipOptions"}},{"HashCode":563254005,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChartTooltipOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenChartTooltipOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChartTooltipOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-818762644,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TriState","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TriState"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.GenericTyped":"True"}},{"HashCode":-1189053322,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TriState","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TriState"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1747163547,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.GenericTyped":"True"}},{"HashCode":-1432405059,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":51331652,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCheckBoxList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenCheckBoxList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1125650204,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCheckBoxList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenCheckBoxList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1402275200,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxListItem","Components.GenericTyped":"True"}},{"HashCode":101813230,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1321914598,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPicker"}},{"HashCode":-694351086,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1034414499,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1524222478,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-86024773,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPickerItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPickerItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPickerItem"}},{"HashCode":1710002115,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPickerItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPickerItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPickerItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2127224299,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColumnOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnOptions"}},{"HashCode":-1642222438,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColumnOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2007814353,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenColumnSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries","Components.GenericTyped":"True"}},{"HashCode":-1893141668,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenColumnSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":620431671,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenColumnSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1857434168,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenColumnSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587123359,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1316983647,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":157037606,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContent"}},{"HashCode":-1498689479,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1745480068,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContent.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-657081051,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContent.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-888693442,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContentContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContentContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContentContainer"}},{"HashCode":-1051455430,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContentContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContentContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContentContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":332182267,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContentContainer.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenContentContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContentContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":923437835,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContentContainer.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenContentContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContentContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929333606,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContextMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContextMenu"}},{"HashCode":555255737,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContextMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContextMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1930239634,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"IsLoading","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLoading"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowMultiColumnSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowMultiColumnSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.GenericTyped":"True"}},{"HashCode":697156419,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"IsLoading","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLoading"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowMultiColumnSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowMultiColumnSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1677188892,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1439134299,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1880946306,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-504715139,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1721952762,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell","Components.GenericTyped":"True"}},{"HashCode":721548439,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2032707376,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDataGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1448655110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDataGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":637736127,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn","Components.GenericTyped":"True"}},{"HashCode":201370326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734189621,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2023789063,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404004108,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1392562676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2066746341,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":320517578,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-985512836,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-582779916,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1203865815,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":88531769,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851558231,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IList>","Metadata":{"Common.PropertyName":"Columns","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow","Components.GenericTyped":"True"}},{"HashCode":1759473992,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IList>","Metadata":{"Common.PropertyName":"Columns","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":976633419,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":392848410,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":996735517,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"WrapItems","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"WrapItems"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataList","Components.GenericTyped":"True"}},{"HashCode":-257860845,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"WrapItems","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"WrapItems"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":927906110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataList.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataList.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1811545801,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataList.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataList.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-468004258,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DateRender","TypeName":"System.Action","Metadata":{"Common.PropertyName":"DateRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"TimeOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TimeOnly"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ShowTime","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTime"}},{"Kind":"Components.Component","Name":"ShowSeconds","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSeconds"}},{"Kind":"Components.Component","Name":"HoursStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"HoursStep"}},{"Kind":"Components.Component","Name":"MinutesStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"MinutesStep"}},{"Kind":"Components.Component","Name":"SecondsStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondsStep"}},{"Kind":"Components.Component","Name":"ShowTimeOkButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTimeOkButton"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"YearRange","TypeName":"System.String","Metadata":{"Common.PropertyName":"YearRange"}},{"Kind":"Components.Component","Name":"HourFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"HourFormat"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.GenericTyped":"True"}},{"HashCode":983276906,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DateRender","TypeName":"System.Action","Metadata":{"Common.PropertyName":"DateRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"TimeOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TimeOnly"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ShowTime","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTime"}},{"Kind":"Components.Component","Name":"ShowSeconds","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSeconds"}},{"Kind":"Components.Component","Name":"HoursStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"HoursStep"}},{"Kind":"Components.Component","Name":"MinutesStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"MinutesStep"}},{"Kind":"Components.Component","Name":"SecondsStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondsStep"}},{"Kind":"Components.Component","Name":"ShowTimeOkButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTimeOkButton"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"YearRange","TypeName":"System.String","Metadata":{"Common.PropertyName":"YearRange"}},{"Kind":"Components.Component","Name":"HourFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"HourFormat"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1208330765,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDayView"}},{"HashCode":-1016419072,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDayView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":335501823,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDialog","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDialog"}},{"HashCode":35549260,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDialog","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":287980325,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDonutSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDonutSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TitleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries","Components.GenericTyped":"True"}},{"HashCode":-1612014042,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDonutSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDonutSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TitleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-703753292,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1717659985,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1228189010,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-305845198,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525854887,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":474832831,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1854692511,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDown component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.GenericTyped":"True"}},{"HashCode":893209846,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDown component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1336187610,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDown.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDown.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1110134898,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDown.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDown.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1212839164,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownDataGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"ShowSearch","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSearch"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"SearchText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SearchText"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedValue"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowFilteringByAllStringColumns","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFilteringByAllStringColumns"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.GenericTyped":"True"}},{"HashCode":1048078161,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownDataGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"ShowSearch","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSearch"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"SearchText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SearchText"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedValue"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowFilteringByAllStringColumns","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFilteringByAllStringColumns"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026486518,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenDropDownDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-317235518,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenDropDownDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2133299163,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":901645155,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1490197950,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn"}},{"HashCode":-926837357,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352965293,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1833258059,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1710377283,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1734399749,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1204857575,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-171450710,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2134672064,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1961726083,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-926511603,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1413204868,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297889132,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DropDown","TypeName":"Radzen.Blazor.RadzenDropDown","Metadata":{"Common.PropertyName":"DropDown","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownItem","Components.GenericTyped":"True"}},{"HashCode":-1072527336,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DropDown","TypeName":"Radzen.Blazor.RadzenDropDown","Metadata":{"Common.PropertyName":"DropDown","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1386437474,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFieldset","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFieldset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFieldset"}},{"HashCode":-835389422,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFieldset","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFieldset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFieldset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1336523315,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":350364308,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":228374607,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1556078073,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-593078954,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1051774085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2026004987,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFileInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenFileInput component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"ImageStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"ImageStyle"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.GenericTyped":"True"}},{"HashCode":-1824768124,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFileInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenFileInput component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"ImageStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"ImageStyle"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1922871241,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFooter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFooter"}},{"HashCode":1354648724,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFooter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1209305556,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFooter.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1902610630,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFooter.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532529802,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMap","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGoogleMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"MapClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MapClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ApiKey","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApiKey"}},{"Kind":"Components.Component","Name":"Zoom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Zoom"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Markers","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Markers","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap"}},{"HashCode":1421319229,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMap","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGoogleMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"MapClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MapClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ApiKey","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApiKey"}},{"Kind":"Components.Component","Name":"Zoom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Zoom"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Markers","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Markers","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97514448,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGoogleMap.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers","ParentTag":"RadzenGoogleMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap.Markers","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1708000922,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGoogleMap.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers","ParentTag":"Radzen.Blazor.RadzenGoogleMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap.Markers","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":676012477,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMapMarker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGoogleMapMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMapMarker"}},{"HashCode":20896172,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMapMarker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGoogleMapMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMapMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1739829446,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGravatar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGravatar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Email","TypeName":"System.String","Metadata":{"Common.PropertyName":"Email"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGravatar"}},{"HashCode":1381263854,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGravatar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGravatar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Email","TypeName":"System.String","Metadata":{"Common.PropertyName":"Email"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGravatar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108497413,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.GenericTyped":"True"}},{"HashCode":1581638776,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2026151181,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2686773,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-464536631,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":83546910,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1335006565,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridCell","Components.GenericTyped":"True"}},{"HashCode":848719554,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2144607888,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1440961734,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1677178413,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Bubble","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Bubble"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridColumn","Components.GenericTyped":"True"}},{"HashCode":2067284984,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Bubble","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Bubble"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1297848932,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":684171452,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1283294004,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126951560,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1935897450,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1251693458,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558469799,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-256587059,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1245675256,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1101568570,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-253902184,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridLines","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridLines"}},{"HashCode":-1305525684,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridLines","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2106241272,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridRow"}},{"HashCode":1821236778,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1188484097,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1912429292,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1053344817,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeader"}},{"HashCode":910248575,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":950482110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHeader.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1700847743,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHeader.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-202893520,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeading","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeading"}},{"HashCode":139037518,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeading","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeading","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2139715554,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtml","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtml"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtml"}},{"HashCode":-1403665326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtml","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtml"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtml","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":898131153,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtml.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtml"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtml.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":916110280,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtml.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtml"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtml.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034627294,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UploadHeaders","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UploadHeaders"}},{"Kind":"Components.Component","Name":"Paste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Paste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor"}},{"HashCode":1685544902,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UploadHeaders","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UploadHeaders"}},{"Kind":"Components.Component","Name":"Paste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Paste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-11311631,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":408203607,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1049454980,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter"}},{"HashCode":1942572604,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1689402216,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft"}},{"HashCode":1849305533,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1909045633,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignRight","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignRight"}},{"HashCode":-1991319645,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignRight","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignRight","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":456674589,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackground","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground"}},{"HashCode":-1062535999,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackground","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1310562125,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1938955448,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1401874009,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBackgroundItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem"}},{"HashCode":-1833033514,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":332144230,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBold","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBold"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBold"}},{"HashCode":-1349757338,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBold","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBold"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBold","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653445282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor"}},{"HashCode":301340888,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2115612573,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1191024255,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1411736887,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColorItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorColorItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColorItem"}},{"HashCode":1867326012,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColorItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorColorItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColorItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":929309913,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"CommandName","TypeName":"System.String","Metadata":{"Common.PropertyName":"CommandName"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}},{"HashCode":1923392213,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"CommandName","TypeName":"System.String","Metadata":{"Common.PropertyName":"CommandName"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1412067750,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":915693475,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":369483996,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontName","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontName"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName"}},{"HashCode":-457929019,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontName","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontName"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1844138656,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorFontName"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":191715878,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorFontName"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-658202062,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontNameItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem"}},{"HashCode":759047897,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1396427559,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontSize","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontSize"}},{"HashCode":-2081639321,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontSize","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450566780,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFormatBlock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock"}},{"HashCode":-350662502,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-693102255,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SelectText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectText"}},{"Kind":"Components.Component","Name":"UploadChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadChooseText"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"AltText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AltText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}},{"Kind":"Components.Component","Name":"WidthText","TypeName":"System.String","Metadata":{"Common.PropertyName":"WidthText"}},{"Kind":"Components.Component","Name":"HeightText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeightText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorImage"}},{"HashCode":432362364,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SelectText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectText"}},{"Kind":"Components.Component","Name":"UploadChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadChooseText"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"AltText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AltText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}},{"Kind":"Components.Component","Name":"WidthText","TypeName":"System.String","Metadata":{"Common.PropertyName":"WidthText"}},{"Kind":"Components.Component","Name":"HeightText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeightText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-626541731,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorIndent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorIndent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorIndent"}},{"HashCode":-1858410277,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorIndent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorIndent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorIndent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1934742334,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorItalic","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorItalic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorItalic"}},{"HashCode":-814934024,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorItalic","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorItalic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorItalic","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726438417,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorJustify","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorJustify"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorJustify"}},{"HashCode":-811678729,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorJustify","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorJustify"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorJustify","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":522709170,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"OpenInNewWindowText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OpenInNewWindowText"}},{"Kind":"Components.Component","Name":"LinkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LinkText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorLink"}},{"HashCode":-46734372,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"OpenInNewWindowText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OpenInNewWindowText"}},{"Kind":"Components.Component","Name":"LinkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LinkText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":33091379,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOrderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorOrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOrderedList"}},{"HashCode":468519978,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOrderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorOrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOrderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":950409665,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOutdent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorOutdent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOutdent"}},{"HashCode":-2009238806,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOutdent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorOutdent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOutdent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1333733943,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRedo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorRedo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRedo"}},{"HashCode":-1086327924,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRedo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorRedo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRedo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1683103724,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorRemoveFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat"}},{"HashCode":-872804647,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1808207553,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSeparator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSeparator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSeparator"}},{"HashCode":-1166326982,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSeparator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSeparator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSeparator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1412879797,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorStrikeThrough"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough"}},{"HashCode":-129944282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1494570782,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSubscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSubscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSubscript"}},{"HashCode":2132286282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSubscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSubscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSubscript","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1753808033,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSuperscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSuperscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSuperscript"}},{"HashCode":-114720687,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSuperscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSuperscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSuperscript","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1887963011,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnderline","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnderline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnderline"}},{"HashCode":218742597,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnderline","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnderline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnderline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":315366361,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUndo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUndo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUndo"}},{"HashCode":-221315610,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUndo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUndo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUndo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1075550559,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnlink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnlink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnlink"}},{"HashCode":72209233,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnlink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnlink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnlink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1308532901,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList"}},{"HashCode":-1128476793,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":159587106,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenIcon","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenIcon"}},{"HashCode":587019990,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenIcon","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenIcon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1603207989,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenImage"}},{"HashCode":252267853,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735300346,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenImage.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-957191325,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenImage.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1384295558,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLabel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLabel"}},{"HashCode":-998337154,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLabel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":621708640,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLegend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLegend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.LegendPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLegend"}},{"HashCode":-1717499837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLegend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLegend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.LegendPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":200821385,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLineSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenLineSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLineSeries","Components.GenericTyped":"True"}},{"HashCode":329375661,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLineSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenLineSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLineSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2068917710,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenLineSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":199647570,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenLineSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873469623,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1128072322,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033303317,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLink"}},{"HashCode":-2111641035,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":486699381,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.GenericTyped":"True"}},{"HashCode":2005888884,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-644459282,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenListBox.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenListBox.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":376713597,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenListBox.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenListBox.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1675310824,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBoxItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBoxItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBoxItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListBox","TypeName":"Radzen.Blazor.RadzenListBox","Metadata":{"Common.PropertyName":"ListBox","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBoxItem","Components.GenericTyped":"True"}},{"HashCode":-123124495,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBoxItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBoxItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBoxItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListBox","TypeName":"Radzen.Blazor.RadzenListBox","Metadata":{"Common.PropertyName":"ListBox","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBoxItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748550719,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLogin","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLogin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Username","TypeName":"System.String","Metadata":{"Common.PropertyName":"Username"}},{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"Login","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Login","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Register","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Register","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResetPassword","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ResetPassword","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowRegister","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowRegister"}},{"Kind":"Components.Component","Name":"AllowResetPassword","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowResetPassword"}},{"Kind":"Components.Component","Name":"LoginText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LoginText"}},{"Kind":"Components.Component","Name":"RegisterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterText"}},{"Kind":"Components.Component","Name":"RegisterMessageText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterMessageText"}},{"Kind":"Components.Component","Name":"ResetPasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ResetPasswordText"}},{"Kind":"Components.Component","Name":"UserText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserText"}},{"Kind":"Components.Component","Name":"UserRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserRequired"}},{"Kind":"Components.Component","Name":"PasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordText"}},{"Kind":"Components.Component","Name":"PasswordRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordRequired"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLogin"}},{"HashCode":-1224943546,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLogin","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLogin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Username","TypeName":"System.String","Metadata":{"Common.PropertyName":"Username"}},{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"Login","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Login","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Register","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Register","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResetPassword","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ResetPassword","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowRegister","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowRegister"}},{"Kind":"Components.Component","Name":"AllowResetPassword","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowResetPassword"}},{"Kind":"Components.Component","Name":"LoginText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LoginText"}},{"Kind":"Components.Component","Name":"RegisterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterText"}},{"Kind":"Components.Component","Name":"RegisterMessageText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterMessageText"}},{"Kind":"Components.Component","Name":"ResetPasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ResetPasswordText"}},{"Kind":"Components.Component","Name":"UserText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserText"}},{"Kind":"Components.Component","Name":"UserRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserRequired"}},{"Kind":"Components.Component","Name":"PasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordText"}},{"Kind":"Components.Component","Name":"PasswordRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordRequired"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLogin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1288971371,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMarkers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMarkers"}},{"HashCode":-2003401514,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMarkers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMarkers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2111054984,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMask"}},{"HashCode":-1530232137,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209132424,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenu"}},{"HashCode":1083904885,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2031900092,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1115627092,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1331671822,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenuItem"}},{"HashCode":1413270191,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1609680085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1097355812,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1388575453,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMonthView"}},{"HashCode":-1377899028,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMonthView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":461735718,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotification","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNotification"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotification"}},{"HashCode":1367975876,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotification","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNotification"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotification","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1513318790,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotificationMessage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNotificationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Message","TypeName":"Radzen.NotificationMessage","Metadata":{"Common.PropertyName":"Message"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotificationMessage"}},{"HashCode":457519645,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotificationMessage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNotificationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Message","TypeName":"Radzen.NotificationMessage","Metadata":{"Common.PropertyName":"Message"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotificationMessage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":5278289,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumeric"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenNumeric component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"ShowUpDown","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowUpDown"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.GenericTyped":"True"}},{"HashCode":735961202,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumeric"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenNumeric component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"ShowUpDown","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowUpDown"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1172580288,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageSizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPager"}},{"HashCode":2019597047,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageSizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1443876872,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanel"}},{"HashCode":-132728291,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544137966,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204663530,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-23389519,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1230941215,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":102983066,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":484957248,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":589120780,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-3638594,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1843907876,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu"}},{"HashCode":2124278685,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-162865421,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanelMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1517350898,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanelMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1612645945,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem"}},{"HashCode":-491424383,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726099698,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanelMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1050326435,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanelMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1397513226,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPassword"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPassword"}},{"HashCode":-1657695974,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPassword"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPassword","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1510552355,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPieSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenPieSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPieSeries","Components.GenericTyped":"True"}},{"HashCode":171661252,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPieSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenPieSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPieSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1503301650,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPieSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-25074124,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPieSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1259608246,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1472817615,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851813787,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProfileMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu"}},{"HashCode":236037291,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProfileMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1433912361,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":367538893,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-528643400,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":917931510,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364319996,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProfileMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenuItem"}},{"HashCode":-1270521976,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProfileMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059924426,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Radzen.ProgressBarMode","IsEnum":true,"Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProgressBar"}},{"HashCode":-1329551827,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Radzen.ProgressBarMode","IsEnum":true,"Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-182715636,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge"}},{"HashCode":944171747,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1510763740,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenRadialGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1210201551,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenRadialGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1117587166,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale"}},{"HashCode":-1777470977,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106052550,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenRadialGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1055080030,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenRadialGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":614861842,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}},{"HashCode":-2054218709,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1208018641,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":217690199,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1928630136,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScaleRange","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScaleRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScaleRange"}},{"HashCode":1102564864,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScaleRange","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScaleRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScaleRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":340920376,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.GenericTyped":"True"}},{"HashCode":1505063274,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-745346661,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadioButtonList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenRadioButtonList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241386711,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadioButtonList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenRadioButtonList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2018966110,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonListItem","Components.GenericTyped":"True"}},{"HashCode":-849215906,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":959879310,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stars","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Stars"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRating"}},{"HashCode":-1898941579,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stars","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Stars"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427843652,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenScheduler","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenScheduler component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartProperty"}},{"Kind":"Components.Component","Name":"EndProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndProperty"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"TodayText","TypeName":"System.String","Metadata":{"Common.PropertyName":"TodayText"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"SlotSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SlotSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AppointmentSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"AppointmentSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AppointmentRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"AppointmentRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenScheduler","Components.GenericTyped":"True"}},{"HashCode":-2102939654,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenScheduler","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenScheduler component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartProperty"}},{"Kind":"Components.Component","Name":"EndProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndProperty"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"TodayText","TypeName":"System.String","Metadata":{"Common.PropertyName":"TodayText"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"SlotSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SlotSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AppointmentSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"AppointmentSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AppointmentRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"AppointmentRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenScheduler","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":44777233,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenScheduler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1345713140,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenScheduler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-290766157,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1592824330,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1408599201,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSelectBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.GenericTyped":"True"}},{"HashCode":1520863128,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSelectBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466630605,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSelectBar.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenSelectBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSelectBar.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1816351616,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSelectBar.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenSelectBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSelectBar.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":28805602,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBarItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBarItem"}},{"HashCode":-718588680,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBarItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1012115368,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebar"}},{"HashCode":-1071133587,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2078343896,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSidebar.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":905461550,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSidebar.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595772362,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebarToggle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebarToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebarToggle"}},{"HashCode":-1579097318,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebarToggle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebarToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebarToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-775854957,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Range","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.GenericTyped":"True"}},{"HashCode":-479662321,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Range","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1230068133,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButton"}},{"HashCode":691508042,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1149213155,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSplitButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-675754130,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSplitButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1941366555,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButtonItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSplitButtonItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButtonItem"}},{"HashCode":-170757224,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButtonItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSplitButtonItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButtonItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1410234922,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSSRSViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseProxy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"UseProxy"}},{"Kind":"Components.Component","Name":"ReportServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportServer"}},{"Kind":"Components.Component","Name":"LocalServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"LocalServer"}},{"Kind":"Components.Component","Name":"ReportName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportName"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Parameters","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer"}},{"HashCode":1149473950,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSSRSViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseProxy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"UseProxy"}},{"Kind":"Components.Component","Name":"ReportServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportServer"}},{"Kind":"Components.Component","Name":"LocalServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"LocalServer"}},{"Kind":"Components.Component","Name":"ReportName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportName"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Parameters","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1218510879,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSSRSViewer.Parameters","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Parameters","ParentTag":"RadzenSSRSViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer.Parameters","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":613541930,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSSRSViewer.Parameters","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Parameters","ParentTag":"Radzen.Blazor.RadzenSSRSViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer.Parameters","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1143904963,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewerParameter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSSRSViewerParameter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ParameterName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ParameterName"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewerParameter"}},{"HashCode":1921965878,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewerParameter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSSRSViewerParameter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ParameterName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ParameterName"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewerParameter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1954083843,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSteps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NextText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NextText"}},{"Kind":"Components.Component","Name":"PreviousText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreviousText"}},{"Kind":"Components.Component","Name":"Steps","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Steps","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSteps"}},{"HashCode":912575129,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSteps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NextText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NextText"}},{"Kind":"Components.Component","Name":"PreviousText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreviousText"}},{"Kind":"Components.Component","Name":"Steps","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Steps","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSteps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645892723,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSteps.Steps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps","ParentTag":"RadzenSteps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSteps.Steps","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1746184408,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSteps.Steps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps","ParentTag":"Radzen.Blazor.RadzenSteps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSteps.Steps","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1639839020,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenStepsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenStepsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenStepsItem"}},{"HashCode":98820967,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenStepsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenStepsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenStepsItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1388348433,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenStepsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenStepsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenStepsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1368351345,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenStepsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenStepsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenStepsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1149063404,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSwitch"}},{"HashCode":592460868,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1482646905,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Radzen.TabRenderMode","IsEnum":true,"Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Tabs","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Tabs","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabs"}},{"HashCode":586983415,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Radzen.TabRenderMode","IsEnum":true,"Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Tabs","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Tabs","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":410112353,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabs.Tabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs","ParentTag":"RadzenTabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabs.Tabs","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1865183816,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabs.Tabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs","ParentTag":"Radzen.Blazor.RadzenTabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabs.Tabs","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1313263661,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabsItem"}},{"HashCode":876434611,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabsItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":256650852,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1100442186,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-529512086,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTabsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":306290840,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTabsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789034029,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cols","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Cols"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextArea"}},{"HashCode":836905722,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cols","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Cols"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2012726282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextBox"}},{"HashCode":313573837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1614389429,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTicks","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTicks"}},{"HashCode":890153838,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTicks","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1818558608,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTicks.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTicks.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1700272777,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTicks.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTicks.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488524777,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTooltip"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTooltip"}},{"HashCode":-1402998865,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTooltip"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284307299,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowCheckBoxes","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckBoxes"}},{"Kind":"Components.Component","Name":"AllowCheckChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckChildren"}},{"Kind":"Components.Component","Name":"AllowCheckParents","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckParents"}},{"Kind":"Components.Component","Name":"CheckedValues","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"CheckedValues"}},{"Kind":"Components.Component","Name":"CheckedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CheckedValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":368065562,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowCheckBoxes","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckBoxes"}},{"Kind":"Components.Component","Name":"AllowCheckChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckChildren"}},{"Kind":"Components.Component","Name":"AllowCheckParents","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckParents"}},{"Kind":"Components.Component","Name":"CheckedValues","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"CheckedValues"}},{"Kind":"Components.Component","Name":"CheckedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CheckedValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837455441,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTree.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTree"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTree.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1539264121,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTree.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTree"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTree.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1381032075,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ParentItem","TypeName":"Radzen.Blazor.RadzenTreeItem","Metadata":{"Common.PropertyName":"ParentItem"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeItem"}},{"HashCode":-588915630,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ParentItem","TypeName":"Radzen.Blazor.RadzenTreeItem","Metadata":{"Common.PropertyName":"ParentItem"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-454198443,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTreeItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":399515125,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTreeItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1797998041,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1015795722,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":283596411,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeLevel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ChildrenProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChildrenProperty"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Func","Metadata":{"Common.PropertyName":"HasChildren","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Expanded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Selected","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Text","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel"}},{"HashCode":-1165184916,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeLevel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ChildrenProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChildrenProperty"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Func","Metadata":{"Common.PropertyName":"HasChildren","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Expanded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Selected","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Text","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1821906334,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeLevel.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":898275719,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeLevel.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1955670624,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUpload","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenUpload"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Auto","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Auto"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Progress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Complete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Complete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUpload"}},{"HashCode":-1336626631,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUpload","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenUpload"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Auto","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Auto"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Progress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Complete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Complete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUpload","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2048109561,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenUpload.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenUpload"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenUpload.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1825452844,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenUpload.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenUpload"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenUpload.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-156686326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUploadHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenUploadHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUploadHeader"}},{"HashCode":-102190374,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUploadHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenUploadHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUploadHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":212817605,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenValueAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenValueAxis"}},{"HashCode":1185993107,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenValueAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenValueAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2044424413,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenValueAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenValueAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenValueAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2011249356,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenValueAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenValueAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenValueAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028569416,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenWeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenWeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenWeekView"}},{"HashCode":726727893,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenWeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenWeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenWeekView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-618096592,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Appointment","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Appointment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Radzen.Blazor.AppointmentData","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Appointment"}},{"HashCode":-1257717681,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Appointment","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Appointment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Radzen.Blazor.AppointmentData","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Appointment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1919219096,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxis"}},{"HashCode":1839662681,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":449549557,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick"}},{"HashCode":-1464696280,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001705691,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CategoryAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1457791196,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.CategoryAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1061883931,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTitle"}},{"HashCode":242812985,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-323515481,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ChartTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip"}},{"HashCode":-133881280,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ChartTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":18791956,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1384106503,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.ChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-842922053,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ClipPath","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ClipPath"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ClipPath"}},{"HashCode":601643941,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ClipPath","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ClipPath"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ClipPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1665074839,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DaySlotEvents","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DaySlotEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DaySlotEvents"}},{"HashCode":834009659,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DaySlotEvents","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DaySlotEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DaySlotEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-931479081,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DayView"}},{"HashCode":-330430155,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DayView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1662525055,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DialogContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dialog","TypeName":"Radzen.Dialog","Metadata":{"Common.PropertyName":"Dialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DialogContainer"}},{"HashCode":-1154136760,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DialogContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DialogContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dialog","TypeName":"Radzen.Dialog","Metadata":{"Common.PropertyName":"Dialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DialogContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1085397612,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Draggable","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Drag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Draggable"}},{"HashCode":2102428458,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Draggable","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Drag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Draggable","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307227350,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Draggable.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Draggable.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-157832015,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Draggable.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Draggable.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1204348157,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorButton"}},{"HashCode":293228396,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470594576,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker"}},{"HashCode":-1413011858,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1089631820,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-445049318,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":221442371,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PopupStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"PopupStyle"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown"}},{"HashCode":1063124167,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PopupStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"PopupStyle"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-135452619,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorDropDown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1156350578,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorDropDown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":355791927,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem"}},{"HashCode":2098535450,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1215714356,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":765843085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-128292366,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeBand","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeBand"}},{"HashCode":-1967152163,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeBand","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeBand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689837943,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugePointer"}},{"HashCode":1262495198,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715939931,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeScale"}},{"HashCode":671094005,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1169647788,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Hours","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Hours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Start","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Hours"}},{"HashCode":1287686028,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Hours","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Hours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Start","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Hours","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1550605824,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Legend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Legend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Legend"}},{"HashCode":-603271282,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Legend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Legend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Legend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1217210000,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.LegendItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"MarkerSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MarkerSize"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.LegendItem"}},{"HashCode":677347499,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.LegendItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.LegendItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"MarkerSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MarkerSize"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.LegendItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-906228038,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Line","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Line"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Line"}},{"HashCode":1476127054,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Line","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Line"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Line","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-412314462,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Marker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Marker"}},{"HashCode":1243508169,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Marker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Marker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Marker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1214282142,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.Rendering.Markers component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Category","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Value","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Markers","Components.GenericTyped":"True"}},{"HashCode":1142203604,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Markers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.Rendering.Markers component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Category","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Value","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Markers","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1203932473,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.MonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.MonthView"}},{"HashCode":217610469,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.MonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.MonthView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1453798734,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Path","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Path"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"D","TypeName":"System.String","Metadata":{"Common.PropertyName":"D"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Path"}},{"HashCode":1321500692,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Path","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Path"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"D","TypeName":"System.String","Metadata":{"Common.PropertyName":"D"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Path","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1109654344,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Popup","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Popup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Popup"}},{"HashCode":-63307858,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Popup","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Popup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Popup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1407826027,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Popup.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Popup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Popup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":774754767,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Popup.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Popup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Popup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-355313692,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Text","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Text"}},{"HashCode":-230902557,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Text","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Text","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1579587746,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Tick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Tick"}},{"HashCode":-304744276,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Tick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Tick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Tick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":360821088,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Tick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Tick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Tick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1857821188,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Tick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Tick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Tick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1210387120,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxis"}},{"HashCode":-544266534,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309766381,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick"}},{"HashCode":523610705,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1691841824,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValueAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-876521691,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.ValueAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1288502518,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTitle"}},{"HashCode":724284013,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735344089,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.WeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.WeekView"}},{"HashCode":203361347,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.WeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.WeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.WeekView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909063601,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ExportComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExportComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ExportComponent"}},{"HashCode":1007460435,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ExportComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ExportComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ExportComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1910611911,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportContainer"}},{"HashCode":-2106152934,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-340423598,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Toolbar","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Toolbar"}},{"HashCode":1923067588,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Toolbar","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1361565170,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.IFrameDesigner","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IFrameDesigner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.IFrameDesigner"}},{"HashCode":-1760011450,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.IFrameDesigner","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.IFrameDesigner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.IFrameDesigner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":808225145,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Outline","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Outline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OutlineXml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"OutlineXml"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Outline"}},{"HashCode":-1307786254,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Outline","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Outline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OutlineXml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"OutlineXml"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Outline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":665764572,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportBody","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody"}},{"HashCode":-1979882870,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportBody","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":894270494,"Kind":"Components.ChildContent","Name":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ReportBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1051577722,"Kind":"Components.ChildContent","Name":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FastReport.Web.Blazor.Components.ReportBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1035892932,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportRender","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportRender"}},{"HashCode":-55766645,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportRender","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1293510190,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Styles","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Styles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Styles"}},{"HashCode":480060421,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Styles","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Styles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Styles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2036538377,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Tabs","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Tabs"}},{"HashCode":1953527013,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Tabs","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Tabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865104935,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.WebReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WebReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.WebReportContainer"}},{"HashCode":1370284292,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.WebReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.WebReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.WebReportContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1879510638,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WebReportPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UserWebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"UserWebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview"}},{"HashCode":-295888415,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UserWebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"UserWebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":925372349,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ButtonBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-1616660711,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ButtonBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1664994791,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataFilterBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : DataFilterBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-524434713,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : DataFilterBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1750860708,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ListBoxBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-1016409375,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ListBoxBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776803913,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent"}},{"HashCode":871490647,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981049167,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent"}},{"HashCode":-2068553913,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":413218146,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckedListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckedListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent"}},{"HashCode":877341778,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckedListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461628745,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ComboBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent"}},{"HashCode":-1342272129,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ComboBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1430395182,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ControlsComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Controls","TypeName":"FastReport.Dialog.DialogComponentCollection","Metadata":{"Common.PropertyName":"Controls"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent"}},{"HashCode":1731862995,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Controls","TypeName":"FastReport.Dialog.DialogComponentCollection","Metadata":{"Common.PropertyName":"Controls"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-688803425,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimePickerComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.DateTimePickerControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent"}},{"HashCode":1878497620,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.DateTimePickerControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450373433,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogPageComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"dialogPage","TypeName":"FastReport.Dialog.DialogPage","Metadata":{"Common.PropertyName":"dialogPage"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent"}},{"HashCode":-1917032491,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"dialogPage","TypeName":"FastReport.Dialog.DialogPage","Metadata":{"Common.PropertyName":"dialogPage"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":716725022,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.GroupBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent"}},{"HashCode":269308747,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.GroupBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1317716519,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.LabelControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent"}},{"HashCode":1040901251,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.LabelControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":729332733,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent"}},{"HashCode":1716659876,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-68164404,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthCalendarComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.MonthCalendarControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent"}},{"HashCode":-272054532,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.MonthCalendarControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-130158828,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PictureBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.PictureBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent"}},{"HashCode":-1773662394,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.PictureBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-694005491,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.RadioButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent"}},{"HashCode":-146540870,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.RadioButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":370279886,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.TextBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent"}},{"HashCode":-385054467,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.TextBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958213839,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OutlineBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"xml"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase"}},{"HashCode":536381359,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"xml"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1171853649,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OutlineNode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"Xml"}},{"Kind":"Components.Component","Name":"Cortage","TypeName":"(System.String Text, System.Int32 Page, System.Single offset)","Metadata":{"Common.PropertyName":"Cortage"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode"}},{"HashCode":-1977513102,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"Xml"}},{"Kind":"Components.Component","Name":"Cortage","TypeName":"(System.String Text, System.Int32 Page, System.Single offset)","Metadata":{"Common.PropertyName":"Cortage"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377061443,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextObject","TypeName":"FastReport.TextObject","Metadata":{"Common.PropertyName":"TextObject"}},{"Kind":"Components.Component","Name":"ClassTag","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassTag"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"FastReport.Web.Blazor.Export.InputChanged","Metadata":{"Common.PropertyName":"OnChange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput"}},{"HashCode":2001838821,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextObject","TypeName":"FastReport.TextObject","Metadata":{"Common.PropertyName":"TextObject"}},{"Kind":"Components.Component","Name":"ClassTag","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassTag"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"FastReport.Web.Blazor.Export.InputChanged","Metadata":{"Common.PropertyName":"OnChange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1454588018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DataManager is a data management component used for performing data operations in applications.\n It acts as an abstraction for using local data source - IEnumerable and remote data source - web services returning JSON or oData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataManager"}},{"HashCode":1260157934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DataManager is a data management component used for performing data operations in applications.\n It acts as an abstraction for using local data source - IEnumerable and remote data source - web services returning JSON or oData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":393976633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-419901060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-265974391,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains barcode display text data and functionalities.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the barcode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}},{"HashCode":1701910020,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains barcode display text data and functionalities.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the barcode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1321994002,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarcodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1458286274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1321007926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the barcode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin"}},{"HashCode":632386188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the barcode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1692646521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the barcode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin"}},{"HashCode":-1542795950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the barcode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302495760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class, which contains data and functionalities for SfBarcode.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBarcodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the barcode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the barcode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"EnableCheckSum","TypeName":"System.Boolean","Documentation":"\n \n Specifies an error detection in which some additional characters are added to a barcode to protect the integrity of barcode data. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"EnableCheckSum"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the barcode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Documentation":"\n \n Specifies the margin properties for the barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeType","IsEnum":true,"Documentation":"\n \n Specifies the type of barcode to be rendered. By default, it is set to Code128.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the barcode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the barcode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}},{"HashCode":143095909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class, which contains data and functionalities for SfBarcode.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the barcode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the barcode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"EnableCheckSum","TypeName":"System.Boolean","Documentation":"\n \n Specifies an error detection in which some additional characters are added to a barcode to protect the integrity of barcode data. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"EnableCheckSum"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the barcode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Documentation":"\n \n Specifies the margin properties for the barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeType","IsEnum":true,"Documentation":"\n \n Specifies the type of barcode to be rendered. By default, it is set to Code128.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the barcode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the barcode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":857712586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBarcodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2019060690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796855433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains DataMatrix display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Documentation":"\n \n It sets the space to be left between the text and its DataMatrix. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}},{"HashCode":-1219339763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains DataMatrix display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Documentation":"\n \n It sets the space to be left between the text and its DataMatrix. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1791028630,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataMatrixGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":586941005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421570432,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the DataMatrix.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin"}},{"HashCode":-235214850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the DataMatrix.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2147158043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the DataMatrix.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin"}},{"HashCode":-656936807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the DataMatrix.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298464032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the data and functionalities for SfDataMatrixGenerator.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDataMatrixGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the DataMatrix. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"Encoding","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixEncoding","IsEnum":true,"Documentation":"\n \n Specifies the encoding type of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Encoding"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the DataMatrix. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Documentation":"\n \n Specifies the margin properties for the DataMatrix. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixSize","IsEnum":true,"Documentation":"\n \n Specifies the amount of data to be encoded in the data matrix symbol.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the DataMatrix to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the DataMatrix input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}},{"HashCode":1263089070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the data and functionalities for SfDataMatrixGenerator.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the DataMatrix. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"Encoding","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixEncoding","IsEnum":true,"Documentation":"\n \n Specifies the encoding type of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Encoding"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the DataMatrix. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Documentation":"\n \n Specifies the margin properties for the DataMatrix. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixSize","IsEnum":true,"Documentation":"\n \n Specifies the amount of data to be encoded in the data matrix symbol.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the DataMatrix to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the DataMatrix input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":279641094,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDataMatrixGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-622828734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-121252945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains QRCode display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRCodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its QRCode. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the QRCode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}},{"HashCode":-845284816,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains QRCode display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its QRCode. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the QRCode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981793603,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QRCodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1687791815,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1046729551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the QRCode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRCodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin"}},{"HashCode":1069061912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the QRCode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1280037195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the QRCode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin"}},{"HashCode":-2114624447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the QRCode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-55554310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies all the properties for the QRCode to be rendered.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfQRCodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the QRCode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the QRCode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"ErrorCorrectionLevel","TypeName":"Syncfusion.Blazor.BarcodeGenerator.ErrorCorrectionLevel","IsEnum":true,"Documentation":"\n \n Specifies the error correction level of the QR code.\n \n ","Metadata":{"Common.PropertyName":"ErrorCorrectionLevel"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the QRCode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Documentation":"\n \n Specifies the margin properties for the QRCode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the QRCode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Version","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeVersion","IsEnum":true,"Documentation":"\n \n Specifies the version of the QR code.\n \n ","Metadata":{"Common.PropertyName":"Version"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the QRCode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}},{"HashCode":291305627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies all the properties for the QRCode to be rendered.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the QRCode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the QRCode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"ErrorCorrectionLevel","TypeName":"Syncfusion.Blazor.BarcodeGenerator.ErrorCorrectionLevel","IsEnum":true,"Documentation":"\n \n Specifies the error correction level of the QR code.\n \n ","Metadata":{"Common.PropertyName":"ErrorCorrectionLevel"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the QRCode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Documentation":"\n \n Specifies the margin properties for the QRCode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the QRCode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Version","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeVersion","IsEnum":true,"Documentation":"\n \n Specifies the version of the QR code.\n \n ","Metadata":{"Common.PropertyName":"Version"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the QRCode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772816469,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfQRCodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":590957123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":856489532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Button is a graphical user interface element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The Button types, styles, and\n size can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Button component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the Button that is used to include an icon.\n Buttons can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to true. When you click it, the state changes from normal to active or viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton"}},{"HashCode":-231238274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Button is a graphical user interface element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The Button types, styles, and\n size can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Button component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the Button that is used to include an icon.\n Buttons can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to true. When you click it, the state changes from normal to active or viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1031894412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2004141674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1426919957,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CheckBox is a graphical user interface element that allows you to select one or more options from the choices.\n It contains checked, unchecked, and indeterminate states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfCheckBox component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the CheckBox, that describes the purpose of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label before/after the CheckBox.\n The possible values are:\n - Before - The label is positioned to left of the CheckBox.\n - After - The label is positioned to right of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\n When set to true, the CheckBox will be in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate"}},{"Kind":"Components.Component","Name":"IndeterminateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IndeterminateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableTriState","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value to enable/disable tri state functionality in CheckBox.\n \n ","Metadata":{"Common.PropertyName":"EnableTriState"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CheckBox state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.GenericTyped":"True"}},{"HashCode":1228664590,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CheckBox is a graphical user interface element that allows you to select one or more options from the choices.\n It contains checked, unchecked, and indeterminate states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfCheckBox component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the CheckBox, that describes the purpose of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label before/after the CheckBox.\n The possible values are:\n - Before - The label is positioned to left of the CheckBox.\n - After - The label is positioned to right of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\n When set to true, the CheckBox will be in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate"}},{"Kind":"Components.Component","Name":"IndeterminateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IndeterminateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableTriState","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value to enable/disable tri state functionality in CheckBox.\n \n ","Metadata":{"Common.PropertyName":"EnableTriState"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CheckBox state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-702625055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCheckBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":54919479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfCheckBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":673555605,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Chip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is before click.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component successfuly disposed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This delete event will get triggered before removing the chip.\n \n ","Metadata":{"Common.PropertyName":"OnDelete","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipEvents"}},{"HashCode":2080405027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Chip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is before click.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component successfuly disposed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This delete event will get triggered before removing the chip.\n \n ","Metadata":{"Common.PropertyName":"OnDelete","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2021035343,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the collection of chipitem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems"}},{"HashCode":846360031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the collection of chipitem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":158955337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChipItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1563088017,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.ChipItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1583017531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Chip is a small block of essential information that contains the text, image, or both and mostly used in contacts, mails, or filter tags.\n \n \n Partial Class ChipItem.\n \n \n Partial Class ChipItem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the Chip.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the chip component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"LeadingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconCss"}},{"Kind":"Components.Component","Name":"LeadingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconUrl"}},{"Kind":"Components.Component","Name":"LeadingText","TypeName":"System.String","Documentation":"\n \n Specifies the customized text value for the avatar in the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingText"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text content for the chip.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TrailingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the trailing icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconCss"}},{"Kind":"Components.Component","Name":"TrailingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n This value property helps to store the chip component values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title to the each chip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem"}},{"HashCode":-247887105,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Chip is a small block of essential information that contains the text, image, or both and mostly used in contacts, mails, or filter tags.\n \n \n Partial Class ChipItem.\n \n \n Partial Class ChipItem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the Chip.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the chip component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"LeadingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconCss"}},{"Kind":"Components.Component","Name":"LeadingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconUrl"}},{"Kind":"Components.Component","Name":"LeadingText","TypeName":"System.String","Documentation":"\n \n Specifies the customized text value for the avatar in the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingText"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text content for the chip.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TrailingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the trailing icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconCss"}},{"Kind":"Components.Component","Name":"TrailingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n This value property helps to store the chip component values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title to the each chip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1819187992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChipItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1796387446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.ChipItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-941355961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfChip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfChip.\n \n \n Specifies the Partial class SfChip.\n \n \n Partial Class SfChip.\n \n \n The SfChip component displays a list of chip each of which contains a block of essential information that triggers an event on click action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfChip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the chip component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Chips","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This chips property helps to render chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Chips"}},{"Kind":"Components.Component","Name":"EnableDelete","TypeName":"System.Boolean","Documentation":"\n \n This enableDelete property helps to enable delete functionality.\n \n ","Metadata":{"Common.PropertyName":"EnableDelete"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n This enabled property helps to enable/disable chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"SelectedChips","TypeName":"System.String[]","Documentation":"\n \n This selectedChips property helps to select chip items.\n \n ","Metadata":{"Common.PropertyName":"SelectedChips"}},{"Kind":"Components.Component","Name":"Selection","TypeName":"Syncfusion.Blazor.Buttons.SelectionType","IsEnum":true,"Documentation":"\n \n This selection property enables chip selection type.\n \n ","Metadata":{"Common.PropertyName":"Selection"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the wrapper element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip"}},{"HashCode":49593316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfChip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfChip.\n \n \n Specifies the Partial class SfChip.\n \n \n Partial Class SfChip.\n \n \n The SfChip component displays a list of chip each of which contains a block of essential information that triggers an event on click action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfChip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the chip component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Chips","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This chips property helps to render chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Chips"}},{"Kind":"Components.Component","Name":"EnableDelete","TypeName":"System.Boolean","Documentation":"\n \n This enableDelete property helps to enable delete functionality.\n \n ","Metadata":{"Common.PropertyName":"EnableDelete"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n This enabled property helps to enable/disable chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"SelectedChips","TypeName":"System.String[]","Documentation":"\n \n This selectedChips property helps to select chip items.\n \n ","Metadata":{"Common.PropertyName":"SelectedChips"}},{"Kind":"Components.Component","Name":"Selection","TypeName":"Syncfusion.Blazor.Buttons.SelectionType","IsEnum":true,"Documentation":"\n \n This selection property enables chip selection type.\n \n ","Metadata":{"Common.PropertyName":"Selection"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the wrapper element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":768904299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfChip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-198155808,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfChip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419795855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfIcon","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfIcon component used to render the predefined syncfusion icons using property or custom font icons using property.\n \n \n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading third party icon using component.\n Plus icon were loaded from open iconic, by defining the open iconic font CSS.\n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to icon element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, font size of the icon customized using @attributes directive.\n \n @code{\n Dictionary customAttribute = new Dictionary()\n {\n { \"style\", \"font-size: 20px\" }\n };\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string which can be used to provide custom icon or custom style for icons.\n \n \n Accepts a CSS class string separated by space to provide custom icon or custom style for icons. The default value is String.Empty.\n \n \n IconCss property used to append custom class to the predefined icons. This property will also render the customized icons like font-awesome icons.\n \n \n In the below example custom icon is loaded using IconCss property.\n \n ]]>\n In the below example icon color is customized using IconCss property.\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Name","TypeName":"Syncfusion.Blazor.Buttons.IconName","IsEnum":true,"Documentation":"\n \n Gets or sets the name of the built-in syncfusion icons to render. \n \n \n One of the enumeration.\n \n \n This property is used to render icons from predefined options. You can use to load custom icons.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.Buttons.IconSize","IsEnum":true,"Documentation":"\n \n Gets or sets the size of the icon.\n \n \n One of the enumeration that specifies the size of the icon. \n The default value is \n \n \n The Size property used to set font size for icons. This property will considered only when icons are rendered using property.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets title attribute for icon.\n \n \n Accepts a string. The default value is String.Empty.\n \n \n Title attribute used to improve accessibility with screen readers and show a tooltip on mouse over the icon.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon"}},{"HashCode":89789921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfIcon","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfIcon component used to render the predefined syncfusion icons using property or custom font icons using property.\n \n \n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading third party icon using component.\n Plus icon were loaded from open iconic, by defining the open iconic font CSS.\n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to icon element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, font size of the icon customized using @attributes directive.\n \n @code{\n Dictionary customAttribute = new Dictionary()\n {\n { \"style\", \"font-size: 20px\" }\n };\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string which can be used to provide custom icon or custom style for icons.\n \n \n Accepts a CSS class string separated by space to provide custom icon or custom style for icons. The default value is String.Empty.\n \n \n IconCss property used to append custom class to the predefined icons. This property will also render the customized icons like font-awesome icons.\n \n \n In the below example custom icon is loaded using IconCss property.\n \n ]]>\n In the below example icon color is customized using IconCss property.\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Name","TypeName":"Syncfusion.Blazor.Buttons.IconName","IsEnum":true,"Documentation":"\n \n Gets or sets the name of the built-in syncfusion icons to render. \n \n \n One of the enumeration.\n \n \n This property is used to render icons from predefined options. You can use to load custom icons.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.Buttons.IconSize","IsEnum":true,"Documentation":"\n \n Gets or sets the size of the icon.\n \n \n One of the enumeration that specifies the size of the icon. \n The default value is \n \n \n The Size property used to set font size for icons. This property will considered only when icons are rendered using property.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets title attribute for icon.\n \n \n Accepts a string. The default value is String.Empty.\n \n \n Title attribute used to improve accessibility with screen readers and show a tooltip on mouse over the icon.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2093026925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfIcon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1805351039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfIcon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-844369906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The RadioButton is a graphical user interface element that allows you to select one option from the choices.\n It contains checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRadioButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfRadioButton component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the RadioButton, that describes the purpose of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label `before`/`after` the RadioButton.\n The possible values are:\n - Before: The label is positioned to left of the RadioButton.\n - After: The label is positioned to right of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event trigger when the RadioButton state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.GenericTyped":"True"}},{"HashCode":799819880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The RadioButton is a graphical user interface element that allows you to select one option from the choices.\n It contains checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfRadioButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfRadioButton component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the RadioButton, that describes the purpose of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label `before`/`after` the RadioButton.\n The possible values are:\n - Before: The label is positioned to left of the RadioButton.\n - After: The label is positioned to right of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event trigger when the RadioButton state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":555634086,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRadioButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1360425562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfRadioButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1607507066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfSwitch component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in checked state.\n \n ","Metadata":{"Common.PropertyName":"OnLabel"}},{"Kind":"Components.Component","Name":"OffLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in unchecked state.\n \n ","Metadata":{"Common.PropertyName":"OffLabel"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Switch state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.GenericTyped":"True"}},{"HashCode":241390137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfSwitch component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in checked state.\n \n ","Metadata":{"Common.PropertyName":"OnLabel"}},{"Kind":"Components.Component","Name":"OffLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in unchecked state.\n \n ","Metadata":{"Common.PropertyName":"OffLabel"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Switch state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309197531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSwitch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2130254488,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfSwitch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704188104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarBase.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Calendars.CalendarBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.GenericTyped":"True"}},{"HashCode":582846602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarBase.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Calendars.CalendarBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1590996933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Calendar Events of the component.\n \n Specifies the type of CalendarEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.CalendarEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from Calendar.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after deselecting the value from Calendar. This event will trigger when enable the multiple date selection.\n \n ","Metadata":{"Common.PropertyName":"DeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarEvents","Components.GenericTyped":"True"}},{"HashCode":378988066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Calendar Events of the component.\n \n Specifies the type of CalendarEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.CalendarEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from Calendar.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after deselecting the value from Calendar. This event will trigger when enable the multiple date selection.\n \n ","Metadata":{"Common.PropertyName":"DeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":112041337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfCalendar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValuesExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the values of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValuesExpression"}},{"Kind":"Components.Component","Name":"IsMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the calendar allows the user to select the multiple dates.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.DateTime[]","Documentation":"\n \n Sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"ValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the values changes.\n \n ","Metadata":{"Common.PropertyName":"ValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class etc., to the root element.\n If you configured both property and equivalent html attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.GenericTyped":"True"}},{"HashCode":1845428971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfCalendar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValuesExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the values of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValuesExpression"}},{"Kind":"Components.Component","Name":"IsMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the calendar allows the user to select the multiple dates.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.DateTime[]","Documentation":"\n \n Sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"ValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the values changes.\n \n ","Metadata":{"Common.PropertyName":"ValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class etc., to the root element.\n If you configured both property and equivalent html attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391791122,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCalendar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1144173288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfCalendar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":802264352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n Defines the .\n \n Specifies the type of SfDatePicker.\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.GenericTyped":"True"}},{"HashCode":1701156744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n Defines the .\n \n Specifies the type of SfDatePicker.\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1603496904,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":894561653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2028041193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DatePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DatePicker Events of the component.\n \n Specifies the type of DatePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DatePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when datepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DatePickerEvents","Components.GenericTyped":"True"}},{"HashCode":-1910913826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DatePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DatePicker Events of the component.\n \n Specifies the type of DatePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DatePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DatePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when datepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DatePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1705305909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateRangePicker is a graphical user interface component that allows user to select the date range from the calendar.\n \n Specifies the type of SfDateRangePicker.\n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateRangePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the end date of the bound.\n \n ","Metadata":{"Common.PropertyName":"EndDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the start date of the bound.\n \n ","Metadata":{"Common.PropertyName":"StartDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows user to change the value via typing. When set as false, the DateRangePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the end date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"EndDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when end date of the DateRangePicker is changed.\n \n ","Metadata":{"Common.PropertyName":"EndDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Gets or sets the floating label behavior of the DateRangePicker that the placeholder text floats above the DateRangePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DateRangePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DateRangePicker.\n \n \n Auto\n The floating label floats above the DateRangePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the required date format to the start and end date string.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaxDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the maximum span of days that can be allowed in a date range selection.\n \n ","Metadata":{"Common.PropertyName":"MaxDays"}},{"Kind":"Components.Component","Name":"MinDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the minimum span of days that can be allowed in date range selection.\n \n ","Metadata":{"Common.PropertyName":"MinDays"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Gets or sets the text that is shown as a hint or placeholder until the user focuses or enter a value in DateRangePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Sets or gets the string that used between the start and end date string.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear icon in DateRangePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the start date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"StartDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when start date of the DateRangePicker is changed.\n \n \n ","Metadata":{"Common.PropertyName":"StartDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the DateRangePicker to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DateRangePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the DateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Presets","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the Presets of the dateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"Presets"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.GenericTyped":"True"}},{"HashCode":1068639766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateRangePicker is a graphical user interface component that allows user to select the date range from the calendar.\n \n Specifies the type of SfDateRangePicker.\n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateRangePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the end date of the bound.\n \n ","Metadata":{"Common.PropertyName":"EndDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the start date of the bound.\n \n ","Metadata":{"Common.PropertyName":"StartDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows user to change the value via typing. When set as false, the DateRangePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the end date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"EndDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when end date of the DateRangePicker is changed.\n \n ","Metadata":{"Common.PropertyName":"EndDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Gets or sets the floating label behavior of the DateRangePicker that the placeholder text floats above the DateRangePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DateRangePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DateRangePicker.\n \n \n Auto\n The floating label floats above the DateRangePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the required date format to the start and end date string.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaxDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the maximum span of days that can be allowed in a date range selection.\n \n ","Metadata":{"Common.PropertyName":"MaxDays"}},{"Kind":"Components.Component","Name":"MinDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the minimum span of days that can be allowed in date range selection.\n \n ","Metadata":{"Common.PropertyName":"MinDays"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Gets or sets the text that is shown as a hint or placeholder until the user focuses or enter a value in DateRangePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Sets or gets the string that used between the start and end date string.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear icon in DateRangePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the start date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"StartDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when start date of the DateRangePicker is changed.\n \n \n ","Metadata":{"Common.PropertyName":"StartDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the DateRangePicker to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DateRangePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the DateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Presets","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the Presets of the dateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"Presets"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":509224661,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDateRangePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-798304424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1702554923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateRangePicker Events of the component.\n \n Specifies the type of DateRangePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateRangePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when daterangepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another view or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RangeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on selecting the start and end date.\n \n ","Metadata":{"Common.PropertyName":"RangeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","Components.GenericTyped":"True"}},{"HashCode":325386841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateRangePicker Events of the component.\n \n Specifies the type of DateRangePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateRangePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when daterangepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another view or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RangeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on selecting the start and end date.\n \n ","Metadata":{"Common.PropertyName":"RangeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":262163475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateTimePicker Events of the component.\n \n Specifies the type of DateTimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateTimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker and TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dateptimeicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","Components.GenericTyped":"True"}},{"HashCode":-1799791468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateTimePicker Events of the component.\n \n Specifies the type of DateTimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateTimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker and TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dateptimeicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371772077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateTimePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n Specifies the type of SfDateTimePicker.\n \n The DateTimePicker is a graphical user interface component that allows to select a date and time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the DateTimePicker popup list or\n the given value is not present in the DateTimePicker popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the time popup list .\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the time value that to be displayed in time popup list.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets keydown.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.GenericTyped":"True"}},{"HashCode":12214023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateTimePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n Specifies the type of SfDateTimePicker.\n \n The DateTimePicker is a graphical user interface component that allows to select a date and time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the DateTimePicker popup list or\n the given value is not present in the DateTimePicker popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the time popup list .\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the time value that to be displayed in time popup list.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets keydown.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-140497872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDateTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":587681649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-562327169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the TimePicker allows user to change the value via typing. When set as false, the TimePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets or gets the required time format of value that is to be displayed in component.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in TimePicker. For example, when using German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the popup list or the given value is not present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the popup list.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the TimePicker to act as strict. So that, it allows to enter only a valid time value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range time value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the TimePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.GenericTyped":"True"}},{"HashCode":-890472202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the TimePicker allows user to change the value via typing. When set as false, the TimePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets or gets the required time format of value that is to be displayed in component.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in TimePicker. For example, when using German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the popup list or the given value is not present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the popup list.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the TimePicker to act as strict. So that, it allows to enter only a valid time value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range time value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the TimePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1152426482,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1074485180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1294109357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.TimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TimePicker Events of the component.\n \n Specifies the type of TimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.TimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when timepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control gets focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering the each popup list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.TimePickerEvents","Components.GenericTyped":"True"}},{"HashCode":497290524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.TimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TimePicker Events of the component.\n \n Specifies the type of TimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.TimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.TimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when timepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control gets focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering the each popup list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.TimePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419403871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerPreset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.DateTime","Documentation":"\n \n Defines the end date of the preset range\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the label string of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.DateTime","Documentation":"\n \n Defines the start date of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}},{"HashCode":703256766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.DateTime","Documentation":"\n \n Defines the end date of the preset range\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the label string of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.DateTime","Documentation":"\n \n Defines the start date of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-458534310,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateRangePickerPreset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1137739739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":88520433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerPresets"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}},{"HashCode":-1614378068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-508910038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateRangePickerPresets"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1190655918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1332407996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Soecifies the type of CalendarBaseRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"MultiSelection"}},{"Kind":"Components.Component","Name":"CellClickHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the cell click event.\n \n \n ","Metadata":{"Common.PropertyName":"CellClickHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsFocusTodayCell","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current day is focused or not.\n \n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayCell"}},{"Kind":"Components.Component","Name":"CurrentDateValue","TypeName":"TValue","Documentation":"\n \n Specifies current date value.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentDateValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MultiValues","TypeName":"System.DateTime[]","Documentation":"\n \n Gets or sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"MultiValues"}},{"Kind":"Components.Component","Name":"MultiValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of value.\n \n ","Metadata":{"Common.PropertyName":"MultiValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrevIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a previous icon state.\n \n ","Metadata":{"Common.PropertyName":"PrevIconClass"}},{"Kind":"Components.Component","Name":"NextIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a next icon state.\n \n ","Metadata":{"Common.PropertyName":"NextIconClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.GenericTyped":"True"}},{"HashCode":1823790802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Soecifies the type of CalendarBaseRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"MultiSelection"}},{"Kind":"Components.Component","Name":"CellClickHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the cell click event.\n \n \n ","Metadata":{"Common.PropertyName":"CellClickHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsFocusTodayCell","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current day is focused or not.\n \n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayCell"}},{"Kind":"Components.Component","Name":"CurrentDateValue","TypeName":"TValue","Documentation":"\n \n Specifies current date value.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentDateValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MultiValues","TypeName":"System.DateTime[]","Documentation":"\n \n Gets or sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"MultiValues"}},{"Kind":"Components.Component","Name":"MultiValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of value.\n \n ","Metadata":{"Common.PropertyName":"MultiValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrevIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a previous icon state.\n \n ","Metadata":{"Common.PropertyName":"PrevIconClass"}},{"Kind":"Components.Component","Name":"NextIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a next icon state.\n \n ","Metadata":{"Common.PropertyName":"NextIconClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106646879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarDayCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarDayCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarCell for the Syncfusion.Blazor.Calendars.Internal.CalendarDayCell component.","Metadata":{"Common.PropertyName":"TCalendarCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Bind the cell click for calendar.\n \n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the current date.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentCellDate"}},{"Kind":"Components.Component","Name":"LocalDates","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the local date.\n \n \n ","Metadata":{"Common.PropertyName":"LocalDates"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.String","Documentation":"\n \n Specifies the class of cell.\n \n ","Metadata":{"Common.PropertyName":"CellClass"}},{"Kind":"Components.Component","Name":"IsFocusTodayDate","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current date is focused or not.\n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayDate"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Int32","Documentation":"\n \n Get or Set Cell value.\n \n \n ","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"TodayCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the today date value.\n \n \n ","Metadata":{"Common.PropertyName":"TodayCellDate"}},{"Kind":"Components.Component","Name":"IsNavigation","TypeName":"System.Boolean","Documentation":"\n \n Get or Set calendar navigation.\n \n \n ","Metadata":{"Common.PropertyName":"IsNavigation"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Get or Set current calendar view.\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n Get or Set the calendar cell selection.\n \n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"MultiselectValues","TypeName":"System.DateTime[]","Documentation":"\n \n Get or Set calendar values.\n \n \n ","Metadata":{"Common.PropertyName":"MultiselectValues"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarCell","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.GenericTyped":"True"}},{"HashCode":1102451869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarDayCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarCell for the Syncfusion.Blazor.Calendars.Internal.CalendarDayCell component.","Metadata":{"Common.PropertyName":"TCalendarCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Bind the cell click for calendar.\n \n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the current date.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentCellDate"}},{"Kind":"Components.Component","Name":"LocalDates","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the local date.\n \n \n ","Metadata":{"Common.PropertyName":"LocalDates"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.String","Documentation":"\n \n Specifies the class of cell.\n \n ","Metadata":{"Common.PropertyName":"CellClass"}},{"Kind":"Components.Component","Name":"IsFocusTodayDate","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current date is focused or not.\n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayDate"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Int32","Documentation":"\n \n Get or Set Cell value.\n \n \n ","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"TodayCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the today date value.\n \n \n ","Metadata":{"Common.PropertyName":"TodayCellDate"}},{"Kind":"Components.Component","Name":"IsNavigation","TypeName":"System.Boolean","Documentation":"\n \n Get or Set calendar navigation.\n \n \n ","Metadata":{"Common.PropertyName":"IsNavigation"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Get or Set current calendar view.\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n Get or Set the calendar cell selection.\n \n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"MultiselectValues","TypeName":"System.DateTime[]","Documentation":"\n \n Get or Set calendar values.\n \n \n ","Metadata":{"Common.PropertyName":"MultiselectValues"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarCell","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1921368173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar day is show in header.\n \n Specifies the type of CalendarTableHeader.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarTableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarHeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarHeader for the Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader component.","Metadata":{"Common.PropertyName":"TCalendarHeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the calendar view .\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarHeader","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.GenericTyped":"True"}},{"HashCode":1898188045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar day is show in header.\n \n Specifies the type of CalendarTableHeader.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarHeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarHeader for the Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader component.","Metadata":{"Common.PropertyName":"TCalendarHeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the calendar view .\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarHeader","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057727398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The content in Card holds texts, images, links and all possible HTML elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Represents a content of the card component.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"EnableSeperator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeperator"}},{"Kind":"Components.Component","Name":"EnableSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeparator"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent"}},{"HashCode":-623568077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The content in Card holds texts, images, links and all possible HTML elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Represents a content of the card component.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"EnableSeperator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeperator"}},{"Kind":"Components.Component","Name":"EnableSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeparator"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1875196604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-625633594,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033597959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Represents the orientation of the Card component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter"}},{"HashCode":1142226298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Represents the orientation of the Card component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2001068428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-639573868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1232738031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooterContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer content is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Represents the text for the card footer content.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent"}},{"HashCode":-1454761344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooterContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer content is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Represents the text for the card footer content.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1431836525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardFooterContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":684092921,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardFooterContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":526253034,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card header is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a Tile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Represents a SubTile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Represents a Header image location for the card component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImagePosition","TypeName":"Syncfusion.Blazor.Cards.ImagePosition","IsEnum":true,"Documentation":"\n \n Represents image position in the card header.\n \n ","Metadata":{"Common.PropertyName":"ImagePosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader"}},{"HashCode":979678419,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card header is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a Tile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Represents a SubTile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Represents a Header image location for the card component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImagePosition","TypeName":"Syncfusion.Blazor.Cards.ImagePosition","IsEnum":true,"Documentation":"\n \n Represents image position in the card header.\n \n ","Metadata":{"Common.PropertyName":"ImagePosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1932255285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1703909516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":277039855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardImage","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card image is used to includes image as direct element anywhere inside the root card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Documentation":"\n \n Represents a url location of a image.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a title for the image.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Cards.TitlePositions","IsEnum":true,"Documentation":"\n \n Represents a title position in the image.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage"}},{"HashCode":-695705368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardImage","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card image is used to includes image as direct element anywhere inside the root card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Documentation":"\n \n Represents a url location of a image.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a title for the image.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Cards.TitlePositions","IsEnum":true,"Documentation":"\n \n Represents a title position in the image.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-388063414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardImage.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2085945608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardImage.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":142518184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardStacked","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card stacked is used to group the content vertically or horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardStacked"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked"}},{"HashCode":1505188227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardStacked","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card stacked is used to group the content vertically or horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardStacked"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2091794376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardStacked"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1614741353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardStacked"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294334049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.SfCard","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card is a container-based user interface control built using for displaying organized content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines Id for the Card component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines CssClass for the Card component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Defines the Orientation of the card.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard"}},{"HashCode":-670837199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.SfCard","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card is a container-based user interface control built using for displaying organized content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.SfCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines Id for the Card component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines CssClass for the Card component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Defines the Orientation of the card.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963416342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.SfCard.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1843253185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.SfCard.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.SfCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205073900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable the animation.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartAnimation"}},{"HashCode":-714812949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable the animation.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2064196102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartBorder"}},{"HashCode":-1051340231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1786237347,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the category label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCategoryLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle"}},{"HashCode":2127258873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the category label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1314935271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the buller chart component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder"}},{"HashCode":793647232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the buller chart component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":821353352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n BulletChartCommonFont Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonFont"}},{"HashCode":1146830471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n BulletChartCommonFont Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1251130674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the data label of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enabled the data label.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}},{"HashCode":394519191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the data label of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enabled the data label.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":445964800,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-925055686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-709944776,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartDataLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle"}},{"HashCode":794010791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1359873222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBulletChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse to be click.\n \n \n ","Metadata":{"Common.PropertyName":"OnBulletChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart component is rendered.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the bulletchart label render.\n \n ","Metadata":{"Common.PropertyName":"OnLabelRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartEvents"}},{"HashCode":-1963352219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBulletChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse to be click.\n \n \n ","Metadata":{"Common.PropertyName":"OnBulletChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart component is rendered.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the bulletchart label render.\n \n ","Metadata":{"Common.PropertyName":"OnLabelRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1058504900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle"}},{"HashCode":672140833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1231548036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option foe customizing the legend border of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}},{"HashCode":-1954802339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option foe customizing the legend border of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-864625077,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-293447265,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210629792,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom position of the legend location using x and y values for the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation"}},{"HashCode":-2060982914,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom position of the legend location using x and y values for the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":931341821,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin"}},{"HashCode":-1179601891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638636624,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the legend in bullet chart can be aligned as follows:\n Near: Aligns the legend to the left of the bullet chart.\n Center: Aligns the legend to the center of the bullet chart.\n Far: Aligns the legend to the right of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the bullet chart legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the bullet chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the bullet chart.\n Left: Displays the legend at the left of the bullet chart.\n Bottom: Displays the legend at the bottom of the bullet chart.\n Right: Displays the legend at the right of the bullet chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape height of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding between the bullet chart legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape width of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tabIndex value for the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the visible of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}},{"HashCode":47866912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the legend in bullet chart can be aligned as follows:\n Near: Aligns the legend to the left of the bullet chart.\n Center: Aligns the legend to the center of the bullet chart.\n Far: Aligns the legend to the right of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the bullet chart legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the bullet chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the bullet chart.\n Left: Displays the legend at the left of the bullet chart.\n Bottom: Displays the legend at the bottom of the bullet chart.\n Right: Displays the legend at the right of the bullet chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape height of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding between the bullet chart legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape width of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tabIndex value for the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the visible of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-158776940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1924622010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59388851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle"}},{"HashCode":963940758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-196416522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the major tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines"}},{"HashCode":-1302455946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the major tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1381021939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMargin"}},{"HashCode":-246436911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1024970945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the minor tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks lines.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines"}},{"HashCode":1127113597,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the minor tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks lines.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2024616946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the range color properties of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end value of the range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the range for the color.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the name of the range.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the legend. Each ranges has its own legend shape. They are,\n Circle\n Rectangle\n Triangle\n Diamond\n Cross\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle.\n \n ","Metadata":{"Common.PropertyName":"Shape"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRange"}},{"HashCode":-486211843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the range color properties of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end value of the range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the range for the color.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the name of the range.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the legend. Each ranges has its own legend shape. They are,\n Circle\n Rectangle\n Triangle\n Diamond\n Cross\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle.\n \n ","Metadata":{"Common.PropertyName":"Shape"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":248047464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the color mapping range collection of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartRangeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}},{"HashCode":-1979195644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the color mapping range collection of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-781242808,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartRangeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1991683147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789296860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle"}},{"HashCode":-3974556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391927140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle"}},{"HashCode":407341124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-933603700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the bullet chart component.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChartTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip","Components.GenericTyped":"True"}},{"HashCode":1585082963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the bullet chart component.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChartTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-762798797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-706250119,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-467888732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1269045241,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97129939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder"}},{"HashCode":-776694687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":740353316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle"}},{"HashCode":483293505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":211017352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartValueBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the customizing the color and width of the value bar border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartValueBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartValueBorder"}},{"HashCode":1263319652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartValueBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the customizing the color and width of the value bar border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartValueBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartValueBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":672561346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfBulletChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Bullet Chart control is used to display the one or more measures and compares them to a target value with built-in features like orientation, qualitative ranges, multiple measures, labels, tooltip and animation.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBulletChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfBulletChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TargetTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetTypes"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the bullet chart axis and data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CategoryField","TypeName":"System.String","Documentation":"\n \n It defines the category for the data source.\n \n ","Metadata":{"Common.PropertyName":"CategoryField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n default value of multiple data bullet chart.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableGroupSeparator","TypeName":"System.Boolean","Documentation":"\n \n default value for enableGroupSeparator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupSeparator"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persistence of the component.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the bullet chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an scale.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the bullet chart axis labels.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.LabelsPlacement","IsEnum":true,"Documentation":"\n \n specifies the axis label position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies the locale of the bullet chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n specifies the interval of minor ticks.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Charts.OrientationType","IsEnum":true,"Documentation":"\n \n Orientation of the scale.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Subtitle","TypeName":"System.String","Documentation":"\n \n Specifies the sub title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Subtitle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n TabIndex value for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TargetColor","TypeName":"System.String","Documentation":"\n \n Default stroke of comparative measure.\n \n ","Metadata":{"Common.PropertyName":"TargetColor"}},{"Kind":"Components.Component","Name":"TargetField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetField"}},{"Kind":"Components.Component","Name":"TargetWidth","TypeName":"System.Double","Documentation":"\n \n Options for customizing comparative bar color bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TargetWidth"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.TickPosition","IsEnum":true,"Documentation":"\n \n specifies the tick position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Charts.TextPosition","IsEnum":true,"Documentation":"\n \n Sets the title position of bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FeatureType","IsEnum":true,"Documentation":"\n \n Default type on feature measure.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the value value.\n \n ","Metadata":{"Common.PropertyName":"ValueField"}},{"Kind":"Components.Component","Name":"ValueFill","TypeName":"System.String","Documentation":"\n \n Default stroke color of feature measure.\n \n ","Metadata":{"Common.PropertyName":"ValueFill"}},{"Kind":"Components.Component","Name":"ValueHeight","TypeName":"System.Double","Documentation":"\n \n Options for customizing feature bar height of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"ValueHeight"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the bullet chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart","Components.GenericTyped":"True"}},{"HashCode":-1550829904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfBulletChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Bullet Chart control is used to display the one or more measures and compares them to a target value with built-in features like orientation, qualitative ranges, multiple measures, labels, tooltip and animation.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfBulletChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfBulletChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TargetTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetTypes"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the bullet chart axis and data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CategoryField","TypeName":"System.String","Documentation":"\n \n It defines the category for the data source.\n \n ","Metadata":{"Common.PropertyName":"CategoryField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n default value of multiple data bullet chart.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableGroupSeparator","TypeName":"System.Boolean","Documentation":"\n \n default value for enableGroupSeparator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupSeparator"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persistence of the component.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the bullet chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an scale.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the bullet chart axis labels.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.LabelsPlacement","IsEnum":true,"Documentation":"\n \n specifies the axis label position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies the locale of the bullet chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n specifies the interval of minor ticks.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Charts.OrientationType","IsEnum":true,"Documentation":"\n \n Orientation of the scale.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Subtitle","TypeName":"System.String","Documentation":"\n \n Specifies the sub title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Subtitle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n TabIndex value for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TargetColor","TypeName":"System.String","Documentation":"\n \n Default stroke of comparative measure.\n \n ","Metadata":{"Common.PropertyName":"TargetColor"}},{"Kind":"Components.Component","Name":"TargetField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetField"}},{"Kind":"Components.Component","Name":"TargetWidth","TypeName":"System.Double","Documentation":"\n \n Options for customizing comparative bar color bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TargetWidth"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.TickPosition","IsEnum":true,"Documentation":"\n \n specifies the tick position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Charts.TextPosition","IsEnum":true,"Documentation":"\n \n Sets the title position of bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FeatureType","IsEnum":true,"Documentation":"\n \n Default type on feature measure.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the value value.\n \n ","Metadata":{"Common.PropertyName":"ValueField"}},{"Kind":"Components.Component","Name":"ValueFill","TypeName":"System.String","Documentation":"\n \n Default stroke color of feature measure.\n \n ","Metadata":{"Common.PropertyName":"ValueFill"}},{"Kind":"Components.Component","Name":"ValueHeight","TypeName":"System.Double","Documentation":"\n \n Options for customizing feature bar height of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"ValueHeight"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the bullet chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1051780014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBulletChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126018383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfBulletChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-51738590,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}},{"HashCode":-725430639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2100206483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2115191011,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404893067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets Center of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n X value of the center.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}},{"HashCode":-122311358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets Center of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n X value of the center.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739686428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":429167295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083020001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the events for the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before series getting renderred.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggeres before the point rendering.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before legend getting rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart render completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEvents"}},{"HashCode":1113166977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the events for the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before series getting renderred.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggeres before the point rendering.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before legend getting rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart render completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1898452660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the margin of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}},{"HashCode":2134872553,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the margin of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-847979313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-641319981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144856868,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}},{"HashCode":-1298934217,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1515014524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2146287788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":415773332,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}},{"HashCode":-1785060837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-765323233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-926849607,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1902996007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the subTitle style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}},{"HashCode":1766702830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the subTitle style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":954671076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1099529095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2036166427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the title style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}},{"HashCode":267675864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the title style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471004648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2100740950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-368781915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the id of the custom element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}},{"HashCode":1727880199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the id of the custom element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1914012510,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1859372184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1755429462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1812524949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-365346316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotations are user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}},{"HashCode":683303764,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotations are user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837219618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1485160210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1372753565,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border for that Accumulation Chart's legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}},{"HashCode":1325681049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border for that Accumulation Chart's legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239379164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1022934001,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":155634994,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the accumulation chart's texts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}},{"HashCode":-1888251655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the accumulation chart's texts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1371110165,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-225965331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1500487261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the margin for the Accumulation chart's margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}},{"HashCode":801766733,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the margin for the Accumulation chart's margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1148810887,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":882714838,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1254467823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Legend is used to help readers understand the plotted data.\n The chart legend shows information about the datasets that are appearing on the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex legendItem for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}},{"HashCode":-436144580,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Legend is used to help readers understand the plotted data.\n The chart legend shows information about the datasets that are appearing on the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex legendItem for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766966150,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1254269116,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1488207607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Spectified the co-ordinates of the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}},{"HashCode":-1228434254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Spectified the co-ordinates of the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-531802089,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241019903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":225851173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Animation property for the Accumulation chart's series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}},{"HashCode":1153664015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Animation property for the Accumulation chart's series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-919412291,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1242181886,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":310584463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the connector line property for the Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}},{"HashCode":-1608727172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the connector line property for the Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-520266159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-47865504,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":244413107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and the border for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}},{"HashCode":1458728734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and the border for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1883811068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-227146391,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-892363560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}},{"HashCode":314653972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-606876569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1173194941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1776546846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the emptyPoint's border for the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}},{"HashCode":-781457229,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the emptyPoint's border for the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1672973844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1483222230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001279831,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets configurarion of empty point settings for the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Documentation":"\n \n Options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}},{"HashCode":1887251128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets configurarion of empty point settings for the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Documentation":"\n \n Options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1365121235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2137341416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1048148943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n Gets and set the Series of the Accumulation series.\n \n \n Sets and gets the options for customizing the chart series of the accumulation chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Documentation":"\n \n Options for customizing the animation for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Documentation":"\n \n Options for customizing the border of the series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Documentation":"\n \n The data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Documentation":"\n \n Options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable tooltip for a series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n End angle for a series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n If set true, series points will be exploded on mouse click or touch.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n If set true, all the points in the series will get exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Index of the point, to be exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Distance of the point from the center, which takes values in both pixels and percentage.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.Charts.GroupMode","IsEnum":true,"Documentation":"\n \n AccumulationSeries y values less than groupMode are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n AccumulationSeries y values less than groupTo are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n The shape of the legend. Each series has its own legend shape. They are\n Circle - Renders a circle.\n Rectangle - Renders a rectangle.\n Triangle - Renders a triangle.\n Diamond - Renders a diamond.\n Cross - Renders a cross.\n HorizontalLine - Renders a horizontalLine.\n VerticalLine - Renders a verticalLine.\n Pentagon - Renders a pentagon.\n InvertedTriangle - Renders a invertedTriangle.\n SeriesType -Render a legend shape based on series type.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the series name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Palette for series points.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.Charts.PyramidMode","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Radius of the pie series and its values in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Start angle for a series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.AccumulationType","IsEnum":true,"Documentation":"\n \n Specify the type of the series in accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the series visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the x value.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}},{"HashCode":-2065187100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n Gets and set the Series of the Accumulation series.\n \n \n Sets and gets the options for customizing the chart series of the accumulation chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Documentation":"\n \n Options for customizing the animation for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Documentation":"\n \n Options for customizing the border of the series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Documentation":"\n \n The data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Documentation":"\n \n Options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable tooltip for a series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n End angle for a series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n If set true, series points will be exploded on mouse click or touch.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n If set true, all the points in the series will get exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Index of the point, to be exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Distance of the point from the center, which takes values in both pixels and percentage.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.Charts.GroupMode","IsEnum":true,"Documentation":"\n \n AccumulationSeries y values less than groupMode are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n AccumulationSeries y values less than groupTo are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n The shape of the legend. Each series has its own legend shape. They are\n Circle - Renders a circle.\n Rectangle - Renders a rectangle.\n Triangle - Renders a triangle.\n Diamond - Renders a diamond.\n Cross - Renders a cross.\n HorizontalLine - Renders a horizontalLine.\n VerticalLine - Renders a verticalLine.\n Pentagon - Renders a pentagon.\n InvertedTriangle - Renders a invertedTriangle.\n SeriesType -Render a legend shape based on series type.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the series name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Palette for series points.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.Charts.PyramidMode","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Radius of the pie series and its values in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Start angle for a series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.AccumulationType","IsEnum":true,"Documentation":"\n \n Specify the type of the series in accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the series visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the x value.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1004316785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":140790530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":866951877,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border configuration for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}},{"HashCode":1651039819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border configuration for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1829550854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1861594035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-366888330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}},{"HashCode":-988980617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":302198636,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1532803745,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623732462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Datalabels shows the information about the data points in the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Documentation":"\n \n Option for customizing the border lines.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Documentation":"\n \n Options for customize the connector line in series.\n This property is applicable for Pie, Funnel and Pyramid series.\n The default connector length for Pie series is '4%'. For other series, it is null.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Documentation":"\n \n Option for customizing the data label text.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.AccumulationLabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of data label. They are.\n Outside - Places label outside the point.\n Inside - Places label inside the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series gets render.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ShowZero","TypeName":"System.Boolean","Documentation":"\n \n If set true, datalabels will be visible for zero points.\n \n ","Metadata":{"Common.PropertyName":"ShowZero"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}},{"HashCode":1798608482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Datalabels shows the information about the data points in the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Documentation":"\n \n Option for customizing the border lines.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Documentation":"\n \n Options for customize the connector line in series.\n This property is applicable for Pie, Funnel and Pyramid series.\n The default connector length for Pie series is '4%'. For other series, it is null.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Documentation":"\n \n Option for customizing the data label text.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.AccumulationLabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of data label. They are.\n Outside - Places label outside the point.\n Inside - Places label inside the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series gets render.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ShowZero","TypeName":"System.Boolean","Documentation":"\n \n If set true, datalabels will be visible for zero points.\n \n ","Metadata":{"Common.PropertyName":"ShowZero"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-901307992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1513626416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":407680852,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":470792179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":132978139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accumulation chart is a Data visualization component which is divided into slices to represent the given numerical values.\n In this each slice represents its corresponding numerical value.\n \n \n The accumulation chart control is used to visualize the data in the different types of graphical representations with built-in features like Grouping, legends, tooltip, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccumulationChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the chart, which accepts data in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart that accepts data in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dataSource for the chart changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the border in pie chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n If set true, labels for the point will be placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n none: sets none as highlighting pattern to accumulation chart.\n chessboard: sets chess board as highlighting pattern to accumulation chart.\n dots: sets dots as highlighting pattern to accumulation chart.\n diagonalForward: sets diagonal forward as highlighting pattern to accumulation chart.\n crosshatch: sets crosshatch as highlighting pattern to accumulation chart.\n pacman: sets pacman highlighting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as highlighting pattern to accumulation chart.\n grid: sets grid as highlighting pattern to accumulation chart.\n turquoise: sets turquoise as highlighting pattern to accumulation chart.\n star: sets star as highlighting pattern to accumulation chart.\n triangle: sets triangle as highlighting pattern to accumulation chart.\n circle: sets circle as highlighting pattern to accumulation chart.\n tile: sets tile as highlighting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as highlighting pattern to accumulation chart.\n verticaldash: sets vertical dash as highlighting pattern to accumulation chart.\n rectangle: sets rectangle as highlighting pattern to accumulation chart.\n box: sets box as highlighting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as highlighting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as highlighting pattern to accumulation chart.\n bubble: sets bubble as highlighting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi selection in accumulation chart. It requires `SelectionMode` to be `Point`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get selected or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Specifies the SubTitle of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the Title of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for chart element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the chart element.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}},{"HashCode":-1263086523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accumulation chart is a Data visualization component which is divided into slices to represent the given numerical values.\n In this each slice represents its corresponding numerical value.\n \n \n The accumulation chart control is used to visualize the data in the different types of graphical representations with built-in features like Grouping, legends, tooltip, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the chart, which accepts data in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart that accepts data in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dataSource for the chart changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the border in pie chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n If set true, labels for the point will be placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n none: sets none as highlighting pattern to accumulation chart.\n chessboard: sets chess board as highlighting pattern to accumulation chart.\n dots: sets dots as highlighting pattern to accumulation chart.\n diagonalForward: sets diagonal forward as highlighting pattern to accumulation chart.\n crosshatch: sets crosshatch as highlighting pattern to accumulation chart.\n pacman: sets pacman highlighting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as highlighting pattern to accumulation chart.\n grid: sets grid as highlighting pattern to accumulation chart.\n turquoise: sets turquoise as highlighting pattern to accumulation chart.\n star: sets star as highlighting pattern to accumulation chart.\n triangle: sets triangle as highlighting pattern to accumulation chart.\n circle: sets circle as highlighting pattern to accumulation chart.\n tile: sets tile as highlighting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as highlighting pattern to accumulation chart.\n verticaldash: sets vertical dash as highlighting pattern to accumulation chart.\n rectangle: sets rectangle as highlighting pattern to accumulation chart.\n box: sets box as highlighting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as highlighting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as highlighting pattern to accumulation chart.\n bubble: sets bubble as highlighting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi selection in accumulation chart. It requires `SelectionMode` to be `Point`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get selected or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Specifies the SubTitle of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the Title of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for chart element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the chart element.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1998175749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAccumulationChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1455360236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfAccumulationChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":26056884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border of the accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}},{"HashCode":-820148371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border of the accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128009675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1064093298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1769910142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tooltip shows the information about the data points when users hover over data points on your chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}},{"HashCode":443476602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tooltip shows the information about the data points when users hover over data points on your chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732192013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1982563577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-992670925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-98617441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-789085275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Textstyle of the Accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}},{"HashCode":-548593979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Textstyle of the Accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-589624399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1865154011,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1683309586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Content Template for the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the custom element as a string.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation"}},{"HashCode":1777871669,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Content Template for the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the custom element as a string.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1339747096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Content Template for the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-585950703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Content Template for the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":253762846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1237883166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":121412569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations"}},{"HashCode":-2055692301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1753897262,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":600447773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059404976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotationRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}},{"HashCode":1499366114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-321331433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotationRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2112168380,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":938060982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Documentation":"\n \n Options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea"}},{"HashCode":273992236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Documentation":"\n \n Options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2047919977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-571322797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":140145303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder"}},{"HashCode":934632959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1563862344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-619239167,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-767585071,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder"}},{"HashCode":-77600991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1472456514,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2043852056,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1294816455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin"}},{"HashCode":-684582037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1325709945,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1732116739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1401263806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}},{"HashCode":-1415171460,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":300443918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2016416581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2072422482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle"}},{"HashCode":213953964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300957192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":240231333,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-182013385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn"}},{"HashCode":1521268014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1794167886,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330633547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2089724130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumns","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns"}},{"HashCode":-295593006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumns","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":317921741,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-308593103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":378681540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow"}},{"HashCode":-1891807802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1495465723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1580143141,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461870337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRows","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows"}},{"HashCode":-959527727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRows","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943065035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1346592981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1248933655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxes","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes"}},{"HashCode":-862542978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxes","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2038109416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-555183170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-114427474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis"}},{"HashCode":232257369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525518666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":606808880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":120563485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the border width of axis labels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}},{"HashCode":-1644069954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the border width of axis labels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1353245947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1912344191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":412160712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of axis's labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}},{"HashCode":50038156,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of axis's labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-164909826,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2054039208,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1728269287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}},{"HashCode":-844448001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1010060369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560838928,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1938396958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}},{"HashCode":-1876739095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1707120854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1312555487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1708280061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}},{"HashCode":-343860601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715649872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":451102779,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":520651676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}},{"HashCode":-180782212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1829604748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":498525455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":334421075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}},{"HashCode":1483038609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294988492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-45779516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-858432121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}},{"HashCode":-1519860112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":857033075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560139292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1157053660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}},{"HashCode":522803122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":110735674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1672514868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-359052526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}},{"HashCode":518542479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432881570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1356884302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":535061681,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}},{"HashCode":-1311971410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2125861538,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMultiLevelLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1842096603,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":741010638,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMultiLevelLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}},{"HashCode":-1828913974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1743757242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMultiLevelLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1522679030,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":123828011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the categories for the chart labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories"}},{"HashCode":1638538133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the categories for the chart labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1058669612,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2135194480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":750304668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategory","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the category for the multilevel labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCategory"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Object","Documentation":"\n \n multi level labels custom data.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the text for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n multi level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels.\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory"}},{"HashCode":-816862715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategory","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the category for the multilevel labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCategory"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Object","Documentation":"\n \n multi level labels custom data.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the text for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n multi level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels.\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1026366781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCategory"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-695224972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCategory"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1697743451,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi level labels. They are,\n Near: Places the multi level labels at Near.\n Center: Places the multi level labels at Center.\n Far: Places the multi level labels at Far.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Multi level categories for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the textOverFlow for multi level labels. They are,\n Trim: Trim textOverflow for multi level labels.\n Wrap: Wrap textOverflow for multi level labels.\n None: None textOverflow for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Documentation":"\n \n Options to customize the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}},{"HashCode":1113565290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi level labels. They are,\n Near: Places the multi level labels at Near.\n Center: Places the multi level labels at Center.\n Far: Places the multi level labels at Far.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Multi level categories for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the textOverFlow for multi level labels. They are,\n Trim: Trim textOverflow for multi level labels.\n Wrap: Wrap textOverflow for multi level labels.\n None: None textOverflow for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Documentation":"\n \n Options to customize the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-355855633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1247567350,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1355515969,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multi level labels of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}},{"HashCode":-693312305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multi level labels of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060427198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":678071988,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470210759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Scrollbar settings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}},{"HashCode":710632232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Scrollbar settings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-989102474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1583464785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739698457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the range of scroll bar range.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}},{"HashCode":-627341670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the range of scroll bar range.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448721734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":549694788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-953858719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar setings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}},{"HashCode":-1045946027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar setings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":638708589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-465846695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074937878,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar range of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}},{"HashCode":713566571,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar range of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59137709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-979932195,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766593052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStripline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the striplines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStripline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Documentation":"\n \n Border of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n IsRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n IsSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n repeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n repeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n segmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n segmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n segmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Documentation":"\n \n Options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline"}},{"HashCode":-1293136872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStripline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the striplines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStripline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Documentation":"\n \n Border of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n IsRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n IsSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n repeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n repeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n segmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n segmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n segmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Documentation":"\n \n Options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1785912614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStripline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1324957909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStripline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1005579243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of border for the striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}},{"HashCode":-1156235973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of border for the striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1239519877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1393388839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1806679840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Strip lines are used to shade the different ranges in plot area in different colors to improve the readability of the chart.\n You can annotate it with text to indicate what that particular region indicates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines"}},{"HashCode":-403674946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Strip lines are used to shade the different ranges in plot area in different colors to improve the readability of the chart.\n You can annotate it with text to indicate what that particular region indicates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":772096478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":954326978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1989385687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of textstyle for the stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}},{"HashCode":-726434265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of textstyle for the stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1179784185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1488576699,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1447774030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisActualRangeCalculated","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis range is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisActualRangeCalculated","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each points for the series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each legend item is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisMultiLevelLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers while render multiLevelLabels.\n \n ","Metadata":{"Common.PropertyName":"OnAxisMultiLevelLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when change the scroll.\n \n ","Metadata":{"Common.PropertyName":"OnScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomStart","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomEnd","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the legend item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnLegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnCrosshairMove","TypeName":"System.Action","Documentation":"\n \n Triggers when the crosshair axis value updated.\n \n ","Metadata":{"Common.PropertyName":"OnCrosshairMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEditCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag end.\n \n ","Metadata":{"Common.PropertyName":"OnDataEditCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEdit","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag start.\n \n ","Metadata":{"Common.PropertyName":"OnDataEdit","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after the selection is completed.\n \n ","Metadata":{"Common.PropertyName":"OnSelectionChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SharedTooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"SharedTooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers on point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers after click on multiLevelLabelClick.\n \n ","Metadata":{"Common.PropertyName":"OnMultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers when x axis label clicked.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Drag","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDragComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDragComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"LegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"MultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointDoubleClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPointDoubleClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnSelectionComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents"}},{"HashCode":-1739948225,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisActualRangeCalculated","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis range is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisActualRangeCalculated","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each points for the series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each legend item is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisMultiLevelLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers while render multiLevelLabels.\n \n ","Metadata":{"Common.PropertyName":"OnAxisMultiLevelLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when change the scroll.\n \n ","Metadata":{"Common.PropertyName":"OnScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomStart","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomEnd","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the legend item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnLegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnCrosshairMove","TypeName":"System.Action","Documentation":"\n \n Triggers when the crosshair axis value updated.\n \n ","Metadata":{"Common.PropertyName":"OnCrosshairMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEditCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag end.\n \n ","Metadata":{"Common.PropertyName":"OnDataEditCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEdit","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag start.\n \n ","Metadata":{"Common.PropertyName":"OnDataEdit","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after the selection is completed.\n \n ","Metadata":{"Common.PropertyName":"OnSelectionChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SharedTooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"SharedTooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers on point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers after click on multiLevelLabelClick.\n \n ","Metadata":{"Common.PropertyName":"OnMultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers when x axis label clicked.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Drag","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDragComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDragComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"LegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"MultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointDoubleClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPointDoubleClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnSelectionComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-519342311,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2124756438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210886039,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the connector line style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}},{"HashCode":1874696585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the connector line style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":952697988,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1371673641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1901604851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the technical indicator, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"MacdLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Documentation":"\n \n Defines the appearance of the the MacdLine of Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdLine"}},{"Kind":"Components.Component","Name":"UpperLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Documentation":"\n \n Defines the appearance of the upper line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"UpperLine"}},{"Kind":"Components.Component","Name":"LowerLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Documentation":"\n \n Defines the appearance of lower line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"LowerLine"}},{"Kind":"Components.Component","Name":"PeriodLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Documentation":"\n \n Defines the appearance of Period Line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"PeriodLine"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Documentation":"\n \n Animation settings for indicator.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n SPecifies the fill color of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n Specifies the close value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray of the indicator.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Defines the datasource for the indicator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n Enables the complex property data binding for the indicator.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n Defines the high value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n Defines the low value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n Defines the open value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the volume value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding horizontal axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n Defines the xValue of the indicator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding vertical axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator"}},{"HashCode":1841951743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the technical indicator, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"MacdLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Documentation":"\n \n Defines the appearance of the the MacdLine of Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdLine"}},{"Kind":"Components.Component","Name":"UpperLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Documentation":"\n \n Defines the appearance of the upper line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"UpperLine"}},{"Kind":"Components.Component","Name":"LowerLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Documentation":"\n \n Defines the appearance of lower line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"LowerLine"}},{"Kind":"Components.Component","Name":"PeriodLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Documentation":"\n \n Defines the appearance of Period Line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"PeriodLine"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Documentation":"\n \n Animation settings for indicator.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n SPecifies the fill color of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n Specifies the close value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray of the indicator.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Defines the datasource for the indicator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n Enables the complex property data binding for the indicator.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n Defines the high value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n Defines the low value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n Defines the open value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the volume value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding horizontal axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n Defines the xValue of the indicator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding vertical axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":5775036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-617848645,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711990269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to configure the Animation for indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}},{"HashCode":-1132595962,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to configure the Animation for indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2125828883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2111546369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623916697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}},{"HashCode":-1520005348,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1313718835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1748704105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":926114266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Macd line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}},{"HashCode":776474099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Macd line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2009382818,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1096410746,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1232183914,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}},{"HashCode":89776004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-630144638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1228769416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":234893092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of technical indicators, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators"}},{"HashCode":715364532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of technical indicators, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975714472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1123416003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1271590978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the upper line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width the upper line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the upper line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}},{"HashCode":-1082448594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the upper line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width the upper line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the upper line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97548778,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1273443706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1111504607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder"}},{"HashCode":-1619392458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1752069334,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-874202560,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":504941158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin"}},{"HashCode":117857668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1573049800,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1236826635,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":826788466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}},{"HashCode":1459798472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1740241004,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1045027934,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297827928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLocation","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation"}},{"HashCode":1847253604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLocation","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2140168059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1092673108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-919632679,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width for legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the legend.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart legend area.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings"}},{"HashCode":319231341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width for legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the legend.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart legend area.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-111437922,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1074757374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1254151518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfChart","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets and sets the title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Gets and sets the sub title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines id of the chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Gets and sets the palette for the chart series.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the side by side placement.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnBothAxis","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets both axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnBothAxis"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n Gets and sets the background image for chart.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Gets and sets the selection mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.HighlightMode","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the selection pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Option for enable to allow the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the group separator for yaxis label.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets and sets the access text for chart title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Gets and sets the tabIndex for chart title.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the animation for chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Gets and sets the custom class for the chart.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"StockEventsRender","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"StockEventsRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetTooltipTop","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"GetTooltipTop","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart"}},{"HashCode":-387504890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfChart","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets and sets the title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Gets and sets the sub title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines id of the chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Gets and sets the palette for the chart series.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the side by side placement.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnBothAxis","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets both axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnBothAxis"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n Gets and sets the background image for chart.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Gets and sets the selection mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.HighlightMode","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the selection pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Option for enable to allow the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the group separator for yaxis label.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets and sets the access text for chart title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Gets and sets the tabIndex for chart title.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the animation for chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Gets and sets the custom class for the chart.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"StockEventsRender","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"StockEventsRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetTooltipTop","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"GetTooltipTop","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1283179590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfChart.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":779805989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfChart.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799206641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the corner radius for the reactangle type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius"}},{"HashCode":978470331,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the corner radius for the reactangle type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757156332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1080644882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740721124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeries","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Specifies the type of series\n The type of the series are\n Line\n Column\n Area\n Bar\n Histogram\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n StepArea\n Scatter\n Spline\n StackingColumn100\n StackingBar100\n StackingArea100\n RangeColumn\n Hilo\n HiloOpenClose\n Waterfall\n RangeArea\n Bubble\n Candle\n Polar\n Radar\n BoxAndWhisker\n Pareto.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represent the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the volume value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ZOrder","TypeName":"System.Int32","Documentation":"\n \n Specifies the z order of the series.\n \n ","Metadata":{"Common.PropertyName":"ZOrder"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.Charts.ChartDrawType","IsEnum":true,"Documentation":"\n \n Type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n This property used to improve chart performance via data mapping for series dataSource.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the tooltip for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the size value for the bubble series.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the series fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Documentation":"\n \n Defines the border of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Specifies the legend shape of the series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Documentation":"\n \n Specifies the customization of the marker of the series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Documentation":"\n \n Specifies the customization of the empty point settins for the series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n Defines the space between adjacent series for the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Documentation":"\n \n Specifies the corner radius of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the column width of the rectangle typed series.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n Based on this value stacking series are grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"Syncfusion.Blazor.Charts.Segment","IsEnum":true,"Documentation":"\n \n Specifies in which axis segment will be done.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Enables the polar line based series to be closed.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Specifies the CardinalSplineTension for spline series.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.Charts.SplineType","IsEnum":true,"Documentation":"\n \n Specifies the splineType for spline series.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n Enables SolidCandles for candle series.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n Specifies BearFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the BullFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the maximum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the minimum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Connector","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Metadata":{"Common.PropertyName":"Connector"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Specifies the intermediateSumIndexes for waterfall series\n The provided value will be considered as a Tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"IntermediateSumIndexes","TypeName":"System.Double[]","Documentation":"\n \n IntermediateSumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"IntermediateSumIndexes"}},{"Kind":"Components.Component","Name":"SumIndexes","TypeName":"System.Double[]","Documentation":"\n \n Specifies the sumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SumIndexes"}},{"Kind":"Components.Component","Name":"SummaryFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the summaryFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SummaryFillColor"}},{"Kind":"Components.Component","Name":"NegativeFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the NegativeFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"NegativeFillColor"}},{"Kind":"Components.Component","Name":"ShowNormalDistribution","TypeName":"System.Boolean","Documentation":"\n \n Specifies the ShowNormalDistribution for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"ShowNormalDistribution"}},{"Kind":"Components.Component","Name":"BinInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the BinInterval for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"BinInterval"}},{"Kind":"Components.Component","Name":"BoxPlotMode","TypeName":"Syncfusion.Blazor.Charts.BoxPlotMode","IsEnum":true,"Documentation":"\n \n Specifies the BoxPlotMode for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"BoxPlotMode"}},{"Kind":"Components.Component","Name":"ShowMean","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Showmean for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"ShowMean"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the trendlines for the series.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specified the segments of the multicolor series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Documentation":"\n \n Specifies the configuration of the animation settings for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"UnSelectedStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is deselected.\n \n ","Metadata":{"Common.PropertyName":"UnSelectedStyle"}},{"Kind":"Components.Component","Name":"NonHighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is non-highlighted.\n \n ","Metadata":{"Common.PropertyName":"NonHighlightStyle"}},{"Kind":"Components.Component","Name":"HighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightStyle"}},{"Kind":"Components.Component","Name":"ChartDataEditSettings","TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Documentation":"\n \n Configuration of drag settings for the series.\n \n ","Metadata":{"Common.PropertyName":"ChartDataEditSettings"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries"}},{"HashCode":1798140322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeries","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Specifies the type of series\n The type of the series are\n Line\n Column\n Area\n Bar\n Histogram\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n StepArea\n Scatter\n Spline\n StackingColumn100\n StackingBar100\n StackingArea100\n RangeColumn\n Hilo\n HiloOpenClose\n Waterfall\n RangeArea\n Bubble\n Candle\n Polar\n Radar\n BoxAndWhisker\n Pareto.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represent the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the volume value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ZOrder","TypeName":"System.Int32","Documentation":"\n \n Specifies the z order of the series.\n \n ","Metadata":{"Common.PropertyName":"ZOrder"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.Charts.ChartDrawType","IsEnum":true,"Documentation":"\n \n Type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n This property used to improve chart performance via data mapping for series dataSource.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the tooltip for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the size value for the bubble series.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the series fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Documentation":"\n \n Defines the border of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Specifies the legend shape of the series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Documentation":"\n \n Specifies the customization of the marker of the series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Documentation":"\n \n Specifies the customization of the empty point settins for the series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n Defines the space between adjacent series for the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Documentation":"\n \n Specifies the corner radius of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the column width of the rectangle typed series.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n Based on this value stacking series are grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"Syncfusion.Blazor.Charts.Segment","IsEnum":true,"Documentation":"\n \n Specifies in which axis segment will be done.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Enables the polar line based series to be closed.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Specifies the CardinalSplineTension for spline series.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.Charts.SplineType","IsEnum":true,"Documentation":"\n \n Specifies the splineType for spline series.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n Enables SolidCandles for candle series.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n Specifies BearFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the BullFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the maximum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the minimum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Connector","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Metadata":{"Common.PropertyName":"Connector"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Specifies the intermediateSumIndexes for waterfall series\n The provided value will be considered as a Tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"IntermediateSumIndexes","TypeName":"System.Double[]","Documentation":"\n \n IntermediateSumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"IntermediateSumIndexes"}},{"Kind":"Components.Component","Name":"SumIndexes","TypeName":"System.Double[]","Documentation":"\n \n Specifies the sumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SumIndexes"}},{"Kind":"Components.Component","Name":"SummaryFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the summaryFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SummaryFillColor"}},{"Kind":"Components.Component","Name":"NegativeFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the NegativeFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"NegativeFillColor"}},{"Kind":"Components.Component","Name":"ShowNormalDistribution","TypeName":"System.Boolean","Documentation":"\n \n Specifies the ShowNormalDistribution for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"ShowNormalDistribution"}},{"Kind":"Components.Component","Name":"BinInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the BinInterval for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"BinInterval"}},{"Kind":"Components.Component","Name":"BoxPlotMode","TypeName":"Syncfusion.Blazor.Charts.BoxPlotMode","IsEnum":true,"Documentation":"\n \n Specifies the BoxPlotMode for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"BoxPlotMode"}},{"Kind":"Components.Component","Name":"ShowMean","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Showmean for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"ShowMean"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the trendlines for the series.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specified the segments of the multicolor series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Documentation":"\n \n Specifies the configuration of the animation settings for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"UnSelectedStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is deselected.\n \n ","Metadata":{"Common.PropertyName":"UnSelectedStyle"}},{"Kind":"Components.Component","Name":"NonHighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is non-highlighted.\n \n ","Metadata":{"Common.PropertyName":"NonHighlightStyle"}},{"Kind":"Components.Component","Name":"HighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightStyle"}},{"Kind":"Components.Component","Name":"ChartDataEditSettings","TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Documentation":"\n \n Configuration of drag settings for the series.\n \n ","Metadata":{"Common.PropertyName":"ChartDataEditSettings"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1055404694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1992595253,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1364885381,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}},{"HashCode":1104040572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2050536755,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2128966865,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-987718917,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}},{"HashCode":-59393211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1467448670,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-214768530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386587240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the border of the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}},{"HashCode":888082023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the border of the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298705314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-374249977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2013826786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}},{"HashCode":-1213179529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1372170395,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-791276917,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1622897531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the datalabel mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies the angle at which label rotation takes place.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enable the rotation of datalabel.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the label position of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in vertical orientation.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for the datalabels.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Documentation":"\n \n Options to customize the border of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Documentation":"\n \n Options to customize the margin for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Documentation":"\n \n Options to customize the text style of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Specifies the label intersect action for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel"}},{"HashCode":-724097109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the datalabel mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies the angle at which label rotation takes place.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enable the rotation of datalabel.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the label position of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in vertical orientation.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for the datalabels.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Documentation":"\n \n Options to customize the border of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Documentation":"\n \n Options to customize the margin for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Documentation":"\n \n Options to customize the text style of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Specifies the label intersect action for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":628581493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2038125317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1162446698,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1028176483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":186968837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the datalabel border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}},{"HashCode":-1538891053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the datalabel border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595510600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-732705840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-56873442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Defines the size of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defind the color of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}},{"HashCode":1690724602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Defines the size of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defind the color of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1414861810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-127844793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-33169233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Specifies the left margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Specifies the right margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Specifies the top margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}},{"HashCode":-938244577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Specifies the left margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Specifies the right margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Specifies the top margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":207464354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1674802213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-351274982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the border color of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}},{"HashCode":1802335971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the border color of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":218327535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1780807172,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":431961095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Empty Point configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Documentation":"\n \n Sets and gets the border of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}},{"HashCode":-1819240306,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Empty Point configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Documentation":"\n \n Sets and gets the border of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1166524431,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":558265505,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1092362439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar cap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}},{"HashCode":-1554118932,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar cap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":478634376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarCapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454023269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704377028,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Charts.ErrorBarDirection","IsEnum":true,"Documentation":"\n \n The direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Documentation":"\n \n Options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ErrorBarMode","IsEnum":true,"Documentation":"\n \n The mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ErrorBarType","IsEnum":true,"Documentation":"\n \n The type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}},{"HashCode":344755636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Charts.ErrorBarDirection","IsEnum":true,"Documentation":"\n \n The direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Documentation":"\n \n Options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ErrorBarMode","IsEnum":true,"Documentation":"\n \n The mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ErrorBarType","IsEnum":true,"Documentation":"\n \n The type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1584541477,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1122853105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524091490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the marker configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker"}},{"HashCode":-1355925732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the marker configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-200260432,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1656095820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345213519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker"}},{"HashCode":-1206577926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":733595700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-714127823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":243630173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}},{"HashCode":-483262711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2035017550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-656030948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1267279427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarkerOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}},{"HashCode":-472589237,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":763466934,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarkerOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1206278929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1152861634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment"}},{"HashCode":-160777504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":561987168,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":767294898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2114170602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments"}},{"HashCode":340712192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1206291697,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1879264814,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":551218677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline"}},{"HashCode":-1117278793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1989136246,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1569372910,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":54289975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of animation for the trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}},{"HashCode":779812159,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of animation for the trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-827044684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-871962609,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1191470543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}},{"HashCode":-378104188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1207544416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-381498492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1093034787,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines"}},{"HashCode":62066654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":785352277,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2087354086,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2011567979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}},{"HashCode":-886538301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1606667766,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataBoundComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":289599179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-803489185,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the drag settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n To enable the drag the points.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To set the color of the edited point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n To set the maximum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n To set the minimum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}},{"HashCode":-46631041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the drag settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n To enable the drag the points.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To set the color of the edited point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n To set the maximum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n To set the minimum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1392946259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-256609703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":712346843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the zoom settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings"}},{"HashCode":-1576694425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the zoom settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818176536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1100062858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1160945329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis's crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Documentation":"\n \n Options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}},{"HashCode":503334568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis's crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Documentation":"\n \n Options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1541276298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-983959604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1537181778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair line of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}},{"HashCode":-960867863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair line of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2096701807,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2111869147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-283385513,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair for the charts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Documentation":"\n \n Options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}},{"HashCode":-1570308802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair for the charts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Documentation":"\n \n Options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-423711974,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1143651098,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316862174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to cusomize the tooltip text style of the crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}},{"HashCode":749529374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to cusomize the tooltip text style of the crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":420688902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":830871535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1889663223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}},{"HashCode":-209369234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-106560874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-850095453,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2019874440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}},{"HashCode":1402948788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1869832803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-907615365,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1521969423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}},{"HashCode":714249536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-496698633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2085740581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1833655730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}},{"HashCode":-1505257874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1349385048,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-35933071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1159751972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1559597237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231204973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}},{"HashCode":-1419498135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-918218953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":767125743,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":876215029,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SelectionStyleComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SelectionStyleComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ComponentId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ComponentId"}},{"Kind":"Components.Component","Name":"GivenPattern","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"GivenPattern"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SelectionStyleComponent"}},{"HashCode":324277529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SelectionStyleComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SelectionStyleComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ComponentId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ComponentId"}},{"Kind":"Components.Component","Name":"GivenPattern","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"GivenPattern"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SelectionStyleComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299453693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase"}},{"HashCode":2023393678,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.LegendBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":678899333,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LegendBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1127587298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.LegendBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2114569885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder"}},{"HashCode":-619531283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74414656,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Range Navigator events customization are mentioned through this.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the range navigator loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers for each label renderig.\n \n ","Metadata":{"Common.PropertyName":"LabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"System.Action","Documentation":"\n \n Triggers value changed when start and end value for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before print.\n \n ","Metadata":{"Common.PropertyName":"OnPrintCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectorRender","TypeName":"System.Action","Documentation":"\n \n Triggers value changed.\n \n ","Metadata":{"Common.PropertyName":"SelectorRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents"}},{"HashCode":-2062042546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Range Navigator events customization are mentioned through this.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the range navigator loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers for each label renderig.\n \n ","Metadata":{"Common.PropertyName":"LabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"System.Action","Documentation":"\n \n Triggers value changed when start and end value for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before print.\n \n ","Metadata":{"Common.PropertyName":"OnPrintCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectorRender","TypeName":"System.Action","Documentation":"\n \n Triggers value changed.\n \n ","Metadata":{"Common.PropertyName":"SelectorRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1560231195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the label style for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle"}},{"HashCode":444414270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the label style for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-479040609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major grid lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines"}},{"HashCode":-909832445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major grid lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1697345102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major tick lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines"}},{"HashCode":-955397367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major tick lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":461524157,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the margin for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin"}},{"HashCode":1002363890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the margin for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1234522336,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator style settings for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorStyleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRegionColor","TypeName":"System.String","Documentation":"\n \n Defines the selected region color for selected area.\n \n ","Metadata":{"Common.PropertyName":"SelectedRegionColor"}},{"Kind":"Components.Component","Name":"UnselectedRegionColor","TypeName":"System.String","Documentation":"\n \n Un Selected region color for un selected area.\n \n ","Metadata":{"Common.PropertyName":"UnselectedRegionColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}},{"HashCode":453932201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator style settings for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRegionColor","TypeName":"System.String","Documentation":"\n \n Defines the selected region color for selected area.\n \n ","Metadata":{"Common.PropertyName":"SelectedRegionColor"}},{"Kind":"Components.Component","Name":"UnselectedRegionColor","TypeName":"System.String","Documentation":"\n \n Un Selected region color for un selected area.\n \n ","Metadata":{"Common.PropertyName":"UnselectedRegionColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1115601543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorStyleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-654164287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333406362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for navigator thumb.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorThumbBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder"}},{"HashCode":1111375450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for navigator thumb.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1137739801,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator thumb settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorThumbSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Set and gets the fill color for the thumb.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Get and sets the height of thumb.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ThumbType","IsEnum":true,"Documentation":"\n \n Get and sets the type of thumb.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Get and sets the width of thumb.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}},{"HashCode":1840801351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator thumb settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Set and gets the fill color for the thumb.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Get and sets the height of thumb.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ThumbType","IsEnum":true,"Documentation":"\n \n Get and sets the type of thumb.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Get and sets the width of thumb.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2089711126,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorThumbSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-661427757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345892128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period element for an periodselector in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets and sets the interval value for the periods.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n Gets and sets the IntervalType of period.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod"}},{"HashCode":1797271961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period element for an periodselector in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets and sets the interval value for the periods.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n Gets and sets the IntervalType of period.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1767316471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the periods that are to be added to the periodselector of the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}},{"HashCode":-772385822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the periods that are to be added to the periodselector of the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526828675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1559540232,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-687469692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the periodselector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriodSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height for the period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.PeriodSelectorPosition","IsEnum":true,"Documentation":"\n \n vertical position of the period selector.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}},{"HashCode":761304155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the periodselector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height for the period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.PeriodSelectorPosition","IsEnum":true,"Documentation":"\n \n vertical position of the period selector.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1562400147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorPeriodSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1814498435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838780063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets animation of thumb for the range slider in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation"}},{"HashCode":1074633500,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets animation of thumb for the range slider in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496025141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the series for range navigator.\n \n \n Sets and gets the options for customizing the range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a series.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n It defines the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorType","IsEnum":true,"Documentation":"\n \n It defines the series type of the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the series.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the series.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}},{"HashCode":980322517,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the series for range navigator.\n \n \n Sets and gets the options for customizing the range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a series.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n It defines the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorType","IsEnum":true,"Documentation":"\n \n It defines the series type of the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the series.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the series.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1022648185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":801048521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1147463067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder"}},{"HashCode":-427685428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1518089758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the series collections that are added to the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}},{"HashCode":-2063759135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the series collections that are added to the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-438455522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-663288445,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":854548198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.Charts.TooltipDisplayMode","IsEnum":true,"Documentation":"\n \n It defines display mode for tooltip.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Sets or gets the tempate of tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}},{"HashCode":685272698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.Charts.TooltipDisplayMode","IsEnum":true,"Documentation":"\n \n It defines display mode for tooltip.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Sets or gets the tempate of tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":930431274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1843471602,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1792664938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder"}},{"HashCode":1273231120,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":55061469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle"}},{"HashCode":437544337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-669765755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The range navigator component is quickly visualize high-level data and select a time period with a modern interface to filter data for in-depth analysis.\n The range navigator contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRangeNavigator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Set and gets the id for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowIntervalData","TypeName":"System.Boolean","Documentation":"\n \n Allow the data to be selected for that particular interval while clicking the particular label.\n \n ","Metadata":{"Common.PropertyName":"AllowIntervalData"}},{"Kind":"Components.Component","Name":"AllowSnapping","TypeName":"System.Boolean","Documentation":"\n \n Enable snapping for range navigator sliders.\n \n ","Metadata":{"Common.PropertyName":"AllowSnapping"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n It defines the duration for an animation.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a range navigator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"DisableRangeSelector","TypeName":"System.Boolean","Documentation":"\n \n To render the period selector with out range navigator.\n \n ","Metadata":{"Common.PropertyName":"DisableRangeSelector"}},{"Kind":"Components.Component","Name":"EnableDeferredUpdate","TypeName":"System.Boolean","Documentation":"\n \n To enable deferred update on the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredUpdate"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n Specifies the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"ChartHeight","TypeName":"System.Double","Documentation":"\n \n Specifies the chart height.\n \n \n ","Metadata":{"Common.PropertyName":"ChartHeight"}},{"Kind":"Components.Component","Name":"UpdateChartData","TypeName":"System.Action","Documentation":"\n \n Specifies the data to be update in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateChartData","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ShouldSelectorRender","TypeName":"System.Func","Documentation":"\n \n Specifies the rendering in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"ShouldSelectorRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdatePeriodEvent","TypeName":"System.Action","Documentation":"\n \n Specifies the event to update the period.\n \n \n ","Metadata":{"Common.PropertyName":"UpdatePeriodEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateCustomElement","TypeName":"System.Func>","Documentation":"\n \n Specifies to update the element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateCustomElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateDropdownElement","TypeName":"System.Action>","Documentation":"\n \n Specifies to update the dropdown element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateDropdownElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetRangeNavigator","TypeName":"System.Func","Documentation":"\n \n Specifies to get the range navigator instance..\n \n \n ","Metadata":{"Common.PropertyName":"GetRangeNavigator","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"EnableGrouping","TypeName":"System.Boolean","Documentation":"\n \n Enable grouping for the labels.\n \n ","Metadata":{"Common.PropertyName":"EnableGrouping"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable persistence state of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n GroupBy property for the axis.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, range navigator renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n interval value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType for the dateTime axis.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.RangeLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies, when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Label positions for the axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the locale of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n Get and sets the base value for log axis.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Get and sets maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Get and sets minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Get and sets the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SecondaryLabelAlignment","TypeName":"Syncfusion.Blazor.Charts.LabelAlignment","IsEnum":true,"Documentation":"\n \n It specifies the label alignment for secondary axis labels.\n \n ","Metadata":{"Common.PropertyName":"SecondaryLabelAlignment"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n Specifies the skeleton type of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the tick Position for axis.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Selected range for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.RangeValueType","IsEnum":true,"Documentation":"\n \n Get and sets the valueType for the axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the range navigator as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, range navigator renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}},{"HashCode":-1750856595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The range navigator component is quickly visualize high-level data and select a time period with a modern interface to filter data for in-depth analysis.\n The range navigator contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Set and gets the id for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowIntervalData","TypeName":"System.Boolean","Documentation":"\n \n Allow the data to be selected for that particular interval while clicking the particular label.\n \n ","Metadata":{"Common.PropertyName":"AllowIntervalData"}},{"Kind":"Components.Component","Name":"AllowSnapping","TypeName":"System.Boolean","Documentation":"\n \n Enable snapping for range navigator sliders.\n \n ","Metadata":{"Common.PropertyName":"AllowSnapping"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n It defines the duration for an animation.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a range navigator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"DisableRangeSelector","TypeName":"System.Boolean","Documentation":"\n \n To render the period selector with out range navigator.\n \n ","Metadata":{"Common.PropertyName":"DisableRangeSelector"}},{"Kind":"Components.Component","Name":"EnableDeferredUpdate","TypeName":"System.Boolean","Documentation":"\n \n To enable deferred update on the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredUpdate"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n Specifies the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"ChartHeight","TypeName":"System.Double","Documentation":"\n \n Specifies the chart height.\n \n \n ","Metadata":{"Common.PropertyName":"ChartHeight"}},{"Kind":"Components.Component","Name":"UpdateChartData","TypeName":"System.Action","Documentation":"\n \n Specifies the data to be update in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateChartData","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ShouldSelectorRender","TypeName":"System.Func","Documentation":"\n \n Specifies the rendering in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"ShouldSelectorRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdatePeriodEvent","TypeName":"System.Action","Documentation":"\n \n Specifies the event to update the period.\n \n \n ","Metadata":{"Common.PropertyName":"UpdatePeriodEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateCustomElement","TypeName":"System.Func>","Documentation":"\n \n Specifies to update the element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateCustomElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateDropdownElement","TypeName":"System.Action>","Documentation":"\n \n Specifies to update the dropdown element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateDropdownElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetRangeNavigator","TypeName":"System.Func","Documentation":"\n \n Specifies to get the range navigator instance..\n \n \n ","Metadata":{"Common.PropertyName":"GetRangeNavigator","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"EnableGrouping","TypeName":"System.Boolean","Documentation":"\n \n Enable grouping for the labels.\n \n ","Metadata":{"Common.PropertyName":"EnableGrouping"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable persistence state of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n GroupBy property for the axis.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, range navigator renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n interval value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType for the dateTime axis.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.RangeLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies, when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Label positions for the axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the locale of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n Get and sets the base value for log axis.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Get and sets maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Get and sets minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Get and sets the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SecondaryLabelAlignment","TypeName":"Syncfusion.Blazor.Charts.LabelAlignment","IsEnum":true,"Documentation":"\n \n It specifies the label alignment for secondary axis labels.\n \n ","Metadata":{"Common.PropertyName":"SecondaryLabelAlignment"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n Specifies the skeleton type of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the tick Position for axis.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Selected range for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.RangeValueType","IsEnum":true,"Documentation":"\n \n Get and sets the valueType for the axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the range navigator as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, range navigator renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916937368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRangeNavigator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2089528915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfRangeNavigator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1502553150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}},{"HashCode":-936914375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-371836944,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-589600700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779912256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Size of the horizontal axis label.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}},{"HashCode":2062040872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Size of the horizontal axis label.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":220768622,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":478678671,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-660660260,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}},{"HashCode":-1826232539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1732156534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-365546784,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740708941,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}},{"HashCode":805000371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2015084902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1529388390,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-576842060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets minor grid lines count.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}},{"HashCode":-1543152017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets minor grid lines count.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1102953183,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":901422640,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":108885591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}},{"HashCode":364303507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447048867,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1544048343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1329543514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets font size for radial axis label size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}},{"HashCode":1859921932,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets font size for radial axis label size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":991369908,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105969055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":546290679,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visile of the axisline.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}},{"HashCode":-1384669065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visile of the axisline.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-833353053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-114343933,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195044107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}},{"HashCode":-1165790274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1116645195,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2043500540,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2136503611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets count for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}},{"HashCode":-1037617789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets count for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971236579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1630093465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1980395058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the axis line settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartAxisLine"}},{"HashCode":1754967605,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the axis line settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1123909147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder"}},{"HashCode":-9672033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":835967689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonFont"}},{"HashCode":363691731,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-310410323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines"}},{"HashCode":866618521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1536936037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines"}},{"HashCode":-1645017741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370022393,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendItemStyleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}},{"HashCode":-1919188750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-66088686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LegendItemStyleBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2072135885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":464391394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}},{"HashCode":-2080569910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2094595618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1224602423,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-547299286,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the item style for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendItemStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specify the height for legend item.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specify the width for legend item.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}},{"HashCode":1006284710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the item style for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specify the height for legend item.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specify the width for legend item.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1654629139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendItemStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-442545822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1295510950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend location in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n X position for legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Y position for legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}},{"HashCode":2134134050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend location in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n X position for legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Y position for legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2012935840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1591759877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-542901326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"ColumnCount","TypeName":"System.Int32","Documentation":"\n \n Column count for legend.\n \n ","Metadata":{"Common.PropertyName":"ColumnCount"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ItemPadding","TypeName":"System.Double","Documentation":"\n \n Spacing between legend items.\n \n ","Metadata":{"Common.PropertyName":"ItemPadding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RowCount","TypeName":"System.Int32","Documentation":"\n \n Row count for legend.\n \n ","Metadata":{"Common.PropertyName":"RowCount"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the legend.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}},{"HashCode":-1348116474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"ColumnCount","TypeName":"System.Int32","Documentation":"\n \n Column count for legend.\n \n ","Metadata":{"Common.PropertyName":"ColumnCount"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ItemPadding","TypeName":"System.Double","Documentation":"\n \n Spacing between legend items.\n \n ","Metadata":{"Common.PropertyName":"ItemPadding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RowCount","TypeName":"System.Int32","Documentation":"\n \n Row count for legend.\n \n ","Metadata":{"Common.PropertyName":"RowCount"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the legend.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851506252,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1729108967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1245790246,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the legend text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle"}},{"HashCode":-2095057227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the legend text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1188200785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tilte for legend of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for legend title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for legend title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}},{"HashCode":1049845987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tilte for legend of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for legend title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for legend title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1513399972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":381689293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624339101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}},{"HashCode":-424561118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477631414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1829222923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2037340146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label connector line settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartDataLabelConnectorLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}},{"HashCode":-1021078125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label connector line settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-456985238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartDataLabelConnectorLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":806282346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-555472307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label text settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}},{"HashCode":-1569856551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label text settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":760545941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":385640472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-171129086,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for data label.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for data label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Showing data label template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for data label.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}},{"HashCode":-1020066387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for data label.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for data label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Showing data label template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for data label.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1801392298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesDatalabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":181768545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":162359508,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Showing data label template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-748394792,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Showing data label template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-683813295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label border settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}},{"HashCode":26499955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label border settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1168043342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1659564456,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":702299937,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the image for series marker.\n \n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}},{"HashCode":-1764200146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the image for series marker.\n \n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":722461483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1522861142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1978596075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker border in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for marker.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}},{"HashCode":-1483868802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker border in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for marker.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1478170684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":273739936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1894675695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Perform animation of series based on animation duration.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation of series.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Avoid the overlap of data labels.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Points","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Points for series.\n \n ","Metadata":{"Common.PropertyName":"Points"}},{"Kind":"Components.Component","Name":"Reactance","TypeName":"System.String","Documentation":"\n \n Reactance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Reactance"}},{"Kind":"Components.Component","Name":"Resistance","TypeName":"System.String","Documentation":"\n \n Resistance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Resistance"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Tooltip mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries"}},{"HashCode":-1270133015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Perform animation of series based on animation duration.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation of series.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Avoid the overlap of data labels.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Points","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Points for series.\n \n ","Metadata":{"Common.PropertyName":"Points"}},{"Kind":"Components.Component","Name":"Reactance","TypeName":"System.String","Documentation":"\n \n Reactance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Reactance"}},{"Kind":"Components.Component","Name":"Resistance","TypeName":"System.String","Documentation":"\n \n Resistance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Resistance"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Tooltip mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1393788982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-298488430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1319422855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series collection of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}},{"HashCode":-848969563,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series collection of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":23664604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1716984715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779105978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip of the chart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}},{"HashCode":-1053634103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip of the chart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":531572421,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1605626645,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-371044347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template for the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-150755052,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template for the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1935216233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for tooltip in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}},{"HashCode":1577424931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for tooltip in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1598821475,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1736271053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":847804130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the border.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the border.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder"}},{"HashCode":-1480075966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the border.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the border.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765722068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":950694879,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-179270739,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Chart events are defined by this class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers after the animation gets completed.\n \n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n Triggers while print the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after print is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after export is completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"System.Action","Documentation":"\n \n Triggers before render the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the window is re-sizing.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers when the series is rendering.\n \n ","Metadata":{"Common.PropertyName":"SeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TextRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label text is rendered.\n \n ","Metadata":{"Common.PropertyName":"TextRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip rendering.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SubtitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sub-title is rendered.\n \n ","Metadata":{"Common.PropertyName":"SubtitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the title is rendered.\n \n ","Metadata":{"Common.PropertyName":"TitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n Triggers before export the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartEvents"}},{"HashCode":843301512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Chart events are defined by this class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers after the animation gets completed.\n \n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n Triggers while print the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after print is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after export is completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"System.Action","Documentation":"\n \n Triggers before render the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the window is re-sizing.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers when the series is rendering.\n \n ","Metadata":{"Common.PropertyName":"SeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TextRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label text is rendered.\n \n ","Metadata":{"Common.PropertyName":"TextRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip rendering.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SubtitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sub-title is rendered.\n \n ","Metadata":{"Common.PropertyName":"SubtitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the title is rendered.\n \n ","Metadata":{"Common.PropertyName":"TitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n Triggers before export the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":479017335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont"}},{"HashCode":866282779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":127255398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":939780769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1795465005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets and sets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets and sets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets and sets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets and sets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin"}},{"HashCode":-2088652655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets and sets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets and sets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets and sets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets and sets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809789206,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-977659008,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-625646270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the subtitle.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}},{"HashCode":-1598496018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the subtitle.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1045596407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1855630704,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535877952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}},{"HashCode":505735987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":828959088,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1842646518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1551363308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the title.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle"}},{"HashCode":-1977215384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the title.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1679660023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2131477128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-780521479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font for title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitleFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}},{"HashCode":1475350841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font for title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308886542,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitleFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":46349352,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1123884905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for title in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}},{"HashCode":-1130072970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for title in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1521062592,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-761493975,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":90074472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSmithChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Smith Chart is a component for showing the parameters of transmission lines in high-frequency circuit applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSmithChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the ID for smith chart.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Documentation":"\n \n Gets and sets the model type.\n \n \n ","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ElementSpacing","TypeName":"System.Double","Documentation":"\n \n Use to set space between elements.\n \n ","Metadata":{"Common.PropertyName":"ElementSpacing"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets to enable persistence of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets right-to-left rendering of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets and sets locale of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the radius of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RenderType","TypeName":"Syncfusion.Blazor.Charts.RenderType","IsEnum":true,"Documentation":"\n \n Gets and sets the render type of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"RenderType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart"}},{"HashCode":1051267675,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSmithChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Smith Chart is a component for showing the parameters of transmission lines in high-frequency circuit applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfSmithChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the ID for smith chart.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Documentation":"\n \n Gets and sets the model type.\n \n \n ","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ElementSpacing","TypeName":"System.Double","Documentation":"\n \n Use to set space between elements.\n \n ","Metadata":{"Common.PropertyName":"ElementSpacing"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets to enable persistence of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets right-to-left rendering of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets and sets locale of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the radius of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RenderType","TypeName":"Syncfusion.Blazor.Charts.RenderType","IsEnum":true,"Documentation":"\n \n Gets and sets the render type of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"RenderType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1317848978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSmithChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1844839954,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfSmithChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":358033429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of line settings in sparkline axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineAxisLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line dashArray.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the axis line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings"}},{"HashCode":1085877967,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of line settings in sparkline axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line dashArray.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the axis line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":552223585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of sparkline axis settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineAxisSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxX"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinX"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline horizontal axis line position.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}},{"HashCode":-739984369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of sparkline axis settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxX"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinX"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline horizontal axis line position.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2133281426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineAxisSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970888186,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039649836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BorderSettings"}},{"HashCode":-1839064713,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50692797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineBorder"}},{"HashCode":-2010399695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":201278126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the container area of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineContainerArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline background color.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea"}},{"HashCode":-936132474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the container area of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineContainerArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline background color.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":492982225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineContainerArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1853269261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineContainerArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666853148,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineContainerAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder"}},{"HashCode":333404401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":957796740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the sparkline data label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder"}},{"HashCode":517124918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the sparkline data label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526302993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the X and Y axis of the sparkline data label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset"}},{"HashCode":-95592266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the X and Y axis of the sparkline data label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1188213004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label settings of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EdgeLabelMode","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelMode","IsEnum":true,"Documentation":"\n \n Sets and gets the edge placement of the data label.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelMode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dataLabel fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets to configure the data label format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the data label opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the data label visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}},{"HashCode":-1923346965,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label settings of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EdgeLabelMode","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelMode","IsEnum":true,"Documentation":"\n \n Sets and gets the edge placement of the data label.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelMode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dataLabel fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets to configure the data label format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the data label opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the data label visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-305041440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1861833450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2035878295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.FontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.FontSettings"}},{"HashCode":1320913321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.FontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.FontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.FontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":365316746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineFont"}},{"HashCode":1130466874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1137364065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder"}},{"HashCode":-685541348,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1186982726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the marker fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the marker visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}},{"HashCode":541582525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the marker fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the marker visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-848817454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-481422426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521439261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSparkline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Sparkline Charts is a replacement for normal charts to display trends in a very small area. Customize sparklines completely by changing the series or axis type and by adding markers, data labels, range bands, and more.\n \n Represents the generic data type of the sparkline control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSparkline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfSparkline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the sparkline component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n To configure sparkline data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets to enable the persistence of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series last x value point color.\n \n ","Metadata":{"Common.PropertyName":"EndPointColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To configure sparkline series fill.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n To apply internationalization for sparkline.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To configure Sparkline height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series highest y value point color.\n \n ","Metadata":{"Common.PropertyName":"HighPointColor"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series width.\n \n ","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Sets or gets to locale of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LowPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series lowest y value point color.\n \n ","Metadata":{"Common.PropertyName":"LowPointColor"}},{"Kind":"Components.Component","Name":"NegativePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series negative y value point color.\n \n ","Metadata":{"Common.PropertyName":"NegativePointColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n To configure sparkline series color palette. It applicable to column and pie type series.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies the query for filter the data.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.SparklineRangePadding","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"StartPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series first x value point color.\n \n ","Metadata":{"Common.PropertyName":"StartPointColor"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n To configure sparkline theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TiePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline winloss series tie y value point color.\n \n ","Metadata":{"Common.PropertyName":"TiePointColor"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.SparklineType","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n To enable the separator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.SparklineValueType","IsEnum":true,"Documentation":"\n \n To configure sparkline series value type.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To configure Sparkline width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series xName.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series yName.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline","Components.GenericTyped":"True"}},{"HashCode":1741595715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSparkline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Sparkline Charts is a replacement for normal charts to display trends in a very small area. Customize sparklines completely by changing the series or axis type and by adding markers, data labels, range bands, and more.\n \n Represents the generic data type of the sparkline control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfSparkline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfSparkline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the sparkline component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n To configure sparkline data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets to enable the persistence of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series last x value point color.\n \n ","Metadata":{"Common.PropertyName":"EndPointColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To configure sparkline series fill.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n To apply internationalization for sparkline.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To configure Sparkline height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series highest y value point color.\n \n ","Metadata":{"Common.PropertyName":"HighPointColor"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series width.\n \n ","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Sets or gets to locale of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LowPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series lowest y value point color.\n \n ","Metadata":{"Common.PropertyName":"LowPointColor"}},{"Kind":"Components.Component","Name":"NegativePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series negative y value point color.\n \n ","Metadata":{"Common.PropertyName":"NegativePointColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n To configure sparkline series color palette. It applicable to column and pie type series.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies the query for filter the data.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.SparklineRangePadding","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"StartPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series first x value point color.\n \n ","Metadata":{"Common.PropertyName":"StartPointColor"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n To configure sparkline theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TiePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline winloss series tie y value point color.\n \n ","Metadata":{"Common.PropertyName":"TiePointColor"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.SparklineType","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n To enable the separator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.SparklineValueType","IsEnum":true,"Documentation":"\n \n To configure sparkline series value type.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To configure Sparkline width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series xName.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series yName.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":606206858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSparkline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-570081376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfSparkline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":165354486,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklinePadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the top, left, right and bottom padding of the sparkline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklinePadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline bottom padding.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline left padding.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline right padding.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline top padding.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklinePadding"}},{"HashCode":-898161450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklinePadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the top, left, right and bottom padding of the sparkline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklinePadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline bottom padding.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline left padding.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline right padding.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline top padding.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklinePadding","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":773773310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineRangeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets sparkline rangeband color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end range.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the rangeband opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the start range.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBand"}},{"HashCode":-1896807069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineRangeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets sparkline rangeband color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end range.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the rangeband opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the start range.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-340391005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for providing the list of range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineRangeBandSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}},{"HashCode":906335110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for providing the list of range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262935595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineRangeBandSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-91906823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":375074471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the toolip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder"}},{"HashCode":1065953341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the toolip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450510564,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline tooltip.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SparklineTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip text format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tooltip visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","Components.GenericTyped":"True"}},{"HashCode":-528624823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline tooltip.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SparklineTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip text format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tooltip visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300961245,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-692429235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108091090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1445822990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1645714126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip text style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle"}},{"HashCode":-445982988,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip text style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":330772340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the track line of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTrackLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the tracker line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tracker line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tracker line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings"}},{"HashCode":-69833532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the track line of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the tracker line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tracker line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tracker line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406956894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sparkline axis render.\n \n ","Metadata":{"Common.PropertyName":"OnAxisRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse click on the sparkline point region.\n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on point region.\n \n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the sparkline rendered.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse click on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnTooltipInitialize","TypeName":"System.Action","Documentation":"\n \n Triggers while rendering the sparkline tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"OnTooltipInitialize","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline datalabel render.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the sparkline component is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMarkerRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline marker render.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline points render.\n \n ","Metadata":{"Common.PropertyName":"OnPointRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on resizing the sparkline.\n \n ","Metadata":{"Common.PropertyName":"OnResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline series render.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRendering","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineEvents"}},{"HashCode":1515019323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sparkline axis render.\n \n ","Metadata":{"Common.PropertyName":"OnAxisRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse click on the sparkline point region.\n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on point region.\n \n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the sparkline rendered.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse click on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnTooltipInitialize","TypeName":"System.Action","Documentation":"\n \n Triggers while rendering the sparkline tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"OnTooltipInitialize","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline datalabel render.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the sparkline component is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMarkerRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline marker render.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline points render.\n \n ","Metadata":{"Common.PropertyName":"OnPointRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on resizing the sparkline.\n \n ","Metadata":{"Common.PropertyName":"OnResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline series render.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRendering","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":143302163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the horizontal alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Position","IsEnum":true,"Documentation":"\n \n Specifies the vertical alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation"}},{"HashCode":-519443746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the horizontal alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Position","IsEnum":true,"Documentation":"\n \n Specifies the vertical alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1341303243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"StockChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1386985430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.StockChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1216821716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation collection for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations"}},{"HashCode":-1836370925,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation collection for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1881232871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1261180208,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074776507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes"}},{"HashCode":1691227428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2003363613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":380233251,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-134674873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis"}},{"HashCode":-1570272470,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-836297379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1665600793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-394707519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}},{"HashCode":-403789436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1657463212,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126150547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2021963925,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}},{"HashCode":-1209780953,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2065592628,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":759664125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1551526572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}},{"HashCode":-1763139763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1041854842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1893174919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1469689041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}},{"HashCode":-786310890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535719197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":238784164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1235605887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}},{"HashCode":-923810195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586773210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2099936311,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1548843338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}},{"HashCode":-554391902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1669241188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-82709148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1638952426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}},{"HashCode":-1534202579,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-991924442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1374111109,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":951828746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}},{"HashCode":-106281736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1615208629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":114252518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":397650473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}},{"HashCode":-233548798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1925239196,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":140263943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420897374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}},{"HashCode":-1102084174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2029879864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1582629355,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":997280136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}},{"HashCode":270682582,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1882508325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126924637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034029216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}},{"HashCode":-563724207,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":650219987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1607913082,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2107897627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryXAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}},{"HashCode":2022808915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryXAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833590620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1455703159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-560878199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryYAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}},{"HashCode":-561890132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryYAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774082372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-718235278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-510211159,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAxis"}},{"HashCode":1310697961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2060496466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart common crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip"}},{"HashCode":738080631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart common crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1089396836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}},{"HashCode":-1960698425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-926083517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-545550615,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1844720136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}},{"HashCode":-680069996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-519063285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1649456142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128217752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}},{"HashCode":-1913796699,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":401367881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-746110402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1562718946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}},{"HashCode":-304890726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":571099790,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1390751819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034646293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}},{"HashCode":17648649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1931853052,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1312197865,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927207107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine"}},{"HashCode":1744805318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-316834053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea"}},{"HashCode":1166390944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2984880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-753361997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":401421251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chartarea border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}},{"HashCode":1597492769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chartarea border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1269662402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1459878454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558436221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder"}},{"HashCode":-1119026143,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1431220038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2108637689,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":596627854,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin"}},{"HashCode":1067920108,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886411596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":126292737,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2127452729,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}},{"HashCode":1349391879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-125870754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2112869858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-541812190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n Triggers before rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers after rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the stock chart rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is done.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers during point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n Triggers when point moved.\n \n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RangeChange","TypeName":"System.Action","Documentation":"\n \n Triggers when the range is changed.\n \n ","Metadata":{"Common.PropertyName":"RangeChange","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while click mouse on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseDown","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse down on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse leave on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseUp","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse up on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers when print operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PeriodChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the period is selected.\n \n ","Metadata":{"Common.PropertyName":"PeriodChanged","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEvents"}},{"HashCode":-1739923244,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n Triggers before rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers after rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the stock chart rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is done.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers during point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n Triggers when point moved.\n \n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RangeChange","TypeName":"System.Action","Documentation":"\n \n Triggers when the range is changed.\n \n ","Metadata":{"Common.PropertyName":"RangeChange","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while click mouse on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseDown","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse down on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse leave on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseUp","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse up on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers when print operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PeriodChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the period is selected.\n \n ","Metadata":{"Common.PropertyName":"PeriodChanged","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-204650586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont"}},{"HashCode":-725972385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":994817278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":907464506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1823531259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin"}},{"HashCode":1438318444,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-870867387,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1206071850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1122305963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart period.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Count value for the button.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType of button.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod"}},{"HashCode":-1733513689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart period.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Count value for the button.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType of button.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-905840861,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriod"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454169672,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriod"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333953464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart periods.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods"}},{"HashCode":-1880739890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart periods.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":69140087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1368620985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909820756,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Specifies index of point.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Specifies index of series.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}},{"HashCode":2124599150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Specifies index of point.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Specifies index of series.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1199906550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-874356663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-964870308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data indexes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}},{"HashCode":-1033384206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data indexes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":430273606,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-78454687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-306839323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}},{"HashCode":918866329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2052112101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1514216703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":722613794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator connector line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonConnector"}},{"HashCode":-877882394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator connector line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865759401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"System.String","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the slow period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator"}},{"HashCode":2126683318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"System.String","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the slow period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610546197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1832290370,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293661518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}},{"HashCode":-1382360115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":107822546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1976798972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-309056784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicators.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators"}},{"HashCode":-9131964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicators.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2035015793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1127631677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464470257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator lower line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine"}},{"HashCode":-1784184939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator lower line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1152174994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-237718503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754745960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator macd line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine"}},{"HashCode":-96065206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator macd line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789300346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-254580100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1892709529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator period line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}},{"HashCode":-1319984828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator period line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1769485135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1724680834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-855530750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator upper line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine"}},{"HashCode":266329290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator upper line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1784020524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1989810596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1200956885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the row as a string accept input both as '100px' and '100%'.\n If specified as '100%, row renders to the full height of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow"}},{"HashCode":1737545897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the row as a string accept input both as '100px' and '100%'.\n If specified as '100%, row renders to the full height of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":319524825,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-18688728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434660171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRowBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder"}},{"HashCode":452482987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRowBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-712755511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRowBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2094558215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRowBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-581993687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows"}},{"HashCode":1637924968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1793408617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-628350097,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-336713552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AnimationModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the trend line animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel"}},{"HashCode":365728747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AnimationModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the trend line animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AnimationModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1033421252,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AnimationModel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1934252817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AnimationModel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1020748674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.OffsetModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the stockchart series marker offset position.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OffsetModel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.OffsetModel"}},{"HashCode":-2072319808,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.OffsetModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the stockchart series marker offset position.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.OffsetModel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.OffsetModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-947384631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series corner radius.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Specifies the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}},{"HashCode":-343380363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series corner radius.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Specifies the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47785436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-458905916,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610677187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel"}},{"HashCode":-614190269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2018495068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-647115332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDatalabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}},{"HashCode":-1847667232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1808266361,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDatalabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":975396692,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2009049229,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}},{"HashCode":283973670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-145099668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-562360186,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-19409408,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}},{"HashCode":485496983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727862980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1455887569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-391844446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}},{"HashCode":-2012252790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1417894218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1459972397,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1953902370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}},{"HashCode":1069830401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583137304,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1526846914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1931711655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}},{"HashCode":-784736287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":626057401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1516108616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883626655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in stock charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is less than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in financial charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is higher than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n It defines tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column width. If the series type is histogram the\n default value is 1 otherwise 0.7.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n This property is applicable for candle series.\n It enables/disables to visually compare the current values with the previous values in stock.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n The type of the series are\n Line\n Column\n Area\n Spline\n Hilo\n HiloOpenClose\n Candle.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n The provided format will be considered as a Tooltip format.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries"}},{"HashCode":-2017941671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in stock charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is less than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in financial charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is higher than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n It defines tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column width. If the series type is histogram the\n default value is 1 otherwise 0.7.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n This property is applicable for candle series.\n It enables/disables to visually compare the current values with the previous values in stock.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n The type of the series are\n Line\n Column\n Area\n Spline\n Hilo\n HiloOpenClose\n Candle.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n The provided format will be considered as a Tooltip format.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":691725314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":714637901,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422712167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}},{"HashCode":506662036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":674519253,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":919089221,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262805441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}},{"HashCode":63283142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1468301898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1582653761,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039343258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}},{"HashCode":-409255526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1105840288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":616590187,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1110734828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}},{"HashCode":256656542,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1350249093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-459704101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-874230684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Defines the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Defines the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Defines the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Defines the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline"}},{"HashCode":-253198963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Defines the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Defines the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Defines the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Defines the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":502770389,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1427925145,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1827781060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendlineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}},{"HashCode":-1781527479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1417336130,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendlineMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1621754031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-73519149,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines"}},{"HashCode":850764376,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730299090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-651602118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1331489248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfStockChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stock Chart is a well-crafted, easy-to-use financial charting package to track and visualize the stock price of any\n company over a specific period using charting (such as Candlestick chart, OHLC, etc) and range tools.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfStockChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the identification of the component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the stock chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source for the stock chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableCustomRange","TypeName":"System.Boolean","Documentation":"\n \n Defines the custom range.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomRange"}},{"Kind":"Components.Component","Name":"EnablePeriodSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the period selector to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnablePeriodSelector"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n specifies whether to enable persistence of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies locale of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the range navigator to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnableSelector"}},{"Kind":"Components.Component","Name":"ExportType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of export options in financial chart.\n \n ","Metadata":{"Common.PropertyName":"ExportType"}},{"Kind":"Components.Component","Name":"IndicatorType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of indicators in financial chart.\n \n ","Metadata":{"Common.PropertyName":"IndicatorType"}},{"Kind":"Components.Component","Name":"SeriesType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of series in financial chart.\n \n ","Metadata":{"Common.PropertyName":"SeriesType"}},{"Kind":"Components.Component","Name":"TrendlineType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of trendline types in financial chart.\n \n ","Metadata":{"Common.PropertyName":"TrendlineType"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the stock chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, stockChart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi-selection in chart. It requires `SelectionMode` set to be `Point` | `Series` | or `Cluster`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation in chart.\n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the stock chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n None: Disables the selection.\n Series: Selects a series.\n Point: Selects a point.\n Cluster: Selects a cluster of point.\n DragXY: Selects points by dragging with respect to both horizontal and vertical axes.\n DragX: Selects points by dragging with respect to horizontal axis.\n DragY: Selects points by dragging with respect to vertical axis.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Title of the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the stock chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, stock chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart"}},{"HashCode":2064390404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfStockChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stock Chart is a well-crafted, easy-to-use financial charting package to track and visualize the stock price of any\n company over a specific period using charting (such as Candlestick chart, OHLC, etc) and range tools.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfStockChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the identification of the component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the stock chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source for the stock chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableCustomRange","TypeName":"System.Boolean","Documentation":"\n \n Defines the custom range.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomRange"}},{"Kind":"Components.Component","Name":"EnablePeriodSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the period selector to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnablePeriodSelector"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n specifies whether to enable persistence of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies locale of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the range navigator to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnableSelector"}},{"Kind":"Components.Component","Name":"ExportType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of export options in financial chart.\n \n ","Metadata":{"Common.PropertyName":"ExportType"}},{"Kind":"Components.Component","Name":"IndicatorType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of indicators in financial chart.\n \n ","Metadata":{"Common.PropertyName":"IndicatorType"}},{"Kind":"Components.Component","Name":"SeriesType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of series in financial chart.\n \n ","Metadata":{"Common.PropertyName":"SeriesType"}},{"Kind":"Components.Component","Name":"TrendlineType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of trendline types in financial chart.\n \n ","Metadata":{"Common.PropertyName":"TrendlineType"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the stock chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, stockChart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi-selection in chart. It requires `SelectionMode` set to be `Point` | `Series` | or `Cluster`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation in chart.\n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the stock chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n None: Disables the selection.\n Series: Selects a series.\n Point: Selects a point.\n Cluster: Selects a cluster of point.\n DragXY: Selects points by dragging with respect to both horizontal and vertical axes.\n DragX: Selects points by dragging with respect to horizontal axis.\n DragY: Selects points by dragging with respect to vertical axis.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Title of the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the stock chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, stock chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":918438258,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfStockChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1166980454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfStockChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-994741125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Documentation":"\n \n Date value of stock event in which stock event shows.\n \n ","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Specifies the description for the chart which renders in tooltip for stock event.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"PlaceAt","TypeName":"System.String","Documentation":"\n \n Corresponding values in which stock event placed.\n Close\n Open\n High\n Close.\n \n ","Metadata":{"Common.PropertyName":"PlaceAt"}},{"Kind":"Components.Component","Name":"ShowOnSeries","TypeName":"System.Boolean","Documentation":"\n \n Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSeries"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text for the stock chart text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"SeriesIndexes","TypeName":"System.Int32[]","Documentation":"\n \n To render stock events in particular series.\n \n ","Metadata":{"Common.PropertyName":"SeriesIndexes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FlagType","IsEnum":true,"Documentation":"\n \n Specifies type of stock events\n Circle\n Square\n Flag\n Text\n Sign\n Triangle\n InvertedTriangle\n ArrowUp\n ArrowDown\n ArrowLeft\n ArrowRight.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent"}},{"HashCode":1318375810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Documentation":"\n \n Date value of stock event in which stock event shows.\n \n ","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Specifies the description for the chart which renders in tooltip for stock event.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"PlaceAt","TypeName":"System.String","Documentation":"\n \n Corresponding values in which stock event placed.\n Close\n Open\n High\n Close.\n \n ","Metadata":{"Common.PropertyName":"PlaceAt"}},{"Kind":"Components.Component","Name":"ShowOnSeries","TypeName":"System.Boolean","Documentation":"\n \n Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSeries"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text for the stock chart text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"SeriesIndexes","TypeName":"System.Int32[]","Documentation":"\n \n To render stock events in particular series.\n \n ","Metadata":{"Common.PropertyName":"SeriesIndexes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FlagType","IsEnum":true,"Documentation":"\n \n Specifies type of stock events\n Circle\n Square\n Flag\n Text\n Sign\n Triangle\n InvertedTriangle\n ArrowUp\n ArrowDown\n ArrowLeft\n ArrowRight.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-159142261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEvent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1163005818,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEvent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-436579649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents"}},{"HashCode":-1579343514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1111719002,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":500117470,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1134342230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEventsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}},{"HashCode":1875726651,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":398485166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEventsBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":168350747,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564776270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEventsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}},{"HashCode":330560566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-219954868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEventsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-741346684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1557144272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}},{"HashCode":-1761233761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1806330905,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-554823574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1035874022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}},{"HashCode":799184444,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2028567381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":214105414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-212968087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}},{"HashCode":939454611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1579837084,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":257675437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703647406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}},{"HashCode":112826383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-562587248,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1794638407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-624795302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2020083698,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1299871333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}},{"HashCode":1409427923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2133115432,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":572245749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":582276356,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart zooming.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}},{"HashCode":-1688274829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart zooming.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-140615408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1641447789,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181906825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationElements"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements"}},{"HashCode":-280427345,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-820712418,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateDataLabel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel"}},{"HashCode":1534009838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266450537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies legend rendering of the bullet chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend"}},{"HashCode":615104834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies legend rendering of the bullet chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":445367382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies tooltip rendering of the bullet chart.\n \n Represents the generic data type of the bullet chart tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","Components.GenericTyped":"True"}},{"HashCode":1248612804,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies tooltip rendering of the bullet chart.\n \n Represents the generic data type of the bullet chart tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-269490353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart internal chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StockChart","TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Documentation":"\n \n Specifies the instance of the component.\n \n ","Metadata":{"Common.PropertyName":"StockChart"}},{"Kind":"Components.Component","Name":"ChartSize","TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.Size","Documentation":"\n \n Specifies the characters size.\n \n ","Metadata":{"Common.PropertyName":"ChartSize"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the series of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Documentation":"\n \n Specifies the area of stock chart.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Documentation":"\n \n Specifies the tooltip of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Documentation":"\n \n Specifies the cross hair of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Documentation":"\n \n Specifies the X axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Documentation":"\n \n Specifies the Y axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Documentation":"\n \n Specifies the zoom settings.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart"}},{"HashCode":-515537614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart internal chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StockChart","TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Documentation":"\n \n Specifies the instance of the component.\n \n ","Metadata":{"Common.PropertyName":"StockChart"}},{"Kind":"Components.Component","Name":"ChartSize","TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.Size","Documentation":"\n \n Specifies the characters size.\n \n ","Metadata":{"Common.PropertyName":"ChartSize"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the series of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Documentation":"\n \n Specifies the area of stock chart.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Documentation":"\n \n Specifies the tooltip of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Documentation":"\n \n Specifies the cross hair of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Documentation":"\n \n Specifies the X axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Documentation":"\n \n Specifies the Y axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Documentation":"\n \n Specifies the zoom settings.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-137758184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}},{"HashCode":2119520167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":834910835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1479440513,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1986932795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}},{"HashCode":-562555231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":939946545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1492775914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-861445161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}},{"HashCode":97921322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-788928203,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1859568859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-718483972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}},{"HashCode":-1298884095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711562209,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1371659745,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1141734880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}},{"HashCode":856040623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":533395569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1710747508,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083687354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}},{"HashCode":-902370241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-787945742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultSelectedData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-888701817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1876562271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}},{"HashCode":-1897541739,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-555571296,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateTimeAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-221491152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1722515242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}},{"HashCode":-2079151301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-671986443,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateTimeBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-431981734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":752199162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LogarithmicAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}},{"HashCode":-1942976870,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":794381055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LogarithmicAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1365472331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059883299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}},{"HashCode":-1984175719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1903238825,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NumericAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-778347487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1610738161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimaryXAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}},{"HashCode":1239844794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1053970855,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PrimaryXAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-834447096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":771250082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimaryYAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}},{"HashCode":-1824329959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1964581440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PrimaryYAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1433947864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":624242033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParetoAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}},{"HashCode":-1415226311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1336946652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ParetoAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1279593844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1868404481,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}},{"HashCode":2091233447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1662175314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-422083163,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1718580828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisOutsideContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}},{"HashCode":1820388392,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1274045629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisOutsideContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2038388459,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1539363726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisOutsideRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisRenderer","TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Metadata":{"Common.PropertyName":"AxisRenderer"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}},{"HashCode":-1057392254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisRenderer","TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Metadata":{"Common.PropertyName":"AxisRenderer"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106173060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisOutsideRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-136809765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468059944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}},{"HashCode":-932866471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1713681180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":898814557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-174572119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumnRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}},{"HashCode":553750982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1778250667,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumnRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":794523977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":62014969,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}},{"HashCode":-1841426532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1605283738,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumnRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":988709180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1325848608,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRowRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}},{"HashCode":-670780512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371861557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRowRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2019910327,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1147434235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRowRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}},{"HashCode":2144743545,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1559367783,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRowRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1795638103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":498939577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotationRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}},{"HashCode":1785921572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":18232697,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1248231198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1817185935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAreaRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}},{"HashCode":2117519045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1776490362,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAreaRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-571049693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-988057048,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBorderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}},{"HashCode":1577672127,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-485035127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartBorderRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1276706870,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160012763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}},{"HashCode":1447016079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":359300937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1299996175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1744477303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}},{"HashCode":-445205408,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-779641243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1136809922,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1221089065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}},{"HashCode":-1698002958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-757328753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1142911079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587033117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTitleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}},{"HashCode":-442711566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-591162405,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTitleRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1951550418,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1414199197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}},{"HashCode":492992506,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978968842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CustomLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-88431939,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-637547810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataLabelTemplateContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer"}},{"HashCode":-1295128916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471679602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}},{"HashCode":650046192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587007233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":518731520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":883969420,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartScrollbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ScrollBar","TypeName":"Syncfusion.Blazor.Charts.Internal.Scrollbar","Documentation":"\n \n Sets and gets the chart scrollbar.\n \n ","Metadata":{"Common.PropertyName":"ScrollBar"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar"}},{"HashCode":-983483594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ScrollBar","TypeName":"Syncfusion.Blazor.Charts.Internal.Scrollbar","Documentation":"\n \n Sets and gets the chart scrollbar.\n \n ","Metadata":{"Common.PropertyName":"ScrollBar"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":508937578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}},{"HashCode":-1267685053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1327020008,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScrollbarContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":562518959,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1548670052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}},{"HashCode":-647253236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-758078369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1049021243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2004780367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}},{"HashCode":-1181134592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":937063620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-50609104,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":191262522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BoxAndWhiskerSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}},{"HashCode":-65242880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-356249269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BoxAndWhiskerSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":590053930,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446284251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CandleSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}},{"HashCode":-267459644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":568062913,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CandleSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-904559213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1714127660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}},{"HashCode":-468124577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":226029561,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-982627923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1775918091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}},{"HashCode":-993677522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1676022379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-569135024,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424913841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HiloOpenCloseSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}},{"HashCode":-1084300283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1782384970,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HiloOpenCloseSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1745032351,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-682545692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HiloSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}},{"HashCode":-1327905462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1828712147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HiloSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":233839134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2136540848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HistogramSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}},{"HashCode":1313305483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-33328733,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HistogramSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-854545212,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799381232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParetoSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}},{"HashCode":-1056391505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754658375,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ParetoSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1535132315,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":810269309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingBarSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}},{"HashCode":-386677863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304419155,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingBarSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":632451224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":531124517,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingBar100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}},{"HashCode":1310655631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":728566540,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingBar100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-15956164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1834405753,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}},{"HashCode":1050368121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-446987596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241676113,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1870271161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingColumn100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}},{"HashCode":-1728605827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2098331092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingColumn100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":674916108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470042479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WaterfallSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}},{"HashCode":-1417584251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1408759402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"WaterfallSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1446367559,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435710603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}},{"HashCode":2067266865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840027223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2029077867,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1919907232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBehindContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}},{"HashCode":-253634427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":447675822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBehindContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1680467905,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369280606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineOverContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}},{"HashCode":875556893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1501839717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineOverContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1805212122,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143123228,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}},{"HashCode":-1549451819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104839545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-395232014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":709834286,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBehindRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}},{"HashCode":-1752736447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1403928572,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBehindRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1621783288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1605350309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineOverRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}},{"HashCode":550566076,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-670803335,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineOverRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-191123288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1880903732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer"}},{"HashCode":-1024348967,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1693156642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}},{"HashCode":-1697386781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":312704237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":929221553,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":700093913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"PathChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PathChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":-833832607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"PathChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PathChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":158183019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"DragRect","TypeName":"Syncfusion.Blazor.DataVizCommon.Rect","Metadata":{"Common.PropertyName":"DragRect"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DragRectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragRectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":-532693788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"DragRect","TypeName":"Syncfusion.Blazor.DataVizCommon.Rect","Metadata":{"Common.PropertyName":"DragRect"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DragRectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragRectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":439327707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRectCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedRectangles","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"SelectedRectangles"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection"}},{"HashCode":407770886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedRectangles","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"SelectedRectangles"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-699242212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ZoomContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomContent"}},{"HashCode":-1459419448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ZoomContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1959319161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ZoomToolkit"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit"}},{"HashCode":-922459146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1502274422,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StyleElement","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StyleElement"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StyleElement"}},{"HashCode":-281514677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StyleElement","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StyleElement"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StyleElement","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1716153449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}},{"HashCode":665744946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":943737438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2078224717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766010307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TrimTooltipBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase"}},{"HashCode":-90015064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1298896495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation"}},{"HashCode":842862004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1031829640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder"}},{"HashCode":-14890094,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-651432503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont"}},{"HashCode":1666055456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-769500745,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the label border of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder"}},{"HashCode":-1343521706,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the label border of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1264039446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation"}},{"HashCode":350585879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-102863130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines"}},{"HashCode":2035113647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1517682445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines"}},{"HashCode":1065880230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248138874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin"}},{"HashCode":753914208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903829219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines"}},{"HashCode":-1533285456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-244062826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines"}},{"HashCode":-1527381004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587419715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData"}},{"HashCode":-1796799275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-342201191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PeriodSelectorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}},{"HashCode":2103705612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1008661290,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PeriodSelectorContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2071122194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1482435572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Internal Customized dropdown component for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies dropdowm items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the item selected event for drop down.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown"}},{"HashCode":-2068317164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Internal Customized dropdown component for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies dropdowm items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the item selected event for drop down.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-380428079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockEventsRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender"}},{"HashCode":2051973943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":230278396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PeriodSelectorItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolbar item for period selector.\n \n ","Metadata":{"Common.PropertyName":"RangeToolbarItems"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies the minimum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies the maximum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the start date for period selector.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the end date for period selector.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems"}},{"HashCode":389713747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolbar item for period selector.\n \n ","Metadata":{"Common.PropertyName":"RangeToolbarItems"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies the minimum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies the maximum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the start date for period selector.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the end date for period selector.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1016863462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeSlider"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider"}},{"HashCode":967605927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748688021,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSliderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the identification of element.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Documentation":"\n \n Specifies the transform of element.\n \n ","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of element.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the shape information of the slider thump.\n \n ","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup"}},{"HashCode":-514552496,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the identification of element.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Documentation":"\n \n Specifies the transform of element.\n \n ","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of element.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the shape information of the slider thump.\n \n ","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-966569918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering data of tooltip element in smith chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content of toottip.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the identification of tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the class of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}},{"HashCode":-1839848203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering data of tooltip element in smith chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content of toottip.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the identification of tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the class of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1371549754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content of toottip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-308155108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content of toottip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2082644836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of tooltip in sparkline component.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1871375899,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of tooltip in sparkline component.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1132536311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of trackline in sparkline component.\n \n Represents the generic data type of trackline in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTrackline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","Components.GenericTyped":"True"}},{"HashCode":-2127393523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of trackline in sparkline component.\n \n Represents the generic data type of trackline in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":148105793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the annotation element for an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the annotation rotation along the axis.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of an annotation in an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}},{"HashCode":392043335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the annotation element for an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the annotation rotation along the axis.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of an annotation in an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-625172987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1804313029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":560187309,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-861009368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2006738702,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the axis of the circular guage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}},{"HashCode":-1474820322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the axis of the circular guage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434869774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-744927491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-165436477,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle"}},{"HashCode":-423186486,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":181746302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for annotation tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder"}},{"HashCode":690451620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for annotation tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87197205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the annotation tooltip. By default, the animation is set as true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the annotation tooltip. This property accepts value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of annotation in tooltip.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}},{"HashCode":2049676124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the annotation tooltip. By default, the animation is set as true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the annotation tooltip. This property accepts value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of annotation in tooltip.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":174218627,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2144531957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":715532616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362309125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1422862508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle"}},{"HashCode":1576101240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1143931323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of axes to the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}},{"HashCode":102766793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of axes to the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1847585383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1176924236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-812139789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing a axis of circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the direction of an axis.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"HideIntersectingLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the intersecting labels to be hidden in axis.\n \n ","Metadata":{"Common.PropertyName":"HideIntersectingLabel"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of an axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RangeGap","TypeName":"System.Double","Documentation":"\n \n Gets or sets the gap between the ranges by specified value in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RangeGap"}},{"Kind":"Components.Component","Name":"RoundingPlaces","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the rounding Off value in the label in an axis.\n \n ","Metadata":{"Common.PropertyName":"RoundingPlaces"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the last label of axis when it is hidden in a circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}},{"Kind":"Components.Component","Name":"StartAndEndRangeGap","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the start and end gap between the ranges and axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"StartAndEndRangeGap"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}},{"HashCode":1949015235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing a axis of circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the direction of an axis.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"HideIntersectingLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the intersecting labels to be hidden in axis.\n \n ","Metadata":{"Common.PropertyName":"HideIntersectingLabel"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of an axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RangeGap","TypeName":"System.Double","Documentation":"\n \n Gets or sets the gap between the ranges by specified value in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RangeGap"}},{"Kind":"Components.Component","Name":"RoundingPlaces","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the rounding Off value in the label in an axis.\n \n ","Metadata":{"Common.PropertyName":"RoundingPlaces"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the last label of axis when it is hidden in a circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}},{"Kind":"Components.Component","Name":"StartAndEndRangeGap","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the start and end gap between the ranges and axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"StartAndEndRangeGap"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":688547424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1423065655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":394458974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in axis labels in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}},{"HashCode":67579193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in axis labels in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1820671143,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1386411200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1729408055,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the axis label in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the labels get rotated along the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HiddenLabel","TypeName":"Syncfusion.Blazor.CircularGauge.HiddenLabel","IsEnum":true,"Documentation":"\n \n Gets or sets the label of an axis, which gets hidden when an axis makes a complete circle.\n \n ","Metadata":{"Common.PropertyName":"HiddenLabel"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the labels from the axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the labels in the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShouldMaintainPadding","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the default padding value of axis labels in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShouldMaintainPadding"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color in the axis labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}},{"HashCode":131404626,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the axis label in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the labels get rotated along the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HiddenLabel","TypeName":"Syncfusion.Blazor.CircularGauge.HiddenLabel","IsEnum":true,"Documentation":"\n \n Gets or sets the label of an axis, which gets hidden when an axis makes a complete circle.\n \n ","Metadata":{"Common.PropertyName":"HiddenLabel"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the labels from the axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the labels in the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShouldMaintainPadding","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the default padding value of axis labels in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShouldMaintainPadding"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color in the axis labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-533315765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":229528426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":844695714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the line in axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis line in the circular gauge component. This property accepts the value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}},{"HashCode":1057311534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the line in axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis line in the circular gauge component. This property accepts the value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2119048015,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1721349957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526518259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the major tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}},{"HashCode":-401789772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the major tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1646215184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1260220647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307432779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the minor tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}},{"HashCode":-1278956431,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the minor tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1595063503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1256286069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554049035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder"}},{"HashCode":-1914415736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1553044208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings"}},{"HashCode":-1672282505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1193477251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the cap of pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeCap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the radius of pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}},{"HashCode":-1847881314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the cap of pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the radius of pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1069322478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeCap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-110531302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":763328581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the border of the pointer cap in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeCapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder"}},{"HashCode":-27751766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the border of the pointer cap in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471693410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the Circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the animation gets completed for pointers.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each annotation for the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while dragging the pointers.\n \n ","Metadata":{"Common.PropertyName":"OnDragMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRadiusCalculate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the radius for the circular gauge gets calculated.\n \n ","Metadata":{"Common.PropertyName":"OnRadiusCalculate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse down.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while cursor leaves the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on hovering the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse up.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the tooltip for pointer of the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents"}},{"HashCode":1453805334,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the Circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the animation gets completed for pointers.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each annotation for the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while dragging the pointers.\n \n ","Metadata":{"Common.PropertyName":"OnDragMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRadiusCalculate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the radius for the circular gauge gets calculated.\n \n ","Metadata":{"Common.PropertyName":"OnRadiusCalculate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse down.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while cursor leaves the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on hovering the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse up.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the tooltip for pointer of the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-242878354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings"}},{"HashCode":462310902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1472646490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border settings of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder"}},{"HashCode":1878942577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border settings of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367474673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the legend margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin"}},{"HashCode":226962184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the legend margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432437387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.CircularGauge.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the options to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the ranges visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}},{"HashCode":-367886174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.CircularGauge.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the options to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the ranges visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748865096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-370016647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2002591923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for the shape of the legend in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder"}},{"HashCode":-1320444122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for the shape of the legend in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-361773308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the text of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle"}},{"HashCode":-759757575,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the text of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-822102919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient"}},{"HashCode":-168288095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1859241121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin"}},{"HashCode":-870766509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-949901574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings"}},{"HashCode":170501550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1994255483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tail of needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeNeedleTail"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the needle pointer in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Gets or sets the length of the needle in pixels or in percentage in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Length"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}},{"HashCode":513093041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tail of needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the needle pointer in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Gets or sets the length of the needle in pixels or in percentage in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Length"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144262744,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeNeedleTail"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-172954535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2092749367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets options to customize the color and width of the border for the pointer needle in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeNeedleTailBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder"}},{"HashCode":-1541524568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets options to customize the color and width of the border for the pointer needle in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838361429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and Gets the properties of the pointer in an axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about pointer for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the url for the image that is to be displayed as pointer.\n It requires marker shape value to be Image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerHeight"}},{"Kind":"Components.Component","Name":"MarkerShape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the marker type pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerShape"}},{"Kind":"Components.Component","Name":"MarkerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerWidth"}},{"Kind":"Components.Component","Name":"NeedleEndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleEndWidth"}},{"Kind":"Components.Component","Name":"NeedleStartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleStartWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of pointer from scale.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"PointerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerWidth"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of pointer for an axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text in pointer.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.CircularGauge.PointerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer for an axis in Circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}},{"HashCode":931774848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and Gets the properties of the pointer in an axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about pointer for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the url for the image that is to be displayed as pointer.\n It requires marker shape value to be Image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerHeight"}},{"Kind":"Components.Component","Name":"MarkerShape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the marker type pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerShape"}},{"Kind":"Components.Component","Name":"MarkerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerWidth"}},{"Kind":"Components.Component","Name":"NeedleEndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleEndWidth"}},{"Kind":"Components.Component","Name":"NeedleStartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleStartWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of pointer from scale.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"PointerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerWidth"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of pointer for an axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text in pointer.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.CircularGauge.PointerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer for an axis in Circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":484610912,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-952700522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2315041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the animation of pointers while rendering the axis in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointerAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in milliseconds in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the pointer animation during initial rendering in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation"}},{"HashCode":-724729384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the animation of pointers while rendering the axis in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in milliseconds in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the pointer animation during initial rendering in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-311501351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder"}},{"HashCode":261988490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-233391823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the pointers of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}},{"HashCode":-1988276441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the pointers of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1060432668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1983753820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1379106111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient"}},{"HashCode":-722376086,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":760374290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the properties of a range of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the end of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the legend in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the range and pointer for an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the range for circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the start of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}},{"HashCode":342026632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the properties of a range of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the end of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the legend in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the range and pointer for an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the range for circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the start of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":974755110,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":715518595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1728212832,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the ranges of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}},{"HashCode":149425987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the ranges of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":629454874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-27851073,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1515642304,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder"}},{"HashCode":-2101676053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-243677046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip settings of the range in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the range tooltip to be shown at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}},{"HashCode":457920245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip settings of the range in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the range tooltip to be shown at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1507287774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":960061325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-774026223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-650478785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":63493397,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the text style of the tooltip text for ranges in circular Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle"}},{"HashCode":-897861659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the text style of the tooltip text for ranges in circular Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":41221972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tick line settings of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings"}},{"HashCode":572468426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tick line settings of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":866075382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title for circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle"}},{"HashCode":1606105560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title for circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":104963881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for circular gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder"}},{"HashCode":-1947170387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for circular gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-116520785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation to take place in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the tooltip content in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tooltip of the circular gauge at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the options to select the type of tooltip for range, annotation and pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}},{"HashCode":1470576676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation to take place in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the tooltip content in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tooltip of the circular gauge at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the options to select the type of tooltip for range, annotation and pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865156998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-759249524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922895917,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2145166446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1635272016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle"}},{"HashCode":-63400056,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":392561641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the gradient color begin and end in percentage.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop in the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStop"}},{"HashCode":-962918135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the gradient color begin and end in percentage.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop in the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1999539904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops"}},{"HashCode":-181593685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1579162101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1624679929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":821209357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.GradientPosition"}},{"HashCode":-1879061893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.GradientPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1954067864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition"}},{"HashCode":1833319795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-221129599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1271821871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293762949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCircularGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to image functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to pdf functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Axes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the options for customizing the axes of circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Axes"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"CenterX","TypeName":"System.String","Documentation":"\n \n Gets or sets the X coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterX"}},{"Kind":"Components.Component","Name":"CenterY","TypeName":"System.String","Documentation":"\n \n Gets or sets the Y coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterY"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about gauge for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePointerDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the pointer in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnablePointerDrag"}},{"Kind":"Components.Component","Name":"EnableRangeDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the ranges in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeDrag"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin padding in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"MoveToCenter","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to place the half or quarter circle in center position, if values not specified for centerX and centerY.\n \n ","Metadata":{"Common.PropertyName":"MoveToCenter"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the themes supported for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the grouping separator for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}},{"HashCode":-357269078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to image functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to pdf functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Axes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the options for customizing the axes of circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Axes"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"CenterX","TypeName":"System.String","Documentation":"\n \n Gets or sets the X coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterX"}},{"Kind":"Components.Component","Name":"CenterY","TypeName":"System.String","Documentation":"\n \n Gets or sets the Y coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterY"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about gauge for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePointerDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the pointer in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnablePointerDrag"}},{"Kind":"Components.Component","Name":"EnableRangeDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the ranges in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeDrag"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin padding in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"MoveToCenter","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to place the half or quarter circle in center position, if values not specified for centerX and centerY.\n \n ","Metadata":{"Common.PropertyName":"MoveToCenter"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the themes supported for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the grouping separator for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2053913884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCircularGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":969553471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":71327629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the location of the legend, relative to the circular gauge.\n If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the `Position` to be `Custom` in the legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the X coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Y coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LegendLocation"}},{"HashCode":803248112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the location of the legend, relative to the circular gauge.\n If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the `Position` to be `Custom` in the legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.LegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the X coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Y coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367140261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n If both linear and radial gradient is set, then the linear gradient will be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient"}},{"HashCode":-408071501,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n If both linear and radial gradient is set, then the linear gradient will be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-523956710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2012567774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50833599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of text in pointer of an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle"}},{"HashCode":-345159990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of text in pointer of an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":713560789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.OuterPosition"}},{"HashCode":226361280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.OuterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1296832491,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient"}},{"HashCode":658027098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-202324686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":834295499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-929824761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the font opacity of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the show the shadow.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location x of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location y of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the ry value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginy value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to render the tooltip from right to left.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip is inverted.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip arrow.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the internet explorer is enabled.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip"}},{"HashCode":-1641404855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the font opacity of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the show the shadow.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location x of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location y of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the ry value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginy value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to render the tooltip from right to left.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip is inverted.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip arrow.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the internet explorer is enabled.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1784384497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender"}},{"HashCode":-100177614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1677230612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender"}},{"HashCode":-544162362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1537095406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender"}},{"HashCode":733082642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304591966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender"}},{"HashCode":1927024135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524612146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender"}},{"HashCode":85141570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789761482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender"}},{"HashCode":287339861,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1099507880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender"}},{"HashCode":1099698730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":189806116,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Data.SfDataManager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager"}},{"HashCode":1032673940,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Data.SfDataManager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Data.SfDataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1323771693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-139205437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Data.SfDataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1757377402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgAxisGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"PathAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"PathAttributes"}},{"Kind":"Components.Component","Name":"TextAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"TextAttributes"}},{"Kind":"Components.Component","Name":"ChartId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChartId"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"HorizontalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"HorizontalDir"}},{"Kind":"Components.Component","Name":"VerticalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"VerticalDir"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup"}},{"HashCode":-686296858,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"PathAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"PathAttributes"}},{"Kind":"Components.Component","Name":"TextAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"TextAttributes"}},{"Kind":"Components.Component","Name":"ChartId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChartId"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"HorizontalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"HorizontalDir"}},{"Kind":"Components.Component","Name":"VerticalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"VerticalDir"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1101938715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgCircle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgCircle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"R","TypeName":"System.String","Metadata":{"Common.PropertyName":"R"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgCircle"}},{"HashCode":-1766950401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgCircle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgCircle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"R","TypeName":"System.String","Metadata":{"Common.PropertyName":"R"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgCircle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1159069783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgClass","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgClass"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgClass"}},{"HashCode":408031799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgClass","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgClass"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgClass","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":533082031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgEllipse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.String","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse"}},{"HashCode":-1635399409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.String","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":283687141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgImage","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Href","TypeName":"System.String","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"PreserveAspectRatio","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreserveAspectRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgImage"}},{"HashCode":-854119350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgImage","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Href","TypeName":"System.String","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"PreserveAspectRatio","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreserveAspectRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2113733367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgLine","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgLine"}},{"HashCode":-43554447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgLine","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528341065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"System.String","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeMiterLimit","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeMiterLimit"}},{"Kind":"Components.Component","Name":"ClipPath","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClipPath"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPath"}},{"HashCode":-300783174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"System.String","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeMiterLimit","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeMiterLimit"}},{"Kind":"Components.Component","Name":"ClipPath","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClipPath"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1248771812,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPattern","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPattern"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"PatternUnits","TypeName":"System.String","Metadata":{"Common.PropertyName":"PatternUnits"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPattern"}},{"HashCode":-1901515104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPattern","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPattern"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"PatternUnits","TypeName":"System.String","Metadata":{"Common.PropertyName":"PatternUnits"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPattern","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-220091873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPolygon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"points","TypeName":"System.String","Metadata":{"Common.PropertyName":"points"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon"}},{"HashCode":897089222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"points","TypeName":"System.String","Metadata":{"Common.PropertyName":"points"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1906771753,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgRect"}},{"HashCode":67832913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1316469620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgText","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"TextAnchor","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextAnchor"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DominantBaseline","TypeName":"System.String","Metadata":{"Common.PropertyName":"DominantBaseline"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText"}},{"HashCode":-153982379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgText","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"TextAnchor","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextAnchor"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DominantBaseline","TypeName":"System.String","Metadata":{"Common.PropertyName":"DominantBaseline"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-619498416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SvgText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1993931531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DataVizCommon.SvgText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464006019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates"}},{"HashCode":1892732708,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1435293344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-500116525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2084502660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-992333192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":741414139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1250141780,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1055910234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-77533090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1768987171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the characteristics of the background of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ImageSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Source value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the color value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageScaleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scale value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageScaleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageAlignChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the align value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageAlignChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageSource","TypeName":"System.String","Documentation":"\n \n Defines the source of the background image.\n \n ","Metadata":{"Common.PropertyName":"ImageSource"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Defines the background color of diagram.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ImageScale","TypeName":"Syncfusion.Blazor.Diagram.Scale","IsEnum":true,"Documentation":"\n \n Defines how the background image should be scaled/stretched.\n \n ","Metadata":{"Common.PropertyName":"ImageScale"}},{"Kind":"Components.Component","Name":"ImageAlign","TypeName":"Syncfusion.Blazor.Diagram.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines how to align the background image over the diagram area.\n \n ","Metadata":{"Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":1804192247,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the characteristics of the background of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ImageSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Source value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the color value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageScaleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scale value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageScaleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageAlignChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the align value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageAlignChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageSource","TypeName":"System.String","Documentation":"\n \n Defines the source of the background image.\n \n ","Metadata":{"Common.PropertyName":"ImageSource"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Defines the background color of diagram.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ImageScale","TypeName":"Syncfusion.Blazor.Diagram.Scale","IsEnum":true,"Documentation":"\n \n Defines how the background image should be scaled/stretched.\n \n ","Metadata":{"Common.PropertyName":"ImageScale"}},{"Kind":"Components.Component","Name":"ImageAlign","TypeName":"Syncfusion.Blazor.Diagram.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines how to align the background image over the diagram area.\n \n ","Metadata":{"Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2027568811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin of the diagram page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":245829851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin of the diagram page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1898670228,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies how to customize the appearance, width, and height of the diagram page.\n \n \n \n \n \n \n \n \n @code\n {\n SfDiagramComponent diagram;\n double PageWidth = 300;\n double PageHeight = 300;\n PageOrientation pageOrientation = PageOrientation.Landscape;\n bool IsMultiplePage = true;\n bool IsShowPageBreaks = true;\n double marginLeft = 10;\n double marginRight = 10;\n double marginTop = 10;\n double marginBottom = 10;\n DiagramObjectCollection nodes; DiagramObjectCollection connectors;\n protected override void OnInitialized()\n {\n nodes = new DiagramObjectCollection()\n {\n new Node { ID = \"node1\", Width = 150, Height = 100, OffsetX = 100, OffsetY = 100, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node1\" } } },\n new Node { ID = \"node2\", Width = 80, Height = 130, OffsetX = 200, OffsetY = 200, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node2\" } } },\n new Node { ID = \"node3\", Width = 100, Height = 75, OffsetX = 300, OffsetY = 350, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node3\" } } }\n };\n connectors = new DiagramObjectCollection \n {\n new Connector { ID=\"connector1\", SourcePoint=new DiagramPoint { X=300, Y=400}, TargetPoint = new DiagramPoint { X = 500, Y = 500 } }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width value changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height value changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Orientation value changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundaryConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the BoundaryConstraints value changes.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowPageBreaksChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the ShowPageBreaks value changes.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaksChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MultiplePageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the MultiplePage value changes.\n \n ","Metadata":{"Common.PropertyName":"MultiplePageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Background value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Margin value changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagram.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n Allows the user to customize the interactive region.\n \n \n The boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n Allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fit the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n Allows the user to enable or disable the page break lines.\n \n \n The ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it is false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-1785186615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies how to customize the appearance, width, and height of the diagram page.\n \n \n \n \n \n \n \n \n @code\n {\n SfDiagramComponent diagram;\n double PageWidth = 300;\n double PageHeight = 300;\n PageOrientation pageOrientation = PageOrientation.Landscape;\n bool IsMultiplePage = true;\n bool IsShowPageBreaks = true;\n double marginLeft = 10;\n double marginRight = 10;\n double marginTop = 10;\n double marginBottom = 10;\n DiagramObjectCollection nodes; DiagramObjectCollection connectors;\n protected override void OnInitialized()\n {\n nodes = new DiagramObjectCollection()\n {\n new Node { ID = \"node1\", Width = 150, Height = 100, OffsetX = 100, OffsetY = 100, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node1\" } } },\n new Node { ID = \"node2\", Width = 80, Height = 130, OffsetX = 200, OffsetY = 200, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node2\" } } },\n new Node { ID = \"node3\", Width = 100, Height = 75, OffsetX = 300, OffsetY = 350, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node3\" } } }\n };\n connectors = new DiagramObjectCollection \n {\n new Connector { ID=\"connector1\", SourcePoint=new DiagramPoint { X=300, Y=400}, TargetPoint = new DiagramPoint { X = 500, Y = 500 } }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width value changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height value changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Orientation value changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundaryConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the BoundaryConstraints value changes.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowPageBreaksChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the ShowPageBreaks value changes.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaksChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MultiplePageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the MultiplePage value changes.\n \n ","Metadata":{"Common.PropertyName":"MultiplePageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Background value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Margin value changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagram.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n Allows the user to customize the interactive region.\n \n \n The boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n Allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fit the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n Allows the user to enable or disable the page break lines.\n \n \n The ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it is false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1640658948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":141261590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.PageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":257161954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the diagram's current zoom value, zoom factor, scroll state, and viewport size.\n \n \n \n \n \n \n \n @code\n {\n double verticalOffset { get; set; } = 300;\n double horizontalOffset { get; set; } = -1000;\n ScrollLimitMode scrollLimit { get; set; } = ScrollLimitMode.Infinity;\n double currentZoom { get; set; } = 1;\n double minZoom { get; set; } = 0.2;\n double maxZoom { get; set; } = 1.5;\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HorizontalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal offset changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical offset changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the current zoom changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MinZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the minimum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MinZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the maximum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MaxZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollLimitChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scroll limit changes.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimitChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Vertical offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the diagram's currentZoom value. \n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's minimum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's maximum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagram.ScrollLimitMode","IsEnum":true,"Documentation":"\n \n Gets or sets the upper limit of values of the scrollable range.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":191623611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the diagram's current zoom value, zoom factor, scroll state, and viewport size.\n \n \n \n \n \n \n \n @code\n {\n double verticalOffset { get; set; } = 300;\n double horizontalOffset { get; set; } = -1000;\n ScrollLimitMode scrollLimit { get; set; } = ScrollLimitMode.Infinity;\n double currentZoom { get; set; } = 1;\n double minZoom { get; set; } = 0.2;\n double maxZoom { get; set; } = 1.5;\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HorizontalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal offset changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical offset changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the current zoom changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MinZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the minimum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MinZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the maximum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MaxZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollLimitChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scroll limit changes.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimitChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Vertical offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the diagram's currentZoom value. \n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's minimum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's maximum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagram.ScrollLimitMode","IsEnum":true,"Documentation":"\n \n Gets or sets the upper limit of values of the scrollable range.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1358710708,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1413975058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.ScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":753410051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n \n \n \n \n \n \n \n @code\n {\n //Set the line intervals for the gridlines\n public double[] LineInterval { get; set; } = new double[] \n {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":-1097088551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n \n \n \n \n \n \n \n @code\n {\n //Set the line intervals for the gridlines\n public double[] LineInterval { get; set; } = new double[] \n {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521664329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the horizontal gridlines of the diagram.\n \n \n Horizontal Gridlines provide visual guidance while dragging or arranging objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-1692274828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the horizontal gridlines of the diagram.\n \n \n Horizontal Gridlines provide visual guidance while dragging or arranging objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-405965195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and the snap behavior of the diagram.\n \n \n \n \n // Shows the horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"VerticalGridLines","TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridLines"}},{"Kind":"Components.Component","Name":"HorizontalGridLines","TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridLines"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables the features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraints changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, it is 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapDistance"}},{"Kind":"Components.Component","Name":"SnapDistanceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnapObjectDistance changes.\n \n ","Metadata":{"Common.PropertyName":"SnapDistanceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapAngleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnaAngle changes.\n \n ","Metadata":{"Common.PropertyName":"SnapAngleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagram.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"GridTypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the GridType changes.\n \n ","Metadata":{"Common.PropertyName":"GridTypeChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":510756926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and the snap behavior of the diagram.\n \n \n \n \n // Shows the horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"VerticalGridLines","TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridLines"}},{"Kind":"Components.Component","Name":"HorizontalGridLines","TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridLines"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables the features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraints changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, it is 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapDistance"}},{"Kind":"Components.Component","Name":"SnapDistanceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnapObjectDistance changes.\n \n ","Metadata":{"Common.PropertyName":"SnapDistanceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapAngleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnaAngle changes.\n \n ","Metadata":{"Common.PropertyName":"SnapAngleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagram.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"GridTypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the GridType changes.\n \n ","Metadata":{"Common.PropertyName":"GridTypeChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1760984308,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":885439163,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128589188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the vertical gridlines of the diagram.\n \n \n VerticalGridlines provides the visual guidance while dragging or arranging the objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":2118294807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the vertical gridlines of the diagram.\n \n \n VerticalGridlines provides the visual guidance while dragging or arranging the objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":189177530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Notifies when changes are reverted or restored.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramHistoryManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentEntry","TypeName":"Syncfusion.Blazor.Diagram.HistoryEntryBase","Documentation":"\n \n Specifies the current entry object.\n \n ","Metadata":{"Common.PropertyName":"CurrentEntry"}},{"Kind":"Components.Component","Name":"Undo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in undo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomUndo(HistoryEntryBase entry)\n {\n (entry.RedoObject) = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Start\";\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Undo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Redo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in the redo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomRedo(HistoryEntryBase entry)\n {\n Node current = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Description\";\n entry.RedoObject = current;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Redo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryAdding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Decides whether the changes are stored in the history or not.\n \n \n \n \n \n \n @code\n {\n private void OnHistoryAdding(HistoryAddingEventArgs args)\n {\n args.Cancel = true;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"HistoryAdding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}},{"HashCode":-966967555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Notifies when changes are reverted or restored.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentEntry","TypeName":"Syncfusion.Blazor.Diagram.HistoryEntryBase","Documentation":"\n \n Specifies the current entry object.\n \n ","Metadata":{"Common.PropertyName":"CurrentEntry"}},{"Kind":"Components.Component","Name":"Undo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in undo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomUndo(HistoryEntryBase entry)\n {\n (entry.RedoObject) = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Start\";\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Undo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Redo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in the redo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomRedo(HistoryEntryBase entry)\n {\n Node current = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Description\";\n entry.RedoObject = current;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Redo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryAdding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Decides whether the changes are stored in the history or not.\n \n \n \n \n \n \n @code\n {\n private void OnHistoryAdding(HistoryAddingEventArgs args)\n {\n args.Cancel = true;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"HistoryAdding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":961553216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramHistoryManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1100692479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2056580346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DataSourceSettings is used to specify the data source and defines how the parent and child relationship will be generated in the layout. It is applicable only when the layout is used. \n \n \n \n \n \n \n \n \n @code {\n public object data { get; set; }\n public string Id;\n public string ParentId;\n public LayoutType LayoutType = LayoutType.HierarchicalTree;\n protected override void OnInitialized()\n {\n Id = \"Name\";\n ParentId = \"Category\";\n data = Data1;\n }\n //bind the external data with the node\n private Node doBinding(Node node, object data)\n {\n HierarchicalDetails hierarchicalData = data as HierarchicalDetails;\n node.Annotations = new DiagramObjectCollection()\n {\n new ShapeAnnotation()\n {\n ID = \"annotation\"+node.ID,\n Content = hierarchicalData.Name,\n },\n };\n return node;\n }\n public List Data1 = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\"},\n new HierarchicalDetails(){ Name =\"Tree Layout\",Category=\"Layout\"},\n new HierarchicalDetails(){ Name =\"Organizational Chart\", Category=\"Layout\"}\n };\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string Category { get; set; }\n public string FillColor { get; set; }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Gets or sets the data source that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be mapped to each node id from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be used to find the parent and child relationship between the nodes from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Gets or sets the root (primary) node of the layout populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"IDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the id value changes.\n \n ","Metadata":{"Common.PropertyName":"IDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ParentIDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the parent id value changes.\n \n ","Metadata":{"Common.PropertyName":"ParentIDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RootChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the root value changes.\n \n ","Metadata":{"Common.PropertyName":"RootChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SymbolBinding","TypeName":"System.Func","Documentation":"\n \n Returns the customized node information. It is a call-back method which is triggered for each node when initializing the layout.\n \n \n \n \n \n \n
For more details, refer Organizational Chart
\n
\n ","Metadata":{"Common.PropertyName":"SymbolBinding","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query that is displayed for.\n \n ","Metadata":{"Common.PropertyName":"Query"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":1439416060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DataSourceSettings is used to specify the data source and defines how the parent and child relationship will be generated in the layout. It is applicable only when the layout is used. \n \n \n \n \n \n \n \n \n @code {\n public object data { get; set; }\n public string Id;\n public string ParentId;\n public LayoutType LayoutType = LayoutType.HierarchicalTree;\n protected override void OnInitialized()\n {\n Id = \"Name\";\n ParentId = \"Category\";\n data = Data1;\n }\n //bind the external data with the node\n private Node doBinding(Node node, object data)\n {\n HierarchicalDetails hierarchicalData = data as HierarchicalDetails;\n node.Annotations = new DiagramObjectCollection()\n {\n new ShapeAnnotation()\n {\n ID = \"annotation\"+node.ID,\n Content = hierarchicalData.Name,\n },\n };\n return node;\n }\n public List Data1 = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\"},\n new HierarchicalDetails(){ Name =\"Tree Layout\",Category=\"Layout\"},\n new HierarchicalDetails(){ Name =\"Organizational Chart\", Category=\"Layout\"}\n };\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string Category { get; set; }\n public string FillColor { get; set; }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Gets or sets the data source that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be mapped to each node id from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be used to find the parent and child relationship between the nodes from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Gets or sets the root (primary) node of the layout populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"IDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the id value changes.\n \n ","Metadata":{"Common.PropertyName":"IDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ParentIDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the parent id value changes.\n \n ","Metadata":{"Common.PropertyName":"ParentIDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RootChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the root value changes.\n \n ","Metadata":{"Common.PropertyName":"RootChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SymbolBinding","TypeName":"System.Func","Documentation":"\n \n Returns the customized node information. It is a call-back method which is triggered for each node when initializing the layout.\n \n \n \n \n \n \n
For more details, refer Organizational Chart
\n
\n ","Metadata":{"Common.PropertyName":"SymbolBinding","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query that is displayed for.\n \n ","Metadata":{"Common.PropertyName":"Query"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":560107898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1530548210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1859401385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.CommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of commands and the corresponding key gestures. It is responsible for managing routed commands.\n \n \n CommandManager provides the support to define custom commands. The custom commands are executed when the specified key gesture is recognized.\n \n \n \n \n Notifies when to execute the custom keyboard commands .\n \n \n The following code illustrates how to create a custom command.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n @code\n {\n // Reference to the diagram\n SfDiagramComponent diagram;\n DiagramObjectCollection command = new DiagramObjectCollection()\n {\n new Command()\n {\n Name = \"CustomGroup\",\n Gesture = new KeyGesture() { Key = Keys.G, KeyModifiers = KeyModifiers.Control }\n },\n new Command()\n {\n Name = \"CustomUnGroup\",\n Gesture = new KeyGesture() { Key = Keys.U, KeyModifiers = KeyModifiers.Control }\n },\n };\n // Define the diagram's nodes collection\n DiagramObjectCollection nodes = new DiagramObjectCollection();\n public void canexe(CommandKeyArgs args)\n {\n args.CanExecute = true;\n }\n public void CommandExecute(CommandKeyArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n Selector selector = diagram.SelectedItems;\n //Custom command to ungroup the selected items\n if (selector.Nodes.Count > 0 && selector.Nodes[0] is Group)\n {\n if ((selector.Nodes[0] as Group).Children.Length > 0)\n {\n diagram.UnGroup();\n }\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents storing multiple command names with the corresponding command object.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CanExecute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Determines whether this command can execute in its current state.\n \n ","Metadata":{"Common.PropertyName":"CanExecute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Executes the command on the current command target.\n \n ","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager"}},{"HashCode":766024551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.CommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of commands and the corresponding key gestures. It is responsible for managing routed commands.\n \n \n CommandManager provides the support to define custom commands. The custom commands are executed when the specified key gesture is recognized.\n \n \n \n \n Notifies when to execute the custom keyboard commands .\n \n \n The following code illustrates how to create a custom command.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n @code\n {\n // Reference to the diagram\n SfDiagramComponent diagram;\n DiagramObjectCollection command = new DiagramObjectCollection()\n {\n new Command()\n {\n Name = \"CustomGroup\",\n Gesture = new KeyGesture() { Key = Keys.G, KeyModifiers = KeyModifiers.Control }\n },\n new Command()\n {\n Name = \"CustomUnGroup\",\n Gesture = new KeyGesture() { Key = Keys.U, KeyModifiers = KeyModifiers.Control }\n },\n };\n // Define the diagram's nodes collection\n DiagramObjectCollection nodes = new DiagramObjectCollection();\n public void canexe(CommandKeyArgs args)\n {\n args.CanExecute = true;\n }\n public void CommandExecute(CommandKeyArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n Selector selector = diagram.SelectedItems;\n //Custom command to ungroup the selected items\n if (selector.Nodes.Count > 0 && selector.Nodes[0] is Group)\n {\n if ((selector.Nodes[0] as Group).Children.Length > 0)\n {\n diagram.UnGroup();\n }\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.CommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents storing multiple command names with the corresponding command object.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CanExecute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Determines whether this command can execute in its current state.\n \n ","Metadata":{"Common.PropertyName":"CanExecute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Executes the command on the current command target.\n \n ","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":736608135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1275135605,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.CommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-107406984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class for arranging the nodes and connectors in a tree structure.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FixedNode","TypeName":"System.String","Documentation":"\n \n Sets the name of the node concerning which all the other nodes will be translated.\n \n ","Metadata":{"Common.PropertyName":"FixedNode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedNodeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the fixed node changes.\n \n ","Metadata":{"Common.PropertyName":"FixedNodeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical spacing changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the type changes.\n \n ","Metadata":{"Common.PropertyName":"TypeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal alignment changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical alignment changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal spacing changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bounds changes.\n \n ","Metadata":{"Common.PropertyName":"BoundsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the orientation changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the margin changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetLayoutInfo","TypeName":"System.Func","Documentation":"\n \n GetLayoutInfo is used to configure every subtree of the organizational chart.\n \n ","Metadata":{"Common.PropertyName":"GetLayoutInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetBranch","TypeName":"System.Func","Documentation":"\n \n Returns the branch type of the layout. Applicable only if it is a mindmap layout. \n \n ","Metadata":{"Common.PropertyName":"GetBranch","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be Vertically left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacing"}},{"Kind":"Components.Component","Name":"Bounds","TypeName":"Syncfusion.Blazor.Diagram.DiagramRect","Documentation":"\n \n Aligns the layout within the given bounds.\n \n ","Metadata":{"Common.PropertyName":"Bounds"}},{"Kind":"Components.Component","Name":"HorizontalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be horizontally left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacing"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Specifies the parent node of the layout.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.LayoutOrientation","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the layout.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Diagram.HorizontalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the HorizontalAlignment..\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Diagram.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the VerticalAlignment.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Diagram.LayoutType","IsEnum":true,"Documentation":"\n \n Defines the type of layout.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Documentation":"\n \n Specifies the space between the viewport and the layout. By default {left:50, top:50, right:0, bottom:0}.\n \n ","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":702315153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class for arranging the nodes and connectors in a tree structure.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FixedNode","TypeName":"System.String","Documentation":"\n \n Sets the name of the node concerning which all the other nodes will be translated.\n \n ","Metadata":{"Common.PropertyName":"FixedNode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedNodeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the fixed node changes.\n \n ","Metadata":{"Common.PropertyName":"FixedNodeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical spacing changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the type changes.\n \n ","Metadata":{"Common.PropertyName":"TypeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal alignment changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical alignment changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal spacing changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bounds changes.\n \n ","Metadata":{"Common.PropertyName":"BoundsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the orientation changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the margin changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetLayoutInfo","TypeName":"System.Func","Documentation":"\n \n GetLayoutInfo is used to configure every subtree of the organizational chart.\n \n ","Metadata":{"Common.PropertyName":"GetLayoutInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetBranch","TypeName":"System.Func","Documentation":"\n \n Returns the branch type of the layout. Applicable only if it is a mindmap layout. \n \n ","Metadata":{"Common.PropertyName":"GetBranch","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be Vertically left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacing"}},{"Kind":"Components.Component","Name":"Bounds","TypeName":"Syncfusion.Blazor.Diagram.DiagramRect","Documentation":"\n \n Aligns the layout within the given bounds.\n \n ","Metadata":{"Common.PropertyName":"Bounds"}},{"Kind":"Components.Component","Name":"HorizontalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be horizontally left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacing"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Specifies the parent node of the layout.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.LayoutOrientation","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the layout.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Diagram.HorizontalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the HorizontalAlignment..\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Diagram.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the VerticalAlignment.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Diagram.LayoutType","IsEnum":true,"Documentation":"\n \n Defines the type of layout.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Documentation":"\n \n Specifies the space between the viewport and the layout. By default {left:50, top:50, right:0, bottom:0}.\n \n ","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851591918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.Layout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2100022990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.Layout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2110753185,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space between the viewport and the automatic layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-2035719133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space between the viewport and the automatic layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":647966821,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Renders the diagram. It contains all the properties of the diagram to be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Documentation":"\n \n Notifies when a change is reverted or restored. \n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagram.Direction","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the connector segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"BridgeDirectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bridge direction changes.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Documentation":"\n \n Configures the data source that is to be bound with the diagram. \n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Enables/disables certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraint changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InteractionController","TypeName":"Syncfusion.Blazor.Diagram.InteractionController","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. \n \n ","Metadata":{"Common.PropertyName":"InteractionController"}},{"Kind":"Components.Component","Name":"InteractionControllerChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the tool changes.\n \n ","Metadata":{"Common.PropertyName":"InteractionControllerChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Documentation":"\n \n Defines the gridlines and specifies how and when objects must be snapped. \n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"DiagramTemplates","TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Documentation":"\n \n Represents the template of the diagram element. \n \n ","Metadata":{"Common.PropertyName":"DiagramTemplates"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Documentation":"\n \n Page settings enable you to customize the appearance, width, and height of the Diagram page. \n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status, and view port size of the diagram. \n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram. \n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagram.Layout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area. \n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures. \n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Diagram.DiagramSelectionSettings","Documentation":"\n \n Defines the collection of selected items, the size and position of the selector. \n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"Syncfusion.Blazor.Diagram.IDiagramObject","Documentation":"\n \n Defines the object to be drawn using a drawing tool. \n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"DrawingObjectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the drawing object changes.\n \n ","Metadata":{"Common.PropertyName":"DrawingObjectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of node objects, used to visualize the geometrical information. \n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of connector objects, used to create links between two points, nodes or ports to represent the relationships between them. \n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"NodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the node changes.\n \n ","Metadata":{"Common.PropertyName":"NodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the connector changes.\n \n ","Metadata":{"Common.PropertyName":"ConnectorsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node or connector property changes. \n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the selection is change in the diagram.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node’s/connector's label is changed in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo). \n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an element drags over another diagram element. \n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into the diagram from the symbol palette \n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram. \n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from the symbol palette to the drawing area. \n \n ","Metadata":{"Common.PropertyName":"DragDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user presses a key. \n \n ","Metadata":{"Common.PropertyName":"KeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key. \n \n ","Metadata":{"Common.PropertyName":"KeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the node/connector is add or remove from the diagram.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node/connector is added or removed from the diagram. \n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SegmentCollectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s segment collection is updated. \n \n ","Metadata":{"Common.PropertyName":"SegmentCollectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse enters a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseHover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse pointer rests on the node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseHover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse leaves a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scrollbar is updated. \n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in the diagram. \n \n ","Metadata":{"Common.PropertyName":"PositionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node's/connector's position is changed.\n \n ","Metadata":{"Common.PropertyName":"PositionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the connector’s source or target point is connect or disconnect from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source or target point is connected or disconnected from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s source end in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SourcePointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source point is changed.\n \n ","Metadata":{"Common.PropertyName":"SourcePointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s target end in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s target point is changed.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked. \n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before a node is resize.\n \n ","Metadata":{"Common.PropertyName":"SizeChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the diagram elements are rotate.\n \n ","Metadata":{"Common.PropertyName":"RotationChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated.\n \n ","Metadata":{"Common.PropertyName":"RotationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram layout is rendered completely. \n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SetNodeTemplate","TypeName":"System.Func","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"SetNodeTemplate","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomTool","TypeName":"System.Func","Documentation":"\n \n This method allows users to customize the tool. \n \n ","Metadata":{"Common.PropertyName":"GetCustomTool","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomCursor","TypeName":"System.Func","Documentation":"\n \n This method allows users to create their own cursor. \n \n ","Metadata":{"Common.PropertyName":"GetCustomCursor","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of nodes. \n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of the connector. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-134660221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Renders the diagram. It contains all the properties of the diagram to be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Documentation":"\n \n Notifies when a change is reverted or restored. \n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagram.Direction","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the connector segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"BridgeDirectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bridge direction changes.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Documentation":"\n \n Configures the data source that is to be bound with the diagram. \n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Enables/disables certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraint changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InteractionController","TypeName":"Syncfusion.Blazor.Diagram.InteractionController","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. \n \n ","Metadata":{"Common.PropertyName":"InteractionController"}},{"Kind":"Components.Component","Name":"InteractionControllerChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the tool changes.\n \n ","Metadata":{"Common.PropertyName":"InteractionControllerChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Documentation":"\n \n Defines the gridlines and specifies how and when objects must be snapped. \n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"DiagramTemplates","TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Documentation":"\n \n Represents the template of the diagram element. \n \n ","Metadata":{"Common.PropertyName":"DiagramTemplates"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Documentation":"\n \n Page settings enable you to customize the appearance, width, and height of the Diagram page. \n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status, and view port size of the diagram. \n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram. \n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagram.Layout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area. \n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures. \n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Diagram.DiagramSelectionSettings","Documentation":"\n \n Defines the collection of selected items, the size and position of the selector. \n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"Syncfusion.Blazor.Diagram.IDiagramObject","Documentation":"\n \n Defines the object to be drawn using a drawing tool. \n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"DrawingObjectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the drawing object changes.\n \n ","Metadata":{"Common.PropertyName":"DrawingObjectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of node objects, used to visualize the geometrical information. \n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of connector objects, used to create links between two points, nodes or ports to represent the relationships between them. \n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"NodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the node changes.\n \n ","Metadata":{"Common.PropertyName":"NodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the connector changes.\n \n ","Metadata":{"Common.PropertyName":"ConnectorsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node or connector property changes. \n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the selection is change in the diagram.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node’s/connector's label is changed in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo). \n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an element drags over another diagram element. \n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into the diagram from the symbol palette \n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram. \n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from the symbol palette to the drawing area. \n \n ","Metadata":{"Common.PropertyName":"DragDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user presses a key. \n \n ","Metadata":{"Common.PropertyName":"KeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key. \n \n ","Metadata":{"Common.PropertyName":"KeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the node/connector is add or remove from the diagram.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node/connector is added or removed from the diagram. \n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SegmentCollectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s segment collection is updated. \n \n ","Metadata":{"Common.PropertyName":"SegmentCollectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse enters a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseHover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse pointer rests on the node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseHover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse leaves a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scrollbar is updated. \n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in the diagram. \n \n ","Metadata":{"Common.PropertyName":"PositionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node's/connector's position is changed.\n \n ","Metadata":{"Common.PropertyName":"PositionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the connector’s source or target point is connect or disconnect from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source or target point is connected or disconnected from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s source end in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SourcePointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source point is changed.\n \n ","Metadata":{"Common.PropertyName":"SourcePointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s target end in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s target point is changed.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked. \n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before a node is resize.\n \n ","Metadata":{"Common.PropertyName":"SizeChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the diagram elements are rotate.\n \n ","Metadata":{"Common.PropertyName":"RotationChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated.\n \n ","Metadata":{"Common.PropertyName":"RotationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram layout is rendered completely. \n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SetNodeTemplate","TypeName":"System.Func","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"SetNodeTemplate","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomTool","TypeName":"System.Func","Documentation":"\n \n This method allows users to customize the tool. \n \n ","Metadata":{"Common.PropertyName":"GetCustomTool","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomCursor","TypeName":"System.Func","Documentation":"\n \n This method allows users to create their own cursor. \n \n ","Metadata":{"Common.PropertyName":"GetCustomCursor","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of nodes. \n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of the connector. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1945602402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDiagramComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1071755440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1615531387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the diagram objects are rendered in the diagram. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent"}},{"HashCode":1322318257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the diagram objects are rendered in the diagram. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":855875817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the basic HTML building blocks are rendered in a diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramHtmlContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer"}},{"HashCode":-2064107079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the basic HTML building blocks are rendered in a diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-565489621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramLayerContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent"}},{"HashCode":104599090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2128866090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the selector objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSelectorContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent"}},{"HashCode":-520462178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the selector objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-513163340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the frequently used commands that are rendered around the selector objects in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramUserHandleContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent"}},{"HashCode":-1246971473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the frequently used commands that are rendered around the selector objects in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1736516409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the object to be rendered in the diagram once the data has been processed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer"}},{"HashCode":-1503186137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the object to be rendered in the diagram once the data has been processed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":891612997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the content of the palette.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PaletteContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent"}},{"HashCode":2090894770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the content of the palette.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1560811193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how to display a collection of palettes. The palette shows a set of nodes and connectors. It allows you to drag and drop the nodes and connectors into the diagram. \n \n \n \n \n \n @code\n { \n DiagramSize SymbolPreview;\n SymbolMargin SymbolMargin = new SymbolMargin { Left = 10, Right = 10, Top = 10, Bottom = 10 };\n double symbolSizeWidth;\n double symbolSizeHeight;\n DiagramObjectCollection Palettes = new DiagramObjectCollection();\n DiagramObjectCollection Tnodes = new DiagramObjectCollection();\n private SymbolInfo GetSymbolInfo(IDiagramObject symbol)\n {\n SymbolInfo SymbolInfo = new SymbolInfo();\n SymbolInfo.Fit = true;\n return SymbolInfo;\n }\n protected override void OnInitialized()\n {\n SymbolPreview = new DiagramSize();\n SymbolPreview.Width = 80;\n SymbolPreview.Height = 80;\n symbolSizeWidth = 50;\n symbolSizeHeight = 50;\n Tnodes = new DiagramObjectCollection();\n Node Tnode2 = new Node()\n { \n ID = \"node1\", \n Shape = new FlowShape() { Type = Shapes.Flow, Shape = FlowShapeType.Decision } \n };\n Tnodes.Add(Tnode2);\n Palettes = new DiagramObjectCollection()\n {\n new Palette(){Symbols =Tnodes,Title=\"Flow Shapes\",ID=\"Flow Shapes\" },\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSymbolPaletteComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the Height of the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Represents whether the symbols can be dragged from the palette or not. \n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the symbol which will be positioned inside the palette. \n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Height of the symbol which will be positioned inside the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolDragPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the size of the symbol preview while dragging a symbol from the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolDragPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolDiagramPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the customization of the drag size of the individual palette items.\n \n ","Metadata":{"Common.PropertyName":"SymbolDiagramPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolPaletteTemplates","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Documentation":"\n \n Sets a segment of the UI content, implemented as a delegate that writes the content of a Node . \n \n ","Metadata":{"Common.PropertyName":"SymbolPaletteTemplates"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents how to display a collection of similar symbols and annotates the group textually with its heading and the unique id of a symbol group. \n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolMargin","Documentation":"\n \n Sets an extra space around the outer boundaries of an element.\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the nodes to be returned.\n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the connectors to be returned. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetSymbolInfo","TypeName":"System.Func","Documentation":"\n \n Represents the size, appearance and description of a symbol.\n \n ","Metadata":{"Common.PropertyName":"GetSymbolInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the object selection changes in the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be Triggers before the item gets collapsed/expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}},{"HashCode":904815080,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how to display a collection of palettes. The palette shows a set of nodes and connectors. It allows you to drag and drop the nodes and connectors into the diagram. \n \n \n \n \n \n @code\n { \n DiagramSize SymbolPreview;\n SymbolMargin SymbolMargin = new SymbolMargin { Left = 10, Right = 10, Top = 10, Bottom = 10 };\n double symbolSizeWidth;\n double symbolSizeHeight;\n DiagramObjectCollection Palettes = new DiagramObjectCollection();\n DiagramObjectCollection Tnodes = new DiagramObjectCollection();\n private SymbolInfo GetSymbolInfo(IDiagramObject symbol)\n {\n SymbolInfo SymbolInfo = new SymbolInfo();\n SymbolInfo.Fit = true;\n return SymbolInfo;\n }\n protected override void OnInitialized()\n {\n SymbolPreview = new DiagramSize();\n SymbolPreview.Width = 80;\n SymbolPreview.Height = 80;\n symbolSizeWidth = 50;\n symbolSizeHeight = 50;\n Tnodes = new DiagramObjectCollection();\n Node Tnode2 = new Node()\n { \n ID = \"node1\", \n Shape = new FlowShape() { Type = Shapes.Flow, Shape = FlowShapeType.Decision } \n };\n Tnodes.Add(Tnode2);\n Palettes = new DiagramObjectCollection()\n {\n new Palette(){Symbols =Tnodes,Title=\"Flow Shapes\",ID=\"Flow Shapes\" },\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the Height of the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Represents whether the symbols can be dragged from the palette or not. \n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the symbol which will be positioned inside the palette. \n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Height of the symbol which will be positioned inside the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolDragPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the size of the symbol preview while dragging a symbol from the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolDragPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolDiagramPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the customization of the drag size of the individual palette items.\n \n ","Metadata":{"Common.PropertyName":"SymbolDiagramPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolPaletteTemplates","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Documentation":"\n \n Sets a segment of the UI content, implemented as a delegate that writes the content of a Node . \n \n ","Metadata":{"Common.PropertyName":"SymbolPaletteTemplates"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents how to display a collection of similar symbols and annotates the group textually with its heading and the unique id of a symbol group. \n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolMargin","Documentation":"\n \n Sets an extra space around the outer boundaries of an element.\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the nodes to be returned.\n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the connectors to be returned. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetSymbolInfo","TypeName":"System.Func","Documentation":"\n \n Represents the size, appearance and description of a symbol.\n \n ","Metadata":{"Common.PropertyName":"GetSymbolInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the object selection changes in the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be Triggers before the item gets collapsed/expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2126680378,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSymbolPaletteComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1129545680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-20095317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}},{"HashCode":-1032797668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1894961823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPaletteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1692769193,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1503605647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1981370607,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":731903211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is a built-in menu loaded with few features which open when right-clicked.\n \n \n \n \n // Defines context menu and set the ShowCustomMenuOnly to false to render the custom context menu along with the default context menu\n \n \n \n @code\n {\n //Reference to diagram\n SfDiagram Diagram;\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n protected override void OnInitialized()\n {\n //Create a node\n DiagramNode Node = new DiagramNode()\n {\n OffsetX = 100,\n OffsetY = 100,\n Height = 100,\n Width = 100,\n Id = \"node1\",\n };\n //Add node into node's collection\n NodeCollection.Add(Node);\n }\n // Add the custom context menu items\n List ContextMenuItemModels = new List()\n {\n new ContextMenuItemModel()\n {\n Text =\"color\",\n Id=\"Save\",\n Target =\".e-elementcontent\",\n // Add the nested custom context menu items\n Items = new List()\n {\n new ContextMenuItemModel(){ Text =\"Red\", Id=\"Red\", },\n new ContextMenuItemModel(){ Text =\"Yellow\", Id=\"Yellow\", },\n new ContextMenuItemModel(){ Text =\"Green\", Id=\"Green\", }\n }\n },\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the items to be displayed in the context menu.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to enable or disable the context menu.\n \n \n By default, the Show is set to false. The context menu can be enabled by setting the Show to true.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"ShowCustomMenuOnly","TypeName":"System.Boolean","Documentation":"\n \n Enables only the custom menu items.\n \n \n By default, the ShowCustomMenuOnly is set to false. The context menu can be enabled by setting the ShowCustomMenuOnly to true.\n \n \n \n \n // Define custom menu \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"ShowCustomMenuOnly"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}},{"HashCode":-1653631879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is a built-in menu loaded with few features which open when right-clicked.\n \n \n \n \n // Defines context menu and set the ShowCustomMenuOnly to false to render the custom context menu along with the default context menu\n \n \n \n @code\n {\n //Reference to diagram\n SfDiagram Diagram;\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n protected override void OnInitialized()\n {\n //Create a node\n DiagramNode Node = new DiagramNode()\n {\n OffsetX = 100,\n OffsetY = 100,\n Height = 100,\n Width = 100,\n Id = \"node1\",\n };\n //Add node into node's collection\n NodeCollection.Add(Node);\n }\n // Add the custom context menu items\n List ContextMenuItemModels = new List()\n {\n new ContextMenuItemModel()\n {\n Text =\"color\",\n Id=\"Save\",\n Target =\".e-elementcontent\",\n // Add the nested custom context menu items\n Items = new List()\n {\n new ContextMenuItemModel(){ Text =\"Red\", Id=\"Red\", },\n new ContextMenuItemModel(){ Text =\"Yellow\", Id=\"Yellow\", },\n new ContextMenuItemModel(){ Text =\"Green\", Id=\"Green\", }\n }\n },\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the items to be displayed in the context menu.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to enable or disable the context menu.\n \n \n By default, the Show is set to false. The context menu can be enabled by setting the Show to true.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"ShowCustomMenuOnly","TypeName":"System.Boolean","Documentation":"\n \n Enables only the custom menu items.\n \n \n By default, the ShowCustomMenuOnly is set to false. The context menu can be enabled by setting the ShowCustomMenuOnly to true.\n \n \n \n \n // Define custom menu \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"ShowCustomMenuOnly"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1018664092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2024040013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873190929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n @* Customize the appearance of the grid lines *@\n \n < HorizontalGridlines LineColor=\"blue\" LineDashArray=\"2,2\" LineIntervals=\"@LineIntervals\">\n \n \n \n \n \n @code{\n //Sets the line intervals for the gridlines\n public double[] LineIntervals { get; set; } = new double[] {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines"}},{"HashCode":513913883,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n @* Customize the appearance of the grid lines *@\n \n < HorizontalGridlines LineColor=\"blue\" LineDashArray=\"2,2\" LineIntervals=\"@LineIntervals\">\n \n \n \n \n \n @code{\n //Sets the line intervals for the gridlines\n public double[] LineIntervals { get; set; } = new double[] {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1733232043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the behavior and appearance of the horizontal/vertical rulers for the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsRuler"}},{"HashCode":-1518234669,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the behavior and appearance of the horizontal/vertical rulers for the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":723816384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content that appears while the mouse is hovering over an element of the diagram.\n \n \n The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.\n \n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip"}},{"HashCode":-1942740841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content that appears while the mouse is hovering over an element of the diagram.\n \n \n The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.\n \n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":192921395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Acts as a repository for the collection of objects to be mapped and populated in the layout of the diagram.\n \n \n \n \n \n \n \n \n \n \n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n {\n List Datamap { get; set; } = new List()\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConnectionDataSource","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Documentation":"\n \n Defines the collection of connector’s data source objects.\n \n ","Metadata":{"Common.PropertyName":"ConnectionDataSource"}},{"Kind":"Components.Component","Name":"DataMapSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A collection of JSON objects, where each object represents the items mapped to the specific node. \n \n ","Metadata":{"Common.PropertyName":"DataMapSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n A repository for the collection of objects to be mapped and populated in the diagram.\n \n \n \n \n //Set the DataSource in the DiagramDataSource\n \n \n \n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\",FillColor=\"\"},\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets a unique Id for the data source in the diagram.\n \n \n The Id should be unique always, else overlap over the data source might occur.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Defines a unique Id for all the Data source items. The ParentId clubs all the data source items as a collection.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n The Root property is used to set the root (primary) node of the diagram populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}},{"HashCode":-1567062986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Acts as a repository for the collection of objects to be mapped and populated in the layout of the diagram.\n \n \n \n \n \n \n \n \n \n \n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n {\n List Datamap { get; set; } = new List()\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConnectionDataSource","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Documentation":"\n \n Defines the collection of connector’s data source objects.\n \n ","Metadata":{"Common.PropertyName":"ConnectionDataSource"}},{"Kind":"Components.Component","Name":"DataMapSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A collection of JSON objects, where each object represents the items mapped to the specific node. \n \n ","Metadata":{"Common.PropertyName":"DataMapSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n A repository for the collection of objects to be mapped and populated in the diagram.\n \n \n \n \n //Set the DataSource in the DiagramDataSource\n \n \n \n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\",FillColor=\"\"},\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets a unique Id for the data source in the diagram.\n \n \n The Id should be unique always, else overlap over the data source might occur.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Defines a unique Id for all the Data source items. The ParentId clubs all the data source items as a collection.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n The Root property is used to set the root (primary) node of the diagram populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452520455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1109183715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":572389604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and the scroll bar to trigger auto-scrolling.\n \n \n \n \n @* Sets the auto scroll border for the diagram *@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoScrollMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}},{"HashCode":-1828606980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and the scroll bar to trigger auto-scrolling.\n \n \n \n \n @* Sets the auto scroll border for the diagram *@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":859391314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AutoScrollMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1322539038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-596828471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and edge of the page.\n \n \n \n \n @* Sets the Padding for the diagram Scroll*@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoScrollPadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}},{"HashCode":-692675594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and edge of the page.\n \n \n \n \n @* Sets the Padding for the diagram Scroll*@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2055691139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AutoScrollPadding"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2040620278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97143639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the appearance of the diagram background.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n < DiagramBackground Color=\"lightblue\"/>\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Diagrams.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment of background image over the diagram area.\n \n \n Users can customize the alignment of the background image by using the Align property of the background. The Align Property contains some options such as XMinYMin, XMidYMid, XMaxYMin, and XMaxYMin, etc. Users can choose any one of the above options. By default, it will be None.\n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n \n \n \n //set color to the background\n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Scale","TypeName":"Syncfusion.Blazor.Diagrams.Scale","IsEnum":true,"Documentation":"\n \n This property allows the user to stretch or scale the images to diagram bounds.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The following values can be set to the scale property,
1.\tNone - Scale value will be set as None for the image.
2.\tMeet – The entire diagram is visible within the viewport.
3.\tSlice - Entire viewport is visible within the diagram.
By default, the scale will be None.
\n
\n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Scale"}},{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Defines the source path to the background image.\n \n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Source"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground"}},{"HashCode":919279562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the appearance of the diagram background.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n < DiagramBackground Color=\"lightblue\"/>\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Diagrams.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment of background image over the diagram area.\n \n \n Users can customize the alignment of the background image by using the Align property of the background. The Align Property contains some options such as XMinYMin, XMidYMid, XMaxYMin, and XMaxYMin, etc. Users can choose any one of the above options. By default, it will be None.\n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n \n \n \n //set color to the background\n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Scale","TypeName":"Syncfusion.Blazor.Diagrams.Scale","IsEnum":true,"Documentation":"\n \n This property allows the user to stretch or scale the images to diagram bounds.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The following values can be set to the scale property,
1.\tNone - Scale value will be set as None for the image.
2.\tMeet – The entire diagram is visible within the viewport.
3.\tSlice - Entire viewport is visible within the diagram.
By default, the scale will be None.
\n
\n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Scale"}},{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Defines the source path to the background image.\n \n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Source"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1886199184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1252679551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1121260526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies a command and a key gesture to define when the command should be executed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Gesture","TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Documentation":"\n \n Specifies a combination of keys and key modifiers, on recognition of which the command will be executed.\n \n ","Metadata":{"Common.PropertyName":"Gesture"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the command.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Parameter","TypeName":"System.String","Documentation":"\n \n Specifies any additional parameters that are required at runtime.\n \n ","Metadata":{"Common.PropertyName":"Parameter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand"}},{"HashCode":666321008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies a command and a key gesture to define when the command should be executed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Gesture","TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Documentation":"\n \n Specifies a combination of keys and key modifiers, on recognition of which the command will be executed.\n \n ","Metadata":{"Common.PropertyName":"Gesture"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the command.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Parameter","TypeName":"System.String","Documentation":"\n \n Specifies any additional parameters that are required at runtime.\n \n ","Metadata":{"Common.PropertyName":"Parameter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1930064819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1860050947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1118497948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents to map or bind command execution with the desired combination of key gestures.\n \n \n \n \n \n \n
CommandManager provides support to define custom commands. The custom commands are executed when the specified key gesture is recognized.
\n
\n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n @* To define the custom commands execution event *@\n \n \n @code\n {\n // Reference to diagram\n SfDiagram Diagram;\n // Defines diagram's nodes collection\n public ObservableCollection NodeCollection { get; set; }\n protected override void OnInitialized()\n {\n //Initializing the nodes collection\n NodeCollection = new ObservableCollection();\n DiagramNode DiagramNode1 = new DiagramNode()\n {\n Id = \"node1\",\n OffsetX = 100,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode1);\n DiagramNode DiagramNode2 = new DiagramNode()\n {\n Id = \"node2\",\n OffsetX = 300,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode2);\n }\n /// \n /// Custom command execution event\n /// \n public void CommandExecute(ICommandExecuteEventArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n Diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n //Custom command to ungroup the selected items\n if (Diagram.SelectedItems.Nodes.Count > 0 && Diagram.SelectedItems.Nodes[0].Children != null && Diagram.SelectedItems.Nodes[0].Children.Length > 0)\n {\n Diagram.UnGroup();\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Stores the multiple command names with the corresponding command objects\n \n ","Metadata":{"Common.PropertyName":"Commands"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}},{"HashCode":1046748490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents to map or bind command execution with the desired combination of key gestures.\n \n \n \n \n \n \n
CommandManager provides support to define custom commands. The custom commands are executed when the specified key gesture is recognized.
\n
\n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n @* To define the custom commands execution event *@\n \n \n @code\n {\n // Reference to diagram\n SfDiagram Diagram;\n // Defines diagram's nodes collection\n public ObservableCollection NodeCollection { get; set; }\n protected override void OnInitialized()\n {\n //Initializing the nodes collection\n NodeCollection = new ObservableCollection();\n DiagramNode DiagramNode1 = new DiagramNode()\n {\n Id = \"node1\",\n OffsetX = 100,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode1);\n DiagramNode DiagramNode2 = new DiagramNode()\n {\n Id = \"node2\",\n OffsetX = 300,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode2);\n }\n /// \n /// Custom command execution event\n /// \n public void CommandExecute(ICommandExecuteEventArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n Diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n //Custom command to ungroup the selected items\n if (Diagram.SelectedItems.Nodes.Count > 0 && Diagram.SelectedItems.Nodes[0].Children != null && Diagram.SelectedItems.Nodes[0].Children.Length > 0)\n {\n Diagram.UnGroup();\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Stores the multiple command names with the corresponding command objects\n \n ","Metadata":{"Common.PropertyName":"Commands"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1741513017,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2138199994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-685738558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stores n number of actions to perform in the diagram.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommands"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands"}},{"HashCode":677708008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stores n number of actions to perform in the diagram.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommands"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1799410494,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommands"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1147999978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommands"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726284847,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Interface for a class ConnectionDataSource.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramConnectionDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataManager","TypeName":"System.Object","Documentation":"\n \n Specifies the data source either as a collection of objects or as an URL of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataManager"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies an Id for connector dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Specifies the SourceID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"SourcePointX","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointX"}},{"Kind":"Components.Component","Name":"SourcePointY","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointY"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Specifies TargetID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}},{"Kind":"Components.Component","Name":"TargetPointX","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointX"}},{"Kind":"Components.Component","Name":"TargetPointY","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointY"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}},{"HashCode":-1601874122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Interface for a class ConnectionDataSource.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataManager","TypeName":"System.Object","Documentation":"\n \n Specifies the data source either as a collection of objects or as an URL of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataManager"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies an Id for connector dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Specifies the SourceID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"SourcePointX","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointX"}},{"Kind":"Components.Component","Name":"SourcePointY","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointY"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Specifies TargetID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}},{"Kind":"Components.Component","Name":"TargetPointX","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointX"}},{"Kind":"Components.Component","Name":"TargetPointY","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointY"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":758380690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramConnectionDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":23838742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1859527438,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Maps the data from the data source to the diagram layout nodes.\n \n \n \n \n \n \n
Based on the user-defined JSON (Local) data, the diagram is populated. This can be done only by mapping the local data to Data Source fields.
\n
\n \n \n \n \n \n \n \n \n \n @code{\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n }\n List Datamap { get; set; } = new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n ///Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataMapSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Fields for the Data source item to be mapped with Node.\n \n \n \n \n \n \n //Set the field in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Field = \"Name\" }\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Documentation":"\n \n Defines the property mapped with the data source items value.\n \n \n \n \n \n \n //Set the property in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\"}\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Property"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}},{"HashCode":-482573759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Maps the data from the data source to the diagram layout nodes.\n \n \n \n \n \n \n
Based on the user-defined JSON (Local) data, the diagram is populated. This can be done only by mapping the local data to Data Source fields.
\n
\n \n \n \n \n \n \n \n \n \n @code{\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n }\n List Datamap { get; set; } = new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n ///Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Fields for the Data source item to be mapped with Node.\n \n \n \n \n \n \n //Set the field in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Field = \"Name\" }\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Documentation":"\n \n Defines the property mapped with the data source items value.\n \n \n \n \n \n \n //Set the property in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\"}\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Property"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299486885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataMapSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1796855930,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1516370894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies to Mapping the collection of local data to Data Source fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataMapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}},{"HashCode":-675044732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies to Mapping the collection of local data to Data Source fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438447381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataMapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1184020196,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":584283322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the diagram events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCommandExecuted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a command executed.\n \n ","Metadata":{"Common.PropertyName":"OnCommandExecuted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnConnectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connection is changed\n \n ","Metadata":{"Common.PropertyName":"OnConnectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a context menu item is clicked\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked\n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the context menu\n \n ","Metadata":{"Common.PropertyName":"OnContextMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram layout is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram model is clicked twice\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into diagram from symbol palette\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from symbol palette to drawing area\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomHistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a custom entry change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"CustomHistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user is pressing a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse enters a node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse leaves node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseDown on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseEnter on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseLeave on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseUp on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPositionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in diagram\n \n ","Metadata":{"Common.PropertyName":"OnPositionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the node or connector property changed.\n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRotateChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated\n \n ","Metadata":{"Common.PropertyName":"OnRotateChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in diagram\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSizeChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized\n \n ","Metadata":{"Common.PropertyName":"OnSizeChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when editor got focus at the time of node’s label or text node editing.\n \n ","Metadata":{"Common.PropertyName":"TextEdited","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramEvents"}},{"HashCode":-2014285370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the diagram events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCommandExecuted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a command executed.\n \n ","Metadata":{"Common.PropertyName":"OnCommandExecuted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnConnectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connection is changed\n \n ","Metadata":{"Common.PropertyName":"OnConnectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a context menu item is clicked\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked\n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the context menu\n \n ","Metadata":{"Common.PropertyName":"OnContextMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram layout is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram model is clicked twice\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into diagram from symbol palette\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from symbol palette to drawing area\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomHistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a custom entry change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"CustomHistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user is pressing a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse enters a node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse leaves node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseDown on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseEnter on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseLeave on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseUp on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPositionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in diagram\n \n ","Metadata":{"Common.PropertyName":"OnPositionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the node or connector property changed.\n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRotateChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated\n \n ","Metadata":{"Common.PropertyName":"OnRotateChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in diagram\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSizeChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized\n \n ","Metadata":{"Common.PropertyName":"OnSizeChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when editor got focus at the time of node’s label or text node editing.\n \n ","Metadata":{"Common.PropertyName":"TextEdited","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1986654504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the diagram content that can fit into the diagram.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramFitOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CanFit","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the fit of diagram content while rendering. It'll be false by default.\n \n ","Metadata":{"Common.PropertyName":"CanFit"}},{"Kind":"Components.Component","Name":"CanZoomIn","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the zooming, to insert the smaller content into the larger viewport.\n \n ","Metadata":{"Common.PropertyName":"CanZoomIn"}},{"Kind":"Components.Component","Name":"CustomBounds","TypeName":"System.Object","Documentation":"\n \n Defines the custom region that can be fit into the viewport.\n \n ","Metadata":{"Common.PropertyName":"CustomBounds"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Documentation":"\n \n Specifies the space around the diagram content. By default, it will be 25 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.FitModes","IsEnum":true,"Documentation":"\n \n Defines whether the diagram can fit within the viewport based on viewport width or viewport Height or page.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The mode has the following three options. They are
�\tPage
�\tWidth
�\tHeight
By default, the Mode is set to Page.
\n
\n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRegions","IsEnum":true,"Documentation":"\n \n Defines the region that can be fit into the viewport.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The region has the following three options. They are
�\tPageSettings
�\tContent
�\tCustomBounds
By default, the region is set to PageSettings.
\n
\n ","Metadata":{"Common.PropertyName":"Region"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}},{"HashCode":1284365193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the diagram content that can fit into the diagram.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CanFit","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the fit of diagram content while rendering. It'll be false by default.\n \n ","Metadata":{"Common.PropertyName":"CanFit"}},{"Kind":"Components.Component","Name":"CanZoomIn","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the zooming, to insert the smaller content into the larger viewport.\n \n ","Metadata":{"Common.PropertyName":"CanZoomIn"}},{"Kind":"Components.Component","Name":"CustomBounds","TypeName":"System.Object","Documentation":"\n \n Defines the custom region that can be fit into the viewport.\n \n ","Metadata":{"Common.PropertyName":"CustomBounds"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Documentation":"\n \n Specifies the space around the diagram content. By default, it will be 25 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.FitModes","IsEnum":true,"Documentation":"\n \n Defines whether the diagram can fit within the viewport based on viewport width or viewport Height or page.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The mode has the following three options. They are
�\tPage
�\tWidth
�\tHeight
By default, the Mode is set to Page.
\n
\n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRegions","IsEnum":true,"Documentation":"\n \n Defines the region that can be fit into the viewport.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The region has the following three options. They are
�\tPageSettings
�\tContent
�\tCustomBounds
By default, the region is set to PageSettings.
\n
\n ","Metadata":{"Common.PropertyName":"Region"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1749290626,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramFitOptions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-240578748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1035648625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the diagram content.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramFitOptionsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}},{"HashCode":1376168744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the diagram content.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1568936267,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramFitOptionsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1451202647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1832724030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines a keyboard combination that can be used to invoke a command.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramKeyGesture"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Key","TypeName":"Syncfusion.Blazor.Diagrams.Keys","IsEnum":true,"Documentation":"\n \n Each key enables users to enter data when clicked.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"KeyModifiers","TypeName":"Syncfusion.Blazor.Diagrams.KeyModifiers","IsEnum":true,"Documentation":"\n \n A special key commonly used to enter keyboard shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyModifiers"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}},{"HashCode":1602462738,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines a keyboard combination that can be used to invoke a command.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Key","TypeName":"Syncfusion.Blazor.Diagrams.Keys","IsEnum":true,"Documentation":"\n \n Each key enables users to enter data when clicked.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"KeyModifiers","TypeName":"Syncfusion.Blazor.Diagrams.KeyModifiers","IsEnum":true,"Documentation":"\n \n A special key commonly used to enter keyboard shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyModifiers"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1904352996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramKeyGesture"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":524612210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":309224560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DiagramPagesetting enables to customize the appearance, width, and height of the diagram page.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n @* Set the page margin*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Documentation":"\n \n Defines the appearance of the page background.\n \n \n Users can customize the background of the diagram page by using background property. Source property of background allows the user to set the path of the image to the background whereas the Color property of background allows the user to set a color to the background of the diagram page. By default, it is set to transparent.\n \n \n \n \n @*Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagrams.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n This property allows the user to customize the interactive region.\n \n \n \n \n \n \n \n \n \n
�\tThe boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.
�\tThe following values can be set to the boundary constraints property. They are infinity, diagram, page. By default, boundary constraints will be infinity.
\n
\n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"FitOptions","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Documentation":"\n \n This property allows the user to specify the diagram content can fit within the diagram\n \n \n Users can customize the FitOptions property when the diagram content is not fit into the diagram.\n There are some options available on the FitOptions property.They are Mode, Region, CustomBounds, Margin, CanZoomIn, and CanFit.These options have default values.Users can customize these options based on their requirements.\n \n \n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"FitOptions"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Documentation":"\n \n Specifies the space around the diagram content. The default values for the margin are set to 25 from all sides.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n This property allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fits the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n This property allows, the user to enable or disable the page break lines\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}},{"HashCode":1088421174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DiagramPagesetting enables to customize the appearance, width, and height of the diagram page.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n @* Set the page margin*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Documentation":"\n \n Defines the appearance of the page background.\n \n \n Users can customize the background of the diagram page by using background property. Source property of background allows the user to set the path of the image to the background whereas the Color property of background allows the user to set a color to the background of the diagram page. By default, it is set to transparent.\n \n \n \n \n @*Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagrams.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n This property allows the user to customize the interactive region.\n \n \n \n \n \n \n \n \n \n
�\tThe boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.
�\tThe following values can be set to the boundary constraints property. They are infinity, diagram, page. By default, boundary constraints will be infinity.
\n
\n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"FitOptions","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Documentation":"\n \n This property allows the user to specify the diagram content can fit within the diagram\n \n \n Users can customize the FitOptions property when the diagram content is not fit into the diagram.\n There are some options available on the FitOptions property.They are Mode, Region, CustomBounds, Margin, CanZoomIn, and CanFit.These options have default values.Users can customize these options based on their requirements.\n \n \n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"FitOptions"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Documentation":"\n \n Specifies the space around the diagram content. The default values for the margin are set to 25 from all sides.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n This property allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fits the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n This property allows, the user to enable or disable the page break lines\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":510112289,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2110172223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":454702780,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The diagram has vertical and horizontal rulers that show measurements at the scale objects like nodes etc.,.\n \n \n \n \n \n \n
The ShowRulers should be set to true in DiagramRulerSettings, to make the rulers visible
\n
\n \n \n \n \n \n @code{\n HorizontalRuler Horizontal = new HorizontalRuler()\n {\n SegmentWidth = 50,\n Orientation = RulerOrientation.Horizontal,\n Interval = 10\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramRulerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DynamicGrid","TypeName":"System.Boolean","Documentation":"\n \n The Dynamic Grid allows user to create dynamic responsive grid lines and sets the gridlines can be relative to the ruler ticks or not.\n \n ","Metadata":{"Common.PropertyName":"DynamicGrid"}},{"Kind":"Components.Component","Name":"HorizontalRuler","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Documentation":"\n \n Defines the properties of the horizontal ruler.\n \n ","Metadata":{"Common.PropertyName":"HorizontalRuler"}},{"Kind":"Components.Component","Name":"ShowRulers","TypeName":"System.Boolean","Documentation":"\n \n A Boolean type which enables or disables ruler both horizontally and vertically. By default, ShowRulers is set to false.\n \n ","Metadata":{"Common.PropertyName":"ShowRulers"}},{"Kind":"Components.Component","Name":"VerticalRuler","TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Documentation":"\n \n Defines the properties of the vertical ruler.\n \n \n \n \n \n \n \n VerticalRuler Vertical = new VerticalRuler()\n {\n SegmentWidth = 50,\n Thickness = 10,\n Interval = 10\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"VerticalRuler"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}},{"HashCode":-1327881616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The diagram has vertical and horizontal rulers that show measurements at the scale objects like nodes etc.,.\n \n \n \n \n \n \n
The ShowRulers should be set to true in DiagramRulerSettings, to make the rulers visible
\n
\n \n \n \n \n \n @code{\n HorizontalRuler Horizontal = new HorizontalRuler()\n {\n SegmentWidth = 50,\n Orientation = RulerOrientation.Horizontal,\n Interval = 10\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DynamicGrid","TypeName":"System.Boolean","Documentation":"\n \n The Dynamic Grid allows user to create dynamic responsive grid lines and sets the gridlines can be relative to the ruler ticks or not.\n \n ","Metadata":{"Common.PropertyName":"DynamicGrid"}},{"Kind":"Components.Component","Name":"HorizontalRuler","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Documentation":"\n \n Defines the properties of the horizontal ruler.\n \n ","Metadata":{"Common.PropertyName":"HorizontalRuler"}},{"Kind":"Components.Component","Name":"ShowRulers","TypeName":"System.Boolean","Documentation":"\n \n A Boolean type which enables or disables ruler both horizontally and vertically. By default, ShowRulers is set to false.\n \n ","Metadata":{"Common.PropertyName":"ShowRulers"}},{"Kind":"Components.Component","Name":"VerticalRuler","TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Documentation":"\n \n Defines the properties of the vertical ruler.\n \n \n \n \n \n \n \n VerticalRuler Vertical = new VerticalRuler()\n {\n SegmentWidth = 50,\n Thickness = 10,\n Interval = 10\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"VerticalRuler"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1558773347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramRulerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1483034709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-871033339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and viewport size of the diagram.\n \n \n \n \n \n \n
The diagrams can be scrolled both horizontally and vertically, over the diagram content. Even, the mouse wheel can be used to scroll
\n
\n \n \n \n //Sets the ScrollSettings for the diagram\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoScrollBorder","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Documentation":"\n \n Specifies the space between the object (Node/Connector) and the diagram edge such that, auto-scroll triggers.\n \n \n By default, the value is set to 15 on all four sides (Left, Right, Bottom, Top). AutoScrollMargin should be set to the diagram to set the border.\n \n \n \n \n //Sets the ScrollSettings for the diagram\n \n //Sets the Auto Scroll border for the diagram\n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"AutoScrollBorder"}},{"Kind":"Components.Component","Name":"CanAutoScroll","TypeName":"System.Boolean","Documentation":"\n \n A boolean which enables or disables auto-scroll in the diagram while dragging any diagram object.\n \n \n By default, CanAutoScroll is set as false.\n \n ","Metadata":{"Common.PropertyName":"CanAutoScroll"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets the current zoom level. By default, CurrentZoom is set to 1.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the horizontal offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets maximum zoom value of the scroller. By default, MaxZoom is set to 30.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets the minimum zoom value of the scroller. By default, MinZoom is set to 0.2.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Documentation":"\n \n Defines the maximum space between the object and the diagram viewport edge.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagrams.ScrollLimit","IsEnum":true,"Documentation":"\n \n Controls and sets the scrollable region in the diagram. Scrollable Area can be set to Diagram, Limited, or Infinity.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}},{"Kind":"Components.Component","Name":"ScrollableArea","TypeName":"System.Object","Documentation":"\n \n Scrolling beyond any rectangular area can be restricted by using the ScrollableArea property of scroll settings.\n \n ","Metadata":{"Common.PropertyName":"ScrollableArea"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the vertical offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"ViewPortHeight","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport height.\n \n ","Metadata":{"Common.PropertyName":"ViewPortHeight"}},{"Kind":"Components.Component","Name":"ViewPortWidth","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport width.\n \n ","Metadata":{"Common.PropertyName":"ViewPortWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}},{"HashCode":784857307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and viewport size of the diagram.\n \n \n \n \n \n \n
The diagrams can be scrolled both horizontally and vertically, over the diagram content. Even, the mouse wheel can be used to scroll
\n
\n \n \n \n //Sets the ScrollSettings for the diagram\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoScrollBorder","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Documentation":"\n \n Specifies the space between the object (Node/Connector) and the diagram edge such that, auto-scroll triggers.\n \n \n By default, the value is set to 15 on all four sides (Left, Right, Bottom, Top). AutoScrollMargin should be set to the diagram to set the border.\n \n \n \n \n //Sets the ScrollSettings for the diagram\n \n //Sets the Auto Scroll border for the diagram\n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"AutoScrollBorder"}},{"Kind":"Components.Component","Name":"CanAutoScroll","TypeName":"System.Boolean","Documentation":"\n \n A boolean which enables or disables auto-scroll in the diagram while dragging any diagram object.\n \n \n By default, CanAutoScroll is set as false.\n \n ","Metadata":{"Common.PropertyName":"CanAutoScroll"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets the current zoom level. By default, CurrentZoom is set to 1.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the horizontal offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets maximum zoom value of the scroller. By default, MaxZoom is set to 30.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets the minimum zoom value of the scroller. By default, MinZoom is set to 0.2.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Documentation":"\n \n Defines the maximum space between the object and the diagram viewport edge.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagrams.ScrollLimit","IsEnum":true,"Documentation":"\n \n Controls and sets the scrollable region in the diagram. Scrollable Area can be set to Diagram, Limited, or Infinity.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}},{"Kind":"Components.Component","Name":"ScrollableArea","TypeName":"System.Object","Documentation":"\n \n Scrolling beyond any rectangular area can be restricted by using the ScrollableArea property of scroll settings.\n \n ","Metadata":{"Common.PropertyName":"ScrollableArea"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the vertical offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"ViewPortHeight","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport height.\n \n ","Metadata":{"Common.PropertyName":"ViewPortHeight"}},{"Kind":"Components.Component","Name":"ViewPortWidth","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport width.\n \n ","Metadata":{"Common.PropertyName":"ViewPortWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-317781637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1922429415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1648962273,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the serialization settings of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSerializationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaults","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"PreventDefaults"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}},{"HashCode":-1855848625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the serialization settings of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaults","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"PreventDefaults"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1387506848,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSerializationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1525621525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1041559696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the settings of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"InversedAlignment","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n ","Metadata":{"Common.PropertyName":"InversedAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings"}},{"HashCode":-533264931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the settings of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"InversedAlignment","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n ","Metadata":{"Common.PropertyName":"InversedAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1070193273,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":546214915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":205520134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and snap behavior of the diagram.\n \n \n \n \n // Shows horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagrams.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"HorizontalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridlines"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapObjectDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapObjectDistance"}},{"Kind":"Components.Component","Name":"VerticalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridlines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}},{"HashCode":1699247810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and snap behavior of the diagram.\n \n \n \n \n // Shows horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagrams.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"HorizontalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridlines"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapObjectDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapObjectDistance"}},{"Kind":"Components.Component","Name":"VerticalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridlines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1278655694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1603051546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1166648130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplateData"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplateData"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplateData"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}},{"HashCode":1534296893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplateData"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplateData"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplateData"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":996663638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1763004020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1784137388,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":764485046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-949233060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'AnnotationTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2109905926,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'AnnotationTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1378109760,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1706568980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-304167581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content which appears when the mouse hovers over an element of the diagram.\n \n \n \n \n \n \n
The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.
\n
\n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}},{"HashCode":-937126703,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content which appears when the mouse hovers over an element of the diagram.\n \n \n \n \n \n \n
The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.
\n
\n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1891116769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-430148409,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1689883084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the horizontal gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
Horizontal Gridlines provides visual guidance while dragging or arranging the objects on the diagram surface.
\n
\n \n \n \n \n //Shows horizontal gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}},{"HashCode":-461378191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the horizontal gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
Horizontal Gridlines provides visual guidance while dragging or arranging the objects on the diagram surface.
\n
\n \n \n \n \n //Shows horizontal gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1101629403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HorizontalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":859771455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1457433462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of Horizontal ruler.\n \n \n \n \n \n \n
The Horizontal Ruler appearance can be customized according to the user’s perception.
\n
\n \n \n \n //Set the HorizontallRuler in DiagramRulerSettings\n \n \n @code\n {\n HorizontalRuler HorizontalRulers = new HorizontalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}},{"HashCode":2049595774,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of Horizontal ruler.\n \n \n \n \n \n \n
The Horizontal Ruler appearance can be customized according to the user’s perception.
\n
\n \n \n \n //Set the HorizontallRuler in DiagramRulerSettings\n \n \n @code\n {\n HorizontalRuler HorizontalRulers = new HorizontalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":166016621,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HorizontalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1221039322,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":48935546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.OverviewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the overview control events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OverviewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after render the diagram elements\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.OverviewEvents"}},{"HashCode":-1222610826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.OverviewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the overview control events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.OverviewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after render the diagram elements\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.OverviewEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-67772391,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the page of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettingsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}},{"HashCode":-1827049345,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the page of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2024662424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageSettingsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-635322720,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1369520710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of the symbol.\n \n \n \n \n \n \n
By default, the margin is set to 0 in all the four sides.
\n
\n \n \n \n ///Sets the margin for the symbols\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin"}},{"HashCode":-879309078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of the symbol.\n \n \n \n \n \n \n
By default, the margin is set to 0 in all the four sides.
\n
\n \n \n \n ///Sets the margin for the symbols\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74080911,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011430885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-352479584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the symbol palette events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPaletteSelectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the selection changes in the symbol palette\n \n ","Metadata":{"Common.PropertyName":"OnPaletteSelectionChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents"}},{"HashCode":330110357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the symbol palette events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPaletteSelectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the selection changes in the symbol palette\n \n ","Metadata":{"Common.PropertyName":"OnPaletteSelectionChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1516067766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance of the symbols on preview(before dragging into the diagram).\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteSymbolPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbols before drag. By default, the height is null.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Documentation":"\n \n Defines the distance between the symbol and the cursor. \n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbols before drag. By default, the width is null.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}},{"HashCode":1882149258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance of the symbols on preview(before dragging into the diagram).\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbols before drag. By default, the height is null.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Documentation":"\n \n Defines the distance between the symbol and the cursor. \n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbols before drag. By default, the width is null.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-927327943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPaletteSymbolPreview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1794538276,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2006831291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the offset for the symbol on the preview.\n \n \n \n `\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}},{"HashCode":-2022862121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the offset for the symbol on the preview.\n \n \n \n `\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1679958648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPreviewOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-686462133,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1394581450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the vertical gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
The VerticalGridlines should be set in DiagramSnapSettings.
\n
\n \n \n \n \n //Shows vertical gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}},{"HashCode":-1459371532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the vertical gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
The VerticalGridlines should be set in DiagramSnapSettings.
\n
\n \n \n \n \n //Shows vertical gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1469837303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"VerticalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1880629247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-994736012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of the vertical ruler. The Vertical Ruler appearance can be customized according to the user’s perception.\n \n \n \n \n \n \n
\n
\n \n \n \n //Set the VerticalRuler in DiagramRulerSettings\n \n \n @code\n {\n VerticalRuler VerticalRulers = new VerticalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler"}},{"HashCode":2099548603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of the vertical ruler. The Vertical Ruler appearance can be customized according to the user’s perception.\n \n \n \n \n \n \n
\n
\n \n \n \n //Set the VerticalRuler in DiagramRulerSettings\n \n \n @code\n {\n VerticalRuler VerticalRulers = new VerticalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.VerticalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-180647516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"VerticalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1691372903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.VerticalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":675634234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfDiagram","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfDiagram renders the diagram. It contains all the properties for the diagram to be rendered.\n \n \n \n \n \n @code{\n public ObservableCollection NodeCollection = new ObservableCollection() { };\n protected override void OnInitialized()\n {\n // A node is created and stored in the nodes collection.\n DiagramNode node1 = new DiagramNode()\n {\n // Position of the node\n OffsetX = 250,\n OffsetY = 250,\n // Size of the node\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#6BA5D7\", StrokeColor = \"white\" }\n };\n // Add node\n NodeCollection.Add(node1);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagram"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tool","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTools","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. They are,.\n \n ","Metadata":{"Common.PropertyName":"Tool"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"AddInfo","TypeName":"System.Object","Documentation":"\n \n Allows the user to save custom information/data about diagram.\n \n ","Metadata":{"Common.PropertyName":"AddInfo"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the annotation template.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagrams.BridgeDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures.\n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to assign the default properties of connector.\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them.\n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Constraints are used to enable/disable certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Documentation":"\n \n Defines type of menu that appears when you perform right-click operation\n An object to customize the context menu of diagram.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CustomCursor","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"CustomCursor"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Documentation":"\n \n Configures the data source that is to be bound with diagram.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"System.Object","Documentation":"\n \n Defines the object to be drawn using drawing tool.\n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagrams.History","Documentation":"\n \n Customizes the undo redo functionality.\n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"Layers","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"Layers"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagrams.DiagramLayout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.RenderingMode","IsEnum":true,"Documentation":"\n \n Defines the diagram rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to assign the default properties of nodes.\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of nodes.\n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Documentation":"\n \n Page settings enable to customize the appearance, width, and height of the Diagram page.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"RulerSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Documentation":"\n \n Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.\n \n ","Metadata":{"Common.PropertyName":"RulerSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and view port size of the diagram.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSelectedItems","Documentation":"\n \n Defines the collection of selected items, size and position of the selector.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SerializationSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Documentation":"\n \n Defines the serialization settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"SerializationSettings"}},{"Kind":"Components.Component","Name":"DiagramSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Documentation":"\n \n Defines the settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"DiagramSettings"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Documentation":"\n \n Defines the gridlines and defines how and when the objects have to be snapped.\n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Documentation":"\n \n Defines the tooltip that should be shown when the mouse hovers over a node or connector\n An object that defines the description, appearance and alignments of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram"}},{"HashCode":-1367991172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfDiagram","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfDiagram renders the diagram. It contains all the properties for the diagram to be rendered.\n \n \n \n \n \n @code{\n public ObservableCollection NodeCollection = new ObservableCollection() { };\n protected override void OnInitialized()\n {\n // A node is created and stored in the nodes collection.\n DiagramNode node1 = new DiagramNode()\n {\n // Position of the node\n OffsetX = 250,\n OffsetY = 250,\n // Size of the node\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#6BA5D7\", StrokeColor = \"white\" }\n };\n // Add node\n NodeCollection.Add(node1);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfDiagram"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tool","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTools","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. They are,.\n \n ","Metadata":{"Common.PropertyName":"Tool"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"AddInfo","TypeName":"System.Object","Documentation":"\n \n Allows the user to save custom information/data about diagram.\n \n ","Metadata":{"Common.PropertyName":"AddInfo"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the annotation template.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagrams.BridgeDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures.\n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to assign the default properties of connector.\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them.\n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Constraints are used to enable/disable certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Documentation":"\n \n Defines type of menu that appears when you perform right-click operation\n An object to customize the context menu of diagram.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CustomCursor","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"CustomCursor"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Documentation":"\n \n Configures the data source that is to be bound with diagram.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"System.Object","Documentation":"\n \n Defines the object to be drawn using drawing tool.\n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagrams.History","Documentation":"\n \n Customizes the undo redo functionality.\n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"Layers","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"Layers"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagrams.DiagramLayout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.RenderingMode","IsEnum":true,"Documentation":"\n \n Defines the diagram rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to assign the default properties of nodes.\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of nodes.\n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Documentation":"\n \n Page settings enable to customize the appearance, width, and height of the Diagram page.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"RulerSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Documentation":"\n \n Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.\n \n ","Metadata":{"Common.PropertyName":"RulerSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and view port size of the diagram.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSelectedItems","Documentation":"\n \n Defines the collection of selected items, size and position of the selector.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SerializationSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Documentation":"\n \n Defines the serialization settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"SerializationSettings"}},{"Kind":"Components.Component","Name":"DiagramSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Documentation":"\n \n Defines the settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"DiagramSettings"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Documentation":"\n \n Defines the gridlines and defines how and when the objects have to be snapped.\n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Documentation":"\n \n Defines the tooltip that should be shown when the mouse hovers over a node or connector\n An object that defines the description, appearance and alignments of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1086131418,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDiagram"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1825256842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfDiagram"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739311644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfOverview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows the user to see a preview or an overall view of the entire content of a diagram.\n \n \n \n \n \n < DiagramSnapSettings Constraints=\"@SnapConstraints.None\"/>\n \n \n < SfOverview Width=\"100%\" Height=\"150px\" SourceID=\"diagram\" />\n @Code\n {\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n public DiagramConstraints DiagramConstraints = DiagramConstraints.Default;\n protected override void OnInitialized()\n {\n DiagramNode Node = new DiagramNode()\n {\n Id = \"group\",\n OffsetX = 200,\n OffsetY = 200,\n Width = 100,\n Height = 100,\n Annotations = new ObservableCollection()\n {\n new DiagramNodeAnnotation()\n {\n Content = \"Node1\",\n Style = new AnnotationStyle()\n {\n Color = \"white\",\n }\n }\n },\n Style = new NodeShapeStyle() { Fill = \"cornflowerblue\", StrokeColor = \"white\" }\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfOverview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the overview\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Defines the ID of the overview\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the overview\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview"}},{"HashCode":-298801479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfOverview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows the user to see a preview or an overall view of the entire content of a diagram.\n \n \n \n \n \n < DiagramSnapSettings Constraints=\"@SnapConstraints.None\"/>\n \n \n < SfOverview Width=\"100%\" Height=\"150px\" SourceID=\"diagram\" />\n @Code\n {\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n public DiagramConstraints DiagramConstraints = DiagramConstraints.Default;\n protected override void OnInitialized()\n {\n DiagramNode Node = new DiagramNode()\n {\n Id = \"group\",\n OffsetX = 200,\n OffsetY = 200,\n Width = 100,\n Height = 100,\n Annotations = new ObservableCollection()\n {\n new DiagramNodeAnnotation()\n {\n Content = \"Node1\",\n Style = new AnnotationStyle()\n {\n Color = \"white\",\n }\n }\n },\n Style = new NodeShapeStyle() { Fill = \"cornflowerblue\", StrokeColor = \"white\" }\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfOverview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the overview\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Defines the ID of the overview\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the overview\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1553903024,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfOverview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1309429226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfOverview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943573372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SymbolPalette represents to displays a collection of palettes. The palette shows a set of nodes and connectors. It allows to drag and drop the nodes and connectors into the diagram.\n \n \n \n \n \n @* Sets the palette header property for the symbols *@\n \n \n \n \n @Code{\n // Defines palette's basic-shape collection\n public ObservableCollection BasicShapes { get; set; }\n public SymbolInfo SymbolInfo;\n protected override void OnInitialized()\n {\n // Enables to fit the content into the specified palette item size. When it is set as false, the element is rendered with actual node size\n SymbolInfo = new SymbolInfo() { Fit = true };\n //Initialize the basicshapes for the symbol palette\n BasicShapes = new ObservableCollection()\n {\n new DiagramNode()\n {\n Id = \"Rectangle\",\n Shape = new DiagramShape() { Type = Shapes.Basic, BasicShape = Syncfusion.Blazor.Diagrams.BasicShapes.Rectangle }\n }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSymbolPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccessKey","TypeName":"System.String","Documentation":"\n \n Configures the key, when it pressed the symbol palette will be focused\n \n ","Metadata":{"Common.PropertyName":"AccessKey"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Defines whether the symbols can be dragged from palette or not\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to return the default properties of connectors\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables animation when the palette header is expanded/collapsed\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSearch","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables search option in symbol palette\n \n ","Metadata":{"Common.PropertyName":"EnableSearch"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Defines how many palettes can be at expanded mode at a time\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IgnoreSymbolsOnSearch","TypeName":"System.String[]","Documentation":"\n \n Defines the symbols to be added in search palette\n \n ","Metadata":{"Common.PropertyName":"IgnoreSymbolsOnSearch"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to return the default properties of node\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of symbol groups\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolDragSize","TypeName":"Syncfusion.Blazor.Diagrams.SymbolDragSizeModel","Documentation":"\n \n Defines the size of a drop symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolDragSize"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolInfo","TypeName":"Syncfusion.Blazor.Diagrams.SymbolInfo","Documentation":"\n \n Defines the size, appearance and description of a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolInfo"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Documentation":"\n \n Defines the space to be left around a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"SymbolPreview","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Documentation":"\n \n Defines the size and position of the symbol preview\n \n ","Metadata":{"Common.PropertyName":"SymbolPreview"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}},{"HashCode":-1443150680,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SymbolPalette represents to displays a collection of palettes. The palette shows a set of nodes and connectors. It allows to drag and drop the nodes and connectors into the diagram.\n \n \n \n \n \n @* Sets the palette header property for the symbols *@\n \n \n \n \n @Code{\n // Defines palette's basic-shape collection\n public ObservableCollection BasicShapes { get; set; }\n public SymbolInfo SymbolInfo;\n protected override void OnInitialized()\n {\n // Enables to fit the content into the specified palette item size. When it is set as false, the element is rendered with actual node size\n SymbolInfo = new SymbolInfo() { Fit = true };\n //Initialize the basicshapes for the symbol palette\n BasicShapes = new ObservableCollection()\n {\n new DiagramNode()\n {\n Id = \"Rectangle\",\n Shape = new DiagramShape() { Type = Shapes.Basic, BasicShape = Syncfusion.Blazor.Diagrams.BasicShapes.Rectangle }\n }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccessKey","TypeName":"System.String","Documentation":"\n \n Configures the key, when it pressed the symbol palette will be focused\n \n ","Metadata":{"Common.PropertyName":"AccessKey"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Defines whether the symbols can be dragged from palette or not\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to return the default properties of connectors\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables animation when the palette header is expanded/collapsed\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSearch","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables search option in symbol palette\n \n ","Metadata":{"Common.PropertyName":"EnableSearch"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Defines how many palettes can be at expanded mode at a time\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IgnoreSymbolsOnSearch","TypeName":"System.String[]","Documentation":"\n \n Defines the symbols to be added in search palette\n \n ","Metadata":{"Common.PropertyName":"IgnoreSymbolsOnSearch"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to return the default properties of node\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of symbol groups\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolDragSize","TypeName":"Syncfusion.Blazor.Diagrams.SymbolDragSizeModel","Documentation":"\n \n Defines the size of a drop symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolDragSize"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolInfo","TypeName":"Syncfusion.Blazor.Diagrams.SymbolInfo","Documentation":"\n \n Defines the size, appearance and description of a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolInfo"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Documentation":"\n \n Defines the space to be left around a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"SymbolPreview","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Documentation":"\n \n Defines the size and position of the symbol preview\n \n ","Metadata":{"Common.PropertyName":"SymbolPreview"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1199868152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSymbolPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":831884480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-812299475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Margin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin for the diagram, nodes, connectors, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Margin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Margin"}},{"HashCode":-1792320017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Margin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin for the diagram, nodes, connectors, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.Margin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Margin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":187711476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space around the symbol preview.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviewMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewMargin"}},{"HashCode":286370816,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space around the symbol preview.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PreviewMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2018444852,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the distance to be left between the cursor and the symbol.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewOffset"}},{"HashCode":2145604944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the distance to be left between the cursor and the symbol.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1071454530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the collection of accordion item\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent"}},{"HashCode":-655746405,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the collection of accordion item\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1707359887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the AutoComplete Events of the component.\n \n Specifies the value type.\n Specifies the type of AutoCompleteEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","Components.GenericTyped":"True"}},{"HashCode":-1748095494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the AutoComplete Events of the component.\n \n Specifies the value type.\n Specifies the type of AutoCompleteEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1900880848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings"}},{"HashCode":-858492341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774228784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n /// Specifies the type of AutoCompleteTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","Components.GenericTyped":"True"}},{"HashCode":-907605002,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n /// Specifies the type of AutoCompleteTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1621157990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1773957633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1413169009,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1358878613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1729732823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-713714560,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2113797366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1389100538,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1217146459,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1946936679,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1408900920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1858107123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-4815292,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', highlight the searched characters on suggested list items.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the minimum search character length, the search action will perform after typed minimum characters.\n \n ","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowPopupButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the popup button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowPopupButton"}},{"Kind":"Components.Component","Name":"SuggestionCount","TypeName":"System.Int32","Documentation":"\n \n Supports the specified number of list items on the suggestion popup.\n \n ","Metadata":{"Common.PropertyName":"SuggestionCount"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.GenericTyped":"True"}},{"HashCode":-2141116778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', highlight the searched characters on suggested list items.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the minimum search character length, the search action will perform after typed minimum characters.\n \n ","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowPopupButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the popup button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowPopupButton"}},{"Kind":"Components.Component","Name":"SuggestionCount","TypeName":"System.Int32","Documentation":"\n \n Supports the specified number of list items on the suggestion popup.\n \n ","Metadata":{"Common.PropertyName":"SuggestionCount"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1706611412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1344896951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-834034564,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330015881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-782064372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2138260822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":535325534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1873922478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1503873521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-919171370,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-940363694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":701421394,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025764839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":397191923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":229991012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1333802467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1860264673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n Specifies the type of SfDropDownBase.\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.DropDowns.SfDropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase","Components.GenericTyped":"True"}},{"HashCode":1516725720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n Specifies the type of SfDropDownBase.\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.DropDowns.SfDropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":86163159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1323040095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1324996762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1197373149,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1110637765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":504775375,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1907364751,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":702846187,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":771909540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of ComboBoxEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","Components.GenericTyped":"True"}},{"HashCode":-1780760983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of ComboBoxEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1976936550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings"}},{"HashCode":442070282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1613744616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of ComboBoxTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","Components.GenericTyped":"True"}},{"HashCode":-781181272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of ComboBoxTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1887997526,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":144120230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284909179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":537345075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1511290757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1339662547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1194206570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":734020191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":471965579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":818915640,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159114589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":753704926,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":348122539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n Specifies the value type.\n Specifies the type of SfComboBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.GenericTyped":"True"}},{"HashCode":425472222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n Specifies the value type.\n Specifies the type of SfComboBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-421515775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105673756,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1661620325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2123300522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638300658,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-660629465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1615115045,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":49295177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":649346415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1556646786,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1320811236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1097678850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1359548849,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1700489995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-482827710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1904344393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-139117022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListEvents","Components.GenericTyped":"True"}},{"HashCode":-1164469807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757345629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings"}},{"HashCode":570707205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-907188782,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of DropDownListTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","Components.GenericTyped":"True"}},{"HashCode":1037300318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of DropDownListTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106887305,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1090327642,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1847477344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":378676293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1512923856,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1227327250,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1903807683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1814881702,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1446378107,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1633151441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668403854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":571830175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":911865395,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2027441955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1819371569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.GenericTyped":"True"}},{"HashCode":-108224368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1164160614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1905261943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-581010457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1555598367,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-312036363,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1766420998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-571782723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1994230336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610505993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1696304955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":652021219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011500496,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":148298617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1951963354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446939092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-222371927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1439163402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\n ListBox contains same 'scope' property enables drag and drop between multiple ListBox.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `noRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of this component, which helps to customize the\n complete styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the height of the ListBox component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Double","Documentation":"\n \n Sets limitation to the value selection.\n based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Scope","TypeName":"System.String","Documentation":"\n \n Defines the connected ListBox reference to group sets of draggable and droppable ListBox.\n A draggable ListBox with the scope reference will be accepted by the droppable.\n \n ","Metadata":{"Common.PropertyName":"Scope"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the specified item to the selected state or gets the selected item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as id, title etc., to the listbox element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.GenericTyped":"True"}},{"HashCode":874165927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\n ListBox contains same 'scope' property enables drag and drop between multiple ListBox.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `noRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of this component, which helps to customize the\n complete styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the height of the ListBox component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Double","Documentation":"\n \n Sets limitation to the value selection.\n based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Scope","TypeName":"System.String","Documentation":"\n \n Defines the connected ListBox reference to group sets of draggable and droppable ListBox.\n A draggable ListBox with the scope reference will be accepted by the droppable.\n \n ","Metadata":{"Common.PropertyName":"Scope"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the specified item to the selected state or gets the selected item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as id, title etc., to the listbox element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1189664341,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1545382539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652007125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":548235219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":701215487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1184118087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":543868012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1632535112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":972233950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":351829037,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":14917869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListBox Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while select / unselect the list item.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after dragging the list item.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"Dropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the component.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxEvents","Components.GenericTyped":"True"}},{"HashCode":1469300536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListBox Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while select / unselect the list item.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after dragging the list item.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"Dropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the component.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1478866856,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings"}},{"HashCode":-769740064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1770630006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the selection settings of List Box.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CheckboxPosition","TypeName":"Syncfusion.Blazor.DropDowns.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Set the position of the checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are\n `Single`: Allows you to select a single item in the ListBox.\n `Multiple`: Allows you to select more than one item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings"}},{"HashCode":2010903145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the selection settings of List Box.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CheckboxPosition","TypeName":"Syncfusion.Blazor.DropDowns.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Set the position of the checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are\n `Single`: Allows you to select a single item in the ListBox.\n `Multiple`: Allows you to select more than one item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":66284325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify custom templates for rendering list in ListBox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","Components.GenericTyped":"True"}},{"HashCode":601194163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify custom templates for rendering list in ListBox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-433146574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1628167590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848505881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"ListBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1253833810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2114504317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ListBox tool bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of tools for dual ListBox.\n The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.DropDowns.ToolBarPosition","IsEnum":true,"Documentation":"\n \n Positions the toolbar before/after the ListBox.\n The possible values are:\n - Left: The toolbar will be positioned to the left of the ListBox.\n - Right: The toolbar will be positioned to the right of the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings"}},{"HashCode":-1031184918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ListBox tool bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of tools for dual ListBox.\n The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.DropDowns.ToolBarPosition","IsEnum":true,"Documentation":"\n \n Positions the toolbar before/after the ListBox.\n The possible values are:\n - Left: The toolbar will be positioned to the left of the ListBox.\n - Right: The toolbar will be positioned to the right of the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":440625241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a single value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfMultiSelect.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the MultiSelect component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowCustomValue","TypeName":"System.Boolean","Documentation":"\n \n Allows user to add a\n Custom value the value which is not present in the suggestion list.\n \n ","Metadata":{"Common.PropertyName":"AllowCustomValue"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `NoRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"ChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"ChangeOnBlur"}},{"Kind":"Components.Component","Name":"EnableChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"EnableChangeOnBlur"}},{"Kind":"Components.Component","Name":"ClosePopupOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"ClosePopupOnSelect"}},{"Kind":"Components.Component","Name":"EnableCloseOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"EnableCloseOnSelect"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the MultiSelect. One or more custom CSS classes can be added to a MultiSelect.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DelimiterChar","TypeName":"System.String","Documentation":"\n \n Sets the delimiter character for 'default' and 'delimiter' visibility modes.\n \n ","Metadata":{"Common.PropertyName":"DelimiterChar"}},{"Kind":"Components.Component","Name":"EnableGroupCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates the whether the grouped list items are\n allowed to check by checking the group header in checkbox mode.\n By default, there is no checkbox provided for group headers.\n This property allows you to render checkbox for group headers and to select\n all the grouped items at once.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupCheckBox"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelectionOrder","TypeName":"System.Boolean","Documentation":"\n \n Reorder the selected items in popup visibility state.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionOrder"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the MultiSelect that the placeholder text floats above the MultiSelect based on the following values.\n Possible values are: \n \n \n Never\n Never floats the label in the MultiSelect when the placeholder is available.\n \n \n Always\n The floating label always floats above the MultiSelect.\n \n \n Auto\n The floating label floats above the MultiSelect after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HideSelectedItem","TypeName":"System.Boolean","Documentation":"\n \n Hides the selected item from the list item.\n \n ","Metadata":{"Common.PropertyName":"HideSelectedItem"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Int32","Documentation":"\n \n Sets limitation to the value selection.\n Based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.VisualMode","IsEnum":true,"Documentation":"\n \n configures visibility mode for component interaction.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"OpenOnClick","TypeName":"System.Boolean","Documentation":"\n \n Whether to automatically open the popup when the control is clicked.\n \n ","Metadata":{"Common.PropertyName":"OpenOnClick"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in MultiSelect. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the popup list. By default, it renders based on its list item.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the popup list and percentage values has calculated based on input width.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the MultiSelect allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the selectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Enables close icon with the each selected item.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowDropDownIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the DropDown button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowDropDownIcon"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Selects the list item which maps the data `Text` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"UnSelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the UnSelectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"UnSelectAllText"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Selects the list item which maps the data `Value` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the component. By default, it sizes based on its parent.\n container dimension.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.GenericTyped":"True"}},{"HashCode":-1192373844,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a single value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfMultiSelect.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the MultiSelect component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowCustomValue","TypeName":"System.Boolean","Documentation":"\n \n Allows user to add a\n Custom value the value which is not present in the suggestion list.\n \n ","Metadata":{"Common.PropertyName":"AllowCustomValue"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `NoRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"ChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"ChangeOnBlur"}},{"Kind":"Components.Component","Name":"EnableChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"EnableChangeOnBlur"}},{"Kind":"Components.Component","Name":"ClosePopupOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"ClosePopupOnSelect"}},{"Kind":"Components.Component","Name":"EnableCloseOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"EnableCloseOnSelect"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the MultiSelect. One or more custom CSS classes can be added to a MultiSelect.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DelimiterChar","TypeName":"System.String","Documentation":"\n \n Sets the delimiter character for 'default' and 'delimiter' visibility modes.\n \n ","Metadata":{"Common.PropertyName":"DelimiterChar"}},{"Kind":"Components.Component","Name":"EnableGroupCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates the whether the grouped list items are\n allowed to check by checking the group header in checkbox mode.\n By default, there is no checkbox provided for group headers.\n This property allows you to render checkbox for group headers and to select\n all the grouped items at once.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupCheckBox"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelectionOrder","TypeName":"System.Boolean","Documentation":"\n \n Reorder the selected items in popup visibility state.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionOrder"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the MultiSelect that the placeholder text floats above the MultiSelect based on the following values.\n Possible values are: \n \n \n Never\n Never floats the label in the MultiSelect when the placeholder is available.\n \n \n Always\n The floating label always floats above the MultiSelect.\n \n \n Auto\n The floating label floats above the MultiSelect after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HideSelectedItem","TypeName":"System.Boolean","Documentation":"\n \n Hides the selected item from the list item.\n \n ","Metadata":{"Common.PropertyName":"HideSelectedItem"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Int32","Documentation":"\n \n Sets limitation to the value selection.\n Based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.VisualMode","IsEnum":true,"Documentation":"\n \n configures visibility mode for component interaction.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"OpenOnClick","TypeName":"System.Boolean","Documentation":"\n \n Whether to automatically open the popup when the control is clicked.\n \n ","Metadata":{"Common.PropertyName":"OpenOnClick"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in MultiSelect. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the popup list. By default, it renders based on its list item.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the popup list and percentage values has calculated based on input width.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the MultiSelect allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the selectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Enables close icon with the each selected item.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowDropDownIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the DropDown button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowDropDownIcon"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Selects the list item which maps the data `Text` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"UnSelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the UnSelectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"UnSelectAllText"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Selects the list item which maps the data `Value` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the component. By default, it sizes based on its parent.\n container dimension.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":114549007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1559271070,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1971788408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":531481705,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367417399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2131588003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1963436069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":78778673,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1162847822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":719386768,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-527889010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":417006270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1270383016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":589393668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-241263471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":359368549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025102673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the MultiSelect Events of the component.\n \n Specifies the value type.\n Specifies the type of MultiSelectEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens before animation.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires each time when selection changes happened in list items after model and input value get affected.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChipSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the chip selection.\n \n ","Metadata":{"Common.PropertyName":"ChipSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CustomValue is selected.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers event,when user types a text in search box.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens after animation completion.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"ValueRemoved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"OnValueRemove","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after select all process completion.\n \n ","Metadata":{"Common.PropertyName":"SelectedAll","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires after cleared all item using clear icon.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChipTag","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before set the selected item as chip in the component.\n \n ","Metadata":{"Common.PropertyName":"OnChipTag","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","Components.GenericTyped":"True"}},{"HashCode":1639792592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the MultiSelect Events of the component.\n \n Specifies the value type.\n Specifies the type of MultiSelectEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens before animation.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires each time when selection changes happened in list items after model and input value get affected.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChipSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the chip selection.\n \n ","Metadata":{"Common.PropertyName":"ChipSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CustomValue is selected.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers event,when user types a text in search box.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens after animation completion.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"ValueRemoved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"OnValueRemove","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after select all process completion.\n \n ","Metadata":{"Common.PropertyName":"SelectedAll","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires after cleared all item using clear icon.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChipTag","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before set the selected item as chip in the component.\n \n ","Metadata":{"Common.PropertyName":"OnChipTag","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610393790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings"}},{"HashCode":-1932685600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":145053322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MulitSelect has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of MultiSelectTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","Components.GenericTyped":"True"}},{"HashCode":1137752091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MulitSelect has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of MultiSelectTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971650940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-690934641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1850490996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1576191642,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1659960042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":982154376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1078145500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-143568681,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":875501620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-529531734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1161400425,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1753349596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74700543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1973885876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":589095927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDowns has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of DropDownsTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","Components.GenericTyped":"True"}},{"HashCode":1793635457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDowns has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of DropDownsTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":499112218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1395293330,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-989718601,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":520908066,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":175720111,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":853742354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1518937130,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-41956366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-112541089,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1646116404,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564177498,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1999656020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100580126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.NoRecord component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsFaiure","TypeName":"System.Boolean","Documentation":"\n \n IsActionFaiure set to true, then the action failure template is show in popup.\n \n ","Metadata":{"Common.PropertyName":"IsFaiure"}},{"Kind":"Components.Component","Name":"LocaleKey","TypeName":"System.String","Documentation":"\n \n Get the no record locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleKey"}},{"Kind":"Components.Component","Name":"FailureLocaleKey","TypeName":"System.String","Documentation":"\n \n Get the action failure locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleKey"}},{"Kind":"Components.Component","Name":"LocaleValue","TypeName":"System.String","Documentation":"\n \n Get the no record locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleValue"}},{"Kind":"Components.Component","Name":"FailureLocaleValue","TypeName":"System.String","Documentation":"\n \n Get the action failure locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleValue"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","Components.GenericTyped":"True"}},{"HashCode":-322982469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.NoRecord component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsFaiure","TypeName":"System.Boolean","Documentation":"\n \n IsActionFaiure set to true, then the action failure template is show in popup.\n \n ","Metadata":{"Common.PropertyName":"IsFaiure"}},{"Kind":"Components.Component","Name":"LocaleKey","TypeName":"System.String","Documentation":"\n \n Get the no record locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleKey"}},{"Kind":"Components.Component","Name":"FailureLocaleKey","TypeName":"System.String","Documentation":"\n \n Get the action failure locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleKey"}},{"Kind":"Components.Component","Name":"LocaleValue","TypeName":"System.String","Documentation":"\n \n Get the no record locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleValue"}},{"Kind":"Components.Component","Name":"FailureLocaleValue","TypeName":"System.String","Documentation":"\n \n Get the action failure locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleValue"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1195355484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1438553021,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-319395638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1889105687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1505075349,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":237035102,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2075298287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1286086566,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840133102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Ajaxsettings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerAjaxSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DownloadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to download the files from server.\n \n ","Metadata":{"Common.PropertyName":"DownloadUrl"}},{"Kind":"Components.Component","Name":"GetImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to get the images from server.\n \n ","Metadata":{"Common.PropertyName":"GetImageUrl"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to upload the files to server.\n \n ","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL to read the files from server.\n \n ","Metadata":{"Common.PropertyName":"Url"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings"}},{"HashCode":-1595749129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Ajaxsettings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DownloadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to download the files from server.\n \n ","Metadata":{"Common.PropertyName":"DownloadUrl"}},{"Kind":"Components.Component","Name":"GetImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to get the images from server.\n \n ","Metadata":{"Common.PropertyName":"GetImageUrl"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to upload the files to server.\n \n ","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL to read the files from server.\n \n ","Metadata":{"Common.PropertyName":"Url"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944888333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the each column in details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n The `Field` name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If `HeaderText` is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn"}},{"HashCode":1385614920,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the each column in details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n The `Field` name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If `HeaderText` is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977833233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1229539177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1058516449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":683537927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1121997844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-472055551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1341291461,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns"}},{"HashCode":381477524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-995272401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1339231499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929235488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the context menu settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"File","TypeName":"System.String[]","Documentation":"\n \n Specifies the array of string that is used to configure file items.\n \n ","Metadata":{"Common.PropertyName":"File"}},{"Kind":"Components.Component","Name":"Folder","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure folder items.\n \n ","Metadata":{"Common.PropertyName":"Folder"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure layout items.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings"}},{"HashCode":-537122456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the context menu settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"File","TypeName":"System.String[]","Documentation":"\n \n Specifies the array of string that is used to configure file items.\n \n ","Metadata":{"Common.PropertyName":"File"}},{"Kind":"Components.Component","Name":"Folder","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure folder items.\n \n ","Metadata":{"Common.PropertyName":"Folder"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure layout items.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-509193530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Details view settings of the FileManager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerDetailsViewSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnResizing","TypeName":"System.Boolean","Documentation":"\n \n If `ColumnResizing` is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"ColumnResizing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the customizable details view.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}},{"HashCode":1095311275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Details view settings of the FileManager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnResizing","TypeName":"System.Boolean","Documentation":"\n \n If `ColumnResizing` is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"ColumnResizing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the customizable details view.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720640511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerDetailsViewSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":163700787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735873219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the FileManager component.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.FileManagerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"BeforeDownload","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the download request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeDownload","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeImageLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the getImage request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeImageLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforePopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sending the AJAX request to the server.\n \n ","Metadata":{"Common.PropertyName":"OnSend","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnError","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"OnError","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder dragging is started.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is about to be dropped at the target.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while dragging the file/folder.\n \n ","Metadata":{"Common.PropertyName":"FileDragging","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is dropped.\n \n ","Metadata":{"Common.PropertyName":"FileDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnFileLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is opened.\n \n ","Metadata":{"Common.PropertyName":"OnFileOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelection","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is selected.\n \n ","Metadata":{"Common.PropertyName":"FileSelection","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnMenuClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the context menu item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnMenuClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"MenuOpened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PopupOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"PopupOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the AJAX request is success.\n \n ","Metadata":{"Common.PropertyName":"OnSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before creating the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadListCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item in upload dialog box.\n \n ","Metadata":{"Common.PropertyName":"UploadListCreated","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerEvents","Components.GenericTyped":"True"}},{"HashCode":-708825978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the FileManager component.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.FileManagerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"BeforeDownload","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the download request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeDownload","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeImageLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the getImage request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeImageLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforePopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sending the AJAX request to the server.\n \n ","Metadata":{"Common.PropertyName":"OnSend","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnError","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"OnError","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder dragging is started.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is about to be dropped at the target.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while dragging the file/folder.\n \n ","Metadata":{"Common.PropertyName":"FileDragging","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is dropped.\n \n ","Metadata":{"Common.PropertyName":"FileDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnFileLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is opened.\n \n ","Metadata":{"Common.PropertyName":"OnFileOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelection","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is selected.\n \n ","Metadata":{"Common.PropertyName":"FileSelection","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnMenuClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the context menu item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnMenuClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"MenuOpened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PopupOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"PopupOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the AJAX request is success.\n \n ","Metadata":{"Common.PropertyName":"OnSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before creating the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadListCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item in upload dialog box.\n \n ","Metadata":{"Common.PropertyName":"UploadListCreated","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1535296867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the navigation pane settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerNavigationPaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Specifies the maximum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Specifies the minimum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the navigation pane.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings"}},{"HashCode":-1054859943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the navigation pane settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Specifies the maximum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Specifies the minimum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the navigation pane.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641635138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the search settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSearchOnTyping","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the allowSearchOnTyping.\n \n ","Metadata":{"Common.PropertyName":"AllowSearchOnTyping"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.FileManager.FilterType","IsEnum":true,"Documentation":"\n \n Specifies the filter type while searching the content. The available filter types are:\n `Contains`\n `StartsWith`\n `EndsWith`.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase is set to false, searches files that match exactly,\n else searches files that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}},{"HashCode":1011044364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the search settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSearchOnTyping","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the allowSearchOnTyping.\n \n ","Metadata":{"Common.PropertyName":"AllowSearchOnTyping"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.FileManager.FilterType","IsEnum":true,"Documentation":"\n \n Specifies the filter type while searching the content. The available filter types are:\n `Contains`\n `StartsWith`\n `EndsWith`.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase is set to false, searches files that match exactly,\n else searches files that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1650707706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":570366509,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1486955652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toolbar settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of toolbar in the file manager component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings"}},{"HashCode":1778897339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toolbar settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of toolbar in the file manager component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":243924303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the upload settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerUploadSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\n For example, if you want to upload specific image files, pass allowedExtensions as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to close the upload dialog after uploading all the files.\n \n ","Metadata":{"Common.PropertyName":"AutoClose"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the FileManager component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the autoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when the autoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings"}},{"HashCode":1198626373,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the upload settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\n For example, if you want to upload specific image files, pass allowedExtensions as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to close the upload dialog after uploading all the files.\n \n ","Metadata":{"Common.PropertyName":"AutoClose"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the FileManager component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the autoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when the autoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1747111633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class hold constants of file manager.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders.\n \n \n This class holds the property members of file manager.\n \n \n This class holds the methods required to execute file manager functionalities.\n \n \n This class holds the methods for file manager operation functionalities.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operations\n like accessing, editing, and sorting the files and folders.\n \n The generic type parameter.\n \n This class holds the filemanager actions methods.\n \n \n This class contains the filemanager utitility functionalities.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.SfFileManager component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the file manager element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Documentation":"\n \n Specifies the AJAX settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AjaxSettings"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables drag-and-drop of files.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the multiple files selection of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Documentation":"\n \n Specifies the context menu settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DetailsViewSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Documentation":"\n \n Specifies the details view settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"DetailsViewSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:\n 1. `View`: Represents the previous view of the file manager.\n 2. `path`: Represents the previous path of the file manager.\n 3. `selectedItems`: Represents the previous selected items in the file manager.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NavigationPaneSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Documentation":"\n \n Specifies the navigationpane settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"NavigationPaneSettings"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the current path of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"PopupTarget","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the file manager's dialog will be displayed.\n The default value is null, which refers to the File Manager element.\n \n ","Metadata":{"Common.PropertyName":"PopupTarget"}},{"Kind":"Components.Component","Name":"RootAliasName","TypeName":"System.String","Documentation":"\n \n Specifies the root folder alias name in file manager.\n \n ","Metadata":{"Common.PropertyName":"RootAliasName"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Documentation":"\n \n Specifies the search settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"System.String[]","Documentation":"\n \n Specifies the selected folders and files name of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SelectedItemsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowFileExtension","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the file extension in file manager.\n \n ","Metadata":{"Common.PropertyName":"ShowFileExtension"}},{"Kind":"Components.Component","Name":"ShowHiddenItems","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the files and folders that are marked as hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHiddenItems"}},{"Kind":"Components.Component","Name":"ShowThumbnail","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the thumbnail images in largeicons view.\n \n ","Metadata":{"Common.PropertyName":"ShowThumbnail"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.FileManager.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,\n or they are not sorted at all. The available types of sort orders are,\n `None` - Indicates that the folders and files are not sorted.\n `Ascending` - Indicates that the folders and files are sorted in the ascending order.\n `Descending` - Indicates that the folders and files are sorted in the descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Documentation":"\n \n Specifies the group of items aligned horizontally in the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"UploadSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Documentation":"\n \n Specifies the upload settings for the file manager.\n \n ","Metadata":{"Common.PropertyName":"UploadSettings"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.FileManager.ViewType","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the file manager.\n With the help of this property, initial view can be changed to details or largeicons view. The available views are:\n `LargeIcons`\n `Details`.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"ViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the file manager element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.GenericTyped":"True"}},{"HashCode":1731701552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class hold constants of file manager.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders.\n \n \n This class holds the property members of file manager.\n \n \n This class holds the methods required to execute file manager functionalities.\n \n \n This class holds the methods for file manager operation functionalities.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operations\n like accessing, editing, and sorting the files and folders.\n \n The generic type parameter.\n \n This class holds the filemanager actions methods.\n \n \n This class contains the filemanager utitility functionalities.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.SfFileManager component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the file manager element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Documentation":"\n \n Specifies the AJAX settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AjaxSettings"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables drag-and-drop of files.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the multiple files selection of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Documentation":"\n \n Specifies the context menu settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DetailsViewSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Documentation":"\n \n Specifies the details view settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"DetailsViewSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:\n 1. `View`: Represents the previous view of the file manager.\n 2. `path`: Represents the previous path of the file manager.\n 3. `selectedItems`: Represents the previous selected items in the file manager.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NavigationPaneSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Documentation":"\n \n Specifies the navigationpane settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"NavigationPaneSettings"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the current path of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"PopupTarget","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the file manager's dialog will be displayed.\n The default value is null, which refers to the File Manager element.\n \n ","Metadata":{"Common.PropertyName":"PopupTarget"}},{"Kind":"Components.Component","Name":"RootAliasName","TypeName":"System.String","Documentation":"\n \n Specifies the root folder alias name in file manager.\n \n ","Metadata":{"Common.PropertyName":"RootAliasName"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Documentation":"\n \n Specifies the search settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"System.String[]","Documentation":"\n \n Specifies the selected folders and files name of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SelectedItemsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowFileExtension","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the file extension in file manager.\n \n ","Metadata":{"Common.PropertyName":"ShowFileExtension"}},{"Kind":"Components.Component","Name":"ShowHiddenItems","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the files and folders that are marked as hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHiddenItems"}},{"Kind":"Components.Component","Name":"ShowThumbnail","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the thumbnail images in largeicons view.\n \n ","Metadata":{"Common.PropertyName":"ShowThumbnail"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.FileManager.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,\n or they are not sorted at all. The available types of sort orders are,\n `None` - Indicates that the folders and files are not sorted.\n `Ascending` - Indicates that the folders and files are sorted in the ascending order.\n `Descending` - Indicates that the folders and files are sorted in the descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Documentation":"\n \n Specifies the group of items aligned horizontally in the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"UploadSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Documentation":"\n \n Specifies the upload settings for the file manager.\n \n ","Metadata":{"Common.PropertyName":"UploadSettings"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.FileManager.ViewType","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the file manager.\n With the help of this property, initial view can be changed to details or largeicons view. The available views are:\n `LargeIcons`\n `Details`.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"ViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the file manager element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":153442233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfFileManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1885654242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.SfFileManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2096432330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds contextmenu operations required functionalities.\n \n Generic TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the context menu.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used to set id for context menu.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"MenuItemsValue","TypeName":"System.String[]","Documentation":"\n \n The `MenuItemsValue` property is to set menu item values.\n \n ","Metadata":{"Common.PropertyName":"MenuItemsValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","Components.GenericTyped":"True"}},{"HashCode":183741240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds contextmenu operations required functionalities.\n \n Generic TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the context menu.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used to set id for context menu.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"MenuItemsValue","TypeName":"System.String[]","Documentation":"\n \n The `MenuItemsValue` property is to set menu item values.\n \n ","Metadata":{"Common.PropertyName":"MenuItemsValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-514059003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds filemanager dialog operations.\n \n Generic type paramater.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DialogName","TypeName":"System.String","Documentation":"\n \n The `DialogName` property is used set dialog name.\n \n ","Metadata":{"Common.PropertyName":"DialogName"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `Id` property is used set id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used set custom class in the root element of Dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n The `ResponseData` property is used set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","Components.GenericTyped":"True"}},{"HashCode":1081172700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds filemanager dialog operations.\n \n Generic type paramater.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DialogName","TypeName":"System.String","Documentation":"\n \n The `DialogName` property is used set dialog name.\n \n ","Metadata":{"Common.PropertyName":"DialogName"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `Id` property is used set id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used set custom class in the root element of Dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n The `ResponseData` property is used set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1946695791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the methods for breadcrumbar functionalities.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerBreadCrumbBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n This `ID` property is used to set Id for breadcrumbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"SearchID","TypeName":"System.String","Documentation":"\n \n This `SearchID` property is used to set search id for input.\n \n ","Metadata":{"Common.PropertyName":"SearchID"}},{"Kind":"Components.Component","Name":"CurrentDirectory","TypeName":"System.String","Documentation":"\n \n This `CurrentDirectory` property is used to set current directory.\n \n ","Metadata":{"Common.PropertyName":"CurrentDirectory"}},{"Kind":"Components.Component","Name":"RootDirectoryName","TypeName":"System.String","Documentation":"\n \n This `RootDirectoryName` property is used to root directory name.\n \n ","Metadata":{"Common.PropertyName":"RootDirectoryName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","Components.GenericTyped":"True"}},{"HashCode":-492206984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the methods for breadcrumbar functionalities.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n This `ID` property is used to set Id for breadcrumbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"SearchID","TypeName":"System.String","Documentation":"\n \n This `SearchID` property is used to set search id for input.\n \n ","Metadata":{"Common.PropertyName":"SearchID"}},{"Kind":"Components.Component","Name":"CurrentDirectory","TypeName":"System.String","Documentation":"\n \n This `CurrentDirectory` property is used to set current directory.\n \n ","Metadata":{"Common.PropertyName":"CurrentDirectory"}},{"Kind":"Components.Component","Name":"RootDirectoryName","TypeName":"System.String","Documentation":"\n \n This `RootDirectoryName` property is used to root directory name.\n \n ","Metadata":{"Common.PropertyName":"RootDirectoryName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-361576977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file items operations functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerFileItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FileName","TypeName":"System.String","Documentation":"\n \n This `FileName` property is used to file name.\n \n ","Metadata":{"Common.PropertyName":"FileName"}},{"Kind":"Components.Component","Name":"IconClass","TypeName":"System.String","Documentation":"\n \n This `IconClass` property is used set icon class for file items.\n \n ","Metadata":{"Common.PropertyName":"IconClass"}},{"Kind":"Components.Component","Name":"IsFile","TypeName":"System.Boolean","Documentation":"\n \n This `IsFile` property is used to check the file or not.\n \n ","Metadata":{"Common.PropertyName":"IsFile"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n This `IsSelected` property is used to set a file in selected state.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"DataUId","TypeName":"System.String","Documentation":"\n \n This `DataUId` property is used to set data UID for file item.\n \n ","Metadata":{"Common.PropertyName":"DataUId"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n This `Data` property is used to set data.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","Components.GenericTyped":"True"}},{"HashCode":-1870503814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file items operations functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FileName","TypeName":"System.String","Documentation":"\n \n This `FileName` property is used to file name.\n \n ","Metadata":{"Common.PropertyName":"FileName"}},{"Kind":"Components.Component","Name":"IconClass","TypeName":"System.String","Documentation":"\n \n This `IconClass` property is used set icon class for file items.\n \n ","Metadata":{"Common.PropertyName":"IconClass"}},{"Kind":"Components.Component","Name":"IsFile","TypeName":"System.Boolean","Documentation":"\n \n This `IsFile` property is used to check the file or not.\n \n ","Metadata":{"Common.PropertyName":"IsFile"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n This `IsSelected` property is used to set a file in selected state.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"DataUId","TypeName":"System.String","Documentation":"\n \n This `DataUId` property is used to set data UID for file item.\n \n ","Metadata":{"Common.PropertyName":"DataUId"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n This `Data` property is used to set data.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302188980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file manager's grid functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerGridView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerGridView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This `Data` property is used to set data to details view.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","Components.GenericTyped":"True"}},{"HashCode":125496769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file manager's grid functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerGridView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This `Data` property is used to set data to details view.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424707867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the treeview in filemanager functionalities.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n This `ResponseData` property is used to set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","Components.GenericTyped":"True"}},{"HashCode":511032202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the treeview in filemanager functionalities.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n This `ResponseData` property is used to set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1537055604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the toolbar operation functionalities of filemanager.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies to customize the root CSS class of the toolbar that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","Components.GenericTyped":"True"}},{"HashCode":228161561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the toolbar operation functionalities of filemanager.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies to customize the root CSS class of the toolbar that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":631795968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttAddDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogField"}},{"HashCode":-1432921050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttAddDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406057536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure Gantt Add dialog fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttAddDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}},{"HashCode":-1055218218,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure Gantt Add dialog fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":219407595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttAddDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":106904410,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":825204390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}},{"HashCode":548384371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-569696349,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttBottomTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1521401025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419679518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1185066859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1504281986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines column collection displayed in grid If the columns declaration was empty then columns are automatically populated from taskSettings value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.String","Documentation":"\n \n Defines default values for the component when adding a new record to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn"}},{"HashCode":-988051860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines column collection displayed in grid If the columns declaration was empty then columns are automatically populated from taskSettings value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.String","Documentation":"\n \n Defines default values for the component when adding a new record to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-423621242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":393696000,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-574497788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1723520588,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367807136,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1972510471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1347627219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":522023617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011420541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":602994718,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":389380512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Column chooser settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}},{"HashCode":-1620337124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Column chooser settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-281155961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumnChooserSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2085913471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1973590338,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560443666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1123698254,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-379157266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":753468999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns"}},{"HashCode":1400441316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-369398393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-459521338,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":669458147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt DayWorkingTime collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttDayWorkingTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Documentation":"\n \n Defines start time of working time range.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Documentation":"\n \n Defines end time of working time range.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}},{"HashCode":-1164576927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt DayWorkingTime collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Documentation":"\n \n Defines start time of working time range.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Documentation":"\n \n Defines end time of working time range.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1838254312,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttDayWorkingTime"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2090675732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":128875570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt dayworking time collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttDayWorkingTimeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}},{"HashCode":-1161641962,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt dayworking time collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-407385180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttDayWorkingTimeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1049255101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-310154360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure edit dialog field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogField"}},{"HashCode":1087670321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure edit dialog field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-194271830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}},{"HashCode":-1871526629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1079033193,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEditDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2096682985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50907259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class that defines the edit settings property in Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If `AllowAdding` is set to true, new records can be added to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowDeleting` is set to true, existing record can be deleted from the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowEditing` is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowTaskbarEditing","TypeName":"System.Boolean","Documentation":"\n \n Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\n predecessor draw action in chart side.\n \n ","Metadata":{"Common.PropertyName":"AllowTaskbarEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Gantt.EditMode","IsEnum":true,"Documentation":"\n \n Defines edit mode in Gantt.\n `Auto` - Defines cell edit mode in grid side and dialog mode in chart side.\n `Dialog` - Defines dialog edit mode on both sides.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Gantt.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If `ShowDeleteConfirmDialog` is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings"}},{"HashCode":996845303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class that defines the edit settings property in Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If `AllowAdding` is set to true, new records can be added to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowDeleting` is set to true, existing record can be deleted from the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowEditing` is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowTaskbarEditing","TypeName":"System.Boolean","Documentation":"\n \n Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\n predecessor draw action in chart side.\n \n ","Metadata":{"Common.PropertyName":"AllowTaskbarEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Gantt.EditMode","IsEnum":true,"Documentation":"\n \n Defines edit mode in Gantt.\n `Auto` - Defines cell edit mode in grid side and dialog mode in chart side.\n `Dialog` - Defines dialog edit mode on both sides.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Gantt.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If `ShowDeleteConfirmDialog` is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434719927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1871532696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-195806379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEventMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of Gantt EventMarker to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Day","TypeName":"System.DateTime","Documentation":"\n \n Defines date of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Day"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Label"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker"}},{"HashCode":1784600218,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEventMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of Gantt EventMarker to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Day","TypeName":"System.DateTime","Documentation":"\n \n Defines date of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Day"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Label"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876176612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines events and status of project throughout the timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEventMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}},{"HashCode":-1947501654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines events and status of project throughout the timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1778897093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEventMarkers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1641267044,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1574350694,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt events.\n \n Specifies the type of GanttEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Gantt properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"SplitterResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when splitter bar was dragging.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Gantt action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item was clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TaskbarEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when taskbar was dragged and dropped on new position.\n \n ","Metadata":{"Common.PropertyName":"TaskbarEdited","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a task gets saved by cell edit.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n This will be triggered a cell get begins to edit.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before a cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before tooltip get rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeTooltipRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryChartRowInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access chart information, element, or data.\n This will be triggered while the chart element is appended to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"QueryChartRowInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEvents","Components.GenericTyped":"True"}},{"HashCode":-1931507825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt events.\n \n Specifies the type of GanttEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Gantt properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"SplitterResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when splitter bar was dragging.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Gantt action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item was clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TaskbarEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when taskbar was dragged and dropped on new position.\n \n ","Metadata":{"Common.PropertyName":"TaskbarEdited","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a task gets saved by cell edit.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n This will be triggered a cell get begins to edit.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before a cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before tooltip get rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeTooltipRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryChartRowInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access chart information, element, or data.\n This will be triggered while the chart element is appended to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"QueryChartRowInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641401601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the filter settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Object","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n `Parent`: Shows the filtered record with parent record.\n `Child`: Shows the filtered record with child record.\n `Both` : shows the filtered record with both parent and child record.\n `None` : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}},{"HashCode":-440431783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the filter settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Object","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n `Parent`: Shows the filtered record with parent record.\n `Child`: Shows the filtered record with child record.\n `Both` : shows the filtered record with both parent and child record.\n `None` : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1537149446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1112112520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":227958640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHoliday","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt Holiday collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttHoliday"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of holiday to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of holiday.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of holiday.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of holiday.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday"}},{"HashCode":-1664312635,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHoliday","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt Holiday collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttHoliday"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of holiday to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of holiday.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of holiday.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of holiday.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1549894740,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttHoliday"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1033029967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttHoliday"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1187956630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHolidays","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt holidays collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttHolidays"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays"}},{"HashCode":1949453897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHolidays","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt holidays collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttHolidays"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569620599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttHolidays"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":917332608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttHolidays"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-65612036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Label settings.\n \n Specifies the type of GanttLabelSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttLabelSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RightLabel","TypeName":"System.String","Documentation":"\n \n Defines right side label of task.\n \n ","Metadata":{"Common.PropertyName":"RightLabel"}},{"Kind":"Components.Component","Name":"LeftLabel","TypeName":"System.String","Documentation":"\n \n Defines left side label of task.\n \n ","Metadata":{"Common.PropertyName":"LeftLabel"}},{"Kind":"Components.Component","Name":"TaskLabel","TypeName":"System.String","Documentation":"\n \n Defines label which is placed inside the taskbar.\n \n ","Metadata":{"Common.PropertyName":"TaskLabel"}},{"Kind":"Components.Component","Name":"RightLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for right label.\n \n ","Metadata":{"Common.PropertyName":"RightLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LeftLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for left label.\n \n ","Metadata":{"Common.PropertyName":"LeftLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for task label.\n \n ","Metadata":{"Common.PropertyName":"TaskLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings","Components.GenericTyped":"True"}},{"HashCode":2055706201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Label settings.\n \n Specifies the type of GanttLabelSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttLabelSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RightLabel","TypeName":"System.String","Documentation":"\n \n Defines right side label of task.\n \n ","Metadata":{"Common.PropertyName":"RightLabel"}},{"Kind":"Components.Component","Name":"LeftLabel","TypeName":"System.String","Documentation":"\n \n Defines left side label of task.\n \n ","Metadata":{"Common.PropertyName":"LeftLabel"}},{"Kind":"Components.Component","Name":"TaskLabel","TypeName":"System.String","Documentation":"\n \n Defines label which is placed inside the taskbar.\n \n ","Metadata":{"Common.PropertyName":"TaskLabel"}},{"Kind":"Components.Component","Name":"RightLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for right label.\n \n ","Metadata":{"Common.PropertyName":"RightLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LeftLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for left label.\n \n ","Metadata":{"Common.PropertyName":"LeftLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for task label.\n \n ","Metadata":{"Common.PropertyName":"TaskLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-517264169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1077288869,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":583662960,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for right label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RightLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":796295118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for right label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RightLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1737261549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for left label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LeftLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1839096135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for left label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LeftLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1596402881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for task label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":19242997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for task label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":359377271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n The second generic type parameter.\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGantt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.SfGantt component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.GenericTyped":"True"}},{"HashCode":-583713070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n The second generic type parameter.\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.SfGantt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.SfGantt component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427729530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfGantt"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1683057829,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.SfGantt"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1516154295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttResourceFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines mapping properties for resource values.\n \n Specifies the type of GanttResourceFields.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttResourceFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TResources","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TResources for the Syncfusion.Blazor.Gantt.GanttResourceFields component.","Metadata":{"Common.PropertyName":"TResources","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render Gantt chart resources.\n `Resources` value was defined as array of JavaScript objects or instances of `Resources`.\n \n ","Metadata":{"Common.PropertyName":"Resources","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Components.GenericTyped":"True"}},{"HashCode":487403162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttResourceFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines mapping properties for resource values.\n \n Specifies the type of GanttResourceFields.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttResourceFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TResources","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TResources for the Syncfusion.Blazor.Gantt.GanttResourceFields component.","Metadata":{"Common.PropertyName":"TResources","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render Gantt chart resources.\n `Resources` value was defined as array of JavaScript objects or instances of `Resources`.\n \n ","Metadata":{"Common.PropertyName":"Resources","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1571536741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the search settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the search types. The available options are,\n `Parent`: Shows the searched record with parent record.\n `Child`: Shows the searched record with child record.\n `Both` : shows the searched record with both parent and child record.\n `None` : Shows only searched record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the Gantt content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records. The available operators are:.\n \n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}},{"HashCode":-843409761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the search settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the search types. The available options are,\n `Parent`: Shows the searched record with parent record.\n `Child`: Shows the searched record with child record.\n `Both` : shows the searched record with both parent and child record.\n `None` : Shows only searched record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the Gantt content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records. The available operators are:.\n \n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":723634442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-565718246,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1162581001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Selection settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n To define selection mode of cell.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Gantt supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If 'persistSelection' set to true, then the Gantt selection is persisted on all operations.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n `Single`: Allows selection of only a row or a cell.\n `Multiple`: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}},{"HashCode":1566693903,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Selection settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n To define selection mode of cell.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Gantt supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If 'persistSelection' set to true, then the Gantt selection is persisted on all operations.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n `Single`: Allows selection of only a row or a cell.\n `Multiple`: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1582631550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":723664426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1951384485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortDescriptor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor"}},{"HashCode":1610410057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452874931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptors.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortDescriptors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}},{"HashCode":-1961647243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptors.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1029002414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSortDescriptors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1763068018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-502822053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the sort settings of the Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the Gantt in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Gantt.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings"}},{"HashCode":1697505791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the sort settings of the Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the Gantt in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Gantt.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":956536201,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1472902299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1318675453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt splitter settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSplitterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Int32","Documentation":"\n \n Defines splitter position with respect to column index value.\n If `ColumnIndex` set as `2` then splitter bar placed at third column of grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Defines splitter position at initial load, it accepts values in pixels.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Documentation":"\n \n Defines splitter bar size.\n \n ","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.Gantt.SplitterView","IsEnum":true,"Documentation":"\n \n Defines predefined view of Gantt.\n `Default` - Shows grid side and side of Gantt.\n `Grid` - Shows grid side alone in Gantt.\n `Chart` - Shows chart side alone in Gantt.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n This property is used to enable/disable splitter expand collapse feature in Gantt chart.\n \n boolean value to enable/disable expand/collapse feature \n It enables expand collapse icon near splitter resizer.\n ","Metadata":{"Common.PropertyName":"Collapsible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}},{"HashCode":2043188796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt splitter settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Int32","Documentation":"\n \n Defines splitter position with respect to column index value.\n If `ColumnIndex` set as `2` then splitter bar placed at third column of grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Defines splitter position at initial load, it accepts values in pixels.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Documentation":"\n \n Defines splitter bar size.\n \n ","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.Gantt.SplitterView","IsEnum":true,"Documentation":"\n \n Defines predefined view of Gantt.\n `Default` - Shows grid side and side of Gantt.\n `Grid` - Shows grid side alone in Gantt.\n `Chart` - Shows chart side alone in Gantt.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n This property is used to enable/disable splitter expand collapse feature in Gantt chart.\n \n boolean value to enable/disable expand/collapse feature \n It enables expand collapse icon near splitter resizer.\n ","Metadata":{"Common.PropertyName":"Collapsible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-851954166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSplitterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1214713462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-412176596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt taskfields column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTaskFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineEndDate","TypeName":"System.String","Documentation":"\n \n To map baseline end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineEndDate"}},{"Kind":"Components.Component","Name":"BaselineStartDate","TypeName":"System.String","Documentation":"\n \n To map baseline start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineStartDate"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n To map child of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To map custom css class of task from data source.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Dependency","TypeName":"System.String","Documentation":"\n \n To map dependency of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Dependency"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.String","Documentation":"\n \n To map duration of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"System.String","Documentation":"\n \n To map duration unit of task from data source.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.String","Documentation":"\n \n To map end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"ExpandState","TypeName":"System.String","Documentation":"\n \n To map expand status of parent record from data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandState"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Indicators","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Indicators"}},{"Kind":"Components.Component","Name":"Manual","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Manual"}},{"Kind":"Components.Component","Name":"Milestone","TypeName":"System.String","Documentation":"\n \n To map milestone of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Milestone"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map name of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n To map notes value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n To map parent id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"System.String","Documentation":"\n \n To map progress of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Progress"}},{"Kind":"Components.Component","Name":"ResourceInfo","TypeName":"System.String","Documentation":"\n \n To map assigned resources of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ResourceInfo"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.String","Documentation":"\n \n To map start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"System.String","Documentation":"\n \n To map taskType value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"Work","TypeName":"System.String","Documentation":"\n \n To map work of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Work"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields"}},{"HashCode":-482880109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt taskfields column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTaskFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineEndDate","TypeName":"System.String","Documentation":"\n \n To map baseline end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineEndDate"}},{"Kind":"Components.Component","Name":"BaselineStartDate","TypeName":"System.String","Documentation":"\n \n To map baseline start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineStartDate"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n To map child of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To map custom css class of task from data source.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Dependency","TypeName":"System.String","Documentation":"\n \n To map dependency of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Dependency"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.String","Documentation":"\n \n To map duration of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"System.String","Documentation":"\n \n To map duration unit of task from data source.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.String","Documentation":"\n \n To map end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"ExpandState","TypeName":"System.String","Documentation":"\n \n To map expand status of parent record from data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandState"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Indicators","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Indicators"}},{"Kind":"Components.Component","Name":"Manual","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Manual"}},{"Kind":"Components.Component","Name":"Milestone","TypeName":"System.String","Documentation":"\n \n To map milestone of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Milestone"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map name of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n To map notes value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n To map parent id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"System.String","Documentation":"\n \n To map progress of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Progress"}},{"Kind":"Components.Component","Name":"ResourceInfo","TypeName":"System.String","Documentation":"\n \n To map assigned resources of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ResourceInfo"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.String","Documentation":"\n \n To map start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"System.String","Documentation":"\n \n To map taskType value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"Work","TypeName":"System.String","Documentation":"\n \n To map work of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Work"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-229689085,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTaskFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-48333075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTaskFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-176776558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart templates.\n \n Specifies the type of GanttTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ParentTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","Metadata":{"Common.PropertyName":"ParentTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","Metadata":{"Common.PropertyName":"MilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineMilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","Metadata":{"Common.PropertyName":"BaselineMilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates","Components.GenericTyped":"True"}},{"HashCode":-1305843747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart templates.\n \n Specifies the type of GanttTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ParentTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","Metadata":{"Common.PropertyName":"ParentTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","Metadata":{"Common.PropertyName":"MilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineMilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","Metadata":{"Common.PropertyName":"BaselineMilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1680664023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2014694754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1981939493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ParentTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":752115749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ParentTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-479972609,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1302058882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1049813399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":202827925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1180887393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-322665726,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":114665551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-809497546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1283747316,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":619526317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-379281724,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestoneTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineMilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1340771306,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestoneTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineMilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":352687118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}},{"HashCode":1650247236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886058873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1316454614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-983200502,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Timeline tier collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}},{"HashCode":-655408236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Timeline tier collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1315756132,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTimelineTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2073997629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652221260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1153572450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978353659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Tooltip settings collection.\n \n Specifies the type of GanttTooltipSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip of Gantt element.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ConnectorLineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","Metadata":{"Common.PropertyName":"EditingTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Components.GenericTyped":"True"}},{"HashCode":-2034204372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Tooltip settings collection.\n \n Specifies the type of GanttTooltipSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip of Gantt element.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ConnectorLineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","Metadata":{"Common.PropertyName":"EditingTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":962185222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-364180921,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1107202817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":946710473,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266377081,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ConnectorLineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":112466676,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ConnectorLineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":980626139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditingTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditingTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1388639690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditingTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditingTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1664438896,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":607219722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":600112169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1057402585,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2111923058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines top tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}},{"HashCode":150141759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines top tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":782130821,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTopTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1777890593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-525406057,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":936186951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":856244742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart zoom timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttZoomTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Defines Level in timeline.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"PerDayWidth","TypeName":"System.Double","Documentation":"\n \n Defines perDayWidth in ZoomingLevels.\n \n ","Metadata":{"Common.PropertyName":"PerDayWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}},{"HashCode":1480164835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart zoom timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Defines Level in timeline.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"PerDayWidth","TypeName":"System.Double","Documentation":"\n \n Defines perDayWidth in ZoomingLevels.\n \n ","Metadata":{"Common.PropertyName":"PerDayWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":922203039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttZoomTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1234042437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043970557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExpandCollpase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ExpandCollpase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","Components.GenericTyped":"True"}},{"HashCode":416826875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ExpandCollpase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-426931108,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Selection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Handles selection feature of Gantt.\n \n Specifies the type of Selection.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Selection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Selection component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Selection","Components.GenericTyped":"True"}},{"HashCode":915214395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Selection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Handles selection feature of Gantt.\n \n Specifies the type of Selection.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Selection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Selection component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Selection","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":86849566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Toolbar","Components.GenericTyped":"True"}},{"HashCode":151687406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Toolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1463760065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Zooming","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zooming"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Zooming component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Zooming","Components.GenericTyped":"True"}},{"HashCode":1037879975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Zooming","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Zooming"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Zooming component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Zooming","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":946446996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line milestone.\n \n Specifies the type of BaselineMilestone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","Components.GenericTyped":"True"}},{"HashCode":1861668219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line milestone.\n \n Specifies the type of BaselineMilestone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1056706213,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line renderer.\n \n Specifies the type of BaselineRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","Components.GenericTyped":"True"}},{"HashCode":224753488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line renderer.\n \n Specifies the type of BaselineRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-853475803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart body content.\n \n Specifies the type of ChartBodyContent.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBodyContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartBodyContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RefreshChartBody","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RefreshChartBody"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","Components.GenericTyped":"True"}},{"HashCode":1348038814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart body content.\n \n Specifies the type of ChartBodyContent.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartBodyContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RefreshChartBody","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RefreshChartBody"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873616817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart pane.\n \n Specifies the type of ChartPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartPane","Components.GenericTyped":"True"}},{"HashCode":-1916769509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart pane.\n \n Specifies the type of ChartPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartPane","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749762732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row container.\n \n Specifies the type of ChartRow.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartRow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"RowData"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartRow","Components.GenericTyped":"True"}},{"HashCode":-1003067281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row container.\n \n Specifies the type of ChartRow.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartRow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"RowData"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699007111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Row","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row.\n \n Specifies the type of Row.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Row component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Row","Components.GenericTyped":"True"}},{"HashCode":-1913950938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Row","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row.\n \n Specifies the type of Row.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Row component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Row","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1892342996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart connector line render.\n \n Specifies the type of ConnectorLineRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ConnectorLine","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"ConnectorLine"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","Components.GenericTyped":"True"}},{"HashCode":-1543871212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart connector line render.\n \n Specifies the type of ConnectorLineRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ConnectorLine","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"ConnectorLine"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-672527977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart dependency render.\n \n Specifies the type of DependencyRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DependencyRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","Components.GenericTyped":"True"}},{"HashCode":943531992,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart dependency render.\n \n Specifies the type of DependencyRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-993604808,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType1.\n \n Specifies the type of FFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType1","Components.GenericTyped":"True"}},{"HashCode":1366743874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType1.\n \n Specifies the type of FFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1475210919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType2.\n \n Specifies the type of FFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType2","Components.GenericTyped":"True"}},{"HashCode":791551944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType2.\n \n Specifies the type of FFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1992921674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType3.\n \n Specifies the type of FFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType3","Components.GenericTyped":"True"}},{"HashCode":724807502,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType3.\n \n Specifies the type of FFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1896508082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType4.\n \n Specifies the type of FFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType4","Components.GenericTyped":"True"}},{"HashCode":-1121279214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType4.\n \n Specifies the type of FFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-880844459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType1.\n \n Specifies the type of FSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType1","Components.GenericTyped":"True"}},{"HashCode":-1357404119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType1.\n \n Specifies the type of FSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1732036525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType2.\n \n Specifies the type of FSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType2","Components.GenericTyped":"True"}},{"HashCode":1389047423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType2.\n \n Specifies the type of FSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1466668350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType3.\n \n Specifies the type of FSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType3","Components.GenericTyped":"True"}},{"HashCode":-959738621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType3.\n \n Specifies the type of FSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1311481976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType4.\n \n Specifies the type of FSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType4","Components.GenericTyped":"True"}},{"HashCode":2051086270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType4.\n \n Specifies the type of FSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":431667623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType1.\n \n Specifies the type of SFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType1","Components.GenericTyped":"True"}},{"HashCode":1297171183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType1.\n \n Specifies the type of SFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1092071320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType2.\n \n Specifies the type of SFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType2","Components.GenericTyped":"True"}},{"HashCode":1287392599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType2.\n \n Specifies the type of SFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043484511,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType3.\n \n Specifies the type of SFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType3","Components.GenericTyped":"True"}},{"HashCode":1593975016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType3.\n \n Specifies the type of SFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-280860033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType4.\n \n Specifies the type of SFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType4","Components.GenericTyped":"True"}},{"HashCode":372115714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType4.\n \n Specifies the type of SFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":393920841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType1.\n \n Specifies the type of SSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType1","Components.GenericTyped":"True"}},{"HashCode":993189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType1.\n \n Specifies the type of SSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916614829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType2.\n \n Specifies the type of SSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType2","Components.GenericTyped":"True"}},{"HashCode":-1361823880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType2.\n \n Specifies the type of SSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-793933162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType3.\n \n Specifies the type of SSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType3","Components.GenericTyped":"True"}},{"HashCode":1392933202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType3.\n \n Specifies the type of SSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754200564,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType4.\n \n Specifies the type of SSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType4","Components.GenericTyped":"True"}},{"HashCode":717928401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType4.\n \n Specifies the type of SSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1100232454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart date time template.\n \n Specifies the type of DateTimeTemplate.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.String","Metadata":{"Common.PropertyName":"Date"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","Components.GenericTyped":"True"}},{"HashCode":-318310633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart date time template.\n \n Specifies the type of DateTimeTemplate.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.String","Metadata":{"Common.PropertyName":"Date"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9550940,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart left label container.\n \n Specifies the type of LeftLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.LeftLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","Components.GenericTyped":"True"}},{"HashCode":811018363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart left label container.\n \n Specifies the type of LeftLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.LeftLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2095166288,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.RightLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart right label container.\n \n Specifies the type of RightLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.RightLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.RightLabel","Components.GenericTyped":"True"}},{"HashCode":1238178664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.RightLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart right label container.\n \n Specifies the type of RightLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.RightLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.RightLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.RightLabel","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1656494154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt splitter pane.\n \n Specifies the type of SplitterRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SplitterRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTreeGridRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTreeGridRendered"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.GenericTyped":"True"}},{"HashCode":67728310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt splitter pane.\n \n Specifies the type of SplitterRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SplitterRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTreeGridRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTreeGridRendered"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":127689400,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2066038853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":96314014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Child MileStone.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","Components.GenericTyped":"True"}},{"HashCode":-799185450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Child MileStone.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1003029809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures child Taskbar.\n \n Specifies the type of ChildTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","Components.GenericTyped":"True"}},{"HashCode":-1888793536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures child Taskbar.\n \n Specifies the type of ChildTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1636050947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Indicator Renderer.\n \n Specifies the type of IndicatorRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndicatorRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indicator","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Indicator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","Components.GenericTyped":"True"}},{"HashCode":1125151555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Indicator Renderer.\n \n Specifies the type of IndicatorRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indicator","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Indicator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":57399505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Manual Parent Taskbar.\n \n Specifies the type of ManualParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","Components.GenericTyped":"True"}},{"HashCode":-1857868726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Manual Parent Taskbar.\n \n Specifies the type of ManualParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2090619664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Parent MileStone.\n \n Specifies the type of ParentMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","Components.GenericTyped":"True"}},{"HashCode":1191270280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Parent MileStone.\n \n Specifies the type of ParentMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2104948363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Taskbar.\n \n Specifies the type of ParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","Components.GenericTyped":"True"}},{"HashCode":-918294654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Taskbar.\n \n Specifies the type of ParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057109094,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Taskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart taskbar main container.\n \n Specifies the type of Taskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Taskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Taskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Taskbar","Components.GenericTyped":"True"}},{"HashCode":88895631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Taskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart taskbar main container.\n \n Specifies the type of Taskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Taskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Taskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Taskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535526102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline cell.\n \n Specifies the type of TimelineCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineFormat","Metadata":{"Common.PropertyName":"CellValue"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","Components.GenericTyped":"True"}},{"HashCode":507038863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline cell.\n \n Specifies the type of TimelineCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineFormat","Metadata":{"Common.PropertyName":"CellValue"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-945004927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline header.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"OnHeaderTimelineRendered"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRenderedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnHeaderTimelineRenderedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.GenericTyped":"True"}},{"HashCode":398610420,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline header.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"OnHeaderTimelineRendered"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRenderedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnHeaderTimelineRenderedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-843636436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Baseline Tooltip.\n \n Specifies the type of BaselineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1214911322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Baseline Tooltip.\n \n Specifies the type of BaselineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":210388068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Connector Line Tooltip.\n \n Specifies the type of ConnectorLineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1511775400,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Connector Line Tooltip.\n \n Specifies the type of ConnectorLineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-231971684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt EventMarker Tooltip.\n \n Specifies the type of EventMarkerTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventMarkerTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","Components.GenericTyped":"True"}},{"HashCode":1143463714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt EventMarker Tooltip.\n \n Specifies the type of EventMarkerTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-536077547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Indicator Tooltip.\n \n Specifies the type of IndicatorTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndicatorTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","Components.GenericTyped":"True"}},{"HashCode":-711366121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Indicator Tooltip.\n \n Specifies the type of IndicatorTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1618481659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt ManualParent Taskbar Tooltip.\n \n Specifies the type of ManualParentTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualParentTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":-423157117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt ManualParent Taskbar Tooltip.\n \n Specifies the type of ManualParentTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":443160681,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Manual Taskbar Tooltip.\n \n Specifies the type of ManualTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":360478119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Manual Taskbar Tooltip.\n \n Specifies the type of ManualTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-816254773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt MileStone Tooltip.\n \n Specifies the type of MileStoneTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","Components.GenericTyped":"True"}},{"HashCode":-716335775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt MileStone Tooltip.\n \n Specifies the type of MileStoneTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1277033140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Taskbar Tooltip.\n \n Specifies the type of TaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":-2061952463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Taskbar Tooltip.\n \n Specifies the type of TaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-110278533,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt TreeGrid Events.\n \n \n Configures Gantt TreeGrid Lifecycle.\n \n \n Configures Gantt TreeGrid Members.\n \n Specifies the type of TreeGridPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TreeGridPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.GenericTyped":"True"}},{"HashCode":-1940466068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt TreeGrid Events.\n \n \n Configures Gantt TreeGrid Lifecycle.\n \n \n Configures Gantt TreeGrid Members.\n \n Specifies the type of TreeGridPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TreeGridPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-369403004,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1201799415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":61889344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartContextMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","Components.GenericTyped":"True"}},{"HashCode":-1300761292,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1459184015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventMarkerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventMarker","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"EventMarker"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","Components.GenericTyped":"True"}},{"HashCode":-304046840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventMarker","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"EventMarker"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1439145493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GridLines component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GridLines","Components.GenericTyped":"True"}},{"HashCode":94148912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GridLines component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GridLines","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1535880980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HolidayRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.HolidayRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Holiday","TypeName":"Syncfusion.Blazor.Gantt.GanttHolidayRange","Metadata":{"Common.PropertyName":"Holiday"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","Components.GenericTyped":"True"}},{"HashCode":717954323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.HolidayRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Holiday","TypeName":"Syncfusion.Blazor.Gantt.GanttHolidayRange","Metadata":{"Common.PropertyName":"Holiday"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-48227482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NonworkingRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","Components.GenericTyped":"True"}},{"HashCode":-1575650440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1974017600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WeekendRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.GenericTyped":"True"}},{"HashCode":339214163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WeekendRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-127150764,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"WeekendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-131406385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411785012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DeleteDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1877352689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1503592584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1647400208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1067124505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseLineEndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":610960087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-175673500,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseLineStartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":-645388811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1541738616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BooleanCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-2058712924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":895205413,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","Components.GenericTyped":"True"}},{"HashCode":-445448747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438751804,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-413371823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1775028915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DefaultCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","Components.GenericTyped":"True"}},{"HashCode":1702731976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1075100353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-655666872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189545011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DurationEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DurationEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","Components.GenericTyped":"True"}},{"HashCode":1049734607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DurationEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1224722363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":42636176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-860295018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-1630008382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026501752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","Components.GenericTyped":"True"}},{"HashCode":-13589743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2009678359,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":1781582022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690532707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskModeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskModeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","Components.GenericTyped":"True"}},{"HashCode":-2045812434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskModeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544961716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskNameEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskNameEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","Components.GenericTyped":"True"}},{"HashCode":1626642693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskNameEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1478582779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskTypeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","Components.GenericTyped":"True"}},{"HashCode":753176431,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":923590179,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WorkEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WorkEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","Components.GenericTyped":"True"}},{"HashCode":-915795057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WorkEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1283083728,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomAddDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","Components.GenericTyped":"True"}},{"HashCode":1619131473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-357083698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","Components.GenericTyped":"True"}},{"HashCode":1089883637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715067166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomEditDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","Components.GenericTyped":"True"}},{"HashCode":579461674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-482963648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DependencyTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","Components.GenericTyped":"True"}},{"HashCode":1198462319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2019703832,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GeneralTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","Components.GenericTyped":"True"}},{"HashCode":-789657003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421377642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotesTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","Components.GenericTyped":"True"}},{"HashCode":-1581535351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720324829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","Components.GenericTyped":"True"}},{"HashCode":1449321099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-644656667,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","Components.GenericTyped":"True"}},{"HashCode":-1907620052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":745858587,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","Components.GenericTyped":"True"}},{"HashCode":-987448071,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-104572194,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TooltipRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","Components.GenericTyped":"True"}},{"HashCode":-1487841724,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TooltipRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1331773395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotesColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","Components.GenericTyped":"True"}},{"HashCode":394974183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1044461522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate"}},{"HashCode":-735943824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424515940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1665153973,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1069213968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If ColumnName is not defined,\n then Field name value will be assigned to the ColumnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"GroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupCaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupFooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupFooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.\n Types of aggregate supported in-built are,.\n \n \n \n Performes sum aggregation.\n \n \n Performes average aggregation.\n \n \n Performes count aggregation.\n \n \n Performes false count aggregation.\n \n \n Performes true count aggregation.\n \n \n Performes max aggregation.\n \n \n Performes min aggregation.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn"}},{"HashCode":-2106698533,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If ColumnName is not defined,\n then Field name value will be assigned to the ColumnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"GroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupCaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupFooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupFooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.\n Types of aggregate supported in-built are,.\n \n \n \n Performes sum aggregation.\n \n \n Performes average aggregation.\n \n \n Performes count aggregation.\n \n \n Performes false count aggregation.\n \n \n Performes true count aggregation.\n \n \n Performes max aggregation.\n \n \n Performes min aggregation.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-720463240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1898541292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1513024280,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":198039001,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1857795300,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaptionTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":328562474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaptionTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754148149,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupFooterTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupFooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-733332309,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupFooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupFooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435620715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate columms.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns"}},{"HashCode":863336529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate columms.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":259291663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":512498623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":515341712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates"}},{"HashCode":-1474221397,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1098986663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":902227918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377378841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columm.\n \n \n Configures a grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn"}},{"HashCode":1983158744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columm.\n \n \n Configures a grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1568500929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":194648383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1281994274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-821842999,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1228213495,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1171347068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1040387226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":981497539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325988970,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1711106205,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889926986,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1338366217,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2017233433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n By default search operator is .\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}},{"HashCode":1411094543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n By default search operator is .\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":591471634,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1067746350,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734129543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-98432466,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1192129113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns"}},{"HashCode":-1263039950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1265274940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1277629804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-852479910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Define the command button ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.\n \n \n None\n Default. A command button with no default action. Use this for custom command actions.\n \n \n Edit\n A edit command button that edit current record.\n \n \n Delete\n A delete command button that delete current record.\n \n \n Save\n A save command button that saves the current edited record.\n \n \n Cancel\n A cancel command button that cancels the edit state.\n \n \n \n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn"}},{"HashCode":-365204450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Define the command button ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.\n \n \n None\n Default. A command button with no default action. Use this for custom command actions.\n \n \n Edit\n A edit command button that edit current record.\n \n \n Delete\n A delete command button that delete current record.\n \n \n Save\n A save command button that saves the current edited record.\n \n \n Cancel\n A cancel command button that cancels the edit state.\n \n \n \n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-286017342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-756887213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":775729163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns"}},{"HashCode":-603241933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749563679,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1192172675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732770865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowNextRowEdit","TypeName":"System.Boolean","Documentation":"\n \n If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.\n \n ","Metadata":{"Common.PropertyName":"AllowNextRowEdit"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n \n \n Normal\n Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.\n \n \n Dialog\n Editing is done in a Dialog/Pop component.\n \n \n Batch\n Enables cell editing. Multiple cells can be edited, added or deleted and saved.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Grids.NewRowPosition","IsEnum":true,"Documentation":"\n \n Defines the position of adding a new row. The available position are:\n \n \n Top\n Default. Add form is placed at the first row of the grid.\n \n \n Bottom\n Add form is placed at the last row of the grid\n \n \n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings"}},{"HashCode":980791251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowNextRowEdit","TypeName":"System.Boolean","Documentation":"\n \n If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.\n \n ","Metadata":{"Common.PropertyName":"AllowNextRowEdit"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n \n \n Normal\n Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.\n \n \n Dialog\n Editing is done in a Dialog/Pop component.\n \n \n Batch\n Enables cell editing. Multiple cells can be edited, added or deleted and saved.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Grids.NewRowPosition","IsEnum":true,"Documentation":"\n \n Defines the position of adding a new row. The available position are:\n \n \n Top\n Default. Add form is placed at the first row of the grid.\n \n \n Bottom\n Add form is placed at the last row of the grid\n \n \n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-75234005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":415683782,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1891026368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":129995076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2027807680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1494114514,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057676463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-479314795,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732015616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1165693294,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-15095578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Grid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cancel operation is started in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchCancel","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click the context menu items.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when open the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the Grid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Grid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeOpenColumnChooser","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when clicked column chooser.\n \n ","Metadata":{"Common.PropertyName":"BeforeOpenColumnChooser","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfGroupCaptionTemplateInfo event is triggered every time a caption template row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to Excel/Csv Sheet.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelGroupCaptionTemplateInfo event is triggered every time a caption template row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the Excel sheet. So this event is triggered as many times as the data is entered into a cell written in the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExportComplete","TypeName":"System.Action","Documentation":"\n \n The ExportComplete event is triggered when exporting process was completed.\n \n ","Metadata":{"Common.PropertyName":"ExportComplete","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEvents","Components.GenericTyped":"True"}},{"HashCode":464112829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Grid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cancel operation is started in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchCancel","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click the context menu items.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when open the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the Grid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Grid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeOpenColumnChooser","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when clicked column chooser.\n \n ","Metadata":{"Common.PropertyName":"BeforeOpenColumnChooser","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfGroupCaptionTemplateInfo event is triggered every time a caption template row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to Excel/Csv Sheet.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelGroupCaptionTemplateInfo event is triggered every time a caption template row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the Excel sheet. So this event is triggered as many times as the data is entered into a cell written in the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExportComplete","TypeName":"System.Action","Documentation":"\n \n The ExportComplete event is triggered when exporting process was completed.\n \n ","Metadata":{"Common.PropertyName":"ExportComplete","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97920922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn"}},{"HashCode":219132814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-32668046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1333000909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1914960265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns"}},{"HashCode":1867254257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1817255142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":133915269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1788909147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filtering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.\n \n \n Use component\n to define filter criteria.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"EnableCaseSensitivity","TypeName":"System.Boolean","Documentation":"\n \n If EnableCaseSensitivity is set to true then searches grid records with exact match based on the filter\n operator. It will have no effect on number, boolean and Date fields.\n \n ","Metadata":{"Common.PropertyName":"EnableCaseSensitivity"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are.\n \n \n OnEnter\n Initiate filter operation after Enter key is pressed.\n \n \n Immediate\n Initiate filter operation after certain time interval. By default time interval is 1500ms.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The Operators is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are.\n \n \n FilterBar\n Default. Specifies the filter type as filter bar.\n \n \n Menu\n Specifies the filter type as menu.\n \n \n CheckBox\n Specifies the filter type as check box.\n \n \n Excel\n Specifies the filter type as excel.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings"}},{"HashCode":-1689258429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filtering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.\n \n \n Use component\n to define filter criteria.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"EnableCaseSensitivity","TypeName":"System.Boolean","Documentation":"\n \n If EnableCaseSensitivity is set to true then searches grid records with exact match based on the filter\n operator. It will have no effect on number, boolean and Date fields.\n \n ","Metadata":{"Common.PropertyName":"EnableCaseSensitivity"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are.\n \n \n OnEnter\n Initiate filter operation after Enter key is pressed.\n \n \n Immediate\n Initiate filter operation after certain time interval. By default time interval is 1500ms.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The Operators is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are.\n \n \n FilterBar\n Default. Specifies the filter type as filter bar.\n \n \n Menu\n Specifies the filter type as menu.\n \n \n CheckBox\n Specifies the filter type as check box.\n \n \n Excel\n Specifies the filter type as excel.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1367509016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1887022510,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703066976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid allows the grouped elements to be reordered.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.String[]","Documentation":"\n \n Specifies the column names to group at initial rendering of the Grid.\n You can also get the currently grouped columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DisablePageWiseAggregates","TypeName":"System.Boolean","Documentation":"\n \n If DisablePageWiseAggregates set to true, then the group aggregate value will\n be calculated from the whole data instead of paged data and two requests will be made for each page\n when Grid bound with remote service.\n \n ","Metadata":{"Common.PropertyName":"DisablePageWiseAggregates"}},{"Kind":"Components.Component","Name":"ShowDropArea","TypeName":"System.Boolean","Documentation":"\n \n If ShowDropArea is set to true, the group drop area element will be visible at the top of the Grid.\n \n ","Metadata":{"Common.PropertyName":"ShowDropArea"}},{"Kind":"Components.Component","Name":"ShowGroupedColumn","TypeName":"System.Boolean","Documentation":"\n \n If ShowGroupedColumn is set to false, it hides the grouped column after grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupedColumn"}},{"Kind":"Components.Component","Name":"ShowToggleButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\n or ungroup columns by clicking them.\n \n ","Metadata":{"Common.PropertyName":"ShowToggleButton"}},{"Kind":"Components.Component","Name":"ShowUngroupButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowUngroupButton set to false, then ungroup button is hidden in dropped element.\n It can be used to ungroup the grouped column when click on ungroup button.\n \n ","Metadata":{"Common.PropertyName":"ShowUngroupButton"}},{"Kind":"Components.Component","Name":"EnableLazyLoading","TypeName":"System.Boolean","Documentation":"\n \n The Lazy load grouping, allows the Grid to render only the initial level caption rows in collapsed state while grouping.\n The child rows of each caption will render only when we expand the captions.\n \n ","Metadata":{"Common.PropertyName":"EnableLazyLoading"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings"}},{"HashCode":-1106624833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid allows the grouped elements to be reordered.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.String[]","Documentation":"\n \n Specifies the column names to group at initial rendering of the Grid.\n You can also get the currently grouped columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DisablePageWiseAggregates","TypeName":"System.Boolean","Documentation":"\n \n If DisablePageWiseAggregates set to true, then the group aggregate value will\n be calculated from the whole data instead of paged data and two requests will be made for each page\n when Grid bound with remote service.\n \n ","Metadata":{"Common.PropertyName":"DisablePageWiseAggregates"}},{"Kind":"Components.Component","Name":"ShowDropArea","TypeName":"System.Boolean","Documentation":"\n \n If ShowDropArea is set to true, the group drop area element will be visible at the top of the Grid.\n \n ","Metadata":{"Common.PropertyName":"ShowDropArea"}},{"Kind":"Components.Component","Name":"ShowGroupedColumn","TypeName":"System.Boolean","Documentation":"\n \n If ShowGroupedColumn is set to false, it hides the grouped column after grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupedColumn"}},{"Kind":"Components.Component","Name":"ShowToggleButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\n or ungroup columns by clicking them.\n \n ","Metadata":{"Common.PropertyName":"ShowToggleButton"}},{"Kind":"Components.Component","Name":"ShowUngroupButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowUngroupButton set to false, then ungroup button is hidden in dropped element.\n It can be used to ungroup the grouped column when click on ungroup button.\n \n ","Metadata":{"Common.PropertyName":"ShowUngroupButton"}},{"Kind":"Components.Component","Name":"EnableLazyLoading","TypeName":"System.Boolean","Documentation":"\n \n The Lazy load grouping, allows the Grid to render only the initial level caption rows in collapsed state while grouping.\n The child rows of each caption will render only when we expand the captions.\n \n ","Metadata":{"Common.PropertyName":"EnableLazyLoading"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-800771026,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1013785447,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1981991748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362135255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873826596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridKeySettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures keyboard navigation for grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridKeySettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MoveLeftCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the left cell movement.\n \n \n ShiftTab\n Moves to left cell on pressing Shift+Tab key\n \n \n ArrowLeft\n Moves to left cell on pressing left arrow key\n \n \n ShiftLeft\n Moves to left cell on pressing shift+left arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveLeftCell"}},{"Kind":"Components.Component","Name":"MoveRightCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the right cell movement.\n \n \n Tab\n Moves to right cell on pressing Tab key\n \n \n ArrowRight\n Moves to right cell on pressing right arrow key\n \n \n ShiftRight\n Moves to right cell on pressing shift+right arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveRightCell"}},{"Kind":"Components.Component","Name":"MoveUpCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the up cell movement.\n \n \n ShiftEnter\n Moves to top cell on pressing Shit+Enter key\n \n \n ArrowUp\n Moves to top cell on pressing up arrow key\n \n \n ShiftUp\n Moves to top cell on pressing shift+up arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveUpCell"}},{"Kind":"Components.Component","Name":"MoveDownCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the down cell movement.\n \n \n Enter\n Moves to down cell on pressing Enter key\n \n \n ArrowDown\n Moves to down cell on pressing down arrow key\n \n \n ShiftDown\n Moves to down cell on pressing shift+down arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveDownCell"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridKeySettings"}},{"HashCode":-106335743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridKeySettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures keyboard navigation for grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridKeySettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MoveLeftCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the left cell movement.\n \n \n ShiftTab\n Moves to left cell on pressing Shift+Tab key\n \n \n ArrowLeft\n Moves to left cell on pressing left arrow key\n \n \n ShiftLeft\n Moves to left cell on pressing shift+left arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveLeftCell"}},{"Kind":"Components.Component","Name":"MoveRightCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the right cell movement.\n \n \n Tab\n Moves to right cell on pressing Tab key\n \n \n ArrowRight\n Moves to right cell on pressing right arrow key\n \n \n ShiftRight\n Moves to right cell on pressing shift+right arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveRightCell"}},{"Kind":"Components.Component","Name":"MoveUpCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the up cell movement.\n \n \n ShiftEnter\n Moves to top cell on pressing Shit+Enter key\n \n \n ArrowUp\n Moves to top cell on pressing up arrow key\n \n \n ShiftUp\n Moves to top cell on pressing shift+up arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveUpCell"}},{"Kind":"Components.Component","Name":"MoveDownCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the down cell movement.\n \n \n Enter\n Moves to down cell on pressing Enter key\n \n \n ArrowDown\n Moves to down cell on pressing down arrow key\n \n \n ShiftDown\n Moves to down cell on pressing shift+down arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveDownCell"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":160861151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid paging.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings"}},{"HashCode":597386258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid paging.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935235175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1733441723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":469684091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1794757516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-850093454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid row drag and drop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings"}},{"HashCode":-1135193447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid row drag and drop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104556519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid searching.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to false, searches records that match exactly, else\n searches records that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the key value to search Grid records at initial rendering.\n You can also get the current search key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings"}},{"HashCode":885278600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid searching.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to false, searches records that match exactly, else\n searches records that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the key value to search Grid records at initial rendering.\n You can also get the current search key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645694384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box.\n It requires the to be either cell or both.\n \n \n Flow\n Default. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..\n \n \n Box\n Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range\n \n \n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are,.\n \n \n Default\n Default. In this mode, user can select multiple rows by clicking rows one by one.\n \n \n ResetOnRowClick\n In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n \n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the Grid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n If EnableSimpleMultiRowSelection set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection mode. Available modes are,.\n \n \n Row\n Default. Row selection is enabled\n \n \n Cell\n Cell selection is enabled.\n \n \n Both\n Both Row and Cell selection is enabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the Grid selection is persisted on all operations.\n For persisting selection in the Grid, any one of the column must be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are.\n \n \n Single\n Default. Allows selection of only a row or a cell.\n \n \n Multiple\n Allows user to select a multiple rows or cells.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings"}},{"HashCode":-636262060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box.\n It requires the to be either cell or both.\n \n \n Flow\n Default. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..\n \n \n Box\n Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range\n \n \n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are,.\n \n \n Default\n Default. In this mode, user can select multiple rows by clicking rows one by one.\n \n \n ResetOnRowClick\n In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n \n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the Grid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n If EnableSimpleMultiRowSelection set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection mode. Available modes are,.\n \n \n Row\n Default. Row selection is enabled\n \n \n Cell\n Cell selection is enabled.\n \n \n Both\n Both Row and Cell selection is enabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the Grid selection is persisted on all operations.\n For persisting selection in the Grid, any one of the column must be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are.\n \n \n Single\n Default. Allows selection of only a row or a cell.\n \n \n Multiple\n Allows user to select a multiple rows or cells.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-146341695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column. Available directions are,.\n \n \n Ascending\n Default. Sorts records in ascending order.\n \n \n Descending\n Sorts records in descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IsFromGroup","TypeName":"System.Boolean","Documentation":"\n \n Defines the sorted column whether or from grouping operation.\n \n ","Metadata":{"Common.PropertyName":"IsFromGroup"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumn"}},{"HashCode":-1566181375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column. Available directions are,.\n \n \n Ascending\n Default. Sorts records in ascending order.\n \n \n Descending\n Sorts records in descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IsFromGroup","TypeName":"System.Boolean","Documentation":"\n \n Defines the sorted column whether or from grouping operation.\n \n ","Metadata":{"Common.PropertyName":"IsFromGroup"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011700963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns"}},{"HashCode":-1870086250,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975540571,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":882307430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-109415514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sorting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Grid.\n Also user can get current sorted columns, use component\n to set initial sort columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings"}},{"HashCode":1116754611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sorting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Grid.\n Also user can get current sorted columns, use component\n to set initial sort columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985125152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":810301255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935980051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyRecordTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"EmptyRecordTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates"}},{"HashCode":-746299921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyRecordTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"EmptyRecordTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1687579079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1963648756,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1494315411,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2017278858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-134623542,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":865614676,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1405194295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyRecordTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyRecordTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1958848655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyRecordTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyRecordTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-849431507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-887761036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":736497647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid text wrapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.Grids.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode` of the Grid. The available modes are:\n \n \n Both\n Default. Wraps both header and content.\n \n \n Header\n Wraps header alone.\n \n \n Content\n Wraps content alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings"}},{"HashCode":-167773504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid text wrapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.Grids.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode` of the Grid. The available modes are:\n \n \n Both\n Default. Wraps both header and content.\n \n \n Header\n Wraps header alone.\n \n \n Content\n Wraps content alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-802231027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Grid component displays tabular data and it has in-built support for various data binding, editing,\n sorting and filtering.\n \n A type which provides schema for the grid component.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.SfGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets the Grid aggregate rows. Use component to configure\n aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowExcelExport set to true, then it will allow the user to export grid to Excel file.\n \n \n To perform excel export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to true the filter bar will be displayed for all columns.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter grid records with required criteria.\n \n \n Filter type can be changed from filterbar using property.\n Filter can be disabled for particular column by using .\n \n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\n Grouping can be done by drag and drop columns from column header to group drop area.\n \n \n Grouping can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.\n \n \n must be true to use this property.\n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If AllowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.\n \n \n Paging can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowPdfExport set to true, then it will allow the user to export grid to Pdf file.\n \n \n To perform pdf export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n \n If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop grid rows at another or within grid.\n \n \n To drag and drop rows between grids or to another component, property should be provided\n with the ID of the target grid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If AllowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.\n \n \n Selection can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting is set to true, it allows sorting of grid records when column header is clicked.\n \n \n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If AllowTextWrap set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n \n Text wrap can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,.\n \n \n Clip\n Truncates the cell content when it overflows its area.\n \n \n Ellipsis\n Displays ellipsis when the cell content overflows its area.\n \n \n EllipsisWithTooltip\n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"KeySettings","TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Documentation":"\n \n Configures the cell movement keys in the Grid.\n \n ","Metadata":{"Common.PropertyName":"KeySettings"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n ColumnMenuItems defines both built-in and custom column menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n ColumnQueryModeprovides options to retrive data from the datasource.\n \n \n All\n It retrives whole data source\n \n \n Schema\n Retrives data for all the defined columns in grid from the data source.\n \n \n ExcludeHidden\n Retrives data only for visible columns of grid from the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of data source. Use to add grid columns.\n If the Columns declaration is empty or undefined then the columns are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n ContextMenuItems defines both built-in and custom context menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n Edit - Edit the current record.\n Delete - Delete the current record.\n Save - Save the edited record.\n Cancel - Cancel the edited state.\n Copy - Copy the selected records.\n PdfExport - Export the grid as Pdf format.\n ExcelExport - Export the grid as Excel format.\n CsvExport - Export the grid as CSV format.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n FirstPage - Go to the first page.\n PrevPage - Go to the previous page.\n LastPage - Go to the last page.\n NextPage - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Grids.ActionArgs","Documentation":"\n \n Gets or sets the current action details.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering grid rows. The data source value can be of any type\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n Render the Grid component as Adaptive mode based on Parent element. Also, it's render's the Grid filter, sorting and editing dialogs adaptively\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If EnableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection mode to be Cell and CellSelectionMode to be Box.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"EnableHeaderFocus","TypeName":"System.Boolean","Documentation":"\n \n If EnableHeaderFocus set to true, then header element will be focused when focus moves to grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHeaderFocus"}},{"Kind":"Components.Component","Name":"EnableVirtualMaskRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableMastRow set to true the Masked row append in the DOM elements.\n If set to false default virtual scrolling will work while enabling Enable Virtualization.\n In this feature Masked cells displayed until data cells retrieve.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMaskRow"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If EnableHover is set to true, the row hover is enabled in the Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n \n Enabling this property will store the grid state such as column order, column width, sort information etc in the\n window.localStorage when the component is disposed.\n Users can also store grid state in data base instead of window.localStorage by using method.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Documentation":"\n \n Configures the filter settings of the Grid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n Specific column can be frozen using property.\n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of grid lines. The available modes are,.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Documentation":"\n \n Configures the group settings.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the grid content.\n \n \n Height can be assigned with pixel and percentage values such as 100px, 100% etc.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HierarchyPrintMode","TypeName":"Syncfusion.Blazor.Grids.HierarchyGridPrintMode","IsEnum":true,"Documentation":"\n \n Defines the hierarchy grid print modes. The available modes are.\n \n \n Expanded\n Prints the master grid with expanded child grids.\n \n \n All\n Prints the master grid with all the child grids.\n \n \n None\n Prints the master grid alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"HierarchyPrintMode"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Documentation":"\n \n Configures the pager in the Grid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are.\n \n \n AllPages\n Print all pages records of the Grid.\n \n \n CurrentPage\n Print current page records of the Grid.\n \n \n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Documentation":"\n \n Configures the row drop settings.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of Grid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"RowRenderingMode","TypeName":"Syncfusion.Blazor.Grids.RowDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the row rendering mode in grid. Setting this in vertical mode will render rows vertically with headers in the same row which suits better to use grid in small screens. In vertical row rendering mode, limited features are supported like filtering,sorting, Dialog editing, Selection, Searching and Row virtualization. \n \n ","Metadata":{"Common.PropertyName":"RowRenderingMode"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Documentation":"\n \n Configures the search behavior in the Grid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The SelectedRowIndex allows you to select a row at initial rendering.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Documentation":"\n \n Configures the sort settings.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the Grid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n Toolbar defines the ToolBar items of the Grid.\n It contains built-in and custom toolbar items.\n \n \n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n In some cases user may want to use custom toolbar instead of custom item, in such cases user can use\n property to provide custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the Grid width.\n \n \n Width can be assigned with pixel and percentage values such as 100px, 100% etc.\n When the sum of total column width exceeds this value then the browser horizontal scrollbar will be displayed.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.GenericTyped":"True"}},{"HashCode":-188811984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Grid component displays tabular data and it has in-built support for various data binding, editing,\n sorting and filtering.\n \n A type which provides schema for the grid component.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.SfGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets the Grid aggregate rows. Use component to configure\n aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowExcelExport set to true, then it will allow the user to export grid to Excel file.\n \n \n To perform excel export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to true the filter bar will be displayed for all columns.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter grid records with required criteria.\n \n \n Filter type can be changed from filterbar using property.\n Filter can be disabled for particular column by using .\n \n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\n Grouping can be done by drag and drop columns from column header to group drop area.\n \n \n Grouping can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.\n \n \n must be true to use this property.\n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If AllowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.\n \n \n Paging can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowPdfExport set to true, then it will allow the user to export grid to Pdf file.\n \n \n To perform pdf export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n \n If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop grid rows at another or within grid.\n \n \n To drag and drop rows between grids or to another component, property should be provided\n with the ID of the target grid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If AllowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.\n \n \n Selection can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting is set to true, it allows sorting of grid records when column header is clicked.\n \n \n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If AllowTextWrap set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n \n Text wrap can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,.\n \n \n Clip\n Truncates the cell content when it overflows its area.\n \n \n Ellipsis\n Displays ellipsis when the cell content overflows its area.\n \n \n EllipsisWithTooltip\n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"KeySettings","TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Documentation":"\n \n Configures the cell movement keys in the Grid.\n \n ","Metadata":{"Common.PropertyName":"KeySettings"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n ColumnMenuItems defines both built-in and custom column menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n ColumnQueryModeprovides options to retrive data from the datasource.\n \n \n All\n It retrives whole data source\n \n \n Schema\n Retrives data for all the defined columns in grid from the data source.\n \n \n ExcludeHidden\n Retrives data only for visible columns of grid from the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of data source. Use to add grid columns.\n If the Columns declaration is empty or undefined then the columns are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n ContextMenuItems defines both built-in and custom context menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n Edit - Edit the current record.\n Delete - Delete the current record.\n Save - Save the edited record.\n Cancel - Cancel the edited state.\n Copy - Copy the selected records.\n PdfExport - Export the grid as Pdf format.\n ExcelExport - Export the grid as Excel format.\n CsvExport - Export the grid as CSV format.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n FirstPage - Go to the first page.\n PrevPage - Go to the previous page.\n LastPage - Go to the last page.\n NextPage - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Grids.ActionArgs","Documentation":"\n \n Gets or sets the current action details.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering grid rows. The data source value can be of any type\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n Render the Grid component as Adaptive mode based on Parent element. Also, it's render's the Grid filter, sorting and editing dialogs adaptively\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If EnableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection mode to be Cell and CellSelectionMode to be Box.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"EnableHeaderFocus","TypeName":"System.Boolean","Documentation":"\n \n If EnableHeaderFocus set to true, then header element will be focused when focus moves to grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHeaderFocus"}},{"Kind":"Components.Component","Name":"EnableVirtualMaskRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableMastRow set to true the Masked row append in the DOM elements.\n If set to false default virtual scrolling will work while enabling Enable Virtualization.\n In this feature Masked cells displayed until data cells retrieve.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMaskRow"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If EnableHover is set to true, the row hover is enabled in the Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n \n Enabling this property will store the grid state such as column order, column width, sort information etc in the\n window.localStorage when the component is disposed.\n Users can also store grid state in data base instead of window.localStorage by using method.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Documentation":"\n \n Configures the filter settings of the Grid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n Specific column can be frozen using property.\n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of grid lines. The available modes are,.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Documentation":"\n \n Configures the group settings.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the grid content.\n \n \n Height can be assigned with pixel and percentage values such as 100px, 100% etc.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HierarchyPrintMode","TypeName":"Syncfusion.Blazor.Grids.HierarchyGridPrintMode","IsEnum":true,"Documentation":"\n \n Defines the hierarchy grid print modes. The available modes are.\n \n \n Expanded\n Prints the master grid with expanded child grids.\n \n \n All\n Prints the master grid with all the child grids.\n \n \n None\n Prints the master grid alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"HierarchyPrintMode"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Documentation":"\n \n Configures the pager in the Grid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are.\n \n \n AllPages\n Print all pages records of the Grid.\n \n \n CurrentPage\n Print current page records of the Grid.\n \n \n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Documentation":"\n \n Configures the row drop settings.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of Grid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"RowRenderingMode","TypeName":"Syncfusion.Blazor.Grids.RowDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the row rendering mode in grid. Setting this in vertical mode will render rows vertically with headers in the same row which suits better to use grid in small screens. In vertical row rendering mode, limited features are supported like filtering,sorting, Dialog editing, Selection, Searching and Row virtualization. \n \n ","Metadata":{"Common.PropertyName":"RowRenderingMode"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Documentation":"\n \n Configures the search behavior in the Grid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The SelectedRowIndex allows you to select a row at initial rendering.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Documentation":"\n \n Configures the sort settings.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the Grid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n Toolbar defines the ToolBar items of the Grid.\n It contains built-in and custom toolbar items.\n \n \n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n In some cases user may want to use custom toolbar instead of custom item, in such cases user can use\n property to provide custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the Grid width.\n \n \n Width can be assigned with pixel and percentage values such as 100px, 100% etc.\n When the sum of total column width exceeds this value then the browser horizontal scrollbar will be displayed.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364406435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1201888463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.SfGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-996814215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItem"}},{"HashCode":-1270075599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159209530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the group title for the checkbox collections. \n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}},{"HashCode":-494789704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the group title for the checkbox collections. \n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":184482095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1035256285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-244384490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridForeignColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridForeignColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ForeignDataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Defines the column data source which will act as foreign data source.\n \n List or any IEnumerable type value is accepted as foreign data source.\n For custom binding or using remote service as foreign data source use\n component and configure data source using\n .\n ","Metadata":{"Common.PropertyName":"ForeignDataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn","Components.GenericTyped":"True"}},{"HashCode":-1149195594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridForeignColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridForeignColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ForeignDataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Defines the column data source which will act as foreign data source.\n \n List or any IEnumerable type value is accepted as foreign data source.\n For custom binding or using remote service as foreign data source use\n component and configure data source using\n .\n ","Metadata":{"Common.PropertyName":"ForeignDataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-124309030,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridForeignColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":372749729,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":184050582,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":888008031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1077773393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-287095634,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1411088617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":622359105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1219737668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-231906214,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1384045489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-693888748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1679640188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.PagerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on the numeric items.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"System.Object","Documentation":"\n \n Triggers when Pager is created.\n \n ","Metadata":{"Common.PropertyName":"Created"}},{"Kind":"Components.Component","Name":"DropDownChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after pageSize is selected in DropDownList.\n \n ","Metadata":{"Common.PropertyName":"DropDownChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.PagerEvents"}},{"HashCode":-1846241723,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.PagerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.PagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on the numeric items.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"System.Object","Documentation":"\n \n Triggers when Pager is created.\n \n ","Metadata":{"Common.PropertyName":"Created"}},{"Kind":"Components.Component","Name":"DropDownChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after pageSize is selected in DropDownList.\n \n ","Metadata":{"Common.PropertyName":"DropDownChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.PagerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1095709742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfPager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Double","Documentation":"\n \n Defines the current page number of pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"CustomText","TypeName":"System.String","Documentation":"\n \n Defines the customized text to append with numeric items.\n \n ","Metadata":{"Common.PropertyName":"CustomText"}},{"Kind":"Components.Component","Name":"EnableExternalMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnableExternalMessage set to true, then it adds the message to Pager.\n \n ","Metadata":{"Common.PropertyName":"EnableExternalMessage"}},{"Kind":"Components.Component","Name":"EnablePagerMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnablePagerMessage set to true, then it adds the pager information.\n \n ","Metadata":{"Common.PropertyName":"EnablePagerMessage"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExternalMessage","TypeName":"System.String","Documentation":"\n \n Defines the external message of Pager.\n \n ","Metadata":{"Common.PropertyName":"ExternalMessage"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Double","Documentation":"\n \n Defines the number of pages to display in pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Double","Documentation":"\n \n Defines the records count of visible page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or list of values,\n It renders DropDownList in the pager which allow us to select page size from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalRecordsCount","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalRecordsCount"}},{"Kind":"Components.Component","Name":"TotalPages","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalPages"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager"}},{"HashCode":1837890224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfPager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Double","Documentation":"\n \n Defines the current page number of pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"CustomText","TypeName":"System.String","Documentation":"\n \n Defines the customized text to append with numeric items.\n \n ","Metadata":{"Common.PropertyName":"CustomText"}},{"Kind":"Components.Component","Name":"EnableExternalMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnableExternalMessage set to true, then it adds the message to Pager.\n \n ","Metadata":{"Common.PropertyName":"EnableExternalMessage"}},{"Kind":"Components.Component","Name":"EnablePagerMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnablePagerMessage set to true, then it adds the pager information.\n \n ","Metadata":{"Common.PropertyName":"EnablePagerMessage"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExternalMessage","TypeName":"System.String","Documentation":"\n \n Defines the external message of Pager.\n \n ","Metadata":{"Common.PropertyName":"ExternalMessage"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Double","Documentation":"\n \n Defines the number of pages to display in pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Double","Documentation":"\n \n Defines the records count of visible page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or list of values,\n It renders DropDownList in the pager which allow us to select page size from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalRecordsCount","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalRecordsCount"}},{"Kind":"Components.Component","Name":"TotalPages","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalPages"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1911294467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1089333366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.SfPager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1778425555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfPager"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1649763966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.SfPager"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-175387783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EditorCellBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","Components.GenericTyped":"True"}},{"HashCode":18944664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EditorCellBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944931256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterCheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","Components.GenericTyped":"True"}},{"HashCode":1700513398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1015940176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Xvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Xvalue"}},{"Kind":"Components.Component","Name":"Yvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Yvalue"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","Components.GenericTyped":"True"}},{"HashCode":942595270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Xvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Xvalue"}},{"Kind":"Components.Component","Name":"Yvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Yvalue"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757040552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellBase","Components.GenericTyped":"True"}},{"HashCode":266805164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":467515342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridHeaderBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeaderBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","Components.GenericTyped":"True"}},{"HashCode":383268741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeaderBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1056248005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRowBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRowBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRowBase component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRowBase","Components.GenericTyped":"True"}},{"HashCode":-1455434613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRowBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridRowBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRowBase component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRowBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":300852743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BooleanEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.BooleanEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","Components.GenericTyped":"True"}},{"HashCode":212779674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.BooleanEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1004674206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DatePickerEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","Components.GenericTyped":"True"}},{"HashCode":847419613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DatePickerEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1199798478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DropDownEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","Components.GenericTyped":"True"}},{"HashCode":446979216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DropDownEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1440838539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ForeignKeyEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Model","TypeName":"Syncfusion.Blazor.Grids.Internal.EditorDropDownModel","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","Components.GenericTyped":"True"}},{"HashCode":1586187177,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Model","TypeName":"Syncfusion.Blazor.Grids.Internal.EditorDropDownModel","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-303623544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NumericEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","Components.GenericTyped":"True"}},{"HashCode":1457698955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NumericEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-45881150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextBoxEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.TextBoxEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","Components.GenericTyped":"True"}},{"HashCode":-245819128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.TextBoxEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1442671310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HasValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasValue"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}},{"HashCode":-1085464090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HasValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasValue"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645003365,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1077205898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":433653317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1971043793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1638816154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BatchEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BatchEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.BatchEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BatchEdit","Components.GenericTyped":"True"}},{"HashCode":835897750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BatchEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.BatchEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.BatchEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BatchEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-44550557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CaptionSummary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","Components.GenericTyped":"True"}},{"HashCode":-48388660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CaptionSummary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1042463120,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CellRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.CellRender component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender","Components.GenericTyped":"True"}},{"HashCode":1958805964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CellRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CellRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.CellRender component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-956702180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CellRender"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1696242727,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.CellRender"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":912031374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked"}},{"Kind":"Components.Component","Name":"CheckBoxClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CheckBoxClass"}},{"Kind":"Components.Component","Name":"WrapperClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"WrapperClass"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RequireInput","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RequireInput"}},{"Kind":"Components.Component","Name":"Lable","TypeName":"System.String","Metadata":{"Common.PropertyName":"Lable"}},{"Kind":"Components.Component","Name":"CCSelectAll","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"CCSelectAll"}},{"Kind":"Components.Component","Name":"Intermediate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Intermediate"}},{"Kind":"Components.Component","Name":"CCClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CCClass"}},{"Kind":"Components.Component","Name":"CBSelectAllClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CBSelectAllClass"}},{"Kind":"Components.Component","Name":"IsDisabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDisabled"}},{"Kind":"Components.Component","Name":"IsRtl","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRtl"}},{"Kind":"Components.Component","Name":"Records","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Records"}},{"Kind":"Components.Component","Name":"AriaLabel","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"AriaLabel"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnClick","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer"}},{"HashCode":918220067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked"}},{"Kind":"Components.Component","Name":"CheckBoxClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CheckBoxClass"}},{"Kind":"Components.Component","Name":"WrapperClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"WrapperClass"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RequireInput","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RequireInput"}},{"Kind":"Components.Component","Name":"Lable","TypeName":"System.String","Metadata":{"Common.PropertyName":"Lable"}},{"Kind":"Components.Component","Name":"CCSelectAll","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"CCSelectAll"}},{"Kind":"Components.Component","Name":"Intermediate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Intermediate"}},{"Kind":"Components.Component","Name":"CCClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CCClass"}},{"Kind":"Components.Component","Name":"CBSelectAllClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CBSelectAllClass"}},{"Kind":"Components.Component","Name":"IsDisabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDisabled"}},{"Kind":"Components.Component","Name":"IsRtl","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRtl"}},{"Kind":"Components.Component","Name":"Records","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Records"}},{"Kind":"Components.Component","Name":"AriaLabel","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"AriaLabel"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnClick","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1252451022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnChooser"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnChooser component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","Components.GenericTyped":"True"}},{"HashCode":-1099750095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnChooser component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1912089769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","Components.GenericTyped":"True"}},{"HashCode":-1362216971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1834351293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CommandColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CommandColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CommandColumn","Components.GenericTyped":"True"}},{"HashCode":955491456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CommandColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CommandColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CommandColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2113431046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ContextMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ContextMenu","Components.GenericTyped":"True"}},{"HashCode":-1329899250,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ContextMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1924092869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DetailCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DetailCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DetailCell","Components.GenericTyped":"True"}},{"HashCode":-494004111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DetailCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DetailCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DetailCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DetailCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1772707743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DialogEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DialogEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DialogEdit","Components.GenericTyped":"True"}},{"HashCode":950732084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DialogEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DialogEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DialogEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DialogEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064620614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EventRegister","Components.GenericTyped":"True"}},{"HashCode":-681895567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EventRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1377761993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExpandCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExpandCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.ExpandCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExpandCell","Components.GenericTyped":"True"}},{"HashCode":-336542885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExpandCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ExpandCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.ExpandCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExpandCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1376303074,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExcelBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExcelBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ExcelBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"isFiltered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"isFiltered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExcelBase","Components.GenericTyped":"True"}},{"HashCode":138728587,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExcelBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ExcelBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ExcelBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"isFiltered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"isFiltered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExcelBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-727701337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterBarRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","Components.GenericTyped":"True"}},{"HashCode":-2098564130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterBarRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528188785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterType","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterType"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterType component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterType","Components.GenericTyped":"True"}},{"HashCode":-334433856,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterType","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterType"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterType component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterType","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1393535402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FooterContent","Components.GenericTyped":"True"}},{"HashCode":1053273765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FooterContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":327767303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FilterComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FilterComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditorComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","Components.GenericTyped":"True"}},{"HashCode":581522796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FilterComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FilterComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditorComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1341586100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterComponent","ParentTag":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1492953530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterComponent","ParentTag":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":396861980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent","ParentTag":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":289063586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent","ParentTag":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1979617106,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenContent","Components.GenericTyped":"True"}},{"HashCode":1929457773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2065460598,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenFooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","Components.GenericTyped":"True"}},{"HashCode":-1933684991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenFooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1025071535,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","Components.GenericTyped":"True"}},{"HashCode":-1007462357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-571789781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenVirtual"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenVirtual component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsXaxis","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsXaxis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","Components.GenericTyped":"True"}},{"HashCode":729445446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenVirtual component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsXaxis","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsXaxis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2076712341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCell","Components.GenericTyped":"True"}},{"HashCode":183611093,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1736548640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridCellRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelector","TypeName":"System.Func, Syncfusion.Blazor.Grids.Internal.Cell, System.String>","Metadata":{"Common.PropertyName":"CellSelector","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","Components.GenericTyped":"True"}},{"HashCode":-635321685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridCellRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelector","TypeName":"System.Func, Syncfusion.Blazor.Grids.Internal.Cell, System.String>","Metadata":{"Common.PropertyName":"CellSelector","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1519060912,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2096117523,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-604201498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsFrozenVirtual","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenVirtual"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridContent","Components.GenericTyped":"True"}},{"HashCode":-367536210,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsFrozenVirtual","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenVirtual"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1961113928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridDetailRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","Components.GenericTyped":"True"}},{"HashCode":-654711920,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridDetailRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1460181253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsFromClient","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFromClient"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"IsFrozenRowMovable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRowMovable"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeader","Components.GenericTyped":"True"}},{"HashCode":-1549933752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsFromClient","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFromClient"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"IsFrozenRowMovable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRowMovable"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128519911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRow","Components.GenericTyped":"True"}},{"HashCode":-1358991144,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1356427684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridToolbar component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridToolbar","Components.GenericTyped":"True"}},{"HashCode":723405727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridToolbar component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-582390174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridVirtualContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridVirtualContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"QueriedData","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"QueriedData"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"RQueryStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryStartIndex"}},{"Kind":"Components.Component","Name":"RQueryEndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryEndIndex"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"NextRowToNavigate","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"NextRowToNavigate"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","Components.GenericTyped":"True"}},{"HashCode":-1099637819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridVirtualContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"QueriedData","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"QueriedData"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"RQueryStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryStartIndex"}},{"Kind":"Components.Component","Name":"RQueryEndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryEndIndex"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"NextRowToNavigate","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"NextRowToNavigate"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468458551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridVirtualHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"THeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter THeader for the Syncfusion.Blazor.Grids.Internal.GridVirtualHeader component.","Metadata":{"Common.PropertyName":"THeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"StartColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColumnIndex"}},{"Kind":"Components.Component","Name":"EndColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColumnIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","Components.GenericTyped":"True"}},{"HashCode":1873814682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"THeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter THeader for the Syncfusion.Blazor.Grids.Internal.GridVirtualHeader component.","Metadata":{"Common.PropertyName":"THeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"StartColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColumnIndex"}},{"Kind":"Components.Component","Name":"EndColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColumnIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1374275561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupCaption","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GroupCaption component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupCaption","Components.GenericTyped":"True"}},{"HashCode":-1902183922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupCaption","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GroupCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GroupCaption component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupCaption","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-356427872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupDropArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GroupDropArea component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","Components.GenericTyped":"True"}},{"HashCode":1041125342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GroupDropArea component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-853443692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.IndentCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndentCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.IndentCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.IndentCell","Components.GenericTyped":"True"}},{"HashCode":-1592651417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.IndentCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.IndentCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.IndentCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.IndentCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-600606554,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NormalEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NormalEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NormalEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NormalEdit","Components.GenericTyped":"True"}},{"HashCode":-1212481855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NormalEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.NormalEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NormalEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NormalEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316774933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Preloader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Preloader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.Preloader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader","Components.GenericTyped":"True"}},{"HashCode":-918900255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Preloader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Preloader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.Preloader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2058899180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Preloader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1811774683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.Preloader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":607883626,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.PrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.PrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.Grids.SfGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.PrintLayout","Components.GenericTyped":"True"}},{"HashCode":1987039270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.PrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.PrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.PrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.Grids.SfGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.PrintLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2105552717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.RowDragCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowDragCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.RowDragCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.RowDragCell","Components.GenericTyped":"True"}},{"HashCode":1628858717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.RowDragCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.RowDragCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.RowDragCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.RowDragCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653846335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Summary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Summary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.Summary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Summary","Components.GenericTyped":"True"}},{"HashCode":312628142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Summary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Summary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.Summary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Summary","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1593319613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationDialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","Components.GenericTyped":"True"}},{"HashCode":-232241383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationDialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1082797158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","Components.GenericTyped":"True"}},{"HashCode":1929827591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":492947450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.WidthController","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WidthController"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.WidthController component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.WidthController","Components.GenericTyped":"True"}},{"HashCode":-978041153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.WidthController","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.WidthController"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.WidthController component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.WidthController","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833928223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnsValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","Components.GenericTyped":"True"}},{"HashCode":679674634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-290109536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis labels border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder"}},{"HashCode":1206445067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis labels border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402295104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis"}},{"HashCode":207269985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":374140279,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis label border.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder"}},{"HashCode":-806875458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis label border.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1046415704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}},{"HashCode":945778775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1175419058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1813120204,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1685388366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the x-axis text style of the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}},{"HashCode":1415169570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the x-axis text style of the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":510623764,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2054349353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1395312550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies the heatmap x-axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}},{"HashCode":1585711876,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies the heatmap x-axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1189632463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1106421248,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-778609259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}},{"HashCode":1477688240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":920256938,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-50553181,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":160140141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}},{"HashCode":-586934696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":987482862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2009708537,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-91603602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies heatmap axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Title text\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}},{"HashCode":-225925991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies heatmap axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Title text\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-976279121,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1752094198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057309454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis multi-level categories class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisMultiLevelCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Int32","Documentation":"\n \n Specifies the end value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum width of the text for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Int32","Documentation":"\n \n Specifies the start value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the multi-level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}},{"HashCode":1467026261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis multi-level categories class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Int32","Documentation":"\n \n Specifies the end value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum width of the text for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Int32","Documentation":"\n \n Specifies the start value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the multi-level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-462939809,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapAxisMultiLevelCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-739172433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":917042720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the axis text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisMultiLevelLabelsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}},{"HashCode":1172157326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the axis text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438318600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapAxisMultiLevelLabelsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-622327058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":480771559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi-level labels. They are,\n \n \n Near:\n Places the multi-level labels Near.\n \n \n Center:\n Places the multi-level labels at Center.\n \n \n Far:\n Places the multi-level labels Far.\n \n \n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.AxisLabelBorderModel","Documentation":"\n \n Specifies the border of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level categories for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the text overflow for multi-level labels. They are,\n \n \n Trim:\n Trim text overflow for multi-level labels.\n \n \n Wrap:\n Wrap text overflow for multi-level labels.\n \n \n None:\n No text overflow for multi-level labels.\n \n \n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Documentation":"\n \n Specifies the options to customize the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}},{"HashCode":1376299664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi-level labels. They are,\n \n \n Near:\n Places the multi-level labels Near.\n \n \n Center:\n Places the multi-level labels at Center.\n \n \n Far:\n Places the multi-level labels Far.\n \n \n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.AxisLabelBorderModel","Documentation":"\n \n Specifies the border of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level categories for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the text overflow for multi-level labels. They are,\n \n \n Trim:\n Trim text overflow for multi-level labels.\n \n \n Wrap:\n Wrap text overflow for multi-level labels.\n \n \n None:\n No text overflow for multi-level labels.\n \n \n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Documentation":"\n \n Specifies the options to customize the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2043406909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2092928748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749427235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}},{"HashCode":-1462724399,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1665641494,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":450217003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":680153214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder"}},{"HashCode":-38958790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064121859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder"}},{"HashCode":-51027238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205682196,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap datasource settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdaptorType","TypeName":"Syncfusion.Blazor.HeatMap.AdaptorType","IsEnum":true,"Documentation":"\n \n Specifies adaptor type.\n \n ","Metadata":{"Common.PropertyName":"AdaptorType"}},{"Kind":"Components.Component","Name":"BubbleDataMapping","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Documentation":"\n \n Specifies data mapping for size and color bubble type.\n \n ","Metadata":{"Common.PropertyName":"BubbleDataMapping"}},{"Kind":"Components.Component","Name":"IsJsonData","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the provided datasource is JSON data.\n \n ","Metadata":{"Common.PropertyName":"IsJsonData"}},{"Kind":"Components.Component","Name":"ValueMapping","TypeName":"System.String","Documentation":"\n \n Specifies value mapping.\n \n ","Metadata":{"Common.PropertyName":"ValueMapping"}},{"Kind":"Components.Component","Name":"XDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies xAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"XDataMapping"}},{"Kind":"Components.Component","Name":"YDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies yAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"YDataMapping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}},{"HashCode":-240752529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap datasource settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdaptorType","TypeName":"Syncfusion.Blazor.HeatMap.AdaptorType","IsEnum":true,"Documentation":"\n \n Specifies adaptor type.\n \n ","Metadata":{"Common.PropertyName":"AdaptorType"}},{"Kind":"Components.Component","Name":"BubbleDataMapping","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Documentation":"\n \n Specifies data mapping for size and color bubble type.\n \n ","Metadata":{"Common.PropertyName":"BubbleDataMapping"}},{"Kind":"Components.Component","Name":"IsJsonData","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the provided datasource is JSON data.\n \n ","Metadata":{"Common.PropertyName":"IsJsonData"}},{"Kind":"Components.Component","Name":"ValueMapping","TypeName":"System.String","Documentation":"\n \n Specifies value mapping.\n \n ","Metadata":{"Common.PropertyName":"ValueMapping"}},{"Kind":"Components.Component","Name":"XDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies xAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"XDataMapping"}},{"Kind":"Components.Component","Name":"YDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies yAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"YDataMapping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1759250945,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1881483177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":498313619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the HeatMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when you click the heat map cell in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when multiple cells get selected in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the Heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the HeatMap tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapEvents"}},{"HashCode":-650851604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the HeatMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when you click the heat map cell in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when multiple cells get selected in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the Heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the HeatMap tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1498759562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment of the legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"EnableSmartLegend","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the smart legend should be displayed or not when the palette type is fixed.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLegend"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of Legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LabelDisplayType","TypeName":"Syncfusion.Blazor.HeatMap.LabelDisplayType","IsEnum":true,"Documentation":"\n \n Specifies the type of label display for the smart legend.\n \n \n All:\n All labels are displayed.\n \n \n Edge:\n Labels will be displayed only at the edges of the legend.\n \n \n None:\n No labels are displayed.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelDisplayType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the legend label.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.HeatMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of Legend to render.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowGradientPointer","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the gradient pointer should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowGradientPointer"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the label should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Documentation":"\n \n Specifies the legend label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Documentation":"\n \n Specifies the title of Legend.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to toggle the visibility of heatmap cells based on legend range selection or not.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Legend should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of Legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}},{"HashCode":-1757309600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment of the legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"EnableSmartLegend","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the smart legend should be displayed or not when the palette type is fixed.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLegend"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of Legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LabelDisplayType","TypeName":"Syncfusion.Blazor.HeatMap.LabelDisplayType","IsEnum":true,"Documentation":"\n \n Specifies the type of label display for the smart legend.\n \n \n All:\n All labels are displayed.\n \n \n Edge:\n Labels will be displayed only at the edges of the legend.\n \n \n None:\n No labels are displayed.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelDisplayType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the legend label.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.HeatMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of Legend to render.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowGradientPointer","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the gradient pointer should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowGradientPointer"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the label should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Documentation":"\n \n Specifies the legend label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Documentation":"\n \n Specifies the title of Legend.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to toggle the visibility of heatmap cells based on legend range selection or not.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Legend should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of Legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1575492035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-260922458,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-411947284,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}},{"HashCode":788910242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-957696790,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":80113175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471490443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content child.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}},{"HashCode":-145588121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content child.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-724008148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content child.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-947722175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content child.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726604241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}},{"HashCode":-841163530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272095128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-480971430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239021815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Int32","Documentation":"\n \n Specifies the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Int32","Documentation":"\n \n Specifies the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Int32","Documentation":"\n \n Specifies the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Int32","Documentation":"\n \n Specifies the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}},{"HashCode":1066811981,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Int32","Documentation":"\n \n Specifies the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Int32","Documentation":"\n \n Specifies the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Int32","Documentation":"\n \n Specifies the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Int32","Documentation":"\n \n Specifies the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1458418033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":593453949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450985815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the fill colors for the heatmap cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapFillColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the maximum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the minimum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}},{"HashCode":-653187307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the fill colors for the heatmap cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the maximum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the minimum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":223221238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapFillColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2108746792,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-100610828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the palette color text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette end value.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the palette color label.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette max-color value.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette min-color value.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette start value.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette color value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}},{"HashCode":-1539425383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the palette color text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette end value.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the palette color label.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette max-color value.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette min-color value.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette start value.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette color value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1863677446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1926024134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":968797083,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPalettes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}},{"HashCode":-1047065416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-473164215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPalettes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":248927101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-222148037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palette settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPaletteSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColorGradientMode","TypeName":"Syncfusion.Blazor.HeatMap.ColorGradientMode","IsEnum":true,"Documentation":"\n \n Specifies the color gradient mode in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ColorGradientMode"}},{"Kind":"Components.Component","Name":"EmptyPointColor","TypeName":"System.String","Documentation":"\n \n Specifies the color for empty points in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointColor"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Documentation":"\n \n Specifies the options to set fill colors.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.PaletteType","IsEnum":true,"Documentation":"\n \n Specifies the color style\n \n \n Gradient:\n Render heatmap cells with linear gradient color.\n \n \n Fixed:\n Render heatmap cells with fixed color.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}},{"HashCode":1890604916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palette settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColorGradientMode","TypeName":"Syncfusion.Blazor.HeatMap.ColorGradientMode","IsEnum":true,"Documentation":"\n \n Specifies the color gradient mode in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ColorGradientMode"}},{"Kind":"Components.Component","Name":"EmptyPointColor","TypeName":"System.String","Documentation":"\n \n Specifies the color for empty points in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointColor"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Documentation":"\n \n Specifies the options to set fill colors.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.PaletteType","IsEnum":true,"Documentation":"\n \n Specifies the color style\n \n \n Gradient:\n Render heatmap cells with linear gradient color.\n \n \n Fixed:\n Render heatmap cells with fixed color.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1265656137,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPaletteSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":85614652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1311711492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble data mapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapBubbleDataMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set size.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}},{"HashCode":-1279065090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble data mapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set size.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1655177663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapBubbleDataMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1899976435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074883023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble size.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapBubbleSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}},{"HashCode":2105229613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble size.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2001602854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapBubbleSize"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-823159033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468609565,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Int32","Documentation":"\n \n Specifies the radius of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder"}},{"HashCode":-1229051508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Int32","Documentation":"\n \n Specifies the radius of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1728225253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"BubbleSize","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Documentation":"\n \n Specifies the minimum and maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"BubbleSize"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.HeatMap.BubbleType","IsEnum":true,"Documentation":"\n \n Defines Bubble Type. They are\n \n \n Size:\n Defines the bubble type as size.\n \n \n Color:\n Defines the bubble type as color.\n \n \n Sector:\n Defines the bubble type as sector.\n \n \n SizeAndColor:\n Defines the bubble type as size and color.\n \n \n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"EnableCellHighlighting","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the cell highlighting on mouse hover.\n \n ","Metadata":{"Common.PropertyName":"EnableCellHighlighting"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsInversedBubbleSize","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the bubble to display in inverse.\n \n ","Metadata":{"Common.PropertyName":"IsInversedBubbleSize"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Toggles the visibility of data label over the heatmap cells.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"TileType","TypeName":"Syncfusion.Blazor.HeatMap.CellType","IsEnum":true,"Documentation":"\n \n Defines cell Type. They are.\n \n \n Rect:\n Render heatmap cells in rectangle shape.\n \n \n Bubble:\n Render heatmap cells in bubble shape.\n \n \n \n ","Metadata":{"Common.PropertyName":"TileType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}},{"HashCode":-1046059256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"BubbleSize","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Documentation":"\n \n Specifies the minimum and maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"BubbleSize"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.HeatMap.BubbleType","IsEnum":true,"Documentation":"\n \n Defines Bubble Type. They are\n \n \n Size:\n Defines the bubble type as size.\n \n \n Color:\n Defines the bubble type as color.\n \n \n Sector:\n Defines the bubble type as sector.\n \n \n SizeAndColor:\n Defines the bubble type as size and color.\n \n \n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"EnableCellHighlighting","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the cell highlighting on mouse hover.\n \n ","Metadata":{"Common.PropertyName":"EnableCellHighlighting"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsInversedBubbleSize","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the bubble to display in inverse.\n \n ","Metadata":{"Common.PropertyName":"IsInversedBubbleSize"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Toggles the visibility of data label over the heatmap cells.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"TileType","TypeName":"Syncfusion.Blazor.HeatMap.CellType","IsEnum":true,"Documentation":"\n \n Defines cell Type. They are.\n \n \n Rect:\n Render heatmap cells in rectangle shape.\n \n \n Bubble:\n Render heatmap cells in bubble shape.\n \n \n \n ","Metadata":{"Common.PropertyName":"TileType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1874288521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapCellSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1071953788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-503379175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell value text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}},{"HashCode":1565870658,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell value text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1927028025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapCellTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1075815861,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-31650494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}},{"HashCode":-929878445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-725322907,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-725206620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2100180075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}},{"HashCode":-29922935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184287982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1078885266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2080538629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont"}},{"HashCode":-1998167620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-943073628,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":447700033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690122369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}},{"HashCode":909011134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927578042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1604208412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772995611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the header for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Specifies the custom template to format the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}},{"HashCode":-564252070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the header for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Specifies the custom template to format the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461593929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2033933435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1448936129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfHeatMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.SfHeatMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n The `AllowSelection` provides an option to enable or disable the\n selection of multiple cells in the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"CellSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Documentation":"\n \n The `CellSettings` provides an option to customize the heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"CellSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"TValue","Documentation":"\n \n The `DataSource` provides the data to render the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Documentation":"\n \n The `DataSourceSettings` specifies the datasource settings for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies ID property for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Documentation":"\n \n The `Margin` provides an option to customize the left, right, top and bottom margins of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"PaletteSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Documentation":"\n \n The `PaletteSettings` provides an option for customizing the cell color of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"PaletteSettings"}},{"Kind":"Components.Component","Name":"RenderingMode","TypeName":"Syncfusion.Blazor.HeatMap.DrawType","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n \n SVG:\n HeatMap is rendered using SVG draw mode.\n \n \n Canvas:\n HeatMap is rendered using Canvas draw mode.\n \n \n Auto:\n Automatically switch the draw mode based on the number of records in the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"RenderingMode"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the tooltip for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for heatmap.\n \n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TitleSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Documentation":"\n \n Specifies the Title of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TitleSettings"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Documentation":"\n \n The `TooltipSettings` provides an option for customizing the ToolTipSettings property of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n \n The `CssClass` property is used to add a user-preferred class name in the root element of the HeatMap,\n that can be used to customize the component (both CSS and functionality customization)\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxis","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Documentation":"\n \n The `XAxis` provides an option to configure the horizontal axis.\n \n ","Metadata":{"Common.PropertyName":"XAxis"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for heatmap component.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap","Components.GenericTyped":"True"}},{"HashCode":-1012755525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.SfHeatMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.SfHeatMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n The `AllowSelection` provides an option to enable or disable the\n selection of multiple cells in the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"CellSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Documentation":"\n \n The `CellSettings` provides an option to customize the heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"CellSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"TValue","Documentation":"\n \n The `DataSource` provides the data to render the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Documentation":"\n \n The `DataSourceSettings` specifies the datasource settings for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies ID property for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Documentation":"\n \n The `Margin` provides an option to customize the left, right, top and bottom margins of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"PaletteSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Documentation":"\n \n The `PaletteSettings` provides an option for customizing the cell color of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"PaletteSettings"}},{"Kind":"Components.Component","Name":"RenderingMode","TypeName":"Syncfusion.Blazor.HeatMap.DrawType","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n \n SVG:\n HeatMap is rendered using SVG draw mode.\n \n \n Canvas:\n HeatMap is rendered using Canvas draw mode.\n \n \n Auto:\n Automatically switch the draw mode based on the number of records in the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"RenderingMode"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the tooltip for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for heatmap.\n \n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TitleSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Documentation":"\n \n Specifies the Title of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TitleSettings"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Documentation":"\n \n The `TooltipSettings` provides an option for customizing the ToolTipSettings property of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n \n The `CssClass` property is used to add a user-preferred class name in the root element of the HeatMap,\n that can be used to customize the component (both CSS and functionality customization)\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxis","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Documentation":"\n \n The `XAxis` provides an option to configure the horizontal axis.\n \n ","Metadata":{"Common.PropertyName":"XAxis"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for heatmap component.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":288079083,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfHeatMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1253656653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.SfHeatMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1899404650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component class.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component styles.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}},{"HashCode":468447989,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component class.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component styles.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-974210807,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-93007724,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406984290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Axis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Axis.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Axis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Axis component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Axis","Components.GenericTyped":"True"}},{"HashCode":1993341035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Axis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Axis.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Axis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Axis component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Axis","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1745275029,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.DataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Datasource.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.DataSource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.DataSource","Components.GenericTyped":"True"}},{"HashCode":1506298466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.DataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Datasource.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.DataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.DataSource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.DataSource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":254776007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Legend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Legend.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Legend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Legend component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Legend","Components.GenericTyped":"True"}},{"HashCode":613951032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Legend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Legend.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Legend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Legend component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Legend","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-413485567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Palette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Palette.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Palette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Palette component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Palette","Components.GenericTyped":"True"}},{"HashCode":652666505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Palette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Palette.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Palette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Palette component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Palette","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-118308411,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the component which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}},{"HashCode":-33027725,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the component which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903567332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-363962046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411213248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorButtton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton"}},{"HashCode":-605958349,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":682942636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's cancel Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorCancelButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton"}},{"HashCode":1450958960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's cancel Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195191258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the handler to handle the In-place Editor's events.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data is submitted to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when data submission is failed.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the data is submitted successfully to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnSanitizeHtml","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnSanitizeHtml","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Validating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before changing edit mode from default.\n \n ","Metadata":{"Common.PropertyName":"BeginEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the edit action is finished and begin to submit/cancel the current value.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the integrated component value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","Components.GenericTyped":"True"}},{"HashCode":590883949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the handler to handle the In-place Editor's events.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data is submitted to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when data submission is failed.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the data is submitted successfully to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnSanitizeHtml","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnSanitizeHtml","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Validating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before changing edit mode from default.\n \n ","Metadata":{"Common.PropertyName":"BeginEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the edit action is finished and begin to submit/cancel the current value.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the integrated component value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":648494358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the properties to customize the popup mode of the In-place Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorPopupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n Specifies the animation that displays while opening and closing the popup.\n The animation property allows to set delay, duration, and effect.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will close the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the specific user-defined styles to customize the popup.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup which accepts the string values.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n Enables to freeze a popup in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Int32","Documentation":"\n \n Specifies an X-coordinate value which is the horizontal space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Int32","Documentation":"\n \n Specifies an Y-coordinate value which is the vertical space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will open the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.OpenType","IsEnum":true,"Documentation":"\n \n Determines the mode when invoking the popup. The available open modes are:\n 1.Auto\n 2.Hover\n 3.Click\n 4.Focus\n 5.Custom\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Set the position of the popup based on the target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Determines whether to show or hide the tip pointer on the popup.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n Specifies to customize the position of the tip pointer on the popup.\n The available options are:\n 1.Auto\n 2.Start\n 3.Middle\n 4.End\n When set to auto, the tip pointer adjusts its position automatically based on the available space on the target.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Set the width of the popup component which accepts a string value.\n When set width as auto, the popup width will be adjusted automatically to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Popup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the editor's popup.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings"}},{"HashCode":-1343641701,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the properties to customize the popup mode of the In-place Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n Specifies the animation that displays while opening and closing the popup.\n The animation property allows to set delay, duration, and effect.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will close the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the specific user-defined styles to customize the popup.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup which accepts the string values.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n Enables to freeze a popup in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Int32","Documentation":"\n \n Specifies an X-coordinate value which is the horizontal space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Int32","Documentation":"\n \n Specifies an Y-coordinate value which is the vertical space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will open the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.OpenType","IsEnum":true,"Documentation":"\n \n Determines the mode when invoking the popup. The available open modes are:\n 1.Auto\n 2.Hover\n 3.Click\n 4.Focus\n 5.Custom\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Set the position of the popup based on the target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Determines whether to show or hide the tip pointer on the popup.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n Specifies to customize the position of the tip pointer on the popup.\n The available options are:\n 1.Auto\n 2.Start\n 3.Middle\n 4.End\n When set to auto, the tip pointer adjusts its position automatically based on the available space on the target.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Set the width of the popup component which accepts a string value.\n When set width as auto, the popup width will be adjusted automatically to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Popup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the editor's popup.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1403713558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's save button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorSaveButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton"}},{"HashCode":1666627527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's save button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1902239884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}},{"HashCode":-1636614033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-520554955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InPlaceEditorTemplate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1660006171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854919686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The In-place Editor component is most useful for editing a value dynamically within its context (in-place).\n It has the built-in support to handle all the form components, including TextBox, Dropdown List, DatePicker, and Rich Text Editor.\n The component comes with different edit modes and a fully customizable UI.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInPlaceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Overridden.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionOnBlur","TypeName":"Syncfusion.Blazor.InPlaceEditor.ActionBlur","IsEnum":true,"Documentation":"\n \n Specifies the action that is performed when we focus-out from the In-place Editor. It can be a Submit or Cancel or Ignore action.\n \n ","Metadata":{"Common.PropertyName":"ActionOnBlur"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Specifies the adaptor type that is used by the DataManager to communicate with DataSource.\n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used to customize the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EditableOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.EditableType","IsEnum":true,"Documentation":"\n \n Specifies whether to enable or disable the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EditableOn"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Documentation":"\n \n Sets the text to be shown when a component is Empty.\n \n ","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"EnableEditMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies to show and hide the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EnableEditMode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.InPlaceEditor.RenderMode","IsEnum":true,"Documentation":"\n \n Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the component which is used to retrieve data from the server.\n If the name is not given, then the component ID will be considered as the mapping name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PrimaryKey","TypeName":"System.String","Documentation":"\n \n Defines the unique key of an editable field that can be used for saving data in the Database.\n \n ","Metadata":{"Common.PropertyName":"PrimaryKey"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the Save and Cancel buttons of the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"SubmitOnEnter","TypeName":"System.Boolean","Documentation":"\n \n Enables to trigger the submit action when the enter key is pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitOnEnter"}},{"Kind":"Components.Component","Name":"TextOption","TypeName":"Syncfusion.Blazor.InPlaceEditor.TextOptionType","IsEnum":true,"Metadata":{"Common.PropertyName":"TextOption"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.InPlaceEditor.InputType","IsEnum":true,"Documentation":"\n \n Specifies the component which is rendered within the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the server URL which triggers on submit action in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Specifies the display value for the component when the original value is empty.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the InPlaceEditor element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"CancelButton","TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Metadata":{"Common.PropertyName":"CancelButton"}},{"Kind":"Components.Component","Name":"SaveButton","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SaveButton"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"PopupSettings","TypeName":"System.Object","Metadata":{"Common.PropertyName":"PopupSettings"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Object","Metadata":{"Common.PropertyName":"ValidationRules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.GenericTyped":"True"}},{"HashCode":1871642072,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The In-place Editor component is most useful for editing a value dynamically within its context (in-place).\n It has the built-in support to handle all the form components, including TextBox, Dropdown List, DatePicker, and Rich Text Editor.\n The component comes with different edit modes and a fully customizable UI.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Overridden.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionOnBlur","TypeName":"Syncfusion.Blazor.InPlaceEditor.ActionBlur","IsEnum":true,"Documentation":"\n \n Specifies the action that is performed when we focus-out from the In-place Editor. It can be a Submit or Cancel or Ignore action.\n \n ","Metadata":{"Common.PropertyName":"ActionOnBlur"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Specifies the adaptor type that is used by the DataManager to communicate with DataSource.\n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used to customize the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EditableOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.EditableType","IsEnum":true,"Documentation":"\n \n Specifies whether to enable or disable the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EditableOn"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Documentation":"\n \n Sets the text to be shown when a component is Empty.\n \n ","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"EnableEditMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies to show and hide the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EnableEditMode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.InPlaceEditor.RenderMode","IsEnum":true,"Documentation":"\n \n Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the component which is used to retrieve data from the server.\n If the name is not given, then the component ID will be considered as the mapping name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PrimaryKey","TypeName":"System.String","Documentation":"\n \n Defines the unique key of an editable field that can be used for saving data in the Database.\n \n ","Metadata":{"Common.PropertyName":"PrimaryKey"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the Save and Cancel buttons of the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"SubmitOnEnter","TypeName":"System.Boolean","Documentation":"\n \n Enables to trigger the submit action when the enter key is pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitOnEnter"}},{"Kind":"Components.Component","Name":"TextOption","TypeName":"Syncfusion.Blazor.InPlaceEditor.TextOptionType","IsEnum":true,"Metadata":{"Common.PropertyName":"TextOption"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.InPlaceEditor.InputType","IsEnum":true,"Documentation":"\n \n Specifies the component which is rendered within the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the server URL which triggers on submit action in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Specifies the display value for the component when the original value is empty.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the InPlaceEditor element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"CancelButton","TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Metadata":{"Common.PropertyName":"CancelButton"}},{"Kind":"Components.Component","Name":"SaveButton","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SaveButton"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"PopupSettings","TypeName":"System.Object","Metadata":{"Common.PropertyName":"PopupSettings"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Object","Metadata":{"Common.PropertyName":"ValidationRules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-318258884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfInPlaceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":691864575,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":744902299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the dependent compoenent of the Inplace Editor type.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Component"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.Internal.Component component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","Components.GenericTyped":"True"}},{"HashCode":828349999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the dependent compoenent of the Inplace Editor type.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.Internal.Component component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252858588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for color picker element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Double","Documentation":"\n \n It is used to render the ColorPicker palette with specified columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n This property sets the CSS classes to root element of the ColorPicker\n which helps to customize the UI styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableOpacity","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the opacity option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"EnableOpacity"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable persisting component's state between page reloads and it is extended from component class.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n It is used to render the ColorPicker component as inline.\n \n ","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n It is used to render the ColorPicker with the specified mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the mode switcher button of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}},{"Kind":"Components.Component","Name":"NoColor","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the no color option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"NoColor"}},{"Kind":"Components.Component","Name":"PresetColors","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n It is used to load custom colors to palette.\n \n ","Metadata":{"Common.PropertyName":"PresetColors"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n It is used to set the color value for ColorPicker. It should be specified as Hex code.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnModeSwitch","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before Switching between ColorPicker mode.\n \n ","Metadata":{"Common.PropertyName":"OnModeSwitch","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ModeSwitched","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the ColorPicker mode is switched.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitched","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTileRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each palette tile.\n \n ","Metadata":{"Common.PropertyName":"OnTileRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while changing the colors. It will be triggered based on the showButtons property.\n If the property is false, the event will be triggered while selecting the colors.\n If the property is true, the event will be triggered while apply the selected color.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting the color in picker / palette, when ShowButtons property is enabled.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker"}},{"HashCode":-1946824644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for color picker element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Double","Documentation":"\n \n It is used to render the ColorPicker palette with specified columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n This property sets the CSS classes to root element of the ColorPicker\n which helps to customize the UI styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableOpacity","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the opacity option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"EnableOpacity"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable persisting component's state between page reloads and it is extended from component class.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n It is used to render the ColorPicker component as inline.\n \n ","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n It is used to render the ColorPicker with the specified mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the mode switcher button of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}},{"Kind":"Components.Component","Name":"NoColor","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the no color option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"NoColor"}},{"Kind":"Components.Component","Name":"PresetColors","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n It is used to load custom colors to palette.\n \n ","Metadata":{"Common.PropertyName":"PresetColors"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n It is used to set the color value for ColorPicker. It should be specified as Hex code.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnModeSwitch","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before Switching between ColorPicker mode.\n \n ","Metadata":{"Common.PropertyName":"OnModeSwitch","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ModeSwitched","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the ColorPicker mode is switched.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitched","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTileRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each palette tile.\n \n ","Metadata":{"Common.PropertyName":"OnTileRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while changing the colors. It will be triggered based on the showButtons property.\n If the property is false, the event will be triggered while selecting the colors.\n If the property is true, the event will be triggered while apply the selected color.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting the color in picker / palette, when ShowButtons property is enabled.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":691516633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1497486317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2084386180,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaskedTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of SfMaskedTextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the SfMaskedTextBox. One or more custom CSS classes can be added to a SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting SfMaskedTextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the SfMaskedTextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the SfMaskedTextBox that the placeholder text floats above the SfMaskedTextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the SfMaskedTextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the SfMaskedTextBox.\n \n \n Auto\n The floating label floats above the SfMaskedTextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in SfMaskedTextBox. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the SfMaskedTextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n Sets a value that masks the MaskedTextBox to allow/validate the user input.\n \n ","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"PromptChar","TypeName":"System.Char","Documentation":"\n \n Gets or sets a value that will be shown as a prompting symbol for the masked value.\n The symbol used to show input positions in the MaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"PromptChar"}},{"Kind":"Components.Component","Name":"CustomCharacters","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Sets the collection of values to be mapped for non-mask elements(literals)\n which have been set in the mask of MaskedTextBox.\n In the below example, non-mask elements \"P\" accepts values\n \"P\" , \"A\" , \"p\" , \"a\" and \"M\" accepts values \"M\", \"m\" mentioned in the custom characters collection.\n \n ","Metadata":{"Common.PropertyName":"CustomCharacters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}},{"HashCode":1839006791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of SfMaskedTextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the SfMaskedTextBox. One or more custom CSS classes can be added to a SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting SfMaskedTextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the SfMaskedTextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the SfMaskedTextBox that the placeholder text floats above the SfMaskedTextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the SfMaskedTextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the SfMaskedTextBox.\n \n \n Auto\n The floating label floats above the SfMaskedTextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in SfMaskedTextBox. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the SfMaskedTextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n Sets a value that masks the MaskedTextBox to allow/validate the user input.\n \n ","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"PromptChar","TypeName":"System.Char","Documentation":"\n \n Gets or sets a value that will be shown as a prompting symbol for the masked value.\n The symbol used to show input positions in the MaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"PromptChar"}},{"Kind":"Components.Component","Name":"CustomCharacters","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Sets the collection of values to be mapped for non-mask elements(literals)\n which have been set in the mask of MaskedTextBox.\n In the below example, non-mask elements \"P\" accepts values\n \"P\" , \"A\" , \"p\" , \"a\" and \"M\" accepts values \"M\", \"m\" mentioned in the custom characters collection.\n \n ","Metadata":{"Common.PropertyName":"CustomCharacters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-402927948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMaskedTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1577078959,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097276523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfNumericTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfNumericTextBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n Specifies the currency code to use in currency formatting. Possible values are the ISO 4217 currency codes, such as 'USD' for the US dollar and 'EUR' for the euro.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\n \n ","Metadata":{"Common.PropertyName":"Decimals"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the number format that indicates the display format for the value of the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowSpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the up and down spin buttons will be displayed in NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowSpinButton"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the incremental or decremental step size for the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Step","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the NumericTextBox component allows the value for the specified range.\n True - the input value will be restricted between the min and max range. The typed value gets modified to fit the range on a focused out state.\n Else, it allows any value even out of range value, at that time of wrong value entered, the error class will be added to the component to highlight the error.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ValidateDecimalOnType","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the length of the decimal should be restricted during typing.\n \n ","Metadata":{"Common.PropertyName":"ValidateDecimalOnType"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n Specifies a maximum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Max","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n Specifies a minimum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Min","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.GenericTyped":"True"}},{"HashCode":-1917470786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfNumericTextBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n Specifies the currency code to use in currency formatting. Possible values are the ISO 4217 currency codes, such as 'USD' for the US dollar and 'EUR' for the euro.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\n \n ","Metadata":{"Common.PropertyName":"Decimals"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the number format that indicates the display format for the value of the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowSpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the up and down spin buttons will be displayed in NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowSpinButton"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the incremental or decremental step size for the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Step","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the NumericTextBox component allows the value for the specified range.\n True - the input value will be restricted between the min and max range. The typed value gets modified to fit the range on a focused out state.\n Else, it allows any value even out of range value, at that time of wrong value entered, the error class will be added to the component to highlight the error.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ValidateDecimalOnType","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the length of the decimal should be restricted during typing.\n \n ","Metadata":{"Common.PropertyName":"ValidateDecimalOnType"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n Specifies a maximum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Max","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n Specifies a minimum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Min","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883025678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfNumericTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1146894554,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1706050506,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericTextBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.NumericTextBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value of the NumericTextBox changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.GenericTyped":"True"}},{"HashCode":-1789130318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.NumericTextBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value of the NumericTextBox changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1376805449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.ColorRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class represent the color, start and end position of slider track.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the Slider.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Get and set the Color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Get and set the start.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Get and set the End.\n \n ","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange"}},{"HashCode":-1134798379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.ColorRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class represent the color, start and end position of slider track.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.ColorRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the Slider.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Get and set the Color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Get and set the start.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Get and set the End.\n \n ","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-113272065,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the Slider.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":7887346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the Slider.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.ColorRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":766396011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the collections of colors to the slider track based on start and end value of each color.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderColorRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges"}},{"HashCode":183063363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the collections of colors to the slider track based on start and end value of each color.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderColorRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":597276019,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderColorRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-345244501,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderColorRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":62033906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial class SfSlider.\n \n Generic type parameter..\n \n Partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n The Slider component allows the user to select a value or range of values\n in-between the min and max range, by dragging the handle over the slider bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the slider element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColorRange","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color to the slider based on given value.\n \n ","Metadata":{"Common.PropertyName":"ColorRange"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the element used to customize the slider.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CustomValues","TypeName":"System.String[]","Documentation":"\n \n Specifies an array of slider values in number or string type.\n The min and max step values are not considered.\n \n ","Metadata":{"Common.PropertyName":"CustomValues"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the animation for slider movement.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Limits","TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Documentation":"\n \n Specified the limit within which the slider to be moved.\n \n ","Metadata":{"Common.PropertyName":"Limits"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Inputs.SliderOrientation","IsEnum":true,"Documentation":"\n \n Specifies whether to render the slider in vertical or horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the render the slider in read-only mode to restrict any user interaction.\n The slider rendered with user defined values and can’t be interacted with user actions.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the increase/decrease buttons\n of Slider to change the slider value.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Documentation":"\n \n Specifies the step value for each value change when the increase / decrease\n button is clicked or on arrow keys press or on dragging the thumb.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Ticks","TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Documentation":"\n \n It is used to render the slider ticks options such as placement and step values.\n \n ","Metadata":{"Common.PropertyName":"Ticks"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Documentation":"\n \n Specifies the visibility, position of the tooltip over the slider element.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.SliderType","IsEnum":true,"Documentation":"\n \n Defines the type of the Slider. The available options are:\n Default - Allows to a single value in the Slider.\n MinRange - Allows to select a single value in the Slider. It display’s a shadow from the start to the current value.\n Range - Allows to select a range of values in the Slider. It displays shadow in-between the selection range.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n It is used to denote the current value of the Slider.\n The value should be specified in array of number when render Slider type as range.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Slider.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"IsImmediateValue","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value need to be updated at the time of dragging slider handle.\n \n ","Metadata":{"Common.PropertyName":"IsImmediateValue"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify an additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.GenericTyped":"True"}},{"HashCode":-1948104100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial class SfSlider.\n \n Generic type parameter..\n \n Partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n The Slider component allows the user to select a value or range of values\n in-between the min and max range, by dragging the handle over the slider bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the slider element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColorRange","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color to the slider based on given value.\n \n ","Metadata":{"Common.PropertyName":"ColorRange"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the element used to customize the slider.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CustomValues","TypeName":"System.String[]","Documentation":"\n \n Specifies an array of slider values in number or string type.\n The min and max step values are not considered.\n \n ","Metadata":{"Common.PropertyName":"CustomValues"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the animation for slider movement.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Limits","TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Documentation":"\n \n Specified the limit within which the slider to be moved.\n \n ","Metadata":{"Common.PropertyName":"Limits"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Inputs.SliderOrientation","IsEnum":true,"Documentation":"\n \n Specifies whether to render the slider in vertical or horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the render the slider in read-only mode to restrict any user interaction.\n The slider rendered with user defined values and can’t be interacted with user actions.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the increase/decrease buttons\n of Slider to change the slider value.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Documentation":"\n \n Specifies the step value for each value change when the increase / decrease\n button is clicked or on arrow keys press or on dragging the thumb.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Ticks","TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Documentation":"\n \n It is used to render the slider ticks options such as placement and step values.\n \n ","Metadata":{"Common.PropertyName":"Ticks"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Documentation":"\n \n Specifies the visibility, position of the tooltip over the slider element.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.SliderType","IsEnum":true,"Documentation":"\n \n Defines the type of the Slider. The available options are:\n Default - Allows to a single value in the Slider.\n MinRange - Allows to select a single value in the Slider. It display’s a shadow from the start to the current value.\n Range - Allows to select a range of values in the Slider. It displays shadow in-between the selection range.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n It is used to denote the current value of the Slider.\n The value should be specified in array of number when render Slider type as range.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Slider.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"IsImmediateValue","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value need to be updated at the time of dragging slider handle.\n \n ","Metadata":{"Common.PropertyName":"IsImmediateValue"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify an additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432591469,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSlider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1521273487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfSlider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1992631998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the Slider component.\n \n \"TValue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SliderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n We can trigger change event whenever Slider value is changed.\n In other term, this event will be triggered while drag the slider thumb.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires whenever the Slider value is changed.\n In other term, this event will be triggered, while drag the slider thumb completed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Slider is successfully created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the ticks are rendered on the Slider.\n \n ","Metadata":{"Common.PropertyName":"TicksRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering the ticks element in the Slider,\n which is used to customize the ticks labels dynamically.\n \n ","Metadata":{"Common.PropertyName":"TicksRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTooltipChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Sider tooltip value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnTooltipChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderEvents","Components.GenericTyped":"True"}},{"HashCode":-1546838378,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the Slider component.\n \n \"TValue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SliderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n We can trigger change event whenever Slider value is changed.\n In other term, this event will be triggered while drag the slider thumb.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires whenever the Slider value is changed.\n In other term, this event will be triggered, while drag the slider thumb completed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Slider is successfully created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the ticks are rendered on the Slider.\n \n ","Metadata":{"Common.PropertyName":"TicksRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering the ticks element in the Slider,\n which is used to customize the ticks labels dynamically.\n \n ","Metadata":{"Common.PropertyName":"TicksRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTooltipChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Sider tooltip value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnTooltipChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1018649476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimitData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderLimitData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData"}},{"HashCode":-24232068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimitData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderLimitData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-999019420,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderLimitData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-503641684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderLimitData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1332470340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimits","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderLimits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits"}},{"HashCode":829533093,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimits","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderLimits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1116050527,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderLimits"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1098856247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderLimits"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-974812558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks"}},{"HashCode":-958869339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-599775562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":789116835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":904193958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicksData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicksData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData"}},{"HashCode":-1760639313,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicksData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTicksData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-49226811,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicksData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1012548062,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTicksData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":12520294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip"}},{"HashCode":-887505414,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610454281,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-908307289,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421597806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTooltipData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData"}},{"HashCode":261411819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTooltipData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1372194118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTooltipData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1818841571,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTooltipData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935191219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of TextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Input","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of TextBox has changed.\n \n ","Metadata":{"Common.PropertyName":"Input","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"Syncfusion.Blazor.Inputs.AutoComplete","IsEnum":true,"Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.InputType","IsEnum":true,"Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox"}},{"HashCode":1355124833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of TextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Input","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of TextBox has changed.\n \n ","Metadata":{"Common.PropertyName":"Input","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"Syncfusion.Blazor.Inputs.AutoComplete","IsEnum":true,"Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.InputType","IsEnum":true,"Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950738596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfUploader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfUploader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the Uploader component and pass the extensions\n with comma separators.\n For example,if you want to upload specific image files, pass `AllowedExtensions` as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AsyncSettings","TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Documentation":"\n \n Configures the save and remove URL to perform the upload operations in the server asynchronously.\n \n ","Metadata":{"Common.PropertyName":"AsyncSettings"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the Uploader component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the AutoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when AutoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Documentation":"\n \n You can customize the default text of \"browse, clear, and upload\" buttons with plain text or HTML elements.\n The buttons' text can be customized from localization also.\n If you configured both Locale and Buttons property,the Uploader component considers the Buttons property value.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with root element of the Uploader.\n One or more custom CSS classes can be added to a Uploader.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DirectoryUpload","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the folder of files can be browsed in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"DirectoryUpload"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Specifies the drop target to handle the drag-and-drop upload.\n By default, the Uploader creates wrapper around file input that will act as drop target.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"DropEffect","TypeName":"Syncfusion.Blazor.Inputs.DropEffect","IsEnum":true,"Documentation":"\n \n Specifies the drag operation effect to the Uploader component.\n Possible values are .\n \n \n Copy\n \n \n Move\n \n \n Link\n \n \n None\n \n \n \n ","Metadata":{"Common.PropertyName":"DropEffect"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting Uploader state between page reloads. If enabled, the `Files` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Uploader in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the Uploader allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Files","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of Uploader component.\n The property used to view and remove the uploaded files from server.\n By default, the files are configured with uploaded successfully state. The following properties are mandatory to configure the preload files:\n \n \n Name\n \n \n Size\n \n \n Type\n \n \n \n ","Metadata":{"Common.PropertyName":"Files"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or\n dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"SequentialUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the file Uploader component is processing the multiple files simultaneously.\n If SequentialUpload property is enabled, the file upload component performs the upload one after the other.\n \n ","Metadata":{"Common.PropertyName":"SequentialUpload"}},{"Kind":"Components.Component","Name":"ShowFileList","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the default file list can be rendered.\n The property used to prevent default file list and design own template for file list.\n \n ","Metadata":{"Common.PropertyName":"ShowFileList"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader"}},{"HashCode":1884542004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfUploader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfUploader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the Uploader component and pass the extensions\n with comma separators.\n For example,if you want to upload specific image files, pass `AllowedExtensions` as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AsyncSettings","TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Documentation":"\n \n Configures the save and remove URL to perform the upload operations in the server asynchronously.\n \n ","Metadata":{"Common.PropertyName":"AsyncSettings"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the Uploader component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the AutoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when AutoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Documentation":"\n \n You can customize the default text of \"browse, clear, and upload\" buttons with plain text or HTML elements.\n The buttons' text can be customized from localization also.\n If you configured both Locale and Buttons property,the Uploader component considers the Buttons property value.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with root element of the Uploader.\n One or more custom CSS classes can be added to a Uploader.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DirectoryUpload","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the folder of files can be browsed in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"DirectoryUpload"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Specifies the drop target to handle the drag-and-drop upload.\n By default, the Uploader creates wrapper around file input that will act as drop target.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"DropEffect","TypeName":"Syncfusion.Blazor.Inputs.DropEffect","IsEnum":true,"Documentation":"\n \n Specifies the drag operation effect to the Uploader component.\n Possible values are .\n \n \n Copy\n \n \n Move\n \n \n Link\n \n \n None\n \n \n \n ","Metadata":{"Common.PropertyName":"DropEffect"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting Uploader state between page reloads. If enabled, the `Files` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Uploader in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the Uploader allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Files","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of Uploader component.\n The property used to view and remove the uploaded files from server.\n By default, the files are configured with uploaded successfully state. The following properties are mandatory to configure the preload files:\n \n \n Name\n \n \n Size\n \n \n Type\n \n \n \n ","Metadata":{"Common.PropertyName":"Files"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or\n dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"SequentialUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the file Uploader component is processing the multiple files simultaneously.\n If SequentialUpload property is enabled, the file upload component performs the upload one after the other.\n \n ","Metadata":{"Common.PropertyName":"SequentialUpload"}},{"Kind":"Components.Component","Name":"ShowFileList","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the default file list can be rendered.\n The property used to prevent default file list and design own template for file list.\n \n ","Metadata":{"Common.PropertyName":"ShowFileList"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1999505829,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfUploader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-918137134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfUploader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59986215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfUploader"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1888034462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Inputs.SfUploader"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367075245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderAsyncSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChunkSize","TypeName":"System.Double","Documentation":"\n \n Specifies the ChunkSize to split the large file into chunks, and upload it to the server in a sequential order.\n If the ChunkSize property has value, the Uploader enables the chunk upload by default.\n It must be specified in bytes value.\n \n ","Metadata":{"Common.PropertyName":"ChunkSize"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of remove action that receives the file information and handle the remove operation in server.\n The remove action type must be POST request and define \"RemoveFileNames\" attribute to get file information that will be removed.\n This property is optional.\n \n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"RetryAfterDelay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay time in milliseconds that the automatic retry happens after the delay.\n \n ","Metadata":{"Common.PropertyName":"RetryAfterDelay"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of retries that the Uploader can perform on the file failed to upload.\n By default, the Uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the upload files and save in the server.\n The save action type must be POST request and define the argument as same input name used to render the component.\n The upload operations could not perform without this property.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}},{"HashCode":-324247496,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChunkSize","TypeName":"System.Double","Documentation":"\n \n Specifies the ChunkSize to split the large file into chunks, and upload it to the server in a sequential order.\n If the ChunkSize property has value, the Uploader enables the chunk upload by default.\n It must be specified in bytes value.\n \n ","Metadata":{"Common.PropertyName":"ChunkSize"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of remove action that receives the file information and handle the remove operation in server.\n The remove action type must be POST request and define \"RemoveFileNames\" attribute to get file information that will be removed.\n This property is optional.\n \n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"RetryAfterDelay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay time in milliseconds that the automatic retry happens after the delay.\n \n ","Metadata":{"Common.PropertyName":"RetryAfterDelay"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of retries that the Uploader can perform on the file failed to upload.\n By default, the Uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the upload files and save in the server.\n The save action type must be POST request and define the argument as same input name used to render the component.\n The upload operations could not perform without this property.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1358929007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderAsyncSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1546607696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-753292152,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customize the default text of browse, clear, and upload buttons with plain text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons"}},{"HashCode":2041961240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customize the default text of browse, clear, and upload buttons with plain text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818816151,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1135973851,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":99857222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifes the uploader button properties.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderButtonsProps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}},{"HashCode":495916362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifes the uploader button properties.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":518860313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderButtonsProps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1570301450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-353035599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after all the selected files has processed to upload successfully or failed to server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.\n \n ","Metadata":{"Common.PropertyName":"BeforeRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUpload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process before. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"BeforeUpload","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if cancel the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"OnCancel","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changes occur in uploaded file list by selecting or dropping files.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when the chunk file uploaded successfully.\n \n ","Metadata":{"Common.PropertyName":"OnChunkSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnChunkUploadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClear","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before clearing the items in file list when clicking \"clear\".\n \n ","Metadata":{"Common.PropertyName":"OnClear","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileListRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"OnFileListRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Paused","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if pause the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"Paused","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when uploading a file to the server using the AJAX request.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.\n \n ","Metadata":{"Common.PropertyName":"OnRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Rendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n DEPRECATED-Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"Rendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResume","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if resume the paused chunk file upload.\n \n ","Metadata":{"Common.PropertyName":"OnResume","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting or dropping the files by adding the files in upload queue.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Success","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request gets success on uploading files or removing files.\n \n ","Metadata":{"Common.PropertyName":"Success","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnUploadStart","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderEvents"}},{"HashCode":1825236809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after all the selected files has processed to upload successfully or failed to server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.\n \n ","Metadata":{"Common.PropertyName":"BeforeRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUpload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process before. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"BeforeUpload","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if cancel the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"OnCancel","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changes occur in uploaded file list by selecting or dropping files.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when the chunk file uploaded successfully.\n \n ","Metadata":{"Common.PropertyName":"OnChunkSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnChunkUploadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClear","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before clearing the items in file list when clicking \"clear\".\n \n ","Metadata":{"Common.PropertyName":"OnClear","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileListRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"OnFileListRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Paused","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if pause the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"Paused","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when uploading a file to the server using the AJAX request.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.\n \n ","Metadata":{"Common.PropertyName":"OnRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Rendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n DEPRECATED-Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"Rendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResume","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if resume the paused chunk file upload.\n \n ","Metadata":{"Common.PropertyName":"OnResume","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting or dropping the files by adding the files in upload queue.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Success","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request gets success on uploading files or removing files.\n \n ","Metadata":{"Common.PropertyName":"Success","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnUploadStart","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1576185417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles"}},{"HashCode":958924198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641071507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":99210992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1517761282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderUploadedFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the file.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Specifies the size of the file.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the type of the file.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}},{"HashCode":1531843050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the file.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Specifies the size of the file.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the type of the file.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1634306437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderUploadedFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1651856336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-619023735,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates"}},{"HashCode":1611082769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":261064652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":58275045,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1568794812,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454269574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488502488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInputBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnTouchEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnTouchEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon get touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseContainerHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseContainerHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focus out.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focused.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContainerKeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container key pressed.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerKeypress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"System.String","Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"IsReadOnlyInput","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value for dropdownlist default readonly property.\n \n ","Metadata":{"Common.PropertyName":"IsReadOnlyInput"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ContainerAttr","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the container attrubute of Input.\n \n ","Metadata":{"Common.PropertyName":"ContainerAttr"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"PrependButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the prepend icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"PrependButtons"}},{"Kind":"Components.Component","Name":"SpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enable or disable the spin button on the component.\n \n \n ","Metadata":{"Common.PropertyName":"SpinButton"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Documentation":"\n \n Specifies the class value that is appended to container of TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"IsValueTemplate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the value template is displayed in TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"IsValueTemplate"}},{"Kind":"Components.Component","Name":"RootClass","TypeName":"System.String","Documentation":"\n \n Gets or Set the component class to element.\n \n \n ","Metadata":{"Common.PropertyName":"RootClass"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the click actions.\n \n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation"}},{"Kind":"Components.Component","Name":"MouseDowSpinnerPrevent","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the mouse actions.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDowSpinnerPrevent"}},{"Kind":"Components.Component","Name":"PreventIconHandler","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the icon actions.\n \n \n ","Metadata":{"Common.PropertyName":"PreventIconHandler"}},{"Kind":"Components.Component","Name":"MousePreventContainer","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the container actions.\n \n \n ","Metadata":{"Common.PropertyName":"MousePreventContainer"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnClear","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on clear icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnClear"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on dropdown icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnIcon"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}},{"HashCode":-432801012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnTouchEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnTouchEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon get touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseContainerHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseContainerHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focus out.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focused.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContainerKeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container key pressed.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerKeypress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"System.String","Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"IsReadOnlyInput","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value for dropdownlist default readonly property.\n \n ","Metadata":{"Common.PropertyName":"IsReadOnlyInput"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ContainerAttr","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the container attrubute of Input.\n \n ","Metadata":{"Common.PropertyName":"ContainerAttr"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"PrependButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the prepend icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"PrependButtons"}},{"Kind":"Components.Component","Name":"SpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enable or disable the spin button on the component.\n \n \n ","Metadata":{"Common.PropertyName":"SpinButton"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Documentation":"\n \n Specifies the class value that is appended to container of TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"IsValueTemplate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the value template is displayed in TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"IsValueTemplate"}},{"Kind":"Components.Component","Name":"RootClass","TypeName":"System.String","Documentation":"\n \n Gets or Set the component class to element.\n \n \n ","Metadata":{"Common.PropertyName":"RootClass"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the click actions.\n \n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation"}},{"Kind":"Components.Component","Name":"MouseDowSpinnerPrevent","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the mouse actions.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDowSpinnerPrevent"}},{"Kind":"Components.Component","Name":"PreventIconHandler","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the icon actions.\n \n \n ","Metadata":{"Common.PropertyName":"PreventIconHandler"}},{"Kind":"Components.Component","Name":"MousePreventContainer","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the container actions.\n \n \n ","Metadata":{"Common.PropertyName":"MousePreventContainer"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnClear","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on clear icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnClear"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on dropdown icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnIcon"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1705659259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfInputBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1965691979,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1942399934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPickerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase"}},{"HashCode":-85603212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1138298926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPicker"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker"}},{"HashCode":1760926884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2117502592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPalette"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette"}},{"HashCode":809612255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730695828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPickerTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox"}},{"HashCode":-434364011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1562554160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}},{"HashCode":-1216564864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-213099229,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicksRender"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1264127476,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1201570368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Partial class TickElement.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TickElement"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Documentation":"\n \n Specifies the ClassName.\n \n ","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.String","Documentation":"\n \n Specifies the Styles.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Specifies the Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"FormattedValue","TypeName":"System.String","Documentation":"\n \n Specifies the FormattedValue.\n \n ","Metadata":{"Common.PropertyName":"FormattedValue"}},{"Kind":"Components.Component","Name":"IsSmallTick","TypeName":"System.Boolean","Documentation":"\n \n Specifies the IsSmallTick.\n \n ","Metadata":{"Common.PropertyName":"IsSmallTick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement"}},{"HashCode":-1182658243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Partial class TickElement.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Documentation":"\n \n Specifies the ClassName.\n \n ","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.String","Documentation":"\n \n Specifies the Styles.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Specifies the Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"FormattedValue","TypeName":"System.String","Documentation":"\n \n Specifies the FormattedValue.\n \n ","Metadata":{"Common.PropertyName":"FormattedValue"}},{"Kind":"Components.Component","Name":"IsSmallTick","TypeName":"System.Boolean","Documentation":"\n \n Specifies the IsSmallTick.\n \n ","Metadata":{"Common.PropertyName":"IsSmallTick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1146111295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.ResourceManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Resource manager component for loading init interop script in .NET Core 3.0 applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LocaleKeys","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Add the component and its dependent component locale keys from the LocaleService/GetMappingLocale method.\n \n ","Metadata":{"Common.PropertyName":"LocaleKeys"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.ResourceManager"}},{"HashCode":1624166771,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.ResourceManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Resource manager component for loading init interop script in .NET Core 3.0 applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.ResourceManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LocaleKeys","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Add the component and its dependent component locale keys from the LocaleService/GetMappingLocale method.\n \n ","Metadata":{"Common.PropertyName":"LocaleKeys"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.ResourceManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740982353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.JSInteropAdaptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom handler of JSInterop to invoke the JavaScript methods with DotNetObjectReference.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"JSInteropAdaptor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.JSInteropAdaptor"}},{"HashCode":-1648394537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.JSInteropAdaptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom handler of JSInterop to invoke the JavaScript methods with DotNetObjectReference.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.JSInteropAdaptor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.JSInteropAdaptor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2049329562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.SyncfusionLicense","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SyncfusionLicense"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.SyncfusionLicense"}},{"HashCode":-696344691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.SyncfusionLicense","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.SyncfusionLicense"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.SyncfusionLicense","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":813919230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Kanban component is an efficient way to visually depict various stages of a process using cards with transparent workflows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfKanban"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.SfKanban component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drag and drop actions in the Kanban.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in the Kanban board.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"ConstraintType","TypeName":"Syncfusion.Blazor.Kanban.ConstraintType","IsEnum":true,"Documentation":"\n \n Defines the constraint type used to apply validation based on column or swimlane. The possible values are:\n Column\n Swimlane.\n \n ","Metadata":{"Common.PropertyName":"ConstraintType"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Kanban, which accepts custom CSS class names that\n define specific user-defined styles and themes to be applied on the Kanban element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be passed either as List or else can create an instance of the `SfDataManager` in case of\n processing remote data and can be assigned to the `DataSource` property.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the Kanban board. The property relates to the tooltipTemplate property.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Kanban component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `height` is set with specific pixel value, then the Kanban will be rendered to that specified space. In case,\n if `auto` value is set, then the height of the Kanban gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Kanban component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Kanban width gets auto-adjusted and displays its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ExternalDropId","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the ID of drop component on which drop should occur.\n \n ","Metadata":{"Common.PropertyName":"ExternalDropId"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.GenericTyped":"True"}},{"HashCode":1086882058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Kanban component is an efficient way to visually depict various stages of a process using cards with transparent workflows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.SfKanban"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.SfKanban component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drag and drop actions in the Kanban.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in the Kanban board.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"ConstraintType","TypeName":"Syncfusion.Blazor.Kanban.ConstraintType","IsEnum":true,"Documentation":"\n \n Defines the constraint type used to apply validation based on column or swimlane. The possible values are:\n Column\n Swimlane.\n \n ","Metadata":{"Common.PropertyName":"ConstraintType"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Kanban, which accepts custom CSS class names that\n define specific user-defined styles and themes to be applied on the Kanban element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be passed either as List or else can create an instance of the `SfDataManager` in case of\n processing remote data and can be assigned to the `DataSource` property.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the Kanban board. The property relates to the tooltipTemplate property.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Kanban component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `height` is set with specific pixel value, then the Kanban will be rendered to that specified space. In case,\n if `auto` value is set, then the height of the Kanban gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Kanban component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Kanban width gets auto-adjusted and displays its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ExternalDropId","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the ID of drop component on which drop should occur.\n \n ","Metadata":{"Common.PropertyName":"ExternalDropId"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":678084231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfKanban"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1354443374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.SfKanban"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-617930813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban card related settings such as header field, content field, template,\n show or hide header, and single or multiple selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentField","TypeName":"System.String","Documentation":"\n \n Defines the card content text.\n \n ","Metadata":{"Common.PropertyName":"ContentField"}},{"Kind":"Components.Component","Name":"HeaderField","TypeName":"System.String","Documentation":"\n \n Defines the card header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderField"}},{"Kind":"Components.Component","Name":"TagsField","TypeName":"System.String","Documentation":"\n \n Defines the card content labels.\n \n ","Metadata":{"Common.PropertyName":"TagsField"}},{"Kind":"Components.Component","Name":"GrabberField","TypeName":"System.String","Documentation":"\n \n Defines the card color.\n \n ","Metadata":{"Common.PropertyName":"GrabberField"}},{"Kind":"Components.Component","Name":"FooterCssField","TypeName":"System.String","Documentation":"\n \n Defines the card icons.\n \n ","Metadata":{"Common.PropertyName":"FooterCssField"}},{"Kind":"Components.Component","Name":"SelectionType","TypeName":"Syncfusion.Blazor.Kanban.SelectionType","IsEnum":true,"Documentation":"\n \n It defines the card selection type, which accepts either of the following values.\n Single\n Multiple\n None.\n \n ","Metadata":{"Common.PropertyName":"SelectionType"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Show or hide the card header.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the card template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}},{"HashCode":-1577196064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban card related settings such as header field, content field, template,\n show or hide header, and single or multiple selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentField","TypeName":"System.String","Documentation":"\n \n Defines the card content text.\n \n ","Metadata":{"Common.PropertyName":"ContentField"}},{"Kind":"Components.Component","Name":"HeaderField","TypeName":"System.String","Documentation":"\n \n Defines the card header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderField"}},{"Kind":"Components.Component","Name":"TagsField","TypeName":"System.String","Documentation":"\n \n Defines the card content labels.\n \n ","Metadata":{"Common.PropertyName":"TagsField"}},{"Kind":"Components.Component","Name":"GrabberField","TypeName":"System.String","Documentation":"\n \n Defines the card color.\n \n ","Metadata":{"Common.PropertyName":"GrabberField"}},{"Kind":"Components.Component","Name":"FooterCssField","TypeName":"System.String","Documentation":"\n \n Defines the card icons.\n \n ","Metadata":{"Common.PropertyName":"FooterCssField"}},{"Kind":"Components.Component","Name":"SelectionType","TypeName":"Syncfusion.Blazor.Kanban.SelectionType","IsEnum":true,"Documentation":"\n \n It defines the card selection type, which accepts either of the following values.\n Single\n Multiple\n None.\n \n ","Metadata":{"Common.PropertyName":"SelectionType"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Show or hide the card header.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the card template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1483323091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanCardSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":20352382,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-70934835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the card template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1060868043,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the card template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1562943504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board column and their properties such as header text, key field, template, allow toggle,\n expand or collapse state, min or max count, and show or hide item count.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowToggle","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable toggle column.\n \n ","Metadata":{"Common.PropertyName":"AllowToggle"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the column header title.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"IsExpanded","TypeName":"System.Boolean","Documentation":"\n \n Defines the collapsed or expandable state.\n \n ","Metadata":{"Common.PropertyName":"IsExpanded"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"MaxCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the maximum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MaxCount"}},{"Kind":"Components.Component","Name":"MinCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the minimum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MinCount"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable add button to cell.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable card count in column.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"AllowDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drop.\n \n ","Metadata":{"Common.PropertyName":"AllowDrop"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drag.\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"TransitionColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column transition.\n \n ","Metadata":{"Common.PropertyName":"TransitionColumns"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the column order.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn"}},{"HashCode":1104265802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board column and their properties such as header text, key field, template, allow toggle,\n expand or collapse state, min or max count, and show or hide item count.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowToggle","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable toggle column.\n \n ","Metadata":{"Common.PropertyName":"AllowToggle"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the column header title.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"IsExpanded","TypeName":"System.Boolean","Documentation":"\n \n Defines the collapsed or expandable state.\n \n ","Metadata":{"Common.PropertyName":"IsExpanded"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"MaxCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the maximum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MaxCount"}},{"Kind":"Components.Component","Name":"MinCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the minimum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MinCount"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable add button to cell.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable card count in column.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"AllowDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drop.\n \n ","Metadata":{"Common.PropertyName":"AllowDrop"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drag.\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"TransitionColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column transition.\n \n ","Metadata":{"Common.PropertyName":"TransitionColumns"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the column order.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-697962472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-985812340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":954836735,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":89259732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1542246168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban board columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns"}},{"HashCode":-1763329646,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban board columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876519716,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120585967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":949945268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings and their properties such as allow dragging, animation, template, close on escape,\n css class, enable resize, height, enable Modal, minimum height, position, target, show close icon, width, fields and z-index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be dragged by the end-user or not.\n The dialog allows to drag by selecting the header and dragging it for re-position the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value that indicates whether the dialog can be closed\n with the escape key (used to control the dialog closing behavior) or not.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be resized by the end-user or not.\n If enableResize is true, the dialog component creates a grip to resize its diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value that indicates whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target. The position can be represented with pre-configured positions or specific X and Y values. `\n X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog component or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index for rendering that determines whether the dialog is\n displayed in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}},{"HashCode":-1858258820,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings and their properties such as allow dragging, animation, template, close on escape,\n css class, enable resize, height, enable Modal, minimum height, position, target, show close icon, width, fields and z-index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be dragged by the end-user or not.\n The dialog allows to drag by selecting the header and dragging it for re-position the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value that indicates whether the dialog can be closed\n with the escape key (used to control the dialog closing behavior) or not.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be resized by the end-user or not.\n If enableResize is true, the dialog component creates a grip to resize its diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value that indicates whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target. The position can be represented with pre-configured positions or specific X and Y values. `\n X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog component or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index for rendering that determines whether the dialog is\n displayed in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1726465878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-942431715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-259152142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1430494952,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":707579125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings field and their properties such as key, text and type.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Defines the dialog key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the dialog text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Kanban.DialogFieldType","IsEnum":true,"Documentation":"\n \n Defines the dialog field type.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField"}},{"HashCode":-814798281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings field and their properties such as key, text and type.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Defines the dialog key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the dialog text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Kanban.DialogFieldType","IsEnum":true,"Documentation":"\n \n Defines the dialog field type.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":627232926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban dialog settings fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettingsFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}},{"HashCode":1465412025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban dialog settings fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-605935819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanDialogSettingsFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-477635563,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1600131145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with Kanban component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.KanbanEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Kanban properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers at the beginning of every Kanban action.\n \n ","Metadata":{"Common.PropertyName":"ActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on successful completion of the Kanban actions.\n \n ","Metadata":{"Common.PropertyName":"ActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when a Kanban action gets failed or interrupted and it will return an error information.\n \n ","Metadata":{"Common.PropertyName":"ActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on single-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on double-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each card of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"CardRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the kanban component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data binds to the Kanban.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog closes.\n \n ","Metadata":{"Common.PropertyName":"DialogClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog opens.\n \n ","Metadata":{"Common.PropertyName":"DialogOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions start.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions stop.\n \n ","Metadata":{"Common.PropertyName":"DragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each column of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SwimlaneSorting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before swimlane rows rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"SwimlaneSorting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanEvents","Components.GenericTyped":"True"}},{"HashCode":-1136874440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with Kanban component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.KanbanEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Kanban properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers at the beginning of every Kanban action.\n \n ","Metadata":{"Common.PropertyName":"ActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on successful completion of the Kanban actions.\n \n ","Metadata":{"Common.PropertyName":"ActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when a Kanban action gets failed or interrupted and it will return an error information.\n \n ","Metadata":{"Common.PropertyName":"ActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on single-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on double-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each card of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"CardRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the kanban component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data binds to the Kanban.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog closes.\n \n ","Metadata":{"Common.PropertyName":"DialogClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog opens.\n \n ","Metadata":{"Common.PropertyName":"DialogOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions start.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions stop.\n \n ","Metadata":{"Common.PropertyName":"DragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each column of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SwimlaneSorting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before swimlane rows rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"SwimlaneSorting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1543651110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the sort field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"Syncfusion.Blazor.Kanban.SortOrderBy","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n DataSourceOrder\n Index\n Custom.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}},{"HashCode":-994782598,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the sort field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"Syncfusion.Blazor.Kanban.SortOrderBy","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n DataSourceOrder\n Index\n Custom.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1137390374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-843706138,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9358478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the stacked header for Kanban columns with text and key fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanStackedHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the multiple columns keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyFields"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the column header text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}},{"HashCode":870957006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the stacked header for Kanban columns with text and key fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the multiple columns keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyFields"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the column header text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":463088016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanStackedHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1804349512,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-346198248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the stacked headers for Kanban columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanStackedHeaders"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}},{"HashCode":-1781166197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the stacked headers for Kanban columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1608804883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanStackedHeaders"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1106288260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1127382505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane settings to Kanban board such as key field, text field, template,\n allow drag-and-drop, show or hide an empty row, show or hide items count, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the card drag and drop actions.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"ShowEmptyRow","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable empty swimlane.\n \n ","Metadata":{"Common.PropertyName":"ShowEmptyRow"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable items count.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the swimlane resources. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane header text field.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"EnableFrozenRows","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable freeze swimlane row\n \n ","Metadata":{"Common.PropertyName":"EnableFrozenRows"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the swimlane row template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}},{"HashCode":956191936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane settings to Kanban board such as key field, text field, template,\n allow drag-and-drop, show or hide an empty row, show or hide items count, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the card drag and drop actions.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"ShowEmptyRow","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable empty swimlane.\n \n ","Metadata":{"Common.PropertyName":"ShowEmptyRow"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable items count.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the swimlane resources. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane header text field.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"EnableFrozenRows","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable freeze swimlane row\n \n ","Metadata":{"Common.PropertyName":"EnableFrozenRows"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the swimlane row template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":388994115,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanSwimlaneSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1547104066,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-357828787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane row template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":669146076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane row template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1207233465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures kanban templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates"}},{"HashCode":-1090470986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures kanban templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1786049903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":348956451,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-330010136,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1561560345,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-391458777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Card","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Card component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TContent","Documentation":"\n \n Specifies the Data of the card.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Card","Components.GenericTyped":"True"}},{"HashCode":2080457740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Card","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Card component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TContent","Documentation":"\n \n Specifies the Data of the card.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Card","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866098859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ColGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.ColGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ColGroup","Components.GenericTyped":"True"}},{"HashCode":500105606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ColGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ColGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.ColGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ColGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":278870689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Content","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Content component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Content","Components.GenericTyped":"True"}},{"HashCode":-449511585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Content","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Content"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Content component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Content","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2131817110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ContentRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.ContentRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the Row of the SwimlaneSettings.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ContentRow","Components.GenericTyped":"True"}},{"HashCode":-933521537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ContentRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ContentRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.ContentRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the Row of the SwimlaneSettings.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ContentRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2109868428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Dialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.Dialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Dialog","Components.GenericTyped":"True"}},{"HashCode":-313675216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Dialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Dialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.Dialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Dialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2028963623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Header","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Header component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Header","Components.GenericTyped":"True"}},{"HashCode":1600514758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Header","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Header"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Header component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Header","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":273547126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Kanban.Internal.HeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the Column of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","Components.GenericTyped":"True"}},{"HashCode":-2127325534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Kanban.Internal.HeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the Column of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":152664968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.HeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","Components.GenericTyped":"True"}},{"HashCode":-623268123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.HeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1009259276,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Limits","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Limits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Limits component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the ColumnData of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"ColumnData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Limits","Components.GenericTyped":"True"}},{"HashCode":31322907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Limits","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Limits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Limits component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the ColumnData of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"ColumnData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Limits","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848711950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ProcessData","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProcessData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.ProcessData component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ProcessData","Components.GenericTyped":"True"}},{"HashCode":-78731877,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ProcessData","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ProcessData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.ProcessData component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ProcessData","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-816678600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackedHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","Components.GenericTyped":"True"}},{"HashCode":1801080879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-129327516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","Components.GenericTyped":"True"}},{"HashCode":1082851365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1979544394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","Components.GenericTyped":"True"}},{"HashCode":-856336546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1735549770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.SwimlaneRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the swimlane row.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","Components.GenericTyped":"True"}},{"HashCode":1457221453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.SwimlaneRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the swimlane row.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":402361927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Tooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Tooltip component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Tooltip","Components.GenericTyped":"True"}},{"HashCode":-2042786170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Tooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Tooltip component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Tooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2102235991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers whenever the panel’s positions are changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is dragged continuously.\n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is about to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a dragged panel is dropped.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is being resized continuously.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel resize ends.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnWindowResize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when re-sizing the window.\n \n ","Metadata":{"Common.PropertyName":"OnWindowResize","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents"}},{"HashCode":107054259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers whenever the panel’s positions are changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is dragged continuously.\n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is about to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a dragged panel is dropped.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is being resized continuously.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel resize ends.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnWindowResize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when re-sizing the window.\n \n ","Metadata":{"Common.PropertyName":"OnWindowResize","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-727227841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutPanels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}},{"HashCode":-1716193892,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46034927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DashboardLayoutPanels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1002442637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1432857786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanel.\n \n \n DashboardLayout panel.\n \n \n Defines the DashboardLayout panel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Defines the dragging panel.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"Col","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Col"}},{"Kind":"Components.Component","Name":"Column","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the CSS class name that can be appended with each panel element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to the panel should be enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Defines the id of the panel.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"MaxSizeX","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeX"}},{"Kind":"Components.Component","Name":"MaxSizeY","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeY"}},{"Kind":"Components.Component","Name":"MinSizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeX"}},{"Kind":"Components.Component","Name":"MinSizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeY"}},{"Kind":"Components.Component","Name":"Row","TypeName":"System.Int32","Documentation":"\n \n Defines a row value where the panel should be placed.\n \n ","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"SizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeX"}},{"Kind":"Components.Component","Name":"SizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the height of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeY"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-index of the panel.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}},{"HashCode":208287711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanel.\n \n \n DashboardLayout panel.\n \n \n Defines the DashboardLayout panel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Defines the dragging panel.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"Col","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Col"}},{"Kind":"Components.Component","Name":"Column","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the CSS class name that can be appended with each panel element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to the panel should be enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Defines the id of the panel.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"MaxSizeX","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeX"}},{"Kind":"Components.Component","Name":"MaxSizeY","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeY"}},{"Kind":"Components.Component","Name":"MinSizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeX"}},{"Kind":"Components.Component","Name":"MinSizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeY"}},{"Kind":"Components.Component","Name":"Row","TypeName":"System.Int32","Documentation":"\n \n Defines a row value where the panel should be placed.\n \n ","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"SizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeX"}},{"Kind":"Components.Component","Name":"SizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the height of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeY"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-index of the panel.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":338233076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1553362579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633521687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1275230700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":681535694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-738628103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1253916747,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1973862023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1790459117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1531500968,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586020241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n The DashboardLayout is a grid structured layout component, that helps to create a dashboard with panels.\n Panels hold the UI components or data to be visualized with flexible options like resize, reorder, drag-n-drop, remove and add,\n that allows users to easily place the panels at a desired position within the grid layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDashboardLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the dashboard element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AllowFloating","TypeName":"System.Boolean","Documentation":"\n \n If allowFloating is set to true, then the DashboardLayout will automatically move the panels upwards to fill the empty available cells while dragging or resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowFloating"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If allowResizing is set to true, then the DashboardLayout allows you to resize the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"CellAspectRatio","TypeName":"System.Double","Documentation":"\n \n Defines the cell aspect ratio of the panel.\n \n ","Metadata":{"Common.PropertyName":"CellAspectRatio"}},{"Kind":"Components.Component","Name":"CellSpacing","TypeName":"System.Double[]","Documentation":"\n \n Defines the spacing between the panels.\n \n ","Metadata":{"Common.PropertyName":"CellSpacing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Defines the number of columns to be created in the DashboardLayout.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DraggableHandle","TypeName":"System.String","Documentation":"\n \n Defines the draggable handle selector which will act as dragging handler for the panels.\n \n \n ","Metadata":{"Common.PropertyName":"DraggableHandle"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Panels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the panels property of the DashboardLayout component.\n \n ","Metadata":{"Common.PropertyName":"Panels"}},{"Kind":"Components.Component","Name":"ResizableHandles","TypeName":"Syncfusion.Blazor.Layouts.ResizableHandle","IsEnum":true,"Documentation":"\n \n Defines the resizing handles directions used for resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"ResizableHandles"}},{"Kind":"Components.Component","Name":"ShowGridLines","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the grid lines for the Dashboard Layout panels.\n \n ","Metadata":{"Common.PropertyName":"ShowGridLines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}},{"HashCode":-1583030242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n The DashboardLayout is a grid structured layout component, that helps to create a dashboard with panels.\n Panels hold the UI components or data to be visualized with flexible options like resize, reorder, drag-n-drop, remove and add,\n that allows users to easily place the panels at a desired position within the grid layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the dashboard element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AllowFloating","TypeName":"System.Boolean","Documentation":"\n \n If allowFloating is set to true, then the DashboardLayout will automatically move the panels upwards to fill the empty available cells while dragging or resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowFloating"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If allowResizing is set to true, then the DashboardLayout allows you to resize the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"CellAspectRatio","TypeName":"System.Double","Documentation":"\n \n Defines the cell aspect ratio of the panel.\n \n ","Metadata":{"Common.PropertyName":"CellAspectRatio"}},{"Kind":"Components.Component","Name":"CellSpacing","TypeName":"System.Double[]","Documentation":"\n \n Defines the spacing between the panels.\n \n ","Metadata":{"Common.PropertyName":"CellSpacing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Defines the number of columns to be created in the DashboardLayout.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DraggableHandle","TypeName":"System.String","Documentation":"\n \n Defines the draggable handle selector which will act as dragging handler for the panels.\n \n \n ","Metadata":{"Common.PropertyName":"DraggableHandle"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Panels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the panels property of the DashboardLayout component.\n \n ","Metadata":{"Common.PropertyName":"Panels"}},{"Kind":"Components.Component","Name":"ResizableHandles","TypeName":"Syncfusion.Blazor.Layouts.ResizableHandle","IsEnum":true,"Documentation":"\n \n Defines the resizing handles directions used for resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"ResizableHandles"}},{"Kind":"Components.Component","Name":"ShowGridLines","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the grid lines for the Dashboard Layout panels.\n \n ","Metadata":{"Common.PropertyName":"ShowGridLines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":496232087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDashboardLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2044824965,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1338494316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Splitter component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on collapsing the panes.\n \n ","Metadata":{"Common.PropertyName":"OnCollapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on expanding the panes.\n \n ","Metadata":{"Common.PropertyName":"OnExpand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after creating the splitter component with its panes.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the split pane is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the resizing of split pane is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the splitter is destroyed with its elements.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a split pane is being resized.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterEvents"}},{"HashCode":-1515307102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Splitter component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on collapsing the panes.\n \n ","Metadata":{"Common.PropertyName":"OnCollapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on expanding the panes.\n \n ","Metadata":{"Common.PropertyName":"OnExpand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after creating the splitter component with its panes.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the split pane is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the resizing of split pane is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the splitter is destroyed with its elements.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a split pane is being resized.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184137542,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the pane content as a template.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is collapsed on the initial rendering of the splitter.\n \n ","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"CollapsedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"CollapsedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is capable to collapse.\n \n ","Metadata":{"Common.PropertyName":"Collapsible"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of the split pane.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n One or more custom CSS classes can be specified to the Splitter panes.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.String","Documentation":"\n \n Specifies the maximum size of a pane. The pane cannot be resized more than the specified maximum limit.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"MaxChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MaxChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.String","Documentation":"\n \n Specifies the minimum size of a pane. The pane cannot be resized less than the specified minimum size.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"MinChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MinChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether a pane is resizable or not. By default, the Splitter panes are resizable.\n You can disable resize functionality for any specific panes using this property.\n \n ","Metadata":{"Common.PropertyName":"Resizable"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n SizeConfigures the properties for each pane. For horizontal splitter, the size act as width.\n For vertical splitter, the size act as height.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the pane is visible.\n \n If this property is set to `false`, the pane element will not be shown in the DOM. This property can be used to provide conditional pane rendering in Splitter. \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-1861402880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the pane content as a template.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is collapsed on the initial rendering of the splitter.\n \n ","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"CollapsedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"CollapsedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is capable to collapse.\n \n ","Metadata":{"Common.PropertyName":"Collapsible"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of the split pane.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n One or more custom CSS classes can be specified to the Splitter panes.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.String","Documentation":"\n \n Specifies the maximum size of a pane. The pane cannot be resized more than the specified maximum limit.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"MaxChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MaxChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.String","Documentation":"\n \n Specifies the minimum size of a pane. The pane cannot be resized less than the specified minimum size.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"MinChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MinChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether a pane is resizable or not. By default, the Splitter panes are resizable.\n You can disable resize functionality for any specific panes using this property.\n \n ","Metadata":{"Common.PropertyName":"Resizable"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n SizeConfigures the properties for each pane. For horizontal splitter, the size act as width.\n For vertical splitter, the size act as height.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the pane is visible.\n \n If this property is set to `false`, the pane element will not be shown in the DOM. This property can be used to provide conditional pane rendering in Splitter. \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":731061429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1016604635,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1566800765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pane content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2047066006,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pane content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1624498362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPanes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure one or more panes to construct different layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPanes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes"}},{"HashCode":-1798026575,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPanes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure one or more panes to construct different layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPanes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2045693464,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterPanes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1192845802,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPanes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1802912038,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Separator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","Metadata":{"Common.PropertyName":"Separator","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates"}},{"HashCode":2095270653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Separator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","Metadata":{"Common.PropertyName":"Separator","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":918070823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator","ParentTag":"SplitterTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":100979305,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator","ParentTag":"Syncfusion.Blazor.Layouts.SplitterTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":270545778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfSplitter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The splitter is a layout user interface (UI) component that splits the layout into multiple panes with resizable and collapsible support.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSplitter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class names that defines specific user-defined styles and\n themes to be appended on the root element of the Splitter.\n It is used to customize the Splitter component.\n One or more custom CSS classes can be specified to the Splitter.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableReversePanes","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether splitter panes are reordered or not.\n \n ","Metadata":{"Common.PropertyName":"EnableReversePanes"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the pane settings of Splitter is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Splitter component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Layouts.Orientation","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether to align the split panes horizontally or vertically.\n Set the orientation property as \"Horizontal\" to create a horizontal splitter that aligns the panes left-to-right.\n Set the orientation property as \"Vertical\" to create a vertical splitter that aligns the panes top-to-bottom.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"PaneSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible, and collapsed.\n \n ","Metadata":{"Common.PropertyName":"PaneSettings"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Splitter component. The value can be either in pixel or percentage format.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the splitter element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter"}},{"HashCode":-225727873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfSplitter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The splitter is a layout user interface (UI) component that splits the layout into multiple panes with resizable and collapsible support.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SfSplitter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class names that defines specific user-defined styles and\n themes to be appended on the root element of the Splitter.\n It is used to customize the Splitter component.\n One or more custom CSS classes can be specified to the Splitter.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableReversePanes","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether splitter panes are reordered or not.\n \n ","Metadata":{"Common.PropertyName":"EnableReversePanes"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the pane settings of Splitter is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Splitter component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Layouts.Orientation","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether to align the split panes horizontally or vertically.\n Set the orientation property as \"Horizontal\" to create a horizontal splitter that aligns the panes left-to-right.\n Set the orientation property as \"Vertical\" to create a vertical splitter that aligns the panes top-to-bottom.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"PaneSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible, and collapsed.\n \n ","Metadata":{"Common.PropertyName":"PaneSettings"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Splitter component. The value can be either in pixel or percentage format.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the splitter element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1234827794,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSplitter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1602960974,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SfSplitter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1149224125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Pane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the splitter pane.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Pane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the PaneSettings.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Pane"}},{"HashCode":-1947443540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Pane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the splitter pane.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Pane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the PaneSettings.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Pane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":597823538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Panes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to render the panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Panes"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Panes"}},{"HashCode":1849375515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Panes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to render the panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Panes"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Panes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1293014581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for create the separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Defines the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the current pane PaneSettings value.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Separator"}},{"HashCode":735494082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for create the separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Separator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Defines the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the current pane PaneSettings value.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Separator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160161687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the color begin and end in percentage to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop to the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStop"}},{"HashCode":740977066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the color begin and end in percentage to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop to the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1993152477,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops"}},{"HashCode":861118800,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776246722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1448609452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-963745277,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.GradientPosition"}},{"HashCode":-1888970908,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.GradientPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106682338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition"}},{"HashCode":296483468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345101143,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1927259641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1698866468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Linear Gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfLinearGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin functionality in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as image functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as PDF functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format to apply for internationalization in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.LinearGauge.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the rendering of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"RangePalettes","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color palette for axis ranges in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RangePalettes"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the theme supported for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to split the numeric values in the component with comma.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}},{"HashCode":1260597632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Linear Gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin functionality in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as image functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as PDF functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format to apply for internationalization in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.LinearGauge.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the rendering of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"RangePalettes","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color palette for axis ranges in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RangePalettes"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the theme supported for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to split the numeric values in the component with comma.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-280538599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfLinearGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1147915550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1773992314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AxisValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value in the axis in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisValue"}},{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index value of the axis of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisIndex"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the horizontal alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content for the annotations.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the vertical alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}},{"HashCode":518452161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AxisValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value in the axis in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisValue"}},{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index value of the axis of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisIndex"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the horizontal alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content for the annotations.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the vertical alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754326701,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":665732194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1658995134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1814444204,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1191825307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotationFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont"}},{"HashCode":-1115596434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2036153052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of annotations to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}},{"HashCode":-1200523056,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of annotations to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2020187718,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-539848449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1441774972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of axes to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}},{"HashCode":2025271964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of axes to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434886936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-464488295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1096909148,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to inverse the axis.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the opposed position of the axis in the linear gauge..\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the last label in the linear gauge axis.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}},{"HashCode":-584089835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to inverse the axis.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the opposed position of the axis in the linear gauge..\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the last label in the linear gauge axis.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766189016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":175863593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1144795305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont"}},{"HashCode":-1102088735,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1502721850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the axis label in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global format string like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to position the axis labels in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the axis label in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color to the labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}},{"HashCode":-1513871123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the axis label in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global format string like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to position the axis labels in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the axis label in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color to the labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2092383610,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1189865401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466010943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder"}},{"HashCode":798743893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1016196556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings"}},{"HashCode":-1099828352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1611931341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the container axis for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the container in the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for the rounded rectangle container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.ContainerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}},{"HashCode":-1529227620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the container axis for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the container in the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for the rounded rectangle container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.ContainerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-699531611,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":554144817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1413505434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge container border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeContainerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder"}},{"HashCode":1887092062,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge container border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1106265493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each Annotation gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before tooltip gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while changing the value of the pointer by UI interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger its when performing the mouse leave operation from the gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing mouse up operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing the mouse down operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents"}},{"HashCode":-1585854361,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each Annotation gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before tooltip gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while changing the value of the pointer by UI interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger its when performing the mouse leave operation from the gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing mouse up operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing the mouse down operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1976518976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings"}},{"HashCode":1942398726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":197199963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the axis line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset to position the axis line in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}},{"HashCode":1335058830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the axis line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset to position the axis line in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818903633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1163959570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216937978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the linear gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient"}},{"HashCode":-1892546430,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the linear gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488460263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the major tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}},{"HashCode":-1124201981,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the major tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-162177722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1921973112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1462791377,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin"}},{"HashCode":-201026474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-3538569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings"}},{"HashCode":-1371462963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950439201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the minor tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}},{"HashCode":1787563651,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the minor tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1057682285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1842588994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1966744815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in pointer.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for the pointer.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"EnableDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the dragging movement of the pointer.\n \n ","Metadata":{"Common.PropertyName":"EnableDrag"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL path for the image in marker when the marker type is chosen as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Syncfusion.Blazor.LinearGauge.MarkerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the marker for pointers in axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the pointer from the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of pointer in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the place of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.Point","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"PointerValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}},{"HashCode":-38803167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in pointer.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for the pointer.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"EnableDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the dragging movement of the pointer.\n \n ","Metadata":{"Common.PropertyName":"EnableDrag"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL path for the image in marker when the marker type is chosen as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Syncfusion.Blazor.LinearGauge.MarkerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the marker for pointers in axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the pointer from the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of pointer in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the place of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.Point","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"PointerValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1236337222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970450873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-698564441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge pointer border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder"}},{"HashCode":1179374278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge pointer border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1361558645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}},{"HashCode":1708734555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2038840379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1523230364,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1456144828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the radial gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient"}},{"HashCode":800937402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the radial gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2104513818,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the end of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the range in the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position to place the ranges in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the start of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}},{"HashCode":-1704265453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the end of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the range in the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position to place the ranges in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the start of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1737651979,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1942989569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-940231475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge range border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder"}},{"HashCode":-426760176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge range border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1835830694,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}},{"HashCode":-2112214101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1338395302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1448701750,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1507164923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder"}},{"HashCode":1601195547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-416131980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tooltip settings of the range in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the range tooltip at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}},{"HashCode":463554874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tooltip settings of the range in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the range tooltip at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-731064819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1148752470,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325095144,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1003294976,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-437195836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1935738491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":709280628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for the text style of the tooltip text for ranges in linear Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle"}},{"HashCode":1637799633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for the text style of the tooltip text for ranges in linear Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-96729168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tick line settings of an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings"}},{"HashCode":-685736469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tick line settings of an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199170566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle"}},{"HashCode":-882306743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":648857840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder"}},{"HashCode":2138935247,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195626881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the tooltip while moving from one place to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip content in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip position on mouse pointer.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y} as a\n placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the option to display the tooltip for range, annotation, pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}},{"HashCode":-181001449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the tooltip while moving from one place to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip content in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip position on mouse pointer.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y} as a\n placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the option to display the tooltip for range, annotation, pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302945014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1079816545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1102803557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126489862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":715940267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle"}},{"HashCode":-403794963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":519379385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a linear gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient"}},{"HashCode":1338572845,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a linear gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":761711224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":813167445,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47707288,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer linear of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.OuterPosition"}},{"HashCode":-1849357329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer linear of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.OuterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":157569560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a radial gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient"}},{"HashCode":952061016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a radial gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1210302669,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1816752964,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1726413454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or Sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or Sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip"}},{"HashCode":302641918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or Sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or Sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-73929434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender"}},{"HashCode":1398012699,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370802346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender"}},{"HashCode":474312393,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":839996871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContainerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender"}},{"HashCode":1220802316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1804897745,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PointerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PointerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender"}},{"HashCode":673573665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PointerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PointerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528317764,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RangeIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender"}},{"HashCode":2001479509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RangeIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1483339529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender"}},{"HashCode":-1675060356,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985324620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.SfListView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component for executing complex list items common functionalities.\n \n The generic type parameter.\n \n Configure member properties of the ListView component.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.SfListView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used as a key to identify our element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Lists.AnimationSettings","Documentation":"\n \n The `Animation` property provides an option to apply different\n animations to the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n The `CheckBoxPosition` is used to set the position of the check box in a list item.\n By default, the `checkBoxPosition` is Left, which will appear before the text content in a list item.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the ListView,\n using which you can customize the component (both CSS and functionality customization).\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The `DataSource` provides the data to render the ListView component which is mapped with the fields of ListView.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n If `Enabled` is set to true, the list items will be enabled. \n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If `EnableVirtualization` is set to true, the ListView’s performance will improve when loading a large amount of data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"HeaderTitle","TypeName":"System.String","Documentation":"\n \n The `HeaderTitle` is used to set the title of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTitle"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n The `Query` is used to fetch specific data from the data source by using the where and select keywords.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If `ShowCheckBox` is set to true, the checkbox will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n If `ShowHeader` is set to true, the header of the ListView component will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"ShowIcon","TypeName":"System.Boolean","Documentation":"\n \n If `ShowIcon` is set to true, the icon of the list item will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowIcon"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Lists.SortOrder","IsEnum":true,"Documentation":"\n \n The `SortOrder` is used to sort the data source. The available type of sort orders are,\n `None` - The data source will not be sorted.\n `Ascending` - The data source will be sorted in ascending order.\n `Descending` - The data source will be sorted in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView","Components.GenericTyped":"True"}},{"HashCode":1330787187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.SfListView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component for executing complex list items common functionalities.\n \n The generic type parameter.\n \n Configure member properties of the ListView component.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.SfListView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used as a key to identify our element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Lists.AnimationSettings","Documentation":"\n \n The `Animation` property provides an option to apply different\n animations to the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n The `CheckBoxPosition` is used to set the position of the check box in a list item.\n By default, the `checkBoxPosition` is Left, which will appear before the text content in a list item.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the ListView,\n using which you can customize the component (both CSS and functionality customization).\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The `DataSource` provides the data to render the ListView component which is mapped with the fields of ListView.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n If `Enabled` is set to true, the list items will be enabled. \n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If `EnableVirtualization` is set to true, the ListView’s performance will improve when loading a large amount of data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"HeaderTitle","TypeName":"System.String","Documentation":"\n \n The `HeaderTitle` is used to set the title of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTitle"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n The `Query` is used to fetch specific data from the data source by using the where and select keywords.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If `ShowCheckBox` is set to true, the checkbox will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n If `ShowHeader` is set to true, the header of the ListView component will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"ShowIcon","TypeName":"System.Boolean","Documentation":"\n \n If `ShowIcon` is set to true, the icon of the list item will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowIcon"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Lists.SortOrder","IsEnum":true,"Documentation":"\n \n The `SortOrder` is used to sort the data source. The available type of sort orders are,\n `None` - The data source will not be sorted.\n `Ascending` - The data source will be sorted in ascending order.\n `Descending` - The data source will be sorted in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":869771221,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-436138985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-161361605,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":951294957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1287282478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1262349092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1733827098,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-585135678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":507691153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action begins.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action is completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a list item in the component is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBack","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the back icon is clicked in the nested list item.\n \n ","Metadata":{"Common.PropertyName":"OnBack","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewEvents","Components.GenericTyped":"True"}},{"HashCode":1299163562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action begins.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action is completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a list item in the component is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBack","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the back icon is clicked in the nested list item.\n \n ","Metadata":{"Common.PropertyName":"OnBack","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666887744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the field settings with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewFieldSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n The `Child` property is used for nested navigation of listed items.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies the enabled state of the ListView component.\n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n The `GroupBy` property is used to wraps the ListView elements into a group based on the field value.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n The `IconCss` is used to customize the icon fo the list items dynamically.\n You can add a specific image to the icons using the `iconCss` property.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id field mapped in data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n The `IsChecked` property is used to check whether the list items are in a checked state or not.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The `Text` property is used to map the text value from the data source for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n The `Tooltip` is used to display the information about the target element while hovering on list items.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewFieldSettings","Components.GenericTyped":"True"}},{"HashCode":-1616801585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the field settings with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewFieldSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n The `Child` property is used for nested navigation of listed items.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies the enabled state of the ListView component.\n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n The `GroupBy` property is used to wraps the ListView elements into a group based on the field value.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n The `IconCss` is used to customize the icon fo the list items dynamically.\n You can add a specific image to the icons using the `iconCss` property.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id field mapped in data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n The `IsChecked` property is used to check whether the list items are in a checked state or not.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The `Text` property is used to map the text value from the data source for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n The `Tooltip` is used to display the information about the target element while hovering on list items.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewFieldSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-732868544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates of the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates","Components.GenericTyped":"True"}},{"HashCode":1135181700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates of the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272855188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1255854566,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1568203929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":625300737,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1423599726,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ListViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1926817337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284038915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n The first generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBaseFoundation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListBaseFoundation component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","Components.GenericTyped":"True"}},{"HashCode":1513806634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n The first generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListBaseFoundation component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-770992837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Component to create list from complex data for executing complex list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LiElementPosition","TypeName":"System.String","Documentation":"\n \n Defines the li element position.\n \n ","Metadata":{"Common.PropertyName":"LiElementPosition"}},{"Kind":"Components.Component","Name":"ListId","TypeName":"System.String","Documentation":"\n \n Defines the id property.\n \n ","Metadata":{"Common.PropertyName":"ListId"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"ListIsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"ListIsItemTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ListClassNames"}},{"Kind":"Components.Component","Name":"SfListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"SfListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","Components.GenericTyped":"True"}},{"HashCode":1801312087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Component to create list from complex data for executing complex list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LiElementPosition","TypeName":"System.String","Documentation":"\n \n Defines the li element position.\n \n ","Metadata":{"Common.PropertyName":"LiElementPosition"}},{"Kind":"Components.Component","Name":"ListId","TypeName":"System.String","Documentation":"\n \n Defines the id property.\n \n ","Metadata":{"Common.PropertyName":"ListId"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"ListIsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"ListIsItemTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ListClassNames"}},{"Kind":"Components.Component","Name":"SfListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"SfListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-362251235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CreateListFromComplex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-871975169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1295453311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List base fields class.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBaseFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.ListBaseFields component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Child.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Enabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in GroupBy.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in HtmlAttributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IconCss.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsChecked.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsVisible.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","Components.GenericTyped":"True"}},{"HashCode":2056735950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List base fields class.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.ListBaseFields component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Child.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Enabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in GroupBy.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in HtmlAttributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IconCss.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsChecked.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsVisible.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2132936019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An class that holds list Item properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListItemBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"T","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListItemBase","Components.GenericTyped":"True"}},{"HashCode":-31398222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An class that holds list Item properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListItemBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"T","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListItemBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1953610551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds listbase properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListCommonBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListCommonBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","Components.GenericTyped":"True"}},{"HashCode":1613110115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds listbase properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListCommonBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610522327,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n /// \n Component for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromPrimitive"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","Components.GenericTyped":"True"}},{"HashCode":-202538976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n /// \n Component for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-457955015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component to create list from primitive data for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimitiveListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.PrimitiveListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","Components.GenericTyped":"True"}},{"HashCode":-1825535111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component to create list from primitive data for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.PrimitiveListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-752078722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n /// The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.SfListBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase","Components.GenericTyped":"True"}},{"HashCode":1068230734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n /// The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.SfListBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.SfListBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1818248112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970629378,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.Internal.SfListBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2031731615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InitialMarkerSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelection"}},{"HashCode":425174583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.InitialMarkerSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-227808551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InitialMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}},{"HashCode":-1621445482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1710409558,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InitialMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":801443929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-251041777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.SfMaps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the ID string for the map component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to image functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to PDF functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the print functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the maps container.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BaseLayerIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the base map index of maps. It provides the option to select which layer to be visible in the maps.\n \n ","Metadata":{"Common.PropertyName":"BaseLayerIndex"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format in which the text in the maps are to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets or sets the culture value to the locale.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectionType","TypeName":"Syncfusion.Blazor.Maps.ProjectionType","IsEnum":true,"Documentation":"\n \n Sets and gets the projection type for the maps.\n \n ","Metadata":{"Common.PropertyName":"ProjectionType"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the index of the tab.\n \n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Set and gets the theme supported for the maps.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TooltipDisplayMode","TypeName":"Syncfusion.Blazor.Maps.TooltipGesture","IsEnum":true,"Documentation":"\n \n Sets and gets the mode in which the tooltip is to be displayed.\n The tooltip can be rendered on mouse move, click or double clicking on the\n element on the map.\n \n ","Metadata":{"Common.PropertyName":"TooltipDisplayMode"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps"}},{"HashCode":-959829385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.SfMaps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.SfMaps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the ID string for the map component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to image functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to PDF functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the print functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the maps container.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BaseLayerIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the base map index of maps. It provides the option to select which layer to be visible in the maps.\n \n ","Metadata":{"Common.PropertyName":"BaseLayerIndex"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format in which the text in the maps are to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets or sets the culture value to the locale.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectionType","TypeName":"Syncfusion.Blazor.Maps.ProjectionType","IsEnum":true,"Documentation":"\n \n Sets and gets the projection type for the maps.\n \n ","Metadata":{"Common.PropertyName":"ProjectionType"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the index of the tab.\n \n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Set and gets the theme supported for the maps.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TooltipDisplayMode","TypeName":"Syncfusion.Blazor.Maps.TooltipGesture","IsEnum":true,"Documentation":"\n \n Sets and gets the mode in which the tooltip is to be displayed.\n The tooltip can be rendered on mouse move, click or double clicking on the\n element on the map.\n \n ","Metadata":{"Common.PropertyName":"TooltipDisplayMode"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1458197949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMaps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1049108949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.SfMaps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":767299238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the annotation of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the x position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the y position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation"}},{"HashCode":1483896671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the annotation of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the x position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the y position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-806957500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1835019796,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1574433719,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1841696788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1507624804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-491736442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2041709168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the layer of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations"}},{"HashCode":1287417309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the layer of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1023379463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-301800243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-616944453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaBorder"}},{"HashCode":1586678595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1614713946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the area in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the map area.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings"}},{"HashCode":1126683952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the area in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the map area.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435162232,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1020012684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1629274099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsArrow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the customization the arrow in navigation-line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsArrow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"OffSet","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset value to position the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"OffSet"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Gets or sets the type of the position to place the arrow in navigation lines.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Gets or sets the size of the arrow in navigation line in maps.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow"}},{"HashCode":1312267063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsArrow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the customization the arrow in navigation-line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsArrow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"OffSet","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset value to position the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"OffSet"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Gets or sets the type of the position to place the arrow in navigation lines.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Gets or sets the size of the arrow in navigation line in maps.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252901015,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsArrow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2131736227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsArrow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1511352103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorder"}},{"HashCode":642737534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638379712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of borders in the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorderSettings"}},{"HashCode":274441132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of borders in the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1257881990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubble","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble of the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubble"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsBubble component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Gets or sets the delay in animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.Maps.BubbleType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the color of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the bubble.\n The data source must contain the size value of the bubble that can be bound to the bubble\n of the Maps using the valuePath property in the bubbleSettings.\n The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the bubble data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the bubble to be rendered in maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble","Components.GenericTyped":"True"}},{"HashCode":235542588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubble","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble of the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubble"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsBubble component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Gets or sets the delay in animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.Maps.BubbleType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the color of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the bubble.\n The data source must contain the size value of the bubble that can be bound to the bubble\n of the Maps using the valuePath property in the bubbleSettings.\n The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the bubble data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the bubble to be rendered in maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2067842950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubble"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2065954943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubble"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-227252648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleBorder"}},{"HashCode":-1648459758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1467209406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}},{"HashCode":-1038797063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074086023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-986623010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1702636116,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}},{"HashCode":1289197676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1748650158,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-740286643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1940708915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder"}},{"HashCode":1851438272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1191818497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the highlight settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}},{"HashCode":-1445261497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the highlight settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1836080641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":852873762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":423229715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder"}},{"HashCode":263536543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1622129658,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the selection settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}},{"HashCode":-1140917193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the selection settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477340437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-418817591,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1349832360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of bubble to the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}},{"HashCode":-854831315,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of bubble to the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1305145804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1341684194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411490777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble's tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder"}},{"HashCode":-90326862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble's tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-75054622,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble's tooltip of the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}},{"HashCode":-2052381154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble's tooltip of the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-882556173,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1041340708,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-32132285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":752213059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199375623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in bubble tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}},{"HashCode":1988792239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in bubble tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528274649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2111100748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148707508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the center position of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsCenterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition"}},{"HashCode":-192060628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the center position of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsCenterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":42381168,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsCenterPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2063130512,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsCenterPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-977721898,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the colormapping for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsColorMapping"}},{"HashCode":-1836433885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the colormapping for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":105708200,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the dataLabel setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"IntersectionAction","TypeName":"Syncfusion.Blazor.Maps.IntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the intersection action for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"IntersectionAction"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path from the data source based on which the data-labels gets rendered.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the color of the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"SmartLabelMode","TypeName":"Syncfusion.Blazor.Maps.SmartLabelMode","IsEnum":true,"Documentation":"\n \n Gets or sets the label mode for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"SmartLabelMode"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}},{"HashCode":2035629851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the dataLabel setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"IntersectionAction","TypeName":"Syncfusion.Blazor.Maps.IntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the intersection action for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"IntersectionAction"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path from the data source based on which the data-labels gets rendered.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the color of the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"SmartLabelMode","TypeName":"Syncfusion.Blazor.Maps.SmartLabelMode","IsEnum":true,"Documentation":"\n \n Gets or sets the label mode for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"SmartLabelMode"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1797628069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-72465032,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":659942749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1254403530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":783555379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1599555755,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1961343046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the event for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MarkerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the marker.\n \n ","Metadata":{"Common.PropertyName":"MarkerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LayerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the layer.\n \n ","Metadata":{"Common.PropertyName":"LayerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoomComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the zooming operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnZoomComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the shapes in the layer.\n \n ","Metadata":{"Common.PropertyName":"ShapeRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click of the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mouse leaves from the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after click on the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the data label.\n \n ","Metadata":{"Common.PropertyName":"DataLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BubbleRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the bubble.\n \n ","Metadata":{"Common.PropertyName":"BubbleRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click on the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before mouse move over the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the zoom operations in the maps such as zoom in and zoom out.\n \n ","Metadata":{"Common.PropertyName":"OnZoom","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnItemHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking the shape on maps and before the selection is applied.\n \n ","Metadata":{"Common.PropertyName":"OnItemSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"ShapeHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when a shape is selected in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the legend.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after the animation effect completed in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the maps is started to load.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after maps is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after resizing the maps control.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPan","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPan","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPanComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPanComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the tooltip gets rendered in Maps.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the print gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the double click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the right click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsEvents"}},{"HashCode":2071913113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the event for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MarkerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the marker.\n \n ","Metadata":{"Common.PropertyName":"MarkerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LayerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the layer.\n \n ","Metadata":{"Common.PropertyName":"LayerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoomComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the zooming operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnZoomComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the shapes in the layer.\n \n ","Metadata":{"Common.PropertyName":"ShapeRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click of the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mouse leaves from the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after click on the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the data label.\n \n ","Metadata":{"Common.PropertyName":"DataLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BubbleRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the bubble.\n \n ","Metadata":{"Common.PropertyName":"BubbleRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click on the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before mouse move over the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the zoom operations in the maps such as zoom in and zoom out.\n \n ","Metadata":{"Common.PropertyName":"OnZoom","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnItemHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking the shape on maps and before the selection is applied.\n \n ","Metadata":{"Common.PropertyName":"OnItemSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"ShapeHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when a shape is selected in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the legend.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after the animation effect completed in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the maps is started to load.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after maps is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after resizing the maps control.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPan","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPan","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPanComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPanComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the tooltip gets rendered in Maps.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the print gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the double click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the right click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1707968688,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the customization for the font setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsFontSettings"}},{"HashCode":-1841604532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the customization for the font setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-672819248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the highlight setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsHighlightSettings"}},{"HashCode":468776085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the highlight setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":213722949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsInitialShapeSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ShapePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the property name from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePath"}},{"Kind":"Components.Component","Name":"ShapeValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the shape from data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection"}},{"HashCode":857780997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ShapePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the property name from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePath"}},{"Kind":"Components.Component","Name":"ShapeValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the shape from data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1327068772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection settings for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsInitialShapeSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}},{"HashCode":-70620154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection settings for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307213753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsInitialShapeSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":447103316,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699782412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the layer customization for the maps control.\n \n represents the class name of the datasource.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsLayer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation of layers in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BingMapType","TypeName":"Syncfusion.Blazor.Maps.BingMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,\n then the map will render based on shape data since default layer type will be set as Geometry.\n \n \n ","Metadata":{"Common.PropertyName":"BingMapType"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the layer.\n The data source can contain data that can be bound to the tooltip, marker, and bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"GeometryType","TypeName":"Syncfusion.Blazor.Maps.GeometryType","IsEnum":true,"Documentation":"\n \n Gets or sets the geometry type for the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"GeometryType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Gets or sets the key for the tile map layer in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"LayerType","TypeName":"Syncfusion.Blazor.Maps.ShapeLayerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps\n then map will render based on the provided layer type.\n \n \n ","Metadata":{"Common.PropertyName":"LayerType"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the shape data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShapeData","TypeName":"System.Object","Documentation":"\n \n Gets or sets the shape data for the maps to render.\n \n ","Metadata":{"Common.PropertyName":"ShapeData"}},{"Kind":"Components.Component","Name":"ShapeDataPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the shape from the shape data in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeDataPath"}},{"Kind":"Components.Component","Name":"ShapePropertyPath","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the path for the layers from the layer data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePropertyPath"}},{"Kind":"Components.Component","Name":"StaticMapType","TypeName":"Syncfusion.Blazor.Maps.StaticMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the static maps.\n \n \n ","Metadata":{"Common.PropertyName":"StaticMapType"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.Type","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UrlTemplate","TypeName":"System.String","Documentation":"\n \n Gets or sets the template for the map using the url.\n \n ","Metadata":{"Common.PropertyName":"UrlTemplate"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the layers of maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer","Components.GenericTyped":"True"}},{"HashCode":-1050458652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the layer customization for the maps control.\n \n represents the class name of the datasource.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsLayer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation of layers in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BingMapType","TypeName":"Syncfusion.Blazor.Maps.BingMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,\n then the map will render based on shape data since default layer type will be set as Geometry.\n \n \n ","Metadata":{"Common.PropertyName":"BingMapType"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the layer.\n The data source can contain data that can be bound to the tooltip, marker, and bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"GeometryType","TypeName":"Syncfusion.Blazor.Maps.GeometryType","IsEnum":true,"Documentation":"\n \n Gets or sets the geometry type for the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"GeometryType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Gets or sets the key for the tile map layer in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"LayerType","TypeName":"Syncfusion.Blazor.Maps.ShapeLayerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps\n then map will render based on the provided layer type.\n \n \n ","Metadata":{"Common.PropertyName":"LayerType"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the shape data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShapeData","TypeName":"System.Object","Documentation":"\n \n Gets or sets the shape data for the maps to render.\n \n ","Metadata":{"Common.PropertyName":"ShapeData"}},{"Kind":"Components.Component","Name":"ShapeDataPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the shape from the shape data in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeDataPath"}},{"Kind":"Components.Component","Name":"ShapePropertyPath","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the path for the layers from the layer data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePropertyPath"}},{"Kind":"Components.Component","Name":"StaticMapType","TypeName":"Syncfusion.Blazor.Maps.StaticMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the static maps.\n \n \n ","Metadata":{"Common.PropertyName":"StaticMapType"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.Type","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UrlTemplate","TypeName":"System.String","Documentation":"\n \n Gets or sets the template for the map using the url.\n \n ","Metadata":{"Common.PropertyName":"UrlTemplate"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the layers of maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569905178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1026958659,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1701801051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the data-label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder"}},{"HashCode":-559182323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the data-label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2088496746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in data labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}},{"HashCode":368279524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in data labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402515006,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1386873007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":338124475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder"}},{"HashCode":-764782335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97887452,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the layer for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight the sahpes in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}},{"HashCode":-1971061725,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the layer for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight the sahpes in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-840472550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":892754409,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1939683139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps marker cluster border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder"}},{"HashCode":-1511305068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps marker cluster border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1513075115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for connecting line setting of marker cluster in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterConnectorLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the line width for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}},{"HashCode":1565265494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for connecting line setting of marker cluster in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the line width for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-358423124,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerMarkerClusterConnectorLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":40196012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1259447524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in data-labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}},{"HashCode":116000732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in data-labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1377485453,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerMarkerClusterLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":784874171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1886969323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the collection of layer in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers"}},{"HashCode":-706493465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the collection of layer in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-973597412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2121349228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1010525480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the selection shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder"}},{"HashCode":-486272390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the selection shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1151653806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the selection setting of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the selection of shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the multiple selection for shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}},{"HashCode":794121318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the selection setting of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the selection of shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the multiple selection for shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":911607672,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-573714506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1050050686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder"}},{"HashCode":123682538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":860160523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}},{"HashCode":584516902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1056099412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-412737889,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":981131668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1328062198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427397518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in axis labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}},{"HashCode":1278287719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in axis labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689541889,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":86698967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":882029097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendBorder"}},{"HashCode":47399809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1298953848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of legend for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the inverted pointer in interactive legend in maps.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.Maps.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the display mode for the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Maps.LabelPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Gets or sets the location of the legend, given by x and y values.\n \n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Maps.LegendMode","IsEnum":true,"Documentation":"\n \n Gets or sets the mode of the legend in maps. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.LegendArrangement","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Maps.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.LegendShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the legend from the data source to be shown.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the toggle visibility for legend in maps.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.LegendType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Set and gets the value from the data source for legend.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings"}},{"HashCode":-958177918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of legend for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the inverted pointer in interactive legend in maps.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.Maps.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the display mode for the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Maps.LabelPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Gets or sets the location of the legend, given by x and y values.\n \n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Maps.LegendMode","IsEnum":true,"Documentation":"\n \n Gets or sets the mode of the legend in maps. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.LegendArrangement","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Maps.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.LegendShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the legend from the data source to be shown.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the toggle visibility for legend in maps.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.LegendType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Set and gets the value from the data source for legend.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1898042598,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1362141966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1599615621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder"}},{"HashCode":46355717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1020579409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in subtitle in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}},{"HashCode":1073368619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in subtitle in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774442982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":300371695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1908197682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle"}},{"HashCode":-858267988,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524179162,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1048857969,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799028726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}},{"HashCode":-1196027265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1092453142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1389124902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":481904713,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMargin"}},{"HashCode":-1979727983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1749499203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker for the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsMarker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MarkerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","Metadata":{"Common.PropertyName":"MarkerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the delay time for the animation in marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration time for animating the marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to apply color for the marker.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the marker.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the marker.\n The data source for the marker will contain latitude and longitude values to specify the location\n of the marker.\n The data source can contain data such as color, shape, and other details that can be bound to the color, shape,\n and tooltip of the marker.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL for rendering the marker as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImageUrlValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source for the image of the marker.\n \n ","Metadata":{"Common.PropertyName":"ImageUrlValuePath"}},{"Kind":"Components.Component","Name":"LatitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting latitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LatitudeValuePath"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the legend from the marker data source.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"LongitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting longitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LongitudeValuePath"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the marker data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to set the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"ShapeValuePath"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the marker based on the marker data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker","Components.GenericTyped":"True"}},{"HashCode":21810566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker for the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsMarker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MarkerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","Metadata":{"Common.PropertyName":"MarkerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the delay time for the animation in marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration time for animating the marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to apply color for the marker.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the marker.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the marker.\n The data source for the marker will contain latitude and longitude values to specify the location\n of the marker.\n The data source can contain data such as color, shape, and other details that can be bound to the color, shape,\n and tooltip of the marker.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL for rendering the marker as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImageUrlValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source for the image of the marker.\n \n ","Metadata":{"Common.PropertyName":"ImageUrlValuePath"}},{"Kind":"Components.Component","Name":"LatitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting latitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LatitudeValuePath"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the legend from the marker data source.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"LongitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting longitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LongitudeValuePath"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the marker data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to set the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"ShapeValuePath"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the marker based on the marker data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-954021023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":818702544,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1621938966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTemplate","ParentTag":"MapsMarker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MarkerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":225696562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsMarker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MarkerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-723802781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerBorder"}},{"HashCode":1225966238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1818394875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker cluster for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerClusterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowClusterExpand","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the cluster expand when many markers are in same location.\n \n ","Metadata":{"Common.PropertyName":"AllowClusterExpand"}},{"Kind":"Components.Component","Name":"AllowClustering","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the clustering of markers in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AllowClustering"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array for the marker cluster in maps.\n @default ''.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the cluster.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Sets and gets the offset position for the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets shape for the cluster of markers.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}},{"HashCode":-2091574690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker cluster for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowClusterExpand","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the cluster expand when many markers are in same location.\n \n ","Metadata":{"Common.PropertyName":"AllowClusterExpand"}},{"Kind":"Components.Component","Name":"AllowClustering","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the clustering of markers in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AllowClustering"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array for the marker cluster in maps.\n @default ''.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the cluster.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Sets and gets the offset position for the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets shape for the cluster of markers.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1098724539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerClusterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1546278914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1648296440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder"}},{"HashCode":629065532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":854699197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the marker for the highlighted marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}},{"HashCode":-712547160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the marker for the highlighted marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1898196373,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":109267784,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1146888757,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selection marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder"}},{"HashCode":-156794700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selection marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-670251535,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection settings of the layer for the selected marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}},{"HashCode":-609152979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection settings of the layer for the selected marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1349508237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":330098241,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":620056085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}},{"HashCode":2124132779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1471694918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1927504401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":251646166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder"}},{"HashCode":2082521425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":274987866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}},{"HashCode":-1151654926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352149293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-641210736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1663452255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-610290946,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1303013796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in marker tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}},{"HashCode":506738448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in marker tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1068328047,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1833766071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535893060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of navigation-line for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle of curve connecting different locations in maps.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the latitude value for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the longitude for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the navigation lines to be drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine"}},{"HashCode":-618816798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of navigation-line for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle of curve connecting different locations in maps.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the latitude value for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the longitude for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the navigation lines to be drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1523612412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-564268524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488232061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the highlighted navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder"}},{"HashCode":1741650923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the highlighted navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903802497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}},{"HashCode":742125591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748025018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLineHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2012766871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-99174946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets collection of navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines"}},{"HashCode":1857524473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets collection of navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1963564360,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1532089158,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":826832515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selected navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder"}},{"HashCode":-1527330319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selected navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1794026447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}},{"HashCode":2025935614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727915491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLineSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-53716662,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-332080385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for customized the selection of shape in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSelectionSettings"}},{"HashCode":50005341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for customized the selection of shape in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809789041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeBorder"}},{"HashCode":-800639353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":305227313,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}},{"HashCode":2017913531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526960537,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":10894228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1724038166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of colormapping in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}},{"HashCode":-240103254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of colormapping in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1064764231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1515454492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-228110412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the shape of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the filling of color for the shapes automatically.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"CircleRadius","TypeName":"System.Double","Documentation":"\n \n Sets and gets the radius of the shape.\n \n ","Metadata":{"Common.PropertyName":"CircleRadius"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to set the color for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"BorderColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the color of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderColorValuePath"}},{"Kind":"Components.Component","Name":"BorderWidthValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the width of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderWidthValuePath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets a set of colors for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value from the data source based on which the shape gets rendered.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings"}},{"HashCode":275066982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the shape of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the filling of color for the shapes automatically.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"CircleRadius","TypeName":"System.Double","Documentation":"\n \n Sets and gets the radius of the shape.\n \n ","Metadata":{"Common.PropertyName":"CircleRadius"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to set the color for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"BorderColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the color of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderColorValuePath"}},{"Kind":"Components.Component","Name":"BorderWidthValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the width of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderWidthValuePath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets a set of colors for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value from the data source based on which the shape gets rendered.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1115050822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":989876226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-34245624,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the subtitle to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the subtitle for maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}},{"HashCode":-1538809358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the subtitle to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the subtitle for maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1390230171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":34774833,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2122485480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in subtitle in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}},{"HashCode":1649190025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in subtitle in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2099664072,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1758565033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-19462365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the text in the title for the maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings"}},{"HashCode":-1868352375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the text in the title for the maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2137204489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":639706048,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-302659371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in title in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}},{"HashCode":-1658973631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in title in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1522403093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1846990693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1961957541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the toggle legend border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsToggleLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder"}},{"HashCode":375163333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the toggle legend border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":39039483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the shape related to the legend on selecting the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsToggleLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ApplyShapeSettings","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the property of the shape settings to be displayed while clicking the legend.\n \n ","Metadata":{"Common.PropertyName":"ApplyShapeSettings"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the legend to be toggled.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}},{"HashCode":1261337820,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the shape related to the legend on selecting the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ApplyShapeSettings","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the property of the shape settings to be displayed while clicking the legend.\n \n ","Metadata":{"Common.PropertyName":"ApplyShapeSettings"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the legend to be toggled.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083775270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsToggleLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126497123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":847466427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTooltipSettings"}},{"HashCode":2062441853,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1554989172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the zooming operations in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the toolbar in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DoubleClickZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the double click zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"DoubleClickZoom"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnablePanning","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the panning operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnablePanning"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.\n \n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed horizontally.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MouseWheelZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the mouse wheel zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"MouseWheelZoom"}},{"Kind":"Components.Component","Name":"PinchZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pinch zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"PinchZooming"}},{"Kind":"Components.Component","Name":"ResetToInitial","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom to set the initial State.\n \n ","Metadata":{"Common.PropertyName":"ResetToInitial"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"ShouldZoomInitially","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom based on the marker position while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ShouldZoomInitially"}},{"Kind":"Components.Component","Name":"ToolBarOrientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of the zoom toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"ToolBarOrientation"}},{"Kind":"Components.Component","Name":"Toolbars","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the items that are to be shown in the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Toolbars"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed vertically.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n Sets and gets the factor of zoom to be displayed while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomOnClick","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming on clicking the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomOnClick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings"}},{"HashCode":-509250838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the zooming operations in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the toolbar in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DoubleClickZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the double click zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"DoubleClickZoom"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnablePanning","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the panning operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnablePanning"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.\n \n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed horizontally.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MouseWheelZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the mouse wheel zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"MouseWheelZoom"}},{"Kind":"Components.Component","Name":"PinchZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pinch zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"PinchZooming"}},{"Kind":"Components.Component","Name":"ResetToInitial","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom to set the initial State.\n \n ","Metadata":{"Common.PropertyName":"ResetToInitial"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"ShouldZoomInitially","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom based on the marker position while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ShouldZoomInitially"}},{"Kind":"Components.Component","Name":"ToolBarOrientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of the zoom toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"ToolBarOrientation"}},{"Kind":"Components.Component","Name":"Toolbars","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the items that are to be shown in the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Toolbars"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed vertically.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n Sets and gets the factor of zoom to be displayed while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomOnClick","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming on clicking the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomOnClick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666645331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-799079185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1052098756,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties for rendering the buttons in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the height of the button.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets and sets the padding of the button.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the button.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when mouseover is performed.\n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when selection is performed.\n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the button.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets and sets the type of the button to be rendered in the zoom toolbar such as ZoomIn,ZoomOut, Zoom, Reset and Pan.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}},{"HashCode":-1954742518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties for rendering the buttons in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the height of the button.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets and sets the padding of the button.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the button.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when mouseover is performed.\n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when selection is performed.\n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the button.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets and sets the type of the button to be rendered in the zoom toolbar such as ZoomIn,ZoomOut, Zoom, Reset and Pan.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-522280437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1636721643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1634225329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border of the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the thickness of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Gets and sets the orientation of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}},{"HashCode":1381472853,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border of the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the thickness of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Gets and sets the orientation of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-944464839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-195741853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063081330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties of the tooltip in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}},{"HashCode":-1393397974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties of the tooltip in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1838328497,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-247854259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-510942319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render annotations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender"}},{"HashCode":-1513520885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render annotations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-704199843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render bubble.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BubbleRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRender"}},{"HashCode":1767265788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render bubble.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.BubbleRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":126443595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRender"}},{"HashCode":1285611813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-41368473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRender"}},{"HashCode":1588855003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.MarkerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-969248399,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render navigation line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationLineRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender"}},{"HashCode":1620903869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render navigation line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2122238190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.ShapeRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the shapes in Maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShapeRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.ShapeRender"}},{"HashCode":491352189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.ShapeRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the shapes in Maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.ShapeRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.ShapeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1997112860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the stroke opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"StrokeOpacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}},{"Kind":"Components.Component","Name":"IsZoom","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"IsZoom"}},{"Kind":"Components.Component","Name":"TextWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextWidth"}},{"Kind":"Components.Component","Name":"TextHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextHeight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip"}},{"HashCode":-16469958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the stroke opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"StrokeOpacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}},{"Kind":"Components.Component","Name":"IsZoom","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"IsZoom"}},{"Kind":"Components.Component","Name":"TextWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextWidth"}},{"Kind":"Components.Component","Name":"TextHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextHeight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":755013243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TooltipRender"}},{"HashCode":1956151287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-770015167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer"}},{"HashCode":631416366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1093095164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BubbleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer"}},{"HashCode":96083868,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2135256396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer"}},{"HashCode":-1053296426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1227854458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer"}},{"HashCode":306236245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":41078524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer"}},{"HashCode":-287459117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2078911459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationLineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer"}},{"HashCode":-2127230654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":117027342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TileRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TileRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TileRender"}},{"HashCode":27021975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TileRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.TileRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TileRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1220204236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the Accordion item.\n Default animation is given as SlideUp for collapsing accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse"}},{"HashCode":-1381209068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the Accordion item.\n Default animation is given as SlideUp for collapsing accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":824253690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the Accordion item.\n Default animation is given as SlideDown for expanding accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand"}},{"HashCode":378054581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the Accordion item.\n Default animation is given as SlideDown for expanding accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-976941876,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Accordion animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}},{"HashCode":-207232746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Accordion animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":538289427,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":129842344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1995659628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when clicking anywhere within the Accordion.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the control rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionEvents"}},{"HashCode":1521415337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when clicking anywhere within the Accordion.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the control rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1275839114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines accordion panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets the text content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single/multiple classes (separated by a space) that should be used for Accordion item customization.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the accordion item is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Specify a Boolean value that indicates whether the accordion panel is expanded or not.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Sets the header text to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines an icon with the given custom CSS class that is to be rendered before the header text.\n Add the css classes to the `IconCss` property and write the css styles to the defined class to set the images/icons.\n Adding icon is applicable only to the header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the accordion item is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets Id attribute for accordion item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem"}},{"HashCode":247845077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines accordion panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets the text content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single/multiple classes (separated by a space) that should be used for Accordion item customization.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the accordion item is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Specify a Boolean value that indicates whether the accordion panel is expanded or not.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Sets the header text to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines an icon with the given custom CSS class that is to be rendered before the header text.\n Add the css classes to the `IconCss` property and write the css styles to the defined class to set the images/icons.\n Adding icon is applicable only to the header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the accordion item is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets Id attribute for accordion item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886750624,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-607314551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1202179763,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":179085170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":830245947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1213457543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927131275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems"}},{"HashCode":-2106148851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653532206,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-115783171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1000644772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the accordion element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Accordion.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable content of all the accordion are rendered on the initial load and maintained in the DOM.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Specifies the options to expand a single or multiple panels at a time.\n The possible values are:\n - Single: Sets to expand only one Accordion item at a time.\n - Multiple: Sets to expand more than one Accordion item at a time.\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"ExpandedIndices","TypeName":"System.Int32[]","Documentation":"\n \n Specifies the index of items that is expanded on the initial load.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndices"}},{"Kind":"Components.Component","Name":"ExpandedIndicesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndicesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Accordion that can be represented in pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Accordion that can be represented as pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n Gets or sets the html attributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion"}},{"HashCode":-588053293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the accordion element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Accordion.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable content of all the accordion are rendered on the initial load and maintained in the DOM.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Specifies the options to expand a single or multiple panels at a time.\n The possible values are:\n - Single: Sets to expand only one Accordion item at a time.\n - Multiple: Sets to expand more than one Accordion item at a time.\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"ExpandedIndices","TypeName":"System.Int32[]","Documentation":"\n \n Specifies the index of items that is expanded on the initial load.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndices"}},{"Kind":"Components.Component","Name":"ExpandedIndicesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndicesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Accordion that can be represented in pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Accordion that can be represented as pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n Gets or sets the html attributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1291958693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Accordion.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2089397059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Accordion.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480477806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents breadcrumb component item of component.\n \n \n You can render icon only, text only, icon and text breadcrumb item by specifying value to corresponding property.\n Additional attributes can be added to Breadcrumb item using @attributes directive.\n \n \n In the below code example, a basic Breadcrumb item has been added using tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text content of the Breadcrumb item.\n \n \n Accepts a string value. The default value is String.Empty.\n \n \n Set child content within tag directive, to render as HTML content.\n \n \n In the below code example, content has been set to using property and ChildContent property.\n \n \n \n \n \n \n \n Home\n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url of the Breadcrumb item and that will be navigated when clicked.\n \n \n Accepts Url string value. The default value is String.Empty.\n \n \n When Url has not been set, you can customize the item navigation using event.\n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string to include an icon or image for the breadcrumb item. \n \n \n Accepts a CSS class string separated by space to include an icon or image for the breadcrumb item. The default value is String.Empty.\n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the breadcrumb item element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, title attribute added as inline in tag directive.\n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}},{"HashCode":-318772848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents breadcrumb component item of component.\n \n \n You can render icon only, text only, icon and text breadcrumb item by specifying value to corresponding property.\n Additional attributes can be added to Breadcrumb item using @attributes directive.\n \n \n In the below code example, a basic Breadcrumb item has been added using tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text content of the Breadcrumb item.\n \n \n Accepts a string value. The default value is String.Empty.\n \n \n Set child content within tag directive, to render as HTML content.\n \n \n In the below code example, content has been set to using property and ChildContent property.\n \n \n \n \n \n \n \n Home\n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url of the Breadcrumb item and that will be navigated when clicked.\n \n \n Accepts Url string value. The default value is String.Empty.\n \n \n When Url has not been set, you can customize the item navigation using event.\n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string to include an icon or image for the breadcrumb item. \n \n \n Accepts a CSS class string separated by space to include an icon or image for the breadcrumb item. The default value is String.Empty.\n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the breadcrumb item element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, title attribute added as inline in tag directive.\n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985779347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1801820530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935114503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a collection of .\n \n \n To generate dynamic based on collection, use @foreach within tag directive.\n \n \n In the below code example, a basic Breadcrumb has been rendered using tag directive.\n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}},{"HashCode":2054395031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a collection of .\n \n \n To generate dynamic based on collection, use @foreach within tag directive.\n \n \n In the below code example, a basic Breadcrumb has been rendered using tag directive.\n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958053496,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-347947346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":619554519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents template options in component.\n \n \n or can be set tag directive.\n To access template's context parameter use @context in both and .\n \n \n In the below code example, both and has been specified.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SeparatorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment<(Syncfusion.Blazor.Navigations.BreadcrumbItem PreviousItem, Syncfusion.Blazor.Navigations.BreadcrumbItem NextItem)>","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"SeparatorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}},{"HashCode":-234605124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents template options in component.\n \n \n or can be set tag directive.\n To access template's context parameter use @context in both and .\n \n \n In the below code example, both and has been specified.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SeparatorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment<(Syncfusion.Blazor.Navigations.BreadcrumbItem PreviousItem, Syncfusion.Blazor.Navigations.BreadcrumbItem NextItem)>","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"SeparatorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":843403106,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":700581914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2109675072,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SeparatorTemplate","ParentTag":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SeparatorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":488259238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SeparatorTemplate","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SeparatorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1976921305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Breadcrumb component is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites.\n The aim is to make the user aware of their current position in a hierarchy of website links.\n \n \n Breadcrumb items can be populated either by specifying property or by specifying within tag directive.\n and can be used to customize the Breadcrumb component UI using tag directive.\n \n \n In the below code example, a basic Breadcrumb component initialized with tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBreadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url based on which the Breadcrumb items are generated.\n \n \n The value as a Url string to generate Breadcrumb items. The default value is String.Empty.\n \n \n You can specify only absolute Url to this property.\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the list of breadcrumb items that will be populated using the tag directive. \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ActiveItem","TypeName":"System.String","Documentation":"\n \n Gets or sets the of the active breadcrumb item.\n \n \n This property contains Url string of active breadcrumb item.\n \n \n This property is updated only when the has value.\n \n \n \n \n \n \n \n \n \n \n @code {\n private string activeItem = \"https://blazor.syncfusion.com/demos/menu-bar/default-functionalities\";\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ActiveItem"}},{"Kind":"Components.Component","Name":"MaxItems","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of breadcrumb items to be visible in the breadcrumb component.\n If the number of items exceeds this count, then items are rendered based on property. \n \n \n The number of breadcrumb items to be visible in breadcrumb component. The default value is 0. \n \n \n The is applicable only if the number of is greater than 2.\n \n ","Metadata":{"Common.PropertyName":"MaxItems"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbOverflowMode","IsEnum":true,"Documentation":"\n \n Gets or sets a value that indicates how to display breadcrumb items when the breadcrumb items count exceeds .\n \n \n One of the enumeration. The default value is \n \n \n If the OverflowMode is Default, the exceeded items will be hidden and while clicking on the previous item, the hidden item will become visible.\n If the OverflowMode is Collapsed, only the first and last items will be visible, and the remaining items will be hidden with collapsed icon.\n When the collapsed icon is clicked, all items become visible and scroll will be enabled if the space is not enough to show all items. \n \n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the Breadcrumb component container element.\n If the Breadcrumb items overflows the container width, the browser scrollbar will be activated.\n \n \n It contains component width in pixel or percentage. The default value is String.Empty.\n \n \n If the property is specified, the property will be prioritized than Breadcrumb container width and responsive UI will be activated based on .\n You can set container width using CSS and HTML style attribute using @attributes.\n \n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the built-in item navigation is enabled or not. The breadcrumb component navigates to url based on the item clicked by user.\n \n \n true, if built-in item navigation is enabled; otherwise, false.The default value is true.\n \n \n You can handle navigation in using event by setting as false.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableActiveItemNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the navigation is enabled for active item (last breadcrumb item).\n \n \n true, if the navigation is enabled for last breadcrumb item and it is clickable. otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableActiveItemNavigation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether to persist component's state between page reloads. When set to true, the property is persisted.\n \n \n true, if the component's state persistence is enabled. The default value is false.\n \n \n Component's property will be stored in browser local storage to persist component's state when page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will applied to the Breadcrumb container element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, Breadcrumb width has been specified as style attribute in tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActiveItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n \n Gets or sets a callback that updates the bound active item.\n \n ","Metadata":{"Common.PropertyName":"ActiveItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised while rendering .\n \n \n You can customize the breadcrumb items rendering using .\n \n \n In the below code example, the breadcrumb item text is changed to lower casing using ItemRendering event.\n \n \n \n \n \n \n \n \n @code {\n private void ItemRendering(BreadcrumbItemRenderingEventArgs args) {\n args.Item.Text = args.Item.Text.ToLower();\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised when the is clicked. \n \n \n You can customize the item navigation using by setting as false.\n The event is raised for UI based click only.\n \n \n \n \n \n \n \n \n \n \n @code {\n private void ItemClicked(BreadcrumbClickedEventArgs args) {\n NavigationManager.NavigateTo(args.Item.Url);\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}},{"HashCode":-809631855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Breadcrumb component is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites.\n The aim is to make the user aware of their current position in a hierarchy of website links.\n \n \n Breadcrumb items can be populated either by specifying property or by specifying within tag directive.\n and can be used to customize the Breadcrumb component UI using tag directive.\n \n \n In the below code example, a basic Breadcrumb component initialized with tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url based on which the Breadcrumb items are generated.\n \n \n The value as a Url string to generate Breadcrumb items. The default value is String.Empty.\n \n \n You can specify only absolute Url to this property.\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the list of breadcrumb items that will be populated using the tag directive. \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ActiveItem","TypeName":"System.String","Documentation":"\n \n Gets or sets the of the active breadcrumb item.\n \n \n This property contains Url string of active breadcrumb item.\n \n \n This property is updated only when the has value.\n \n \n \n \n \n \n \n \n \n \n @code {\n private string activeItem = \"https://blazor.syncfusion.com/demos/menu-bar/default-functionalities\";\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ActiveItem"}},{"Kind":"Components.Component","Name":"MaxItems","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of breadcrumb items to be visible in the breadcrumb component.\n If the number of items exceeds this count, then items are rendered based on property. \n \n \n The number of breadcrumb items to be visible in breadcrumb component. The default value is 0. \n \n \n The is applicable only if the number of is greater than 2.\n \n ","Metadata":{"Common.PropertyName":"MaxItems"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbOverflowMode","IsEnum":true,"Documentation":"\n \n Gets or sets a value that indicates how to display breadcrumb items when the breadcrumb items count exceeds .\n \n \n One of the enumeration. The default value is \n \n \n If the OverflowMode is Default, the exceeded items will be hidden and while clicking on the previous item, the hidden item will become visible.\n If the OverflowMode is Collapsed, only the first and last items will be visible, and the remaining items will be hidden with collapsed icon.\n When the collapsed icon is clicked, all items become visible and scroll will be enabled if the space is not enough to show all items. \n \n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the Breadcrumb component container element.\n If the Breadcrumb items overflows the container width, the browser scrollbar will be activated.\n \n \n It contains component width in pixel or percentage. The default value is String.Empty.\n \n \n If the property is specified, the property will be prioritized than Breadcrumb container width and responsive UI will be activated based on .\n You can set container width using CSS and HTML style attribute using @attributes.\n \n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the built-in item navigation is enabled or not. The breadcrumb component navigates to url based on the item clicked by user.\n \n \n true, if built-in item navigation is enabled; otherwise, false.The default value is true.\n \n \n You can handle navigation in using event by setting as false.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableActiveItemNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the navigation is enabled for active item (last breadcrumb item).\n \n \n true, if the navigation is enabled for last breadcrumb item and it is clickable. otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableActiveItemNavigation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether to persist component's state between page reloads. When set to true, the property is persisted.\n \n \n true, if the component's state persistence is enabled. The default value is false.\n \n \n Component's property will be stored in browser local storage to persist component's state when page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will applied to the Breadcrumb container element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, Breadcrumb width has been specified as style attribute in tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActiveItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n \n Gets or sets a callback that updates the bound active item.\n \n ","Metadata":{"Common.PropertyName":"ActiveItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised while rendering .\n \n \n You can customize the breadcrumb items rendering using .\n \n \n In the below code example, the breadcrumb item text is changed to lower casing using ItemRendering event.\n \n \n \n \n \n \n \n \n @code {\n private void ItemRendering(BreadcrumbItemRenderingEventArgs args) {\n args.Item.Text = args.Item.Text.ToLower();\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised when the is clicked. \n \n \n You can customize the item navigation using by setting as false.\n The event is raised for UI based click only.\n \n \n \n \n \n \n \n \n \n \n @code {\n private void ItemClicked(BreadcrumbClickedEventArgs args) {\n NavigationManager.NavigateTo(args.Item.Url);\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063317859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBreadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-538022141,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604357314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the filter selector for elements inside the target in that the context menu will be opened.\n \n ","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element selector in which the ContextMenu should be opened.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"System.String","Documentation":"\n \n Specifies the ContextMenu triggering event name.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu","Components.GenericTyped":"True"}},{"HashCode":-1320080519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the filter selector for elements inside the target in that the context menu will be opened.\n \n ","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element selector in which the ContextMenu should be opened.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"System.String","Documentation":"\n \n Specifies the ContextMenu triggering event name.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1243560630,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfContextMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":604881456,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfContextMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2010055589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the menu open.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the time duration to transform object.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied while transform.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Navigations.MenuEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect that shown in the sub menu transform.\n The possible effects are:\n None: Specifies the sub menu transform with no animation effect.\n SlideDown: Specifies the sub menu transform with slide down effect.\n ZoomIn: Specifies the sub menu transform with zoom in effect.\n FadeIn: Specifies the sub menu transform with fade in effect.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings"}},{"HashCode":-329523320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the menu open.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the time duration to transform object.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied while transform.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Navigations.MenuEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect that shown in the sub menu transform.\n The possible effects are:\n None: Specifies the sub menu transform with no animation effect.\n SlideDown: Specifies the sub menu transform with slide down effect.\n ZoomIn: Specifies the sub menu transform with zoom in effect.\n FadeIn: Specifies the sub menu transform with fade in effect.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":279260150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the menu events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before closing the menu.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each menu item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while closing the menu.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while selecting menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuEvents","Components.GenericTyped":"True"}},{"HashCode":-1439513307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the menu events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before closing the menu.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each menu item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while closing the menu.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while selecting menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-352769206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the field options of the Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Children","TypeName":"System.String","Documentation":"\n \n Specifies the children field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Children"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the CSS icon field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"ItemId","TypeName":"System.String","Documentation":"\n \n Specifies the itemId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemId"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Specifies the parentId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Specifies the separator field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.String","Documentation":"\n \n Specifies the disabled field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.String","Documentation":"\n \n Specifies the hidden field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the URL field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the @attributes (additional attributes) field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuFieldSettings"}},{"HashCode":-1695676008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the field options of the Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Children","TypeName":"System.String","Documentation":"\n \n Specifies the children field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Children"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the CSS icon field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"ItemId","TypeName":"System.String","Documentation":"\n \n Specifies the itemId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemId"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Specifies the parentId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Specifies the separator field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.String","Documentation":"\n \n Specifies the disabled field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.String","Documentation":"\n \n Specifies the hidden field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the URL field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the @attributes (additional attributes) field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1957424410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the items which is going to render as menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\n Menu Item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id for menu item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the sub menu items that is the array of MenuItem.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Used to hide or show the menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL for menu item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem"}},{"HashCode":-1696721968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the items which is going to render as menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\n Menu Item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id for menu item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the sub menu items that is the array of MenuItem.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Used to hide or show the menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL for menu item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":210036436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1516274238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.MenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-387088730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems"}},{"HashCode":-1699088404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":131704479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1010482711,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.MenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1460302333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify templates for rendering menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for Menu.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates","Components.GenericTyped":"True"}},{"HashCode":1442098063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify templates for rendering menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for Menu.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-618451464,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1312430472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Navigations.MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1886606727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HamburgerMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"HamburgerMode"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Navigations.Orientation","IsEnum":true,"Documentation":"\n \n Specified the orientation of Menu whether it can be horizontal or vertical.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element to open/close Menu while click in Hamburger mode.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title text for hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu","Components.GenericTyped":"True"}},{"HashCode":-1633442388,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HamburgerMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"HamburgerMode"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Navigations.Orientation","IsEnum":true,"Documentation":"\n \n Specified the orientation of Menu whether it can be horizontal or vertical.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element to open/close Menu while click in Hamburger mode.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title text for hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1448602553,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1547981132,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1981480561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n The SfSidebar component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the state(expand/collapse) of the component is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to open.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the sidebar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animate","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation transitions on expanding or collapsing the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Animate"}},{"Kind":"Components.Component","Name":"CloseOnDocumentClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Sidebar needs to be closed or not when the document area is clicked.\n \n ","Metadata":{"Common.PropertyName":"CloseOnDocumentClick"}},{"Kind":"Components.Component","Name":"DockSize","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Sidebar in dock state. Dock size can be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"DockSize"}},{"Kind":"Components.Component","Name":"EnableDock","TypeName":"System.Boolean","Documentation":"\n \n Specifies the docking state of the component.\n \n ","Metadata":{"Common.PropertyName":"EnableDock"}},{"Kind":"Components.Component","Name":"EnableGestures","TypeName":"System.Boolean","Documentation":"\n \n Enables the expand or collapse while swiping in the touch devices.\n \n ","Metadata":{"Common.PropertyName":"EnableGestures"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting component's state between page reloads. If enabled, isOpen state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Sidebar in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsOpen","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the Sidebar component is open or close.\n When the Sidebar type is set to `Auto`,\n the component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.\n \n ","Metadata":{"Common.PropertyName":"IsOpen"}},{"Kind":"Components.Component","Name":"IsOpenChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"IsOpenChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Specifies the media query string for resolution, when opens the Sidebar.\n Example: assigning media query value to '(min-width: 600px)' will open the sidebar component only when the provided resolution is met else the sidebar will be in closed state.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Navigations.SidebarPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to apply overlay options to the main content or not when the Sidebar is in an open state.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows to place the sidebar inside the target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.SidebarType","IsEnum":true,"Documentation":"\n \n Specifies the expanding types of the Sidebar.\n `Over` - The sidebar floats over the main content area.\n `Push` - The sidebar pushes the main content area to appear side-by-side and shrinks the main content within the screen width.\n `Slide` - The sidebar translates the x and y positions of the main content area based on the sidebar width.\n The main content area will not be adjusted within the screen width.\n `Auto` - Sidebar with `Over` type in mobile resolution and `Push` type in other higher resolutions.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\n Width can also be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index of the Sidebar. It is applicable only when sidebar act as the overlay type.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar"}},{"HashCode":294174295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n The SfSidebar component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the state(expand/collapse) of the component is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to open.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the sidebar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animate","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation transitions on expanding or collapsing the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Animate"}},{"Kind":"Components.Component","Name":"CloseOnDocumentClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Sidebar needs to be closed or not when the document area is clicked.\n \n ","Metadata":{"Common.PropertyName":"CloseOnDocumentClick"}},{"Kind":"Components.Component","Name":"DockSize","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Sidebar in dock state. Dock size can be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"DockSize"}},{"Kind":"Components.Component","Name":"EnableDock","TypeName":"System.Boolean","Documentation":"\n \n Specifies the docking state of the component.\n \n ","Metadata":{"Common.PropertyName":"EnableDock"}},{"Kind":"Components.Component","Name":"EnableGestures","TypeName":"System.Boolean","Documentation":"\n \n Enables the expand or collapse while swiping in the touch devices.\n \n ","Metadata":{"Common.PropertyName":"EnableGestures"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting component's state between page reloads. If enabled, isOpen state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Sidebar in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsOpen","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the Sidebar component is open or close.\n When the Sidebar type is set to `Auto`,\n the component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.\n \n ","Metadata":{"Common.PropertyName":"IsOpen"}},{"Kind":"Components.Component","Name":"IsOpenChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"IsOpenChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Specifies the media query string for resolution, when opens the Sidebar.\n Example: assigning media query value to '(min-width: 600px)' will open the sidebar component only when the provided resolution is met else the sidebar will be in closed state.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Navigations.SidebarPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to apply overlay options to the main content or not when the Sidebar is in an open state.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows to place the sidebar inside the target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.SidebarType","IsEnum":true,"Documentation":"\n \n Specifies the expanding types of the Sidebar.\n `Over` - The sidebar floats over the main content area.\n `Push` - The sidebar pushes the main content area to appear side-by-side and shrinks the main content within the screen width.\n `Slide` - The sidebar translates the x and y positions of the main content area based on the sidebar width.\n The main content area will not be adjusted within the screen width.\n `Auto` - Sidebar with `Over` type in mobile resolution and `Push` type in other higher resolutions.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\n Width can also be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index of the Sidebar. It is applicable only when sidebar act as the overlay type.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1556173461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126587472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1983048497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the tab element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Tab.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Documentation":"\n \n Specifies the animation settings of the Tabs component. The animation effect can be applied to activate the tab with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the root element of the Tabs that helps to customize the component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the tab’s selected item will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the Tab allows drag and drop over tab items. Tab item has been reordered based on the dropped item.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DragArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs with Tabitems.\n \n ","Metadata":{"Common.PropertyName":"DragArea"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HeaderPlacement","TypeName":"Syncfusion.Blazor.Navigations.HeaderPosition","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the Tab header.\n The possible values are:\n - Top: Places the Tab header on the top.\n - Bottom: Places the Tab header at the bottom.\n - Left: Places the Tab header at the left.\n - Right: Places the Tab header at the right.\n \n ","Metadata":{"Common.PropertyName":"HeaderPlacement"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Tabs component. By default, Tab height is set based on the height of its parent.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LoadOn","TypeName":"Syncfusion.Blazor.Navigations.ContentLoad","IsEnum":true,"Documentation":"\n \n Specifies the modes for the Tab content.\n The possible modes are:\n `Dynamic` Load the Tab content dynamically, which is rendering its content when switching its header.\n `Init` Loads all the tab contents on initial loading.\n `Demand` Loads the Tab content when required but keeps the content once it is rendered.\n \n ","Metadata":{"Common.PropertyName":"LoadOn"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the display mode which will be applied when the Tabs exceeds the viewing area.\n The possible modes are:\n - Scrollable: All the elements will be displayed in a single line with horizontal scrolling enabled.\n - Popup: Tab container will hold the items that can be placed within the available space and the rest of the items will be moved to the popup.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance that applies when scrolling in Tab and enabled Scrollable mode.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Int32","Documentation":"\n \n Specifies the index for activating the Tab item.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether to show the close button in the Tab header or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Tabs component. By default, Tab width sets based on the width of its parent.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the tab element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab"}},{"HashCode":-1406635574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the tab element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Tab.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Documentation":"\n \n Specifies the animation settings of the Tabs component. The animation effect can be applied to activate the tab with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the root element of the Tabs that helps to customize the component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the tab’s selected item will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the Tab allows drag and drop over tab items. Tab item has been reordered based on the dropped item.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DragArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs with Tabitems.\n \n ","Metadata":{"Common.PropertyName":"DragArea"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HeaderPlacement","TypeName":"Syncfusion.Blazor.Navigations.HeaderPosition","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the Tab header.\n The possible values are:\n - Top: Places the Tab header on the top.\n - Bottom: Places the Tab header at the bottom.\n - Left: Places the Tab header at the left.\n - Right: Places the Tab header at the right.\n \n ","Metadata":{"Common.PropertyName":"HeaderPlacement"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Tabs component. By default, Tab height is set based on the height of its parent.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LoadOn","TypeName":"Syncfusion.Blazor.Navigations.ContentLoad","IsEnum":true,"Documentation":"\n \n Specifies the modes for the Tab content.\n The possible modes are:\n `Dynamic` Load the Tab content dynamically, which is rendering its content when switching its header.\n `Init` Loads all the tab contents on initial loading.\n `Demand` Loads the Tab content when required but keeps the content once it is rendered.\n \n ","Metadata":{"Common.PropertyName":"LoadOn"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the display mode which will be applied when the Tabs exceeds the viewing area.\n The possible modes are:\n - Scrollable: All the elements will be displayed in a single line with horizontal scrolling enabled.\n - Popup: Tab container will hold the items that can be placed within the available space and the rest of the items will be moved to the popup.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance that applies when scrolling in Tab and enabled Scrollable mode.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Int32","Documentation":"\n \n Specifies the index for activating the Tab item.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether to show the close button in the Tab header or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Tabs component. By default, Tab width sets based on the width of its parent.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the tab element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-188672555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1759572094,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfTab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":637803100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationNext","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationNext"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the next Tab content.\n Default animation is given as SlideRightIn for next tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext"}},{"HashCode":-31298840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationNext","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationNext"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the next Tab content.\n Default animation is given as SlideRightIn for next tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796182004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationPrevious"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform the content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the previous Tab content.\n Default animation is given as SlideLeftIn for previous tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious"}},{"HashCode":-975054169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform the content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the previous Tab content.\n Default animation is given as SlideLeftIn for previous tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":693595104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Next","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","Metadata":{"Common.PropertyName":"Next"}},{"Kind":"Components.Component","Name":"Previous","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","Metadata":{"Common.PropertyName":"Previous"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}},{"HashCode":-1723683111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Next","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","Metadata":{"Common.PropertyName":"Next"}},{"Kind":"Components.Component","Name":"Previous","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","Metadata":{"Common.PropertyName":"Previous"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":327923626,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":612865549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":749201727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Added","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after adding the item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Added","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Adding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before adding the tab item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Adding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the Tab item drag starts.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets dropped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabEvents"}},{"HashCode":895163209,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Added","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after adding the item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Added","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Adding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before adding the tab item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Adding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the Tab item drag starts.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets dropped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569921368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab header properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the icon class that is used to render an icon in the Tab header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"System.String","Documentation":"\n \n Options for positioning the icon in the Tab item header. This property depends on the `IconCss` property.\n The possible values are:\n - left: Places the icon to the `left` of the item.\n - top: Places the icon on the `top` of the item.\n - right: Places the icon to the `right` end of the item.\n - bottom: Places the icon at the `bottom` of the item.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the display text of the Tab header.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabHeader"}},{"HashCode":-1305021418,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab header properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the icon class that is used to render an icon in the Tab header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"System.String","Documentation":"\n \n Options for positioning the icon in the Tab item header. This property depends on the `IconCss` property.\n The possible values are:\n - left: Places the icon to the `left` of the item.\n - top: Places the icon on the `top` of the item.\n - right: Places the icon to the `right` end of the item.\n - bottom: Places the icon at the `bottom` of the item.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the display text of the Tab header.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-314351916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure the Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of Tab item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the Tab item to customize its styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the control is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Documentation":"\n \n The object used for configuring the Tab item header properties.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the tab is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem"}},{"HashCode":-319778714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure the Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of Tab item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the Tab item to customize its styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the control is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Documentation":"\n \n The object used for configuring the Tab item header properties.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the tab is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2092813025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":940665534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-256685925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1745514646,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":641983739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2071161146,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-767535629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems"}},{"HashCode":1957880195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1812534055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1940060902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586133103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for toolbar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in toolbar.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of the Toolbar that helps to customize component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableCollision","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the popup collision.\n \n ","Metadata":{"Common.PropertyName":"EnableCollision"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\n Possible modes are:\n - Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.\n - Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.\n - MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.\n - Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\n If the popup content overflows the height of the page, the rest of the elements will be hidden.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance in scroller.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the toolbar element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar"}},{"HashCode":-2141944088,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for toolbar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in toolbar.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of the Toolbar that helps to customize component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableCollision","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the popup collision.\n \n ","Metadata":{"Common.PropertyName":"EnableCollision"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\n Possible modes are:\n - Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.\n - Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.\n - MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.\n - Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\n If the popup content overflows the height of the page, the rest of the elements will be hidden.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance in scroller.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the toolbar element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1407840541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfToolbar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-969040776,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfToolbar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1774476909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when click the toolbar item.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Navigations.ItemAlign","IsEnum":true,"Documentation":"\n \n Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `Align` property.\n Possible values are:\n - Left: To align commands to the left side of the Toolbar.\n - Center: To align commands at the center of the Toolbar.\n - Right: To align commands to the right side of the Toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of commands.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines htmlAttributes used to add custom attributes to Toolbar command.\n Supports HTML attributes such as style, class, etc.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the unique ID to be used with button or input element of Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Navigations.OverflowOption","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar command display area when an element's content is too large to fit available space.\n This is applicable only to `Popup` mode. Possible values are:\n - Show: Always shows the item as the primary priority on the Toolbar.\n - Hide: Always shows the item as the secondary priority on the popup.\n - None: No priority for display, and as per normal order moves to popup when content exceeds.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"PrefixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n \n ","Metadata":{"Common.PropertyName":"PrefixIcon"}},{"Kind":"Components.Component","Name":"ShowAlwaysInPopup","TypeName":"System.Boolean","Documentation":"\n \n Defines the priority of items to display it in popup always.\n It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n \n ","Metadata":{"Common.PropertyName":"ShowAlwaysInPopup"}},{"Kind":"Components.Component","Name":"ShowTextOn","TypeName":"Syncfusion.Blazor.Navigations.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies where the button text will be displayed on popup mode of the Toolbar.\n Possible values are:\n - Toolbar: Text will be displayed on Toolbar only.\n - Overflow: Text will be displayed only when content overflows to popup.\n - Both: Text will be displayed on popup and Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ShowTextOn"}},{"Kind":"Components.Component","Name":"SuffixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned after the text content if text is available.\n \n ","Metadata":{"Common.PropertyName":"SuffixIcon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TooltipText","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on hovering the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"TooltipText"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.ItemType","IsEnum":true,"Documentation":"\n \n Specifies the types of command to be rendered in the Toolbar.\n Supported types are:\n - Button: Creates the Button control with its given properties like text, prefixIcon, etc.\n - Separator: Adds a horizontal line that separates the Toolbar commands.\n - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\n AutoComplete, etc.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be hidden or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar button commands.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem"}},{"HashCode":1054639414,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when click the toolbar item.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Navigations.ItemAlign","IsEnum":true,"Documentation":"\n \n Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `Align` property.\n Possible values are:\n - Left: To align commands to the left side of the Toolbar.\n - Center: To align commands at the center of the Toolbar.\n - Right: To align commands to the right side of the Toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of commands.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines htmlAttributes used to add custom attributes to Toolbar command.\n Supports HTML attributes such as style, class, etc.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the unique ID to be used with button or input element of Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Navigations.OverflowOption","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar command display area when an element's content is too large to fit available space.\n This is applicable only to `Popup` mode. Possible values are:\n - Show: Always shows the item as the primary priority on the Toolbar.\n - Hide: Always shows the item as the secondary priority on the popup.\n - None: No priority for display, and as per normal order moves to popup when content exceeds.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"PrefixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n \n ","Metadata":{"Common.PropertyName":"PrefixIcon"}},{"Kind":"Components.Component","Name":"ShowAlwaysInPopup","TypeName":"System.Boolean","Documentation":"\n \n Defines the priority of items to display it in popup always.\n It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n \n ","Metadata":{"Common.PropertyName":"ShowAlwaysInPopup"}},{"Kind":"Components.Component","Name":"ShowTextOn","TypeName":"Syncfusion.Blazor.Navigations.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies where the button text will be displayed on popup mode of the Toolbar.\n Possible values are:\n - Toolbar: Text will be displayed on Toolbar only.\n - Overflow: Text will be displayed only when content overflows to popup.\n - Both: Text will be displayed on popup and Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ShowTextOn"}},{"Kind":"Components.Component","Name":"SuffixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned after the text content if text is available.\n \n ","Metadata":{"Common.PropertyName":"SuffixIcon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TooltipText","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on hovering the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"TooltipText"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.ItemType","IsEnum":true,"Documentation":"\n \n Specifies the types of command to be rendered in the Toolbar.\n Supported types are:\n - Button: Creates the Button control with its given properties like text, prefixIcon, etc.\n - Separator: Adds a horizontal line that separates the Toolbar commands.\n - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\n AutoComplete, etc.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be hidden or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar button commands.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-881579531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-28344686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-764676832,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1765026059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-328307390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems"}},{"HashCode":860471355,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-933470039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-612521775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2011427638,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TreeView component.\n \n \n Specifies the TreeView component.\n \n \n SfTreeView component.\n \n \n The TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.\n TreeView can be populated from a data source such as an array of data's or from DataManager.\n \n \"TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\n desktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\n the mouse. For touch devices, drag and drop operation is performed by touch, touch move\n and touch end.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables editing of the text in the TreeView node. When `AllowEditing` property is set\n to true, the TreeView allows you to edit the node by double clicking the node or by navigating to\n the node and pressing F2 key.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables multi-selection of nodes. To select multiple nodes:\n Select the nodes by holding down the CTRL key while clicking on the nodes.\n Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\n and click the last node to select.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to wrap the text in the TreeView node. \n When the `AllowTextWrap` property is set to true, the TreeView node text content will wrap to the next line\n when its text content exceeds the width of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Documentation":"\n \n Specifies the type of animation applied on expanding and collapsing the nodes along with duration.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"AutoCheck","TypeName":"System.Boolean","Documentation":"\n \n Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.\n \n ","Metadata":{"Common.PropertyName":"AutoCheck"}},{"Kind":"Components.Component","Name":"CheckedNodes","TypeName":"System.String[]","Documentation":"\n \n The `CheckedNodes` property is used to set the nodes that need to be checked or\n get the ID of nodes that are currently checked in the TreeView component.\n The `checkedNodes` property depends upon the value of `showCheckBox` property.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodes"}},{"Kind":"Components.Component","Name":"CheckedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the checked nodes changes.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the TreeView component is disabled or not.\n When set to true, user interaction will not be occurred in TreeView.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs in the entire page.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.\n 1. `SelectedNodes` - Represents the nodes that are selected in the TreeView component.\n 2. `checkedNodes` - Represents the nodes that are checked in the TreeView component.\n 3. `expandedNodes` - Represents the nodes that are expanded in the TreeView component.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandOn","TypeName":"Syncfusion.Blazor.Navigations.ExpandAction","IsEnum":true,"Documentation":"\n \n Specifies the action on which the node expands or collapses. The available actions are,\n `Click` - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.\n `DblClick` - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.\n `None` - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\n and mobile devices.\n \n ","Metadata":{"Common.PropertyName":"ExpandOn"}},{"Kind":"Components.Component","Name":"ExpandedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\n expanded or get the ID of the nodes that are currently expanded by using this property.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodes"}},{"Kind":"Components.Component","Name":"ExpandedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the expanded nodes changes.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Documentation":"\n \n Specifies the data source and mapping fields to render TreeView nodes.\n \n ","Metadata":{"Common.PropertyName":"Fields","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FullRowNavigable","TypeName":"System.Boolean","Documentation":"\n \n If this property is set to true, then the entire TreeView node will be navigate-able instead of text element.\n \n ","Metadata":{"Common.PropertyName":"FullRowNavigable"}},{"Kind":"Components.Component","Name":"FullRowSelect","TypeName":"System.Boolean","Documentation":"\n \n On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\n When disabled only the corresponding node's text gets selected.\n \n ","Metadata":{"Common.PropertyName":"FullRowSelect"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\n beginning itself.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"SelectedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the selected nodes in the TreeView component. We can set the nodes that need to be\n selected or get the ID of the nodes that are currently selected by using this property.\n On enabling `AllowMultiSelection` property we can select multiple nodes and on disabling\n it we can select only a single node.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodes"}},{"Kind":"Components.Component","Name":"SelectedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the selected nodes changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Indicates that the nodes will display CheckBoxes in the TreeView.\n The CheckBox will be displayed next to the expand/collapse icon of the node.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Navigations.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\n or are not sorted at all. The available types of sort order are,\n `None` - The nodes are not sorted.\n `Ascending` - The nodes are sorted in the ascending order.\n `Descending` - The nodes are sorted in the ascending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for TreeView.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"TreeViewTemplates","TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Documentation":"\n \n Specifies the custom item template of TreeView Node item.\n \n ","Metadata":{"Common.PropertyName":"TreeViewTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the treeview element.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.GenericTyped":"True"}},{"HashCode":-14886825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TreeView component.\n \n \n Specifies the TreeView component.\n \n \n SfTreeView component.\n \n \n The TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.\n TreeView can be populated from a data source such as an array of data's or from DataManager.\n \n \"TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\n desktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\n the mouse. For touch devices, drag and drop operation is performed by touch, touch move\n and touch end.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables editing of the text in the TreeView node. When `AllowEditing` property is set\n to true, the TreeView allows you to edit the node by double clicking the node or by navigating to\n the node and pressing F2 key.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables multi-selection of nodes. To select multiple nodes:\n Select the nodes by holding down the CTRL key while clicking on the nodes.\n Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\n and click the last node to select.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to wrap the text in the TreeView node. \n When the `AllowTextWrap` property is set to true, the TreeView node text content will wrap to the next line\n when its text content exceeds the width of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Documentation":"\n \n Specifies the type of animation applied on expanding and collapsing the nodes along with duration.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"AutoCheck","TypeName":"System.Boolean","Documentation":"\n \n Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.\n \n ","Metadata":{"Common.PropertyName":"AutoCheck"}},{"Kind":"Components.Component","Name":"CheckedNodes","TypeName":"System.String[]","Documentation":"\n \n The `CheckedNodes` property is used to set the nodes that need to be checked or\n get the ID of nodes that are currently checked in the TreeView component.\n The `checkedNodes` property depends upon the value of `showCheckBox` property.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodes"}},{"Kind":"Components.Component","Name":"CheckedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the checked nodes changes.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the TreeView component is disabled or not.\n When set to true, user interaction will not be occurred in TreeView.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs in the entire page.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.\n 1. `SelectedNodes` - Represents the nodes that are selected in the TreeView component.\n 2. `checkedNodes` - Represents the nodes that are checked in the TreeView component.\n 3. `expandedNodes` - Represents the nodes that are expanded in the TreeView component.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandOn","TypeName":"Syncfusion.Blazor.Navigations.ExpandAction","IsEnum":true,"Documentation":"\n \n Specifies the action on which the node expands or collapses. The available actions are,\n `Click` - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.\n `DblClick` - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.\n `None` - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\n and mobile devices.\n \n ","Metadata":{"Common.PropertyName":"ExpandOn"}},{"Kind":"Components.Component","Name":"ExpandedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\n expanded or get the ID of the nodes that are currently expanded by using this property.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodes"}},{"Kind":"Components.Component","Name":"ExpandedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the expanded nodes changes.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Documentation":"\n \n Specifies the data source and mapping fields to render TreeView nodes.\n \n ","Metadata":{"Common.PropertyName":"Fields","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FullRowNavigable","TypeName":"System.Boolean","Documentation":"\n \n If this property is set to true, then the entire TreeView node will be navigate-able instead of text element.\n \n ","Metadata":{"Common.PropertyName":"FullRowNavigable"}},{"Kind":"Components.Component","Name":"FullRowSelect","TypeName":"System.Boolean","Documentation":"\n \n On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\n When disabled only the corresponding node's text gets selected.\n \n ","Metadata":{"Common.PropertyName":"FullRowSelect"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\n beginning itself.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"SelectedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the selected nodes in the TreeView component. We can set the nodes that need to be\n selected or get the ID of the nodes that are currently selected by using this property.\n On enabling `AllowMultiSelection` property we can select multiple nodes and on disabling\n it we can select only a single node.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodes"}},{"Kind":"Components.Component","Name":"SelectedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the selected nodes changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Indicates that the nodes will display CheckBoxes in the TreeView.\n The CheckBox will be displayed next to the expand/collapse icon of the node.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Navigations.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\n or are not sorted at all. The available types of sort order are,\n `None` - The nodes are not sorted.\n `Ascending` - The nodes are sorted in the ascending order.\n `Descending` - The nodes are sorted in the ascending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for TreeView.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"TreeViewTemplates","TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Documentation":"\n \n Specifies the custom item template of TreeView Node item.\n \n ","Metadata":{"Common.PropertyName":"TreeViewTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the treeview element.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":627500240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-739300343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfTreeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1663272980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse"}},{"HashCode":1733110909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1510376482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand"}},{"HashCode":515041176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1809022371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView allows us to control the component by using events.\n \n \"Tvalue paramter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeView action failed to fetch the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is created successfully.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is populated in the TreeView.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\n drag and drop, node editing, adding and removing node.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is destroyed successfully.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.\n \n ","Metadata":{"Common.PropertyName":"OnNodeRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnKeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when key press is successful. It helps to customize the operations at key press.\n \n ","Metadata":{"Common.PropertyName":"OnKeyPress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is checked/unchecked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeChecked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be checked/unchecked.\n \n ","Metadata":{"Common.PropertyName":"NodeChecking","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is clicked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node collapses successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node collapses.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node dragging (move) stops.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is dropped on target element successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is renamed successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeEdited","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEditing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is renamed.\n \n ","Metadata":{"Common.PropertyName":"NodeEditing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node expands successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be expanded.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is selected/unselected successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"NodeSelecting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewEvents","Components.GenericTyped":"True"}},{"HashCode":-638629941,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView allows us to control the component by using events.\n \n \"Tvalue paramter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeView action failed to fetch the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is created successfully.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is populated in the TreeView.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\n drag and drop, node editing, adding and removing node.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is destroyed successfully.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.\n \n ","Metadata":{"Common.PropertyName":"OnNodeRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnKeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when key press is successful. It helps to customize the operations at key press.\n \n ","Metadata":{"Common.PropertyName":"OnKeyPress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is checked/unchecked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeChecked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be checked/unchecked.\n \n ","Metadata":{"Common.PropertyName":"NodeChecking","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is clicked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node collapses successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node collapses.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node dragging (move) stops.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is dropped on target element successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is renamed successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeEdited","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEditing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is renamed.\n \n ","Metadata":{"Common.PropertyName":"NodeEditing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node expands successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be expanded.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is selected/unselected successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"NodeSelecting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-640171070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView child element fields properties.\n \n \"Specifies the Tvalue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldChild"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldChild component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","Components.GenericTyped":"True"}},{"HashCode":-1378362770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView child element fields properties.\n \n \"Specifies the Tvalue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldChild component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1962838200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewFieldChild"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-381980754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewFieldChild"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1788152768,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.GenericTyped":"True"}},{"HashCode":1095106059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-346589225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewFieldsSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":633313529,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1620579412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewNodeAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Documentation":"\n \n Specifies the animation to appear when collapsing the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Collapse"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Documentation":"\n \n Specifies the animation to appear when expanding the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Expand"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}},{"HashCode":637766498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Documentation":"\n \n Specifies the animation to appear when collapsing the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Collapse"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Documentation":"\n \n Specifies the animation to appear when expanding the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Expand"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1466331707,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewNodeAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-328297961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1796223828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView component allows you to customize the look of TreeView nodes using Templates.\n \n \"Specifies the Tvalue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Components.GenericTyped":"True"}},{"HashCode":613479811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView component allows you to customize the look of TreeView nodes using Templates.\n \n \"Specifies the Tvalue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":194069074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":31004678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-454974621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired on clicking the Toolbar elements.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarEvents"}},{"HashCode":-1714445189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired on clicking the Toolbar elements.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2051342472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the accordion item renderer.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItemRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Documentation":"\n \n Gets or sets the accordion item.\n \n ","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender"}},{"HashCode":-140095924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the accordion item renderer.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Documentation":"\n \n Gets or sets the accordion item.\n \n ","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1447713859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMenuBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.SfMenuBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","Components.GenericTyped":"True"}},{"HashCode":512823538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.SfMenuBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1689583615,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMenuBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":304054433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2073293325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"MenuClass"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","Components.GenericTyped":"True"}},{"HashCode":272385811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"MenuClass"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1724794875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","Components.GenericTyped":"True"}},{"HashCode":-1209448583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":90425684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies toolbar content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Defines the toolbar item model.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines toolbar item index.\n \n ","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent"}},{"HashCode":-1839976298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies toolbar content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Defines the toolbar item model.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines toolbar item index.\n \n ","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043940291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the complex list items.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComplexListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ComplexListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HasChild","TypeName":"System.Boolean","Documentation":"\n \n Specifies the treeview node has child or not.\n \n ","Metadata":{"Common.PropertyName":"HasChild"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Navigations.Internal.FieldsValueMapping>","Documentation":"\n \n Specifies the Treeview mapped data values.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Specifies the Treeview node data id.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Specifies the index position of Treeview node.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"TValue","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","Components.GenericTyped":"True"}},{"HashCode":-2011234061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the complex list items.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ComplexListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HasChild","TypeName":"System.Boolean","Documentation":"\n \n Specifies the treeview node has child or not.\n \n ","Metadata":{"Common.PropertyName":"HasChild"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Navigations.Internal.FieldsValueMapping>","Documentation":"\n \n Specifies the Treeview mapped data values.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Specifies the Treeview node data id.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Specifies the index position of Treeview node.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"TValue","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977918234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ComplexCreateList.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","Components.GenericTyped":"True"}},{"HashCode":-384627436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ComplexCreateList.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-152224043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the TreeViewListItems class.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","Components.GenericTyped":"True"}},{"HashCode":908913045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the TreeViewListItems class.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554246032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies class for expand / collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationSettingsModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel"}},{"HashCode":1596029063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies class for expand / collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1492270698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for expand animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationExpandModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel"}},{"HashCode":751847322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for expand animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1848833683,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationCollapseModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel"}},{"HashCode":10798398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":85557097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List generation of TreeView component.\n \n \"TValue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListGeneration"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ListGeneration component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","Components.GenericTyped":"True"}},{"HashCode":664034893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List generation of TreeView component.\n \n \"TValue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ListGeneration component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1347927141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the Tvalue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewCommonFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","Components.GenericTyped":"True"}},{"HashCode":371389897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the Tvalue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468661929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbSeparator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PreviousIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PreviousIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator"}},{"HashCode":-1323295881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PreviousIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PreviousIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-348367471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateBreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems"}},{"HashCode":2063181140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1024248574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabHeaderTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.TabItem","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate"}},{"HashCode":1246705186,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.TabItem","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1340886676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.EventRegister"}},{"HashCode":-358663649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.EventRegister","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1812376072,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show and hide animation settings of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HideSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Documentation":"\n \n Specifies the animation to appear when hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"HideSettings"}},{"Kind":"Components.Component","Name":"ShowSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Documentation":"\n \n Specifies the animation to appear when showing the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}},{"HashCode":544538415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show and hide animation settings of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HideSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Documentation":"\n \n Specifies the animation to appear when hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"HideSettings"}},{"Kind":"Components.Component","Name":"ShowSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Documentation":"\n \n Specifies the animation to appear when showing the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":242061777,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1130957249,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1007747547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Toast button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the click event binding of action buttons created within Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `Disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Notifications.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButton"}},{"HashCode":-658569907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Toast button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the click event binding of action buttons created within Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `Disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Notifications.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231883723,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Toast buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons"}},{"HashCode":-1601495233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Toast buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":622837216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-997673834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1579152873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Toast component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast shown.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired while clicking on the Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Trigger the event after the Toast hides.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast shown on the target container.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastEvents"}},{"HashCode":-580710838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Toast component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast shown.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired while clicking on the Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Trigger the event after the Toast hides.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast shown on the target container.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1173971404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while hiding the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastHideAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}},{"HashCode":1146415347,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while hiding the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1398371565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastHideAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1023829787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304680215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a toast in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's left edge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's top edge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastPosition"}},{"HashCode":-1806999189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a toast in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's left edge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's top edge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1858068211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while showing the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastShowAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}},{"HashCode":-1338553488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while showing the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-45289787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastShowAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-215699250,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-487061687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast title template.\n \n ","Metadata":{"Common.PropertyName":"Title","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast content template.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates"}},{"HashCode":1850210953,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast title template.\n \n ","Metadata":{"Common.PropertyName":"Title","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast content template.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":628378274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1677621493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":541323074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast title template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Title","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1955263573,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast title template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Title","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1020625211,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast content template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1553564798,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast content template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2065849743,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-668859170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1073110620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.SfToast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfToast"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Documentation":"\n \n Specifies the animation configuration settings for showing and hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n Accepts selectors, string values and HTML elements.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of Toast.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExtendedTimeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration after interacting with the Toast.\n \n ","Metadata":{"Common.PropertyName":"ExtendedTimeout"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toast in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Documentation":"\n \n Defines CSS classes to specify an icon for the Toast which is to be displayed at top left corner of the Toast.\n \n ","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NewestOnTop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the newly created Toast message display order while multiple toast's are added to page one after another.\n By default, newly added Toast will be added after old Toast's.\n \n ","Metadata":{"Common.PropertyName":"NewestOnTop"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Documentation":"\n \n Specifies the position of the Toast message to be displayed within target container.\n In the case of multiple Toast display, new Toast position will not update on dynamic change of property values\n until the old Toast messages removed.\n X values are: Left , Right ,Center.\n Y values are: Top , Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ProgressDirection","TypeName":"Syncfusion.Blazor.Notifications.ProgressDirection","IsEnum":true,"Documentation":"\n \n Specifies the direction for the Toast progressBar.\n \n ","Metadata":{"Common.PropertyName":"ProgressDirection"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the close button in Toast message to close the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"ShowProgressBar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the progress bar to denote the Toast message display timeout.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressBar"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target container where the Toast to be displayed.\n Based on the target, the positions such as `Left`, `Top` will be applied to the Toast.\n The default value is null, which refers the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Timeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration on the page in milliseconds.\n - Once the time expires, Toast message will be removed.\n - Setting 0 as a time out value displays the Toast on the page until the user closes it manually.\n \n ","Metadata":{"Common.PropertyName":"Timeout"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be displayed on the Toast.\n Works only with string values.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toast in pixels/numbers/percentage. Number value is considered as pixels.\n In mobile devices, default width is considered as `100%`.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ActionButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the collection of Toast action `buttons` to be rendered with the given\n Button model properties and its click action handler.\n \n ","Metadata":{"Common.PropertyName":"ActionButtons"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content of the Toast.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast"}},{"HashCode":-321503220,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.SfToast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.SfToast"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Documentation":"\n \n Specifies the animation configuration settings for showing and hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n Accepts selectors, string values and HTML elements.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of Toast.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExtendedTimeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration after interacting with the Toast.\n \n ","Metadata":{"Common.PropertyName":"ExtendedTimeout"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toast in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Documentation":"\n \n Defines CSS classes to specify an icon for the Toast which is to be displayed at top left corner of the Toast.\n \n ","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NewestOnTop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the newly created Toast message display order while multiple toast's are added to page one after another.\n By default, newly added Toast will be added after old Toast's.\n \n ","Metadata":{"Common.PropertyName":"NewestOnTop"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Documentation":"\n \n Specifies the position of the Toast message to be displayed within target container.\n In the case of multiple Toast display, new Toast position will not update on dynamic change of property values\n until the old Toast messages removed.\n X values are: Left , Right ,Center.\n Y values are: Top , Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ProgressDirection","TypeName":"Syncfusion.Blazor.Notifications.ProgressDirection","IsEnum":true,"Documentation":"\n \n Specifies the direction for the Toast progressBar.\n \n ","Metadata":{"Common.PropertyName":"ProgressDirection"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the close button in Toast message to close the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"ShowProgressBar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the progress bar to denote the Toast message display timeout.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressBar"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target container where the Toast to be displayed.\n Based on the target, the positions such as `Left`, `Top` will be applied to the Toast.\n The default value is null, which refers the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Timeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration on the page in milliseconds.\n - Once the time expires, Toast message will be removed.\n - Setting 0 as a time out value displays the Toast on the page until the user closes it manually.\n \n ","Metadata":{"Common.PropertyName":"Timeout"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be displayed on the Toast.\n Works only with string values.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toast in pixels/numbers/percentage. Number value is considered as pixels.\n In mobile devices, default width is considered as `100%`.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ActionButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the collection of Toast action `buttons` to be rendered with the given\n Button model properties and its click action handler.\n \n ","Metadata":{"Common.PropertyName":"ActionButtons"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content of the Toast.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":965421231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-235277731,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Notifications.SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-24374601,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content of the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":66267787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content of the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-542212961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.Internal.ToastContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.Internal.ToastContent"}},{"HashCode":-765034904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.Internal.ToastContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.Internal.ToastContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.Internal.ToastContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1071592541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the methods of PDF Viewer component.\n \n \n Represent the PDF Viewer component object.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":883063416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the methods of PDF Viewer component.\n \n \n Represent the PDF Viewer component object.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":907483430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":606536864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-71446519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAjaxRequestSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxHeaders","TypeName":"System.Collections.Generic.List","Documentation":"\n \n set the ajax Header values in the PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"AjaxHeaders"}},{"Kind":"Components.Component","Name":"WithCredentials","TypeName":"System.Boolean","Documentation":"\n \n set the ajax credentials for the pdfviewer.\n \n ","Metadata":{"Common.PropertyName":"WithCredentials"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}},{"HashCode":-2046125234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxHeaders","TypeName":"System.Collections.Generic.List","Documentation":"\n \n set the ajax Header values in the PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"AjaxHeaders"}},{"Kind":"Components.Component","Name":"WithCredentials","TypeName":"System.Boolean","Documentation":"\n \n set the ajax credentials for the pdfviewer.\n \n ","Metadata":{"Common.PropertyName":"WithCredentials"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1480675064,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAjaxRequestSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1058607517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446504490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAnnotationSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResizerLocation","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerLocation","IsEnum":true,"Documentation":"\n \n Defines the location for the resizer of the annotation. It is used to customize the resizer location of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ResizerLocation"}},{"Kind":"Components.Component","Name":"ResizerShape","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the resizer. By default it is Square. Different shapes of resizer are circle and square.\n \n ","Metadata":{"Common.PropertyName":"ResizerShape"}},{"Kind":"Components.Component","Name":"SelectionBorderColor","TypeName":"System.String","Documentation":"\n \n Defines the selection border color for the annotation. By default it is empty. It is used to customize the selection border color for the annotation.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderColor"}},{"Kind":"Components.Component","Name":"SelectionBorderThickness","TypeName":"System.Double","Documentation":"\n \n Defines the selection border thickness for the annotation. By default it is 1. It is used to customize the selection border thickness for the annotation. It's range varies from 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderThickness"}},{"Kind":"Components.Component","Name":"SelectorLineDashArray","TypeName":"System.Double[]","Documentation":"\n \n Defines the selector line dash array. By default it is empty.\n \n ","Metadata":{"Common.PropertyName":"SelectorLineDashArray"}},{"Kind":"Components.Component","Name":"ResizerCursorType","TypeName":"Syncfusion.Blazor.PdfViewer.CursorType","IsEnum":true,"Documentation":"\n \n Defines the annotation resizer Type. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"ResizerCursorType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}},{"HashCode":-1973905616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResizerLocation","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerLocation","IsEnum":true,"Documentation":"\n \n Defines the location for the resizer of the annotation. It is used to customize the resizer location of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ResizerLocation"}},{"Kind":"Components.Component","Name":"ResizerShape","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the resizer. By default it is Square. Different shapes of resizer are circle and square.\n \n ","Metadata":{"Common.PropertyName":"ResizerShape"}},{"Kind":"Components.Component","Name":"SelectionBorderColor","TypeName":"System.String","Documentation":"\n \n Defines the selection border color for the annotation. By default it is empty. It is used to customize the selection border color for the annotation.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderColor"}},{"Kind":"Components.Component","Name":"SelectionBorderThickness","TypeName":"System.Double","Documentation":"\n \n Defines the selection border thickness for the annotation. By default it is 1. It is used to customize the selection border thickness for the annotation. It's range varies from 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderThickness"}},{"Kind":"Components.Component","Name":"SelectorLineDashArray","TypeName":"System.Double[]","Documentation":"\n \n Defines the selector line dash array. By default it is empty.\n \n ","Metadata":{"Common.PropertyName":"SelectorLineDashArray"}},{"Kind":"Components.Component","Name":"ResizerCursorType","TypeName":"Syncfusion.Blazor.PdfViewer.CursorType","IsEnum":true,"Documentation":"\n \n Defines the annotation resizer Type. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"ResizerCursorType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216170222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAnnotationSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":553235618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1324073296,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}},{"HashCode":-2039327654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1051991741,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":813857850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-707281073,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}},{"HashCode":1415888473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1647767565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":992822228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1919812833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerArrowSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}},{"HashCode":-686211861,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308131396,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerArrowSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":384682896,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1636593632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCircleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}},{"HashCode":270938854,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2071111947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCircleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":81268213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1109777601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable context menu in PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"ContextMenuAction","TypeName":"Syncfusion.Blazor.PdfViewer.ContextMenuAction","IsEnum":true,"Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuAction"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}},{"HashCode":-1578294319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable context menu in PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"ContextMenuAction","TypeName":"Syncfusion.Blazor.PdfViewer.ContextMenuAction","IsEnum":true,"Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuAction"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1081418982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1244231806,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":32018992,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCustomStamp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomStampName","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.\n \n ","Metadata":{"Common.PropertyName":"CustomStampName"}},{"Kind":"Components.Component","Name":"CustomStampImageSource","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar. \n \n ","Metadata":{"Common.PropertyName":"CustomStampImageSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}},{"HashCode":-2000492945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomStampName","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.\n \n ","Metadata":{"Common.PropertyName":"CustomStampName"}},{"Kind":"Components.Component","Name":"CustomStampImageSource","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar. \n \n ","Metadata":{"Common.PropertyName":"CustomStampImageSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1100008580,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCustomStamp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":414047884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883987942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCustomStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableCustomStamp","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then we can't add the custom stamp annoation in the PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomStamp"}},{"Kind":"Components.Component","Name":"IsAddToMenu","TypeName":"System.Boolean","Documentation":"\n \n Specifies to maintain the newly added custom stamp element in the menu items. By default it is false\n \n ","Metadata":{"Common.PropertyName":"IsAddToMenu"}},{"Kind":"Components.Component","Name":"CustomStamps","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"CustomStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}},{"HashCode":1846548066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableCustomStamp","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then we can't add the custom stamp annoation in the PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomStamp"}},{"Kind":"Components.Component","Name":"IsAddToMenu","TypeName":"System.Boolean","Documentation":"\n \n Specifies to maintain the newly added custom stamp element in the menu items. By default it is false\n \n ","Metadata":{"Common.PropertyName":"IsAddToMenu"}},{"Kind":"Components.Component","Name":"CustomStamps","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"CustomStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1612099484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCustomStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1114654424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":754252282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerDistanceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeaderLength","TypeName":"System.Double","Documentation":"\n \n Defines the leader length of the annotation. By default it is 40.\n \n ","Metadata":{"Common.PropertyName":"LeaderLength"}},{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}},{"HashCode":512553593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeaderLength","TypeName":"System.Double","Documentation":"\n \n Defines the leader length of the annotation. By default it is 40.\n \n ","Metadata":{"Common.PropertyName":"LeaderLength"}},{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1810449681,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerDistanceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330399240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2140178171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AddSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AjaxRequestFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAdded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnnotationDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the annotation is double click.\n \n ","Metadata":{"Common.PropertyName":"OnAnnotationDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the annotation object.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is moved over the page of the PDF document.\n \n \n AnnotationMove event is not applicable for text markup annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationPropertiesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the annotation is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationPropertiesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is removed from the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRemoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is resized over the page of the PDF document.\n \n \n This event does not applicable for Sticky note annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the PdfViewer component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document into PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document got failed in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentUnloaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while close the document\n \n ","Metadata":{"Common.PropertyName":"DocumentUnloaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download actions is finished.\n \n ","Metadata":{"Common.PropertyName":"DownloadEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download action is started.\n \n ","Metadata":{"Common.PropertyName":"DownloadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations failed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an exported annotations started in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations succeed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExtractTextCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an text extraction is completed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExtractTextCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is clicked\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is hovered\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkMouseOver","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations failed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imported annotations started in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations succeed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an signature is moved over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"MoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in current page number.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPageClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse click is performed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPageClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the page.\n \n ","Metadata":{"Common.PropertyName":"PageMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print actions is finished.\n \n ","Metadata":{"Common.PropertyName":"PrintEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print action is started.\n \n ","Metadata":{"Common.PropertyName":"PrintStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is removed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"RemoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is resized over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ResizeSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignatureSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignatureSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignaturePropertiesChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the signature is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignaturePropertiesChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is completed.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search text is highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is finished.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnThumbnailClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"OnThumbnailClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValidateFormFields","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when validation is failed. This event will be triggered if set enableFormValidations as true.\n \n ","Metadata":{"Common.PropertyName":"ValidateFormFields","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in the magnification value.\n \n ","Metadata":{"Common.PropertyName":"ZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FormFieldClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the form field is clicked.\n \n ","Metadata":{"Common.PropertyName":"FormFieldClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents"}},{"HashCode":940285589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AddSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AjaxRequestFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAdded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnnotationDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the annotation is double click.\n \n ","Metadata":{"Common.PropertyName":"OnAnnotationDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the annotation object.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is moved over the page of the PDF document.\n \n \n AnnotationMove event is not applicable for text markup annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationPropertiesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the annotation is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationPropertiesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is removed from the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRemoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is resized over the page of the PDF document.\n \n \n This event does not applicable for Sticky note annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the PdfViewer component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document into PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document got failed in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentUnloaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while close the document\n \n ","Metadata":{"Common.PropertyName":"DocumentUnloaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download actions is finished.\n \n ","Metadata":{"Common.PropertyName":"DownloadEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download action is started.\n \n ","Metadata":{"Common.PropertyName":"DownloadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations failed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an exported annotations started in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations succeed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExtractTextCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an text extraction is completed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExtractTextCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is clicked\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is hovered\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkMouseOver","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations failed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imported annotations started in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations succeed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an signature is moved over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"MoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in current page number.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPageClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse click is performed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPageClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the page.\n \n ","Metadata":{"Common.PropertyName":"PageMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print actions is finished.\n \n ","Metadata":{"Common.PropertyName":"PrintEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print action is started.\n \n ","Metadata":{"Common.PropertyName":"PrintStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is removed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"RemoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is resized over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ResizeSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignatureSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignatureSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignaturePropertiesChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the signature is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignaturePropertiesChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is completed.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search text is highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is finished.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnThumbnailClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"OnThumbnailClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValidateFormFields","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when validation is failed. This event will be triggered if set enableFormValidations as true.\n \n ","Metadata":{"Common.PropertyName":"ValidateFormFields","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in the magnification value.\n \n ","Metadata":{"Common.PropertyName":"ZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FormFieldClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the form field is clicked.\n \n ","Metadata":{"Common.PropertyName":"FormFieldClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1002604991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerFreeTextSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Defines the font color for free text or label text for shape and measurement annotation. By default it is \"#000\".\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Defines the font family for free text or label text for shape and measurement annotation. By default it is \"Helvetica\".\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Double","Documentation":"\n \n Defines the font size for free text or label text for shape and measurement annotation. By default it is \"16\".\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"Syncfusion.Blazor.PdfViewer.FontStyle","IsEnum":true,"Documentation":"\n \n Defines the font style for free text or label text for shape and measurement annotation. By default it is \"None\".\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"DefaultText","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"Type Here\".\n \n ","Metadata":{"Common.PropertyName":"DefaultText"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PdfViewer.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment for free text or label text for shape and measurement annotation. By default it is \"Left\".\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Defines the border color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderStyle","TypeName":"System.String","Documentation":"\n \n Defines the border style for free text or label text for shape and measurement annotation. By default it is \"solid\".\n \n ","Metadata":{"Common.PropertyName":"BorderStyle"}},{"Kind":"Components.Component","Name":"BorderThickness","TypeName":"System.Int32","Documentation":"\n \n Defines the border width for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"BorderThickness"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height for free text or label text for shape and measurement annotation. By default it is \"24.6\".\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Defines the width for free text or label text for shape and measurement annotation. By default it is \"151\".\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the freetext annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"AllowEditTextOnly","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then we can't move , resize the freetext annotations in the PDF Viewer. Just we can modify the existing text content. Otherwise along with modifying text we can resize, move the existing text content.By default it is false.\n \n ","Metadata":{"Common.PropertyName":"AllowEditTextOnly"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}},{"HashCode":666869646,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Defines the font color for free text or label text for shape and measurement annotation. By default it is \"#000\".\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Defines the font family for free text or label text for shape and measurement annotation. By default it is \"Helvetica\".\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Double","Documentation":"\n \n Defines the font size for free text or label text for shape and measurement annotation. By default it is \"16\".\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"Syncfusion.Blazor.PdfViewer.FontStyle","IsEnum":true,"Documentation":"\n \n Defines the font style for free text or label text for shape and measurement annotation. By default it is \"None\".\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"DefaultText","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"Type Here\".\n \n ","Metadata":{"Common.PropertyName":"DefaultText"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PdfViewer.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment for free text or label text for shape and measurement annotation. By default it is \"Left\".\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Defines the border color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderStyle","TypeName":"System.String","Documentation":"\n \n Defines the border style for free text or label text for shape and measurement annotation. By default it is \"solid\".\n \n ","Metadata":{"Common.PropertyName":"BorderStyle"}},{"Kind":"Components.Component","Name":"BorderThickness","TypeName":"System.Int32","Documentation":"\n \n Defines the border width for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"BorderThickness"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height for free text or label text for shape and measurement annotation. By default it is \"24.6\".\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Defines the width for free text or label text for shape and measurement annotation. By default it is \"151\".\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the freetext annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"AllowEditTextOnly","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then we can't move , resize the freetext annotations in the PDF Viewer. Just we can modify the existing text content. Otherwise along with modifying text we can resize, move the existing text content.By default it is false.\n \n ","Metadata":{"Common.PropertyName":"AllowEditTextOnly"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1414258358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerFreeTextSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":856427641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302370685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerHandwrittenSignatureSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}},{"HashCode":-1381642484,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1102888810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerHandwrittenSignatureSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1158803828,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1045487711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}},{"HashCode":-1662578300,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2060291762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":636013387,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206795849,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerInkAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}},{"HashCode":-1658724859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1320150846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerInkAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-630989127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-289787874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}},{"HashCode":534683900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480946953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1753204391,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1414889263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerMeasurementSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConversionUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the unit for measuring annotation. By default it is \"in\". \n \n ","Metadata":{"Common.PropertyName":"ConversionUnit"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"System.Int32","Documentation":"\n \n Defines the value for depth. By default it is 96.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"DisplayUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the display unit for measuring annotation. By default it is \"inch\".\n \n ","Metadata":{"Common.PropertyName":"DisplayUnit"}},{"Kind":"Components.Component","Name":"ScaleRatio","TypeName":"System.Double","Documentation":"\n \n Defines the scale ratio for measuring annotation. By default it is \"1\". It will be multiplied the actual value of measurement and this multiplied value only displayed in UI.\n \n ","Metadata":{"Common.PropertyName":"ScaleRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}},{"HashCode":1985124104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConversionUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the unit for measuring annotation. By default it is \"in\". \n \n ","Metadata":{"Common.PropertyName":"ConversionUnit"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"System.Int32","Documentation":"\n \n Defines the value for depth. By default it is 96.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"DisplayUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the display unit for measuring annotation. By default it is \"inch\".\n \n ","Metadata":{"Common.PropertyName":"DisplayUnit"}},{"Kind":"Components.Component","Name":"ScaleRatio","TypeName":"System.Double","Documentation":"\n \n Defines the scale ratio for measuring annotation. By default it is \"1\". It will be multiplied the actual value of measurement and this multiplied value only displayed in UI.\n \n ","Metadata":{"Common.PropertyName":"ScaleRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734728295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerMeasurementSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1361505103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1120482434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerPerimeterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}},{"HashCode":645269867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1628473757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerPerimeterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1146954458,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496149631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerPolygonSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}},{"HashCode":282715672,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-911826332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerPolygonSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":932989457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316079715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerRadiusSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}},{"HashCode":678472293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":903356559,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerRadiusSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1826225429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":805109089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerRectangleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}},{"HashCode":267779048,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452589198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerRectangleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1309603438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-420315668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DelayPageRequestTimeOnScroll","TypeName":"System.Int32","Documentation":"\n \n Increase or decrease the render pdf page request delay on scrolling action and it's unit is milli seconds.\n \n ","Metadata":{"Common.PropertyName":"DelayPageRequestTimeOnScroll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}},{"HashCode":1718694978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DelayPageRequestTimeOnScroll","TypeName":"System.Int32","Documentation":"\n \n Increase or decrease the render pdf page request delay on scrolling action and it's unit is milli seconds.\n \n ","Metadata":{"Common.PropertyName":"DelayPageRequestTimeOnScroll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-614273461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1742472087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-234779259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerServerActionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Download","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Download"}},{"Kind":"Components.Component","Name":"ExportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the export annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotations"}},{"Kind":"Components.Component","Name":"ExportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFormFields"}},{"Kind":"Components.Component","Name":"ImportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the imports annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportAnnotations"}},{"Kind":"Components.Component","Name":"ImportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the imports action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportFormFields"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.String","Documentation":"\n \n specifies the load action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Load"}},{"Kind":"Components.Component","Name":"Print","TypeName":"System.String","Documentation":"\n \n specifies the print action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Print"}},{"Kind":"Components.Component","Name":"RenderComments","TypeName":"System.String","Documentation":"\n \n specifies the annotation comments action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderComments"}},{"Kind":"Components.Component","Name":"RenderPages","TypeName":"System.String","Documentation":"\n \n specifies the render action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderPages"}},{"Kind":"Components.Component","Name":"RenderTexts","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderTexts"}},{"Kind":"Components.Component","Name":"RenderThumbnail","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderThumbnail"}},{"Kind":"Components.Component","Name":"Unload","TypeName":"System.String","Documentation":"\n \n specifies the unload action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Unload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}},{"HashCode":1348209485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Download","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Download"}},{"Kind":"Components.Component","Name":"ExportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the export annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotations"}},{"Kind":"Components.Component","Name":"ExportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFormFields"}},{"Kind":"Components.Component","Name":"ImportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the imports annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportAnnotations"}},{"Kind":"Components.Component","Name":"ImportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the imports action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportFormFields"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.String","Documentation":"\n \n specifies the load action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Load"}},{"Kind":"Components.Component","Name":"Print","TypeName":"System.String","Documentation":"\n \n specifies the print action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Print"}},{"Kind":"Components.Component","Name":"RenderComments","TypeName":"System.String","Documentation":"\n \n specifies the annotation comments action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderComments"}},{"Kind":"Components.Component","Name":"RenderPages","TypeName":"System.String","Documentation":"\n \n specifies the render action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderPages"}},{"Kind":"Components.Component","Name":"RenderTexts","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderTexts"}},{"Kind":"Components.Component","Name":"RenderThumbnail","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderThumbnail"}},{"Kind":"Components.Component","Name":"Unload","TypeName":"System.String","Documentation":"\n \n specifies the unload action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Unload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-487776368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerServerActionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1711744340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889785949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerShapeLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the label.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n specifies the border color of the label.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n specifies the max-width of the label.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Int32","Documentation":"\n \n specifies the font size of the label.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"LabelContent","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"LabelContent"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n specifies the opacity of the label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}},{"HashCode":-176225548,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the label.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n specifies the border color of the label.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n specifies the max-width of the label.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Int32","Documentation":"\n \n specifies the font size of the label.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"LabelContent","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"LabelContent"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n specifies the opacity of the label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1013148292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerShapeLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204979669,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2099944372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerSignatureDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideSaveSignature","TypeName":"System.Boolean","Documentation":"\n \n Hide the save signature checkbox in the signature dialog box.\n \n ","Metadata":{"Common.PropertyName":"HideSaveSignature"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PdfViewer.DisplayMode","IsEnum":true,"Documentation":"\n \n Get or set the required signature options will be enabled in the signature dialog.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}},{"HashCode":668021473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideSaveSignature","TypeName":"System.Boolean","Documentation":"\n \n Hide the save signature checkbox in the signature dialog box.\n \n ","Metadata":{"Common.PropertyName":"HideSaveSignature"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PdfViewer.DisplayMode","IsEnum":true,"Documentation":"\n \n Get or set the required signature options will be enabled in the signature dialog.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-674047155,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerSignatureDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1341939633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1766120997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DynamicStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"DynamicStamps"}},{"Kind":"Components.Component","Name":"SignStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"SignStamps"}},{"Kind":"Components.Component","Name":"StandardBusinessStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required standrd business stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"StandardBusinessStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}},{"HashCode":-1471957987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DynamicStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"DynamicStamps"}},{"Kind":"Components.Component","Name":"SignStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"SignStamps"}},{"Kind":"Components.Component","Name":"StandardBusinessStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required standrd business stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"StandardBusinessStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1266171020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":380919981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1097729654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStickyNotesSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}},{"HashCode":-925517113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466447031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStickyNotesSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1481457754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558982384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStrikethroughSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}},{"HashCode":902089673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1073488071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStrikethroughSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2142861548,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-478015794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerTextSearchColorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SearchHighlightColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the current occurrence of the text searched string.By default it is '#fdd835'\n \n ","Metadata":{"Common.PropertyName":"SearchHighlightColor"}},{"Kind":"Components.Component","Name":"SearchColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the other occurrence of the text searched string.By default it is '#8b4c12'\n \n ","Metadata":{"Common.PropertyName":"SearchColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}},{"HashCode":784414594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SearchHighlightColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the current occurrence of the text searched string.By default it is '#fdd835'\n \n ","Metadata":{"Common.PropertyName":"SearchHighlightColor"}},{"Kind":"Components.Component","Name":"SearchColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the other occurrence of the text searched string.By default it is '#8b4c12'\n \n ","Metadata":{"Common.PropertyName":"SearchColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":786856647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerTextSearchColorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-8879314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1403679337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerTileRenderingSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableTileRendering","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, PDF Viewer page will be rendered with multiple tile images. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTileRendering"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}},{"HashCode":252684676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableTileRendering","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, PDF Viewer page will be rendered with multiple tile images. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTileRendering"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":842898919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerTileRenderingSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1182764998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943390451,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the toolbar of PdfViewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the toolbar of the PDF Viewer. PDF Viewer toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"AnnotationToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the annotation toolbar of the PDF Viewer. PDF Viewer annotation toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}},{"HashCode":-645818123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the toolbar of PdfViewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the toolbar of the PDF Viewer. PDF Viewer toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"AnnotationToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the annotation toolbar of the PDF Viewer. PDF Viewer annotation toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1915694927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-251706452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":786279799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerUnderlineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}},{"HashCode":6820541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1354497775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerUnderlineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":5762845,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-877593436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerVolumeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}},{"HashCode":-1471990033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-307557478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerVolumeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":820125108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2068421934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":-1210122457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284973164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPdfViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":525151618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477698231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PrimaryToolbar","TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PrimaryToolbar"}},{"Kind":"Components.Component","Name":"AnnotationToolbarAction","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarAction","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar"}},{"HashCode":983292197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PrimaryToolbar","TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PrimaryToolbar"}},{"Kind":"Components.Component","Name":"AnnotationToolbarAction","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarAction","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1548138184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BookmarkView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bookmarks","TypeName":"System.Collections.Generic.List","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Bookmarks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView"}},{"HashCode":-139811960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bookmarks","TypeName":"System.Collections.Generic.List","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Bookmarks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1287285227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu"}},{"HashCode":686399593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1090319661,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CorruptedDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog"}},{"HashCode":1244272999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1919965302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MobileToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar"}},{"HashCode":-324030275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1989574510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar"}},{"HashCode":1369795742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":131119976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotificationDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog"}},{"HashCode":2094803221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1164934291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PasswordDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog"}},{"HashCode":2004850849,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1598090455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PropertiesDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog"}},{"HashCode":-48772294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":408311227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScaleRatioDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog"}},{"HashCode":155679686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2063510122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SearchTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate"}},{"HashCode":-812209784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-53996982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SignatureDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog"}},{"HashCode":800320270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1086302990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar"}},{"HashCode":-37517555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1551920221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotAuthentication"}},{"HashCode":-230778722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544836905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting"}},{"HashCode":809719283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-172762205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings"}},{"HashCode":370304772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":375885777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotConditionalFormattingStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle"}},{"HashCode":352956563,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-422216781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCustomGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings"}},{"HashCode":1582312934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-579300788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldOptions"}},{"HashCode":1213819909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367367278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFilterSetting"}},{"HashCode":-1967962049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837068132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFormatSetting"}},{"HashCode":-1874743069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":625411374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotGroupSetting"}},{"HashCode":-297390350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":479040354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotSortSetting"}},{"HashCode":50389954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025613697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings"}},{"HashCode":649343041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754588970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}},{"HashCode":2065573122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":116400892,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1461648643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1625904446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine"}},{"HashCode":1732890890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-288874449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder"}},{"HashCode":523359769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":467099478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder"}},{"HashCode":348101103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1274308842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size,\n font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont"}},{"HashCode":1854109364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size,\n font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-156934783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartConnectorStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle"}},{"HashCode":-1949403544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833792619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}},{"HashCode":-1583395705,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":123247275,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":131314467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":159414552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"System.Object","Documentation":"\n \n Allows options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLineType","IsEnum":true,"Documentation":"\n \n Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}},{"HashCode":1008830176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"System.Object","Documentation":"\n \n Allows options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLineType","IsEnum":true,"Documentation":"\n \n Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789317910,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1905709872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-53301170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}},{"HashCode":-1275448184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":372529401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1905853836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1484725394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle"}},{"HashCode":61554249,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1976438197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the data label for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Documentation":"\n \n Allows custom connector of the pie, funnel, pyramid and doughnut chart data label.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether rotation to data label is enable or not.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outside: Positions the label outside the point.\n Inside: Positions the label on top of the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}},{"HashCode":1170458515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the data label for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Documentation":"\n \n Allows custom connector of the pie, funnel, pyramid and doughnut chart data label.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether rotation to data label is enable or not.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outside: Positions the label outside the point.\n Inside: Positions the label on top of the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2051456292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-777577789,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":646920399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":81282031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064075087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points border with color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder"}},{"HashCode":905624061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points border with color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-153913032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points with a variety of means such as fill color, border and mode in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Documentation":"\n \n Allows options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}},{"HashCode":-996397676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points with a variety of means such as fill color, border and mode in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Documentation":"\n \n Allows options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":339252490,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1044962590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":708897588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings"}},{"HashCode":-449017572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2105397042,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartErrorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarDirection","IsEnum":true,"Documentation":"\n \n Allows to set the direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarMode","IsEnum":true,"Documentation":"\n \n Allows to set the mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}},{"HashCode":-1917283913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarDirection","IsEnum":true,"Documentation":"\n \n Allows to set the direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarMode","IsEnum":true,"Documentation":"\n \n Allows to set the mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":942467586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartErrorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":283840050,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2144560308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Allows to set the point index.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Allows to set the series index.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartIndexes"}},{"HashCode":1891811555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Allows to set the point index.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Allows to set the series index.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-627800058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder"}},{"HashCode":887736262,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-811555455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder"}},{"HashCode":-457603985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":705484178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin"}},{"HashCode":-251998084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-69503137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Documentation":"\n \n Allows options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allows to set the height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Allows to set the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Documentation":"\n \n Allows options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Int32","Documentation":"\n \n Allows option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendPosition","IsEnum":true,"Documentation":"\n \n Allows to set the position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Int32","Documentation":"\n \n Allows to set the padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Documentation":"\n \n Allows options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean?","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allows to set the width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}},{"HashCode":729230840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Documentation":"\n \n Allows options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allows to set the height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Allows to set the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Documentation":"\n \n Allows options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Int32","Documentation":"\n \n Allows option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendPosition","IsEnum":true,"Documentation":"\n \n Allows to set the position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Int32","Documentation":"\n \n Allows to set the padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Documentation":"\n \n Allows options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean?","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allows to set the width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30810117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-244955846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":553035117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the legend text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle"}},{"HashCode":1700138207,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the legend text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1610256794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines"}},{"HashCode":2084028164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1146819344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines"}},{"HashCode":1230636170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1855612259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}},{"HashCode":427277561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1210934406,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarginSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1394253885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1311465615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker data label for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to specify the alignment to data label.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"\n \n Allows set the context for markers.\n \n ","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Allows to set the label intersect action for datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.LabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outer: Positions the label outside the point.\n Top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}},{"HashCode":-122532924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker data label for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to specify the alignment to data label.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"\n \n Allows set the context for markers.\n \n ","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Allows to set the label intersect action for datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.LabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outer: Positions the label outside the point.\n Top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-395083997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1885418225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":422001297,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}},{"HashCode":1546822760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":725372682,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":823693310,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1897597097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the size to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment to the data label.\n \n \n Near\n Align the element to the left.\n \n \n Center\n Align the element to the center.\n \n \n Far\n Align the element to the right.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the text overflow to the data label.\n \n \n None\n Shown the chart title with overlap if exceed.\n \n \n Wrap\n Shown the chart title with wrap if exceed.\n \n \n Trim\n Shown the chart title with trim if exceed.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}},{"HashCode":-940364871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the size to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment to the data label.\n \n \n Near\n Align the element to the left.\n \n \n Center\n Align the element to the center.\n \n \n Far\n Align the element to the right.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the text overflow to the data label.\n \n \n None\n Shown the chart title with overlap if exceed.\n \n \n Wrap\n Shown the chart title with wrap if exceed.\n \n \n Trim\n Shown the chart title with trim if exceed.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2099507866,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":692702455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1597915869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin bottom value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin top value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin left value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin right value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}},{"HashCode":-642904371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin bottom value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin top value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin left value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin right value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1532538509,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":501420137,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779013765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker settinngs for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Allows options for customizing the border of a marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Documentation":"\n \n Allows to set the data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string.\n By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Allows to set the URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Allows to set the different shape of a marker:\n circle - Renders the marker shaper as circle.\n rectangle - Renders the marker shaper as rectangle.\n triangle - Renders the marker shaper as triangle.\n diamond - Renders the marker shaper as diamond.\n cross - Renders the marker shaper as cross.\n horizontalLine - Renders the marker shaper as horizontalLine.\n verticalLine - Renders the marker shaper as verticalLine.\n pentagon- Renders the marker shaper as pentagon.\n invertedTriangle - Renders the marker shaper as invertedTriangle.\n image - Renders the marker shaper as image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}},{"HashCode":1044688287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker settinngs for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Allows options for customizing the border of a marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Documentation":"\n \n Allows to set the data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string.\n By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Allows to set the URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Allows to set the different shape of a marker:\n circle - Renders the marker shaper as circle.\n rectangle - Renders the marker shaper as rectangle.\n triangle - Renders the marker shaper as triangle.\n diamond - Renders the marker shaper as diamond.\n cross - Renders the marker shaper as cross.\n horizontalLine - Renders the marker shaper as horizontalLine.\n verticalLine - Renders the marker shaper as verticalLine.\n pentagon- Renders the marker shaper as pentagon.\n invertedTriangle - Renders the marker shaper as invertedTriangle.\n image - Renders the marker shaper as image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1599480436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1405248125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-257400239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines"}},{"HashCode":-315041935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1890292423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines"}},{"HashCode":651380819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":506080000,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize Primary X Axis for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double?","Documentation":"\n \n Allows to set the zoom factor for axis.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}},{"HashCode":-1320882830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize Primary X Axis for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double?","Documentation":"\n \n Allows to set the zoom factor for axis.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2022539873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1557251358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1543129443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}},{"HashCode":-327525842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1425088856,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1144494406,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1865825124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}},{"HashCode":1461303445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-678997209,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1687358658,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-481094827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}},{"HashCode":1809842618,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809378080,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-582955590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1910559691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}},{"HashCode":112230341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":115707454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1316345663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-50837970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}},{"HashCode":1503064438,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922791499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1316180090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":522421607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}},{"HashCode":236910873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":421265993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1950789507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-434244333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}},{"HashCode":-1022225319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1329131993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-73763150,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":311375630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}},{"HashCode":181049550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":301256075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362737890,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":418442417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}},{"HashCode":134564746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028688695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-776305027,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1639146650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}},{"HashCode":-462588504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1538554520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1500843933,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1267433187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}},{"HashCode":-1309996772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-784502883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1269659791,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1101246615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}},{"HashCode":-760444791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-226358454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":820917014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-955941442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}},{"HashCode":976778700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":579912518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-944483216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":872348472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n * Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}},{"HashCode":968703396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n * Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-813241692,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":828464920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1560105389,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}},{"HashCode":-1668473175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1171694877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1047132486,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1295088011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}},{"HashCode":924959475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1126370053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1292907586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1396607117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}},{"HashCode":1699903775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":174574577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1660890283,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47219784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}},{"HashCode":2033697027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1212059876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1978252547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":213200630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}},{"HashCode":-1356832220,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":756729604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1878363525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1214027727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}},{"HashCode":-518168144,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":870170853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-492472797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":286328471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}},{"HashCode":-958172082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-899321581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2078013489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-94569429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}},{"HashCode":-220197942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1993853346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1297803661,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108188670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}},{"HashCode":1378358712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":962750185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1836398660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":992327742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}},{"HashCode":-1269026299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866677069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-160478953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1222148680,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}},{"HashCode":1433904520,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975675452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-357813550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-602383366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}},{"HashCode":354708089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1164161880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":598054218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1190283687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}},{"HashCode":1774317308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1219369274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1328678541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-856074668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of a region.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Allows to set the starting point of region.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment"}},{"HashCode":-407282551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of a region.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Allows to set the starting point of region.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1894776677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":194020652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1861752448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments"}},{"HashCode":390593758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727076674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1582151491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":928897993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Documentation":"\n \n Allows options to customizing animation for the series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Documentation":"\n \n Allows options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Allows to set the tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Int32","Documentation":"\n \n Allows to render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allows to render the column series points with particular column width.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Documentation":"\n \n Allows options to customize data label for the pie, funnel, pyramid, doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDrawType","IsEnum":true,"Documentation":"\n \n Allows to set the type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Documentation":"\n \n Allows options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Allows to set the end angle for the pie and doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable all series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set Index of the point to be exploded on load for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Allows to set distance of the point from the center, which takes values in both pixels and\n percentage for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Allows to set the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartGroupModes","IsEnum":true,"Documentation":"\n \n Allows to define the mode of grouping for pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n Allows to combine the y values into slice named other for pie, funnel, doughnut and pyramid chart Series.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Allows to set inner radius for pie and funnel series chart.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the shape of the legend. Each series has its own legend shape. They are,\n Circle\n Rectangle\n VerticalLine\n Pentagon\n InvertedTriangle\n SeriesType\n Triangle\n Diamond\n Cross\n HorizontalLine.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Documentation":"\n \n Allows options for displaying and customizing markers for individual points in a series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the maximum radius.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the minimum radius.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Allows to defines the height of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Allows to defines the width of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPyramidModes","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments in pyramid series.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"System.Object","Documentation":"\n \n Allows to set the axis, based on which the line series will be split.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSplineType","IsEnum":true,"Documentation":"\n \n Allows to set the type of spline to be rendered.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n This allows grouping the chart series in `Stacked column / bar` charts.\n Any string value can be provided to the stackingGroup property.\n If any two or above series have the same value, those series will be grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Allows to defines start angle for the pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Allows to set the provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the series are\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n Line\n Column\n Area\n Bar\n StepArea\n Pareto\n Bubble\n Scatter\n Spline\n SplineArea\n StackingColumn100\n StackingBar100\n StackingArea100\n Polar\n Radar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the stroke width for the series that is applicable only for `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries"}},{"HashCode":2077873307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Documentation":"\n \n Allows options to customizing animation for the series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Documentation":"\n \n Allows options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Allows to set the tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Int32","Documentation":"\n \n Allows to render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allows to render the column series points with particular column width.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Documentation":"\n \n Allows options to customize data label for the pie, funnel, pyramid, doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDrawType","IsEnum":true,"Documentation":"\n \n Allows to set the type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Documentation":"\n \n Allows options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Allows to set the end angle for the pie and doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable all series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set Index of the point to be exploded on load for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Allows to set distance of the point from the center, which takes values in both pixels and\n percentage for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Allows to set the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartGroupModes","IsEnum":true,"Documentation":"\n \n Allows to define the mode of grouping for pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n Allows to combine the y values into slice named other for pie, funnel, doughnut and pyramid chart Series.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Allows to set inner radius for pie and funnel series chart.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the shape of the legend. Each series has its own legend shape. They are,\n Circle\n Rectangle\n VerticalLine\n Pentagon\n InvertedTriangle\n SeriesType\n Triangle\n Diamond\n Cross\n HorizontalLine.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Documentation":"\n \n Allows options for displaying and customizing markers for individual points in a series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the maximum radius.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the minimum radius.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Allows to defines the height of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Allows to defines the width of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPyramidModes","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments in pyramid series.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"System.Object","Documentation":"\n \n Allows to set the axis, based on which the line series will be split.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSplineType","IsEnum":true,"Documentation":"\n \n Allows to set the type of spline to be rendered.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n This allows grouping the chart series in `Stacked column / bar` charts.\n Any string value can be provided to the stackingGroup property.\n If any two or above series have the same value, those series will be grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Allows to defines start angle for the pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Allows to set the provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the series are\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n Line\n Column\n Area\n Bar\n StepArea\n Pareto\n Bubble\n Scatter\n Spline\n SplineArea\n StackingColumn100\n StackingBar100\n StackingArea100\n Polar\n Radar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the stroke width for the series that is applicable only for `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1907675029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":707132869,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":865113976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the animation behavior for chart series such as animation duration and delay.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}},{"HashCode":2035817640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the animation behavior for chart series such as animation duration and delay.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1115106366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":810422055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-490678135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}},{"HashCode":-316760740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1101052882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1286306500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-198163188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n * `background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"**.\n * `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n * `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n * `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n * `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n * `description`: Allows you to add a description of the pivot chart.\n * `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n * `enableExport`: Allows the pivot chart to be exported to either** PDF** or** PNG** or** JPEG** or** SVG** filter formats.\n * `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n * `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n * `isMultiSelect`: Allows you to perform multiple selection in the pivot chart.To enable this option, it requires the property `selectionMode` to be **Point** or **Series** or **Cluster**.\n * `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n * `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n * `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n * `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n * `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n * `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to** Point**.\n * `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart.This multi-level labels used to perform drill operation in the pivot chart.\n * `subTitle`: Allows you to add the subtitle to the pivot chart.\n * `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n * `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n * `title`: Allows you to add title to the pivot chart.\n * `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n * `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n * `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n * `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccumulationSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster\n or by dragging it to the pivot chart. For example, to highlight a specific point in a specific series of the\n pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n point: selects a point.\n \n ","Metadata":{"Common.PropertyName":"AccumulationSelectionMode"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `Background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `Color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `Opacity` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"ChartSeries","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `Type` to Line.\n \n ","Metadata":{"Common.PropertyName":"ChartSeries"}},{"Kind":"Components.Component","Name":"ColumnDelimiter","TypeName":"System.String","Documentation":"\n \n Allows to specify the delimiter to split the column headers. The is applicable for pie, doughnut,\n funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnDelimiter"}},{"Kind":"Components.Component","Name":"ColumnHeader","TypeName":"System.String","Documentation":"\n \n Allows to specify the column whose values will be considered to draw the pivot chart. The is applicable\n for pie, doughnut, funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnHeader"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows you to add a description of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n Allows to Enable or disable the border in pie and accumulation chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"EnableMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n \n ","Metadata":{"Common.PropertyName":"EnableMultiAxis"}},{"Kind":"Components.Component","Name":"EnableMultipleAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n ","Metadata":{"Common.PropertyName":"EnableMultipleAxis"}},{"Kind":"Components.Component","Name":"MultipleAxisMode","TypeName":"Syncfusion.Blazor.PivotView.MultipleAxisMode","IsEnum":true,"Documentation":"\n \n Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area.\n The options available are:
\n Stacked - Allows the chart series to be displayed in a separate chart area depending on the value fields specified.
\n Grouped - Allows the chart series to be displayed in a single chart area for different value fields.\n
\n ","Metadata":{"Common.PropertyName":"MultipleAxisMode"}},{"Kind":"Components.Component","Name":"EnableScrollOnMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable scroll bar while multiple axis.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollOnMultiAxis"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Allows you to draw points of the column type pivot chart series as side by side.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the labels placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"HighLightMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes value either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighLightMode"}},{"Kind":"Components.Component","Name":"HighLightPattern","TypeName":"System.Object","Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighLightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `SelectionMode` to be Point or Series or Cluster.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Allows you to render the pivot chart in a transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"LegendSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"LegendSettings"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Allows you to draw the chart series points with custom color in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PieCenter","TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Documentation":"\n \n Allow options to customize the center of pie series chart with properties x and y.\n \n ","Metadata":{"Common.PropertyName":"PieCenter"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Documentation":"\n \n Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Documentation":"\n \n Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"SelectedDataIndexes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `SelectionMode` to be Point or Series.\n \n ","Metadata":{"Common.PropertyName":"SelectedDataIndexes"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.PivotView.ChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n series: selects a series.\n dragXY: selects points by dragging with respect to both horizontal and vertical axes\n dragX: selects points by dragging with respect to horizontal axis.\n dragY: selects points by dragging with respect to vertical axis.\n point: selects a point.\n cluster: selects a cluster of point.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"ShowMultiLevelLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"ShowMultiLevelLabels"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Allows you to add the subtitle to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"SubTitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Documentation":"\n \n Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"SubTitleStyle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows you to add title to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Documentation":"\n \n Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Documentation":"\n \n Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Allows the group separator to be shown to the values in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Allows you to draw a pivot chart with a specific value field during initial loading.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings"}},{"HashCode":961929443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n * `background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"**.\n * `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n * `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n * `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n * `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n * `description`: Allows you to add a description of the pivot chart.\n * `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n * `enableExport`: Allows the pivot chart to be exported to either** PDF** or** PNG** or** JPEG** or** SVG** filter formats.\n * `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n * `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n * `isMultiSelect`: Allows you to perform multiple selection in the pivot chart.To enable this option, it requires the property `selectionMode` to be **Point** or **Series** or **Cluster**.\n * `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n * `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n * `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n * `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n * `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n * `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to** Point**.\n * `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart.This multi-level labels used to perform drill operation in the pivot chart.\n * `subTitle`: Allows you to add the subtitle to the pivot chart.\n * `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n * `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n * `title`: Allows you to add title to the pivot chart.\n * `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n * `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n * `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n * `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccumulationSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster\n or by dragging it to the pivot chart. For example, to highlight a specific point in a specific series of the\n pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n point: selects a point.\n \n ","Metadata":{"Common.PropertyName":"AccumulationSelectionMode"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `Background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `Color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `Opacity` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"ChartSeries","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `Type` to Line.\n \n ","Metadata":{"Common.PropertyName":"ChartSeries"}},{"Kind":"Components.Component","Name":"ColumnDelimiter","TypeName":"System.String","Documentation":"\n \n Allows to specify the delimiter to split the column headers. The is applicable for pie, doughnut,\n funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnDelimiter"}},{"Kind":"Components.Component","Name":"ColumnHeader","TypeName":"System.String","Documentation":"\n \n Allows to specify the column whose values will be considered to draw the pivot chart. The is applicable\n for pie, doughnut, funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnHeader"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows you to add a description of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n Allows to Enable or disable the border in pie and accumulation chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"EnableMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n \n ","Metadata":{"Common.PropertyName":"EnableMultiAxis"}},{"Kind":"Components.Component","Name":"EnableMultipleAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n ","Metadata":{"Common.PropertyName":"EnableMultipleAxis"}},{"Kind":"Components.Component","Name":"MultipleAxisMode","TypeName":"Syncfusion.Blazor.PivotView.MultipleAxisMode","IsEnum":true,"Documentation":"\n \n Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area.\n The options available are:
\n Stacked - Allows the chart series to be displayed in a separate chart area depending on the value fields specified.
\n Grouped - Allows the chart series to be displayed in a single chart area for different value fields.\n
\n ","Metadata":{"Common.PropertyName":"MultipleAxisMode"}},{"Kind":"Components.Component","Name":"EnableScrollOnMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable scroll bar while multiple axis.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollOnMultiAxis"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Allows you to draw points of the column type pivot chart series as side by side.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the labels placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"HighLightMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes value either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighLightMode"}},{"Kind":"Components.Component","Name":"HighLightPattern","TypeName":"System.Object","Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighLightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `SelectionMode` to be Point or Series or Cluster.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Allows you to render the pivot chart in a transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"LegendSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"LegendSettings"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Allows you to draw the chart series points with custom color in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PieCenter","TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Documentation":"\n \n Allow options to customize the center of pie series chart with properties x and y.\n \n ","Metadata":{"Common.PropertyName":"PieCenter"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Documentation":"\n \n Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Documentation":"\n \n Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"SelectedDataIndexes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `SelectionMode` to be Point or Series.\n \n ","Metadata":{"Common.PropertyName":"SelectedDataIndexes"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.PivotView.ChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n series: selects a series.\n dragXY: selects points by dragging with respect to both horizontal and vertical axes\n dragX: selects points by dragging with respect to horizontal axis.\n dragY: selects points by dragging with respect to vertical axis.\n point: selects a point.\n cluster: selects a cluster of point.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"ShowMultiLevelLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"ShowMultiLevelLabels"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Allows you to add the subtitle to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"SubTitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Documentation":"\n \n Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"SubTitleStyle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows you to add title to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Documentation":"\n \n Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Documentation":"\n \n Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Allows the group separator to be shown to the values in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Allows you to draw a pivot chart with a specific value field during initial loading.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1941956178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2143697513,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854885891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the strip lineof the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartStripLines"}},{"HashCode":2081724578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the strip lineof the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartStripLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1428914934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart subtitle such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}},{"HashCode":367917824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart subtitle such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1854509773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1710118878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-842295617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart title such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle"}},{"HashCode":1111252478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart title such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-551343991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder"}},{"HashCode":436918980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840674128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Documentation":"\n \n Allows options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Allows to set the format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Allows to set the header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Documentation":"\n \n Allows options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}},{"HashCode":1985764942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Documentation":"\n \n Allows options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Allows to set the format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Allows to set the header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Documentation":"\n \n Allows options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470721834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1744427463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":958561569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":319801249,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-364413425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize pivot chart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle"}},{"HashCode":-1726083610,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize pivot chart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":61659985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Documentation":"\n \n Allows options to customize the animation for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Int32","Documentation":"\n \n Allows to set the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Documentation":"\n \n Allows options to customize the marker for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineTypes","IsEnum":true,"Documentation":"\n \n Allows to set the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}},{"HashCode":1694425224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Documentation":"\n \n Allows options to customize the animation for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Int32","Documentation":"\n \n Allows to set the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Documentation":"\n \n Allows options to customize the marker for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineTypes","IsEnum":true,"Documentation":"\n \n Allows to set the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-864182080,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1733810165,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1319628145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the animation for trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}},{"HashCode":-1122387206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the animation for trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-580144577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-769690684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1738454382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"System.Object","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}},{"HashCode":-1030567281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"System.Object","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730408240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1961269728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1051621281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}},{"HashCode":-2104466294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422306773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":931903874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-964205372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomMode","IsEnum":true,"Documentation":"\n \n Allows to specify whether to allow zooming vertically or horizontally or in both ways. They are,\n X: Chart can be zoomed horizontally.\n Y: Chart can be zoomed vertically.\n X,Y: Chart can be zoomed both vertically and horizontally.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the toolkit options for the zooming as follows:\n ZoomIn\n ZoomOut\n Pan\n Zoom\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings"}},{"HashCode":1021633377,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomMode","IsEnum":true,"Documentation":"\n \n Allows to specify whether to allow zooming vertically or horizontally or in both ways. They are,\n X: Chart can be zoomed horizontally.\n Y: Chart can be zoomed vertically.\n X,Y: Chart can be zoomed both vertically and horizontally.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the toolkit options for the zooming as follows:\n ZoomIn\n ZoomOut\n Pan\n Zoom\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-780678181,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot accumulation chart center.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotPieChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}},{"HashCode":-1406340874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot accumulation chart center.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1344169073,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotPieChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2038694600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199720339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication"}},{"HashCode":-1842915857,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1985439168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting"}},{"HashCode":852102445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1667426842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}},{"HashCode":-1011054696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184119616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2018048713,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2081534488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn"}},{"HashCode":-2112303104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1896840277,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}},{"HashCode":308316323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-115160706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1689725973,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1994333480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}},{"HashCode":2109756827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-201242227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-415794091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":142121280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}},{"HashCode":-1825969924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526399148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-867504699,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-407152457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup"}},{"HashCode":1361508367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1933718298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}},{"HashCode":175183684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-34575343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1120078548,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1840258887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source gets changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.GenericTyped":"True"}},{"HashCode":-1756898947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source gets changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284432014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1888899065,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422919439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember"}},{"HashCode":1779877909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":106455123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}},{"HashCode":-2107669744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1980681801,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1608763995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":209699597,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component based events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization of PivotFieldList properties on initial rendering. Based on the changes, the PivotFieldList will be rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field getting dropped into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot field list.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","Components.GenericTyped":"True"}},{"HashCode":663680885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component based events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization of PivotFieldList properties on initial rendering. Based on the changes, the PivotFieldList will be rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field getting dropped into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot field list.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978540330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListField"}},{"HashCode":1037775743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1377631319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}},{"HashCode":-1040297594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":179974616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1983516728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1163330527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter"}},{"HashCode":1419535806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1362539493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}},{"HashCode":183400697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369421111,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2012322083,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":516236601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting"}},{"HashCode":715277354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524722547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}},{"HashCode":371627536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1332605319,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-586345657,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1480762442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting"}},{"HashCode":770776744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":564165135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}},{"HashCode":1073509317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-414387281,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1564969474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":867834909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}},{"HashCode":1104792246,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1142375763,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-463401752,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":270946076,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}},{"HashCode":-727953235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1235092416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":226367709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":874069379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRow"}},{"HashCode":2009589294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624206499,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}},{"HashCode":-173995687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564473200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1704359803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":443887663,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting"}},{"HashCode":-197663118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":599190866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}},{"HashCode":1046840193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1622443189,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-864590820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":242574258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle"}},{"HashCode":367325781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1629514395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}},{"HashCode":375803013,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2040772018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":369840924,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929540287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-878558434,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":754691031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValue"}},{"HashCode":1620319190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-621688862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}},{"HashCode":1340620216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1410042568,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":507319465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1103421083,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings"}},{"HashCode":-1270778205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97077098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication"}},{"HashCode":-1894844092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":670122461,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting"}},{"HashCode":-638612627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370862645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}},{"HashCode":1963206750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":879995337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-216396633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298105842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `AllowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `AllowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `AllowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `Mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `AllowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `ShowConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `ShowDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCellEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowCommandColumns","TypeName":"System.Boolean","Documentation":"\n \n Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to\n edit, delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowCommandColumns"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.EditMode","IsEnum":true,"Documentation":"\n \n Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are as follows:\n `Normal`: Allows the currently selected row alone will be completely changed to edit state. You can change the cell values and save it to the data source by clicking “Update” toolbar button.\n `Dialog`: Allows the currently selected row data will be shown in an exclusive dialog. You can change the cell values and save it to the data source by clicking “Save” button in the dialog.\n `Batch`: Allows you to perform double-click on any data specific cell in the data grid, the state of that selected cell will be changed to edit state.\n You can perform bulk changes like add, edit and delete data of the cells and finally save to the data source by clicking “Update” toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show a confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n > To use this option, it requires the property `Mode` to be Batch, meaning, the `showConfirmDialog` option is only applicable for batch edit mode.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the confirmation dialog to delete any records from the data grid.\n > The `ShowDeleteConfirmDialog` property supports all modes of editing.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"AllowInlineEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows direct editing of a value cell without opening the edit dialog.\n

\n NOTE: It is applicable only if the value cell is made by a single raw data. Otherwise editing dialog will be shown.\n
\n ","Metadata":{"Common.PropertyName":"AllowInlineEditing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings"}},{"HashCode":810674081,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `AllowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `AllowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `AllowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `Mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `AllowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `ShowConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `ShowDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowCommandColumns","TypeName":"System.Boolean","Documentation":"\n \n Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to\n edit, delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowCommandColumns"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.EditMode","IsEnum":true,"Documentation":"\n \n Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are as follows:\n `Normal`: Allows the currently selected row alone will be completely changed to edit state. You can change the cell values and save it to the data source by clicking “Update” toolbar button.\n `Dialog`: Allows the currently selected row data will be shown in an exclusive dialog. You can change the cell values and save it to the data source by clicking “Save” button in the dialog.\n `Batch`: Allows you to perform double-click on any data specific cell in the data grid, the state of that selected cell will be changed to edit state.\n You can perform bulk changes like add, edit and delete data of the cells and finally save to the data source by clicking “Update” toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show a confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n > To use this option, it requires the property `Mode` to be Batch, meaning, the `showConfirmDialog` option is only applicable for batch edit mode.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the confirmation dialog to delete any records from the data grid.\n > The `ShowDeleteConfirmDialog` property supports all modes of editing.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"AllowInlineEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows direct editing of a value cell without opening the edit dialog.\n

\n NOTE: It is applicable only if the value cell is made by a single raw data. Otherwise editing dialog will be shown.\n
\n ","Metadata":{"Common.PropertyName":"AllowInlineEditing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2054359584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumn"}},{"HashCode":1369599758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1752234330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns"}},{"HashCode":1397352543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1649471164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-884099953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":647537119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}},{"HashCode":-1727132559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1910655941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-885287625,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1647399566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}},{"HashCode":-1170287557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1184070270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-382988803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1392527874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. The available operators are as follows:\n `LessThan`: Allows you to get the cells that have a value that is less than the start value.\n `GreaterThan`: Allows you to get the cells that have a value that is greater than the start value.\n `LessThanOrEqualTo`: Allows you to get the cells that have a value that is lesser than or equal to the start value.\n `GreaterThanOrEqualTo`: Allows you to get the cells that have a value that is greater than or equal to the start value.\n `Equals`: Allows you to get the cells that have a value that matches with the start value.\n `NotEquals`: Allows you to get the cells that have a value that does not match with the start value.\n `Between`: Allows you to get the cells that have a value that between the start and end value.\n NotBetween: Allows you to get the cells that have a value that is not between the start and end value.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows you to specify the row or column header to get visibility of hyperlink option for specifc row or column header.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500 and the condition Equals is used, the hyperlink should be enabled to the cells that hold the value of 500 alone.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500, the end value is 1500 and the condition Between is used, the hyperlink should be enabled to the cells that holds the value between 500 to 1500.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting"}},{"HashCode":-1002439773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. The available operators are as follows:\n `LessThan`: Allows you to get the cells that have a value that is less than the start value.\n `GreaterThan`: Allows you to get the cells that have a value that is greater than the start value.\n `LessThanOrEqualTo`: Allows you to get the cells that have a value that is lesser than or equal to the start value.\n `GreaterThanOrEqualTo`: Allows you to get the cells that have a value that is greater than or equal to the start value.\n `Equals`: Allows you to get the cells that have a value that matches with the start value.\n `NotEquals`: Allows you to get the cells that have a value that does not match with the start value.\n `Between`: Allows you to get the cells that have a value that between the start and end value.\n NotBetween: Allows you to get the cells that have a value that is not between the start and end value.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows you to specify the row or column header to get visibility of hyperlink option for specifc row or column header.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500 and the condition Equals is used, the hyperlink should be enabled to the cells that hold the value of 500 alone.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500, the end value is 1500 and the condition Between is used, the hyperlink should be enabled to the cells that holds the value between 500 to 1500.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-756992554,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}},{"HashCode":-455979822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2124757787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1117074623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1253517698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup"}},{"HashCode":-601477574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1071313494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}},{"HashCode":-276506427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711085299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1633148769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":484072326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `ShowAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event invokes collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.GenericTyped":"True"}},{"HashCode":1916701746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `ShowAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event invokes collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-250063977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-167372493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1997864164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `Primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDisplayOption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Primary","TypeName":"Syncfusion.Blazor.PivotView.Primary","IsEnum":true,"Documentation":"\n \n Allows you to set the primary view to be either table or chart.The available options are:\n `Table`: Allows you to display the pivot table as primary view.\n `Chart`: Allows you to display the pivot chart as primary view.\n > To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"Primary"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allows you to choose the view port as either table or chart or both table and chart. The available options are:\n `Table`: Allows you to render the component as tabular form.\n `Chart`: Allows you to render the component as graphical format.\n `Both`: Allows you to render the component as both table and chart.\n > By default, Table is used as a default view in the component.\n \n ","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption"}},{"HashCode":1311394909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `Primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Primary","TypeName":"Syncfusion.Blazor.PivotView.Primary","IsEnum":true,"Documentation":"\n \n Allows you to set the primary view to be either table or chart.The available options are:\n `Table`: Allows you to display the pivot table as primary view.\n `Chart`: Allows you to display the pivot chart as primary view.\n > To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"Primary"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allows you to choose the view port as either table or chart or both table and chart. The available options are:\n `Table`: Allows you to render the component as tabular form.\n `Chart`: Allows you to render the component as graphical format.\n `Both`: Allows you to render the component as both table and chart.\n > By default, Table is used as a default view in the component.\n \n ","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391360369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember"}},{"HashCode":-1122450656,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-923303510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}},{"HashCode":-29351724,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699141264,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1404712816,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668063905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot view events.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeColumnsRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the columns are rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeColumnsRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginDrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Editing.\n \n ","Metadata":{"Common.PropertyName":"BeginDrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before exporting pivot table.\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell got selected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a cell selected in pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartSeriesCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot chart series are created.\n \n ","Metadata":{"Common.PropertyName":"ChartSeriesCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConditionalFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to do changes before applying the conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when pivot table component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drill","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers before the header to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Drill","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Drill-Through.\n \n ","Metadata":{"Common.PropertyName":"DrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"FetchReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to fetch the report names from specified storage.\n \n ","Metadata":{"Common.PropertyName":"FetchReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldListRefreshed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to identify whether the field list updated or not.\n \n ","Metadata":{"Common.PropertyName":"FieldListRefreshed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HyperlinkCellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a hyperlink cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkCellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization on the pivot table component properties on initial rendering. Based on the changes, pivot table will be redered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to load the report from specified storage.\n \n ","Metadata":{"Common.PropertyName":"LoadReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NewReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to set the new report.\n \n ","Metadata":{"Common.PropertyName":"NewReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NumberFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before number format is apllied to specific field during runtime.\n \n ","Metadata":{"Common.PropertyName":"NumberFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after a field dropped into the axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PdfCellRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows any customization of Pivot cell style while PDF exporting.\n \n ","Metadata":{"Common.PropertyName":"PdfCellRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to remove the current report from the specified storage.\n \n ","Metadata":{"Common.PropertyName":"RemoveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RenameReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to rename the current report.\n \n ","Metadata":{"Common.PropertyName":"RenameReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SaveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to save the report to the specified storage.\n \n ","Metadata":{"Common.PropertyName":"SaveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ToolbarRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when a cell got deselected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize starts in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize ends in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n It will get triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for column header.\n It will get triggered before the cell element is appended to the Grid element.\n \n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart point is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart legend is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart resize.\n \n ","Metadata":{"Common.PropertyName":"ChartResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart series is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"ChartTooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartPointClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on chart series is point click.\n \n ","Metadata":{"Common.PropertyName":"ChartPointClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when editing is made in the raw data of pivot table.\n \n ","Metadata":{"Common.PropertyName":"EditCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot table.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewEvents","Components.GenericTyped":"True"}},{"HashCode":296623392,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot view events.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeColumnsRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the columns are rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeColumnsRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginDrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Editing.\n \n ","Metadata":{"Common.PropertyName":"BeginDrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before exporting pivot table.\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell got selected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a cell selected in pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartSeriesCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot chart series are created.\n \n ","Metadata":{"Common.PropertyName":"ChartSeriesCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConditionalFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to do changes before applying the conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when pivot table component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drill","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers before the header to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Drill","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Drill-Through.\n \n ","Metadata":{"Common.PropertyName":"DrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"FetchReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to fetch the report names from specified storage.\n \n ","Metadata":{"Common.PropertyName":"FetchReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldListRefreshed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to identify whether the field list updated or not.\n \n ","Metadata":{"Common.PropertyName":"FieldListRefreshed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HyperlinkCellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a hyperlink cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkCellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization on the pivot table component properties on initial rendering. Based on the changes, pivot table will be redered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to load the report from specified storage.\n \n ","Metadata":{"Common.PropertyName":"LoadReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NewReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to set the new report.\n \n ","Metadata":{"Common.PropertyName":"NewReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NumberFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before number format is apllied to specific field during runtime.\n \n ","Metadata":{"Common.PropertyName":"NumberFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after a field dropped into the axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PdfCellRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows any customization of Pivot cell style while PDF exporting.\n \n ","Metadata":{"Common.PropertyName":"PdfCellRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to remove the current report from the specified storage.\n \n ","Metadata":{"Common.PropertyName":"RemoveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RenameReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to rename the current report.\n \n ","Metadata":{"Common.PropertyName":"RenameReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SaveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to save the report to the specified storage.\n \n ","Metadata":{"Common.PropertyName":"SaveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ToolbarRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when a cell got deselected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize starts in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize ends in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n It will get triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for column header.\n It will get triggered before the cell element is appended to the Grid element.\n \n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart point is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart legend is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart resize.\n \n ","Metadata":{"Common.PropertyName":"ChartResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart series is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"ChartTooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartPointClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on chart series is point click.\n \n ","Metadata":{"Common.PropertyName":"ChartPointClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when editing is made in the raw data of pivot table.\n \n ","Metadata":{"Common.PropertyName":"EditCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot table.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":320980196,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewField"}},{"HashCode":720394973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1338300498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}},{"HashCode":754915670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1336015710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1030719271,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9463118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilter"}},{"HashCode":1404663906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1279924639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters"}},{"HashCode":1610657813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1329222810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":151782185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1441067445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting"}},{"HashCode":-1873729061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-771288503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}},{"HashCode":-1824479549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1151028449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-54362758,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1581597643,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting"}},{"HashCode":723792613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1685054786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}},{"HashCode":-1500848194,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189480303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1398579937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2049113460,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `Width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `GridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `AllowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `AllowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `AllowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `RowHeight`: Allow to set height to the pivot table rows commonly.\n `ColumnWidth`: Allow to set width to the pivot table columns commonly.\n `ClipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `AllowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `SelectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `SelectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `ContextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGridSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n > Reordering allows only at the same level as the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n > In RTL mode, user can click and drag the left edge of the header cell to resize the column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n Allows the component to be fit based on the width of its columns.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Allow to enable the content of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableClipMode","IsEnum":true,"Documentation":"\n \n Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `ClipMode` to Clip.\n The modes available are:\n `Clip`: Allow the content of a cell to truncate when it overflows its content area.\n `Ellipsis`: Allows the content of a cell to be displayed as an ellipse when it overflows its content area.\n `EllipsisWithTooltip`: Allows the cell content to be displayed as an ellipse when its content area is overflowing.\n And the tooltip will also be displayed while hovering on the ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allow to set width to the pivot table columns commonly.\n > By default, the columnWidth property is set as 110 pixels to each column except the first column.\n The first column always defined as row headers in the pivot table. For first column,\n 250 pixels and 200 pixels are set respectively with and without grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n The options available are:\n `Drillthrough`: Allows to show the drill-through dialog over the pivot table to perform drill-through operations.\n `Expand`: Allows to expand the collaped row or column headers in the pivot table.\n `Collapse`: Allows to collapse the expaned row or column headers in the pivot table.\n `CalculatedField`: Allows to show the calculated field dialog over the pivot table to perform calculated field operations.\n `Pdf Export`: Allows to export the pivot table as PDF format.\n `Excel Export`: Allows to export the pivot table as Excel format.\n `Csv Export`: Allows to export the pivot table as CSV format.\n `Sort Ascending`: Allows to perform ascending order with repect to the values on selected cell contained row or column in the pivot table.\n `Sort Descending`: Allows to perform descending order with repect to the values on selected cell contained row or column in the pivot table.\n `Aggregate`: Allow options to perform calculations over a group of values (exclusively for value fields bound in value axis) using the aggregation option in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotTableGridLine","IsEnum":true,"Documentation":"\n \n Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property gridLines to None. The modes available are,\n `Both`: Allows the cell border to be displayed both horizontally and vertically in the pivot table.\n `None`: Allows no cell borders to be displayed in the pivot table.\n `Horizontal`: Allows the cell border to be shown horizontally in the pivot table.\n `Vertical`: Allows the cell border to be shown vertically in the pivot table.\n `Default`: Allows the display of the cell borders based on the theme used in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table content to be set, meaning that the height given should be applied without considering the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTablePrintMode","IsEnum":true,"Documentation":"\n \n Allow options to print either the current page shown in the pivot table on its own or the entire pivot table.\n The options available are:\n `AllPages`: Prints the entire pivot table.\n `CurrentPage`: Prints the current page shown in the pivot table on its own.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Allow to set height to the pivot table rows commonly.\n > By default, the rowHeight property is set as 36 pixels for desktop layout and 48 pixels for mobile layout.\n The height of the column headers alone may vary when grouping bar feature is enabled.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n Allows to highlight specific row in the pivot table during initial rendering.\n For example, to highlight the pivot table's first row, set the property `SelectedRowIndex` to 0.\n > You can get the currently selected row index of the pivot table from the `selectedRowIndex` property using pivot table instance at run-time.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `cellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `checkboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `checkboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `enableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow to set width of the pivot table.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}},{"HashCode":576380267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `Width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `GridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `AllowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `AllowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `AllowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `RowHeight`: Allow to set height to the pivot table rows commonly.\n `ColumnWidth`: Allow to set width to the pivot table columns commonly.\n `ClipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `AllowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `SelectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `SelectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `ContextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n > Reordering allows only at the same level as the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n > In RTL mode, user can click and drag the left edge of the header cell to resize the column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n Allows the component to be fit based on the width of its columns.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Allow to enable the content of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableClipMode","IsEnum":true,"Documentation":"\n \n Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `ClipMode` to Clip.\n The modes available are:\n `Clip`: Allow the content of a cell to truncate when it overflows its content area.\n `Ellipsis`: Allows the content of a cell to be displayed as an ellipse when it overflows its content area.\n `EllipsisWithTooltip`: Allows the cell content to be displayed as an ellipse when its content area is overflowing.\n And the tooltip will also be displayed while hovering on the ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allow to set width to the pivot table columns commonly.\n > By default, the columnWidth property is set as 110 pixels to each column except the first column.\n The first column always defined as row headers in the pivot table. For first column,\n 250 pixels and 200 pixels are set respectively with and without grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n The options available are:\n `Drillthrough`: Allows to show the drill-through dialog over the pivot table to perform drill-through operations.\n `Expand`: Allows to expand the collaped row or column headers in the pivot table.\n `Collapse`: Allows to collapse the expaned row or column headers in the pivot table.\n `CalculatedField`: Allows to show the calculated field dialog over the pivot table to perform calculated field operations.\n `Pdf Export`: Allows to export the pivot table as PDF format.\n `Excel Export`: Allows to export the pivot table as Excel format.\n `Csv Export`: Allows to export the pivot table as CSV format.\n `Sort Ascending`: Allows to perform ascending order with repect to the values on selected cell contained row or column in the pivot table.\n `Sort Descending`: Allows to perform descending order with repect to the values on selected cell contained row or column in the pivot table.\n `Aggregate`: Allow options to perform calculations over a group of values (exclusively for value fields bound in value axis) using the aggregation option in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotTableGridLine","IsEnum":true,"Documentation":"\n \n Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property gridLines to None. The modes available are,\n `Both`: Allows the cell border to be displayed both horizontally and vertically in the pivot table.\n `None`: Allows no cell borders to be displayed in the pivot table.\n `Horizontal`: Allows the cell border to be shown horizontally in the pivot table.\n `Vertical`: Allows the cell border to be shown vertically in the pivot table.\n `Default`: Allows the display of the cell borders based on the theme used in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table content to be set, meaning that the height given should be applied without considering the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTablePrintMode","IsEnum":true,"Documentation":"\n \n Allow options to print either the current page shown in the pivot table on its own or the entire pivot table.\n The options available are:\n `AllPages`: Prints the entire pivot table.\n `CurrentPage`: Prints the current page shown in the pivot table on its own.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Allow to set height to the pivot table rows commonly.\n > By default, the rowHeight property is set as 36 pixels for desktop layout and 48 pixels for mobile layout.\n The height of the column headers alone may vary when grouping bar feature is enabled.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n Allows to highlight specific row in the pivot table during initial rendering.\n For example, to highlight the pivot table's first row, set the property `SelectedRowIndex` to 0.\n > You can get the currently selected row index of the pivot table from the `selectedRowIndex` property using pivot table instance at run-time.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `cellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `checkboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `checkboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `enableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow to set width of the pivot table.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-500937142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGridSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1903374050,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1322053078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `DisplayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `AllowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupingBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI.\n This will prevent you from modifying the current report.\n > By default, all fields are available for drag-and-drop operation in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `DisplayMode` to Table.\n > By default, the grouping bar UI will be shown to both pivot table as well as pivot chart.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n > By default, the filter icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI. This remove icon is used to remove any field during runtime.\n > By default, the remove icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n > By default, the sort icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n > By default, the icon to set aggregate types is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"ShowFieldsPanel","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show an additional UI along with the grouping bar UI, which contains the fields that aren't bound in the current report.\n It allows you to modify the report by re-arranging the pivot buttons through drag-and-drop operation between axes (row, column, value and filter) that are used to update the pivot table during runtime.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldsPanel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings"}},{"HashCode":1948378364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `DisplayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `AllowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI.\n This will prevent you from modifying the current report.\n > By default, all fields are available for drag-and-drop operation in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `DisplayMode` to Table.\n > By default, the grouping bar UI will be shown to both pivot table as well as pivot chart.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n > By default, the filter icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI. This remove icon is used to remove any field during runtime.\n > By default, the remove icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n > By default, the sort icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n > By default, the icon to set aggregate types is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"ShowFieldsPanel","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show an additional UI along with the grouping bar UI, which contains the fields that aren't bound in the current report.\n It allows you to modify the report by re-arranging the pivot buttons through drag-and-drop operation between axes (row, column, value and filter) that are used to update the pivot table during runtime.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldsPanel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371037059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}},{"HashCode":1082504653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-122810963,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1859166284,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1076656532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}},{"HashCode":-1663864202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1920987555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":300786217,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1870378107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `ShowHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `ShowRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `ShowColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `ShowValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `ShowSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `HeaderText`: Allows you to set the visibility of hyperlink based on header text.\n `ConditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `CssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewHyperlinkSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConditionalSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `value1`: Allows you to set the start value.\n `value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"ConditionalSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Allows you to set the visibility of hyperlink in the cells based on specific row or column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"ShowColumnHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowHyperlink"}},{"Kind":"Components.Component","Name":"ShowRowHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowSummaryCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSummaryCellHyperlink"}},{"Kind":"Components.Component","Name":"ShowValueCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowValueCellHyperlink"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}},{"HashCode":1172324559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `ShowHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `ShowRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `ShowColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `ShowValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `ShowSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `HeaderText`: Allows you to set the visibility of hyperlink based on header text.\n `ConditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `CssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConditionalSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `value1`: Allows you to set the start value.\n `value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"ConditionalSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Allows you to set the visibility of hyperlink in the cells based on specific row or column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"ShowColumnHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowHyperlink"}},{"Kind":"Components.Component","Name":"ShowRowHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowSummaryCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSummaryCellHyperlink"}},{"Kind":"Components.Component","Name":"ShowValueCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowValueCellHyperlink"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6859876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewHyperlinkSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1876952223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-81523035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRow"}},{"HashCode":835274933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1658390664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures row fields in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows"}},{"HashCode":909344491,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures row fields in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1455109989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1056021943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-634020541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `CellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `Type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `CheckboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `CheckboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `EnableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotCellSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `CellSelectionMode` to Box.\n The modes available are:\n `Flow`: Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table.\n `Box`: Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table.\n `BoxWithBorder`: Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableCheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `CheckboxMode` to Default.\n The modes available are:\n `Default`: Allows multiple rows to be selected by clicking rows one by one.\n `ResetOnRowClick`: Allows you to reset the previously selected row while clicking on a specific row.\n You can also select multiple rows by clicking on rows along with the CTRL or SHIFT key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n > To enable checkboxOnly selection, should specify the column `Type` as checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.SelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `Mode` to Column. The modes available are:\n `Cell`: Allows specific cells to be highlighted in the pivot table.\n `Row`: Allows the rows to be highlighted in the pivot table.\n `Column`: Allows the columns to be highlighted in the pivot table.\n `Both`: Allows both rows, columns and cells to be highlighted in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n > For persisting selection, any one of the column should be enabled as a primary key using the `Columns.isPrimaryKey` property in the grid instance.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotTableSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `Type` to Multiple.\n The types available are:\n `Single`: Allows the user to select a row or cell on their own in the pivot table.\n `Multiple`: Allows the user to select multiple rows or columns or cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings"}},{"HashCode":1669611637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `CellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `Type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `CheckboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `CheckboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `EnableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotCellSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `CellSelectionMode` to Box.\n The modes available are:\n `Flow`: Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table.\n `Box`: Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table.\n `BoxWithBorder`: Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableCheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `CheckboxMode` to Default.\n The modes available are:\n `Default`: Allows multiple rows to be selected by clicking rows one by one.\n `ResetOnRowClick`: Allows you to reset the previously selected row while clicking on a specific row.\n You can also select multiple rows by clicking on rows along with the CTRL or SHIFT key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n > To enable checkboxOnly selection, should specify the column `Type` as checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.SelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `Mode` to Column. The modes available are:\n `Cell`: Allows specific cells to be highlighted in the pivot table.\n `Row`: Allows the rows to be highlighted in the pivot table.\n `Column`: Allows the columns to be highlighted in the pivot table.\n `Both`: Allows both rows, columns and cells to be highlighted in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n > For persisting selection, any one of the column should be enabled as a primary key using the `Columns.isPrimaryKey` property in the grid instance.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotTableSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `Type` to Multiple.\n The types available are:\n `Single`: Allows the user to select a row or cell on their own in the pivot table.\n `Multiple`: Allows the user to select multiple rows or columns or cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-11107495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting"}},{"HashCode":-107909573,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2037085784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}},{"HashCode":-1042228949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1172615307,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2047502968,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309176127,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle"}},{"HashCode":382382274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1900798046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}},{"HashCode":1078760492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-631880981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":541938648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866046352,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-68294042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-954042742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":445670837,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521264398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1762425127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1495394223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-652608989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":868971980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.PivotView.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the PivotView. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings"}},{"HashCode":-1921156935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.PivotView.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the PivotView. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266231091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValue"}},{"HashCode":-187640837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766549204,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues"}},{"HashCode":-1364778809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2102579240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1643050282,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-511422151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings"}},{"HashCode":-1061872866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1921971933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The PivotView component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n PivotFieldlist JS interop adaptor.\n \n A type which provides schema for the pivot component. \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPivotFieldList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotFieldList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for PivotFieldList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of fieldList UI.\n These aggregate options help to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the field list element.\n Use this class name, you can customize the field list easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotFieldListDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Syncfusion.Blazor.PivotView.Mode","IsEnum":true,"Documentation":"\n \n Allows to show field list either in static or popup mode. The available modes are:\n `Popup`: To display the field list icon in pivot table UI to invoke the built-in dialog.\n It hepls to display over the pivot table UI without affecting any form of UI shrink within a web page.\n `Fixed`: To display the field list in a static position within a web page.\n \n ","Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the field list UI.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n > To use thsi option, set the property `RenderMode` to be Popup.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList","Components.GenericTyped":"True"}},{"HashCode":-1208415039,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The PivotView component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n PivotFieldlist JS interop adaptor.\n \n A type which provides schema for the pivot component. \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.SfPivotFieldList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotFieldList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for PivotFieldList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of fieldList UI.\n These aggregate options help to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the field list element.\n Use this class name, you can customize the field list easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotFieldListDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Syncfusion.Blazor.PivotView.Mode","IsEnum":true,"Documentation":"\n \n Allows to show field list either in static or popup mode. The available modes are:\n `Popup`: To display the field list icon in pivot table UI to invoke the built-in dialog.\n It hepls to display over the pivot table UI without affecting any form of UI shrink within a web page.\n `Fixed`: To display the field list in a static position within a web page.\n \n ","Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the field list UI.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n > To use thsi option, set the property `RenderMode` to be Popup.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1771415511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPivotFieldList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-354767294,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.SfPivotFieldList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":63840879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n A type which provides schema for the pivot component. \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPivotView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for the PivotTable.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of field list and groupingBar UI.\n These aggregate options helps to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowConditionalFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n You can apply the conditioanl formatting at runtime through the built-in dialog, invoked from the toolbar.\n To do so, set `AllowConditionalFormatting` and `showToolbar` properties to true to the component.\n Also, include the toolbar option ConditionalFormatting in the `toolbar` property.\n > You can also view the conditioanl formatting dialog by clicking an external button using the `showConditionalFormattingDialog` method.\n \n ","Metadata":{"Common.PropertyName":"AllowConditionalFormatting"}},{"Kind":"Components.Component","Name":"AllowDataCompression","TypeName":"System.Boolean","Documentation":"\n \n Allows large amounts of data to be loaded without any degradation of performance by compressing raw data on the basis of its uniqueness.\n These unique records will be provided as input to render the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDataCompression"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"AllowDrillThrough","TypeName":"System.Boolean","Documentation":"\n \n Allows to view the underlying raw data of a summarized cell in the pivot table.\n By double-clicking on any value cell, you can view the detailed raw data in a data grid inside a new window.\n In the new window, row header, column header and measure name of the clicked cell will be shown at the top.\n You can also include or exclude fields available in the data grid using column chooser option.\n \n ","Metadata":{"Common.PropertyName":"AllowDrillThrough"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an Excel document. Export can be done in two different file formats such as XLSX and CSV formats.\n You can export pivot table using the build-in toolbar option. To do so, set `AllowExcelExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the excelExport method. Use csvExport method to export the pivot table data to CSV format.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping UI in the pivot table that automatically groups date, time, number and string at runtime\n by right clicking on the pivot table’s row or column header, select Group. This will shows a dialog in which you can perform grouping with appropriate options to group the data.\n To ungroup, right click on the pivot table’s row or column header, select Ungroup.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowNumberFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to apply required number formatting to the pivot table values such as number, curreny, percentage or other custom formats at runtime through a built-in dialog, invoked from the toolbar.\n To do so, set allowNumberFormatting and showToolbar properties to true to the component.\n Also, include the toolbar option NumberFormatting in the toolbar property.\n > You can also view the number formatting dialog by clicking an external button using the ShowNumberFormattingDialog method.\n \n ","Metadata":{"Common.PropertyName":"AllowNumberFormatting"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an PDF document. You can export pivot table using the build-in toolbar option.\n To do so, set `AllowPdfExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the pdfExport method.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"System.String","Documentation":"\n \n Allows the table cell elements to be customized with either an HTML string or the element’s ID,\n that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"CellTemplate"}},{"Kind":"Components.Component","Name":"ChartSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n `Background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to 0.5.\n `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to Line.\n `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n `description`: Allows you to add a description of the pivot chart.\n `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n `enableExport`: Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n `isMultiSelect`: Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `selectionMode` to be Point or Series or Cluster.\n `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be Point or Series.\n `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to Point.\n `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n `subTitle`: Allows you to add the subtitle to the pivot chart.\n `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n `title`: Allows you to add title to the pivot chart.\n `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ChartSettings"}},{"Kind":"Components.Component","Name":"ChartTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to display the pivot chart with specific chart types from built-in chart options, invoked from the toolbar.\n The available chart types are:\n `Line`: Allows to display the pivot chart with line series.\n `Column`: Allows to display the pivot chart with column series.\n `Area`: Allows to display the pivot chart with area series.\n `Bar`: Allows to display the pivot chart with bar series.\n `StackingColumn`: Allows to display the pivot chart with stacked column series.\n `StackingArea`: Allows to display the pivot chart with stacked area series.\n `StackingBar`: Allows to display the pivot chart with stacked bar series.\n `StepLine`: Allows to display the pivot chart with step line series.\n `StepArea`: Allows to display the pivot chart with step area series.\n `SplineArea`: Allows to display the pivot chart with spline area series.\n `Scatter`: Allows to display the pivot chart with scatter series.\n `Spline`: Allows to display the pivot chart with spline series.\n `StackingColumn100`: Allows to display the pivot chart with 100% stacked column series.\n `StackingBar100`: Allows to display the pivot chart with 100% stacked bar series.\n `StackingArea100`: Allows to display the pivot chart with 100% stacked area series.\n `Bubble`: Allows to display the pivot chart with bubble series.\n `Pareto`: Allows to display the pivot chart with pareto series.\n `Polar`: Allows to display the pivot chart with polar series.\n `Radar`: Allows to display the pivot chart with radar series.\n `Pie`: Allows to display the pivot chart with pie series.\n `Doughnut`: Allows to display the pivot chart with doughnut series.\n `Funnel`: Allows to display the pivot chart with funnel series.\n `Pyramid`: Allows to display the pivot chart with pyramid series.\n \n ","Metadata":{"Common.PropertyName":"ChartTypes"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotViewDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `showAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DisplayOption","TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"DisplayOption"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `allowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `allowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `allowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `allowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `showConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `showDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Allows to restrict the cross-site scripting while using cell template, meaning it will remove the unwanted scripts,styles or HTML in your cell template.\n > In general, the cross-site scripting known as XSS is a type of computer security vulnerability typically found in web applications.\n It attacks enable attackers to inject client-side scripts into web pages viewed by other users.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableValueSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n You can sort the values by clicking directly on the value field header positioned either in row or column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableValueSorting"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n Allows to load the large amounts of data without any performance degradation by rendering rows and columns only in the current content view port.\n Rest of the aggregated data will be brought into view port dynamically based on vertical or horizontal scroll position.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ExportAllPages","TypeName":"System.Boolean","Documentation":"\n \n Allows you to export the pivot table data of all pages, i.e. the data that holds all the records given to render the pivot table will be exported as either an Excel or a PDF document.\n \n ","Metadata":{"Common.PropertyName":"ExportAllPages"}},{"Kind":"Components.Component","Name":"GridSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `gridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `allowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `allowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `allowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `rowHeight`: Allow to set height to the pivot table rows commonly.\n `columnWidth`: Allow to set width to the pivot table columns commonly.\n `clipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `allowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `selectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `selectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `contextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","Metadata":{"Common.PropertyName":"GridSettings"}},{"Kind":"Components.Component","Name":"GroupingBarSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `displayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `allowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"GroupingBarSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table to be set.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HyperlinkSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `showHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `showRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `showColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `showValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `showSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `headerText`: Allows you to set the visibility of hyperlink based on header text.\n `conditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `cssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkSettings"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"MaxRowsInDrillThrough","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the maximum number of raw data that used to view it in a data grid inside a new window while performing drill through on summarized cells in the pivot table.\n For example, if the value cell has a combination of more than 50,000 records, it allows only 10,000 records fetch from the cube and displayed in the data grid.\n > This property is applicable only for the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxRowsInDrillThrough"}},{"Kind":"Components.Component","Name":"PivotValues","TypeName":"Syncfusion.Blazor.PivotView.Matrix>","Documentation":"\n \n It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart.\n \n ","Metadata":{"Common.PropertyName":"PivotValues"}},{"Kind":"Components.Component","Name":"ShowFieldList","TypeName":"System.Boolean","Documentation":"\n \n Allows built-in popup field list to be enabled in the pivot table UI.\n The popup field list will be displayed over the pivot table UI without affecting any form of UI shrink,\n and allows to manipulate the pivot report through different ways such as add or remove fields and\n also rearrange them between different axes, including column, row, value, and filter along with sort and\n filter options dynamically at runtime to update the pivot table.\n > By default, the icon used to display the field list will be positioned at the top left corner of the pivot table UI.\n When groupingBar is enabled, the icon will be placed at the top right corner of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldList"}},{"Kind":"Components.Component","Name":"ShowGroupingBar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping bar UI in the pivot table that automatically populates fields from the bound report.\n It also allows you to modify the report with a variety of actions using the pivot buttons to update the pivot table during runtime.\n The following are:\n Re-arranging fields through drag-and-drop operation between row, column, value and filter axes.\n Remove fields from the existing report using remove icon.\n Filtering members of specific fields using filter icon.\n Sorting members of specific fields using sort icon.\n Editing the calculated fields using edit icon.\n Selecting required aggregate types to value field using dropdown icon.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupingBar"}},{"Kind":"Components.Component","Name":"ShowToolbar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the toolbar UI that holds built-in toolbar options to accessing frequently used features like\n switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowToolbar"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the tooltip to the value cells either by mouse hovering or by touch in the pivot table.\n The information used to be displayed in the tooltip is:\n Row: Holds the row header information of a specific value cell.\n Column: Holds the column header information of a specific value cell.\n Value: Holds the value field caption along with its value of a specific value cell.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the grouping bar and field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the grouping bar and field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows the built-in toolbar options that used to access features like switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n The available toolbar options are:\n `New`: Allows to create a new report.\n `Save`: Allows to save the current report.\n `Save As`: Allows to perform save as the current report.\n `Rename`: Allows to rename the current report.\n `Remove`: Allows to delete the current report.\n `Load`: Allows to load any report from the report list.\n `Grid`: Allows to show the pivot table.\n `Chart`: Allows to show the pivot chart with specific type from the built-in list.\n It also has the option to show the chart with multiple axes based on the value fields bound to the report.\n You can do this by selecting the checkbox at the bottom of the list.\n `Exporting`: Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG.\n `Sub-total`: Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default.\n `Grand Total`: Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart.\n `Conditional Formatting`: Allows to show the conditional formatting pop-up to apply formatting to the values.\n `Number Formatting`: Allows to show the number formatting pop-up to apply number formatting to the values.\n `Formatting`: Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component.\n `Field List`: Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop,\n add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime.\n `MDX`: Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"System.String","Documentation":"\n \n Allows the tooltip element to be customized with either an HTML string or the element’s ID,\n can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow the width of the pivot table to be set.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist popup dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Components.GenericTyped":"True"}},{"HashCode":1181313830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n A type which provides schema for the pivot component. \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.SfPivotView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for the PivotTable.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of field list and groupingBar UI.\n These aggregate options helps to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowConditionalFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n You can apply the conditioanl formatting at runtime through the built-in dialog, invoked from the toolbar.\n To do so, set `AllowConditionalFormatting` and `showToolbar` properties to true to the component.\n Also, include the toolbar option ConditionalFormatting in the `toolbar` property.\n > You can also view the conditioanl formatting dialog by clicking an external button using the `showConditionalFormattingDialog` method.\n \n ","Metadata":{"Common.PropertyName":"AllowConditionalFormatting"}},{"Kind":"Components.Component","Name":"AllowDataCompression","TypeName":"System.Boolean","Documentation":"\n \n Allows large amounts of data to be loaded without any degradation of performance by compressing raw data on the basis of its uniqueness.\n These unique records will be provided as input to render the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDataCompression"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"AllowDrillThrough","TypeName":"System.Boolean","Documentation":"\n \n Allows to view the underlying raw data of a summarized cell in the pivot table.\n By double-clicking on any value cell, you can view the detailed raw data in a data grid inside a new window.\n In the new window, row header, column header and measure name of the clicked cell will be shown at the top.\n You can also include or exclude fields available in the data grid using column chooser option.\n \n ","Metadata":{"Common.PropertyName":"AllowDrillThrough"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an Excel document. Export can be done in two different file formats such as XLSX and CSV formats.\n You can export pivot table using the build-in toolbar option. To do so, set `AllowExcelExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the excelExport method. Use csvExport method to export the pivot table data to CSV format.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping UI in the pivot table that automatically groups date, time, number and string at runtime\n by right clicking on the pivot table’s row or column header, select Group. This will shows a dialog in which you can perform grouping with appropriate options to group the data.\n To ungroup, right click on the pivot table’s row or column header, select Ungroup.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowNumberFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to apply required number formatting to the pivot table values such as number, curreny, percentage or other custom formats at runtime through a built-in dialog, invoked from the toolbar.\n To do so, set allowNumberFormatting and showToolbar properties to true to the component.\n Also, include the toolbar option NumberFormatting in the toolbar property.\n > You can also view the number formatting dialog by clicking an external button using the ShowNumberFormattingDialog method.\n \n ","Metadata":{"Common.PropertyName":"AllowNumberFormatting"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an PDF document. You can export pivot table using the build-in toolbar option.\n To do so, set `AllowPdfExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the pdfExport method.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"System.String","Documentation":"\n \n Allows the table cell elements to be customized with either an HTML string or the element’s ID,\n that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"CellTemplate"}},{"Kind":"Components.Component","Name":"ChartSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n `Background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to 0.5.\n `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to Line.\n `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n `description`: Allows you to add a description of the pivot chart.\n `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n `enableExport`: Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n `isMultiSelect`: Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `selectionMode` to be Point or Series or Cluster.\n `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be Point or Series.\n `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to Point.\n `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n `subTitle`: Allows you to add the subtitle to the pivot chart.\n `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n `title`: Allows you to add title to the pivot chart.\n `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ChartSettings"}},{"Kind":"Components.Component","Name":"ChartTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to display the pivot chart with specific chart types from built-in chart options, invoked from the toolbar.\n The available chart types are:\n `Line`: Allows to display the pivot chart with line series.\n `Column`: Allows to display the pivot chart with column series.\n `Area`: Allows to display the pivot chart with area series.\n `Bar`: Allows to display the pivot chart with bar series.\n `StackingColumn`: Allows to display the pivot chart with stacked column series.\n `StackingArea`: Allows to display the pivot chart with stacked area series.\n `StackingBar`: Allows to display the pivot chart with stacked bar series.\n `StepLine`: Allows to display the pivot chart with step line series.\n `StepArea`: Allows to display the pivot chart with step area series.\n `SplineArea`: Allows to display the pivot chart with spline area series.\n `Scatter`: Allows to display the pivot chart with scatter series.\n `Spline`: Allows to display the pivot chart with spline series.\n `StackingColumn100`: Allows to display the pivot chart with 100% stacked column series.\n `StackingBar100`: Allows to display the pivot chart with 100% stacked bar series.\n `StackingArea100`: Allows to display the pivot chart with 100% stacked area series.\n `Bubble`: Allows to display the pivot chart with bubble series.\n `Pareto`: Allows to display the pivot chart with pareto series.\n `Polar`: Allows to display the pivot chart with polar series.\n `Radar`: Allows to display the pivot chart with radar series.\n `Pie`: Allows to display the pivot chart with pie series.\n `Doughnut`: Allows to display the pivot chart with doughnut series.\n `Funnel`: Allows to display the pivot chart with funnel series.\n `Pyramid`: Allows to display the pivot chart with pyramid series.\n \n ","Metadata":{"Common.PropertyName":"ChartTypes"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotViewDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `showAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DisplayOption","TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"DisplayOption"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `allowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `allowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `allowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `allowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `showConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `showDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Allows to restrict the cross-site scripting while using cell template, meaning it will remove the unwanted scripts,styles or HTML in your cell template.\n > In general, the cross-site scripting known as XSS is a type of computer security vulnerability typically found in web applications.\n It attacks enable attackers to inject client-side scripts into web pages viewed by other users.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableValueSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n You can sort the values by clicking directly on the value field header positioned either in row or column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableValueSorting"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n Allows to load the large amounts of data without any performance degradation by rendering rows and columns only in the current content view port.\n Rest of the aggregated data will be brought into view port dynamically based on vertical or horizontal scroll position.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ExportAllPages","TypeName":"System.Boolean","Documentation":"\n \n Allows you to export the pivot table data of all pages, i.e. the data that holds all the records given to render the pivot table will be exported as either an Excel or a PDF document.\n \n ","Metadata":{"Common.PropertyName":"ExportAllPages"}},{"Kind":"Components.Component","Name":"GridSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `gridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `allowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `allowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `allowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `rowHeight`: Allow to set height to the pivot table rows commonly.\n `columnWidth`: Allow to set width to the pivot table columns commonly.\n `clipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `allowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `selectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `selectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `contextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","Metadata":{"Common.PropertyName":"GridSettings"}},{"Kind":"Components.Component","Name":"GroupingBarSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `displayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `allowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"GroupingBarSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table to be set.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HyperlinkSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `showHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `showRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `showColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `showValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `showSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `headerText`: Allows you to set the visibility of hyperlink based on header text.\n `conditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `cssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkSettings"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"MaxRowsInDrillThrough","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the maximum number of raw data that used to view it in a data grid inside a new window while performing drill through on summarized cells in the pivot table.\n For example, if the value cell has a combination of more than 50,000 records, it allows only 10,000 records fetch from the cube and displayed in the data grid.\n > This property is applicable only for the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxRowsInDrillThrough"}},{"Kind":"Components.Component","Name":"PivotValues","TypeName":"Syncfusion.Blazor.PivotView.Matrix>","Documentation":"\n \n It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart.\n \n ","Metadata":{"Common.PropertyName":"PivotValues"}},{"Kind":"Components.Component","Name":"ShowFieldList","TypeName":"System.Boolean","Documentation":"\n \n Allows built-in popup field list to be enabled in the pivot table UI.\n The popup field list will be displayed over the pivot table UI without affecting any form of UI shrink,\n and allows to manipulate the pivot report through different ways such as add or remove fields and\n also rearrange them between different axes, including column, row, value, and filter along with sort and\n filter options dynamically at runtime to update the pivot table.\n > By default, the icon used to display the field list will be positioned at the top left corner of the pivot table UI.\n When groupingBar is enabled, the icon will be placed at the top right corner of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldList"}},{"Kind":"Components.Component","Name":"ShowGroupingBar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping bar UI in the pivot table that automatically populates fields from the bound report.\n It also allows you to modify the report with a variety of actions using the pivot buttons to update the pivot table during runtime.\n The following are:\n Re-arranging fields through drag-and-drop operation between row, column, value and filter axes.\n Remove fields from the existing report using remove icon.\n Filtering members of specific fields using filter icon.\n Sorting members of specific fields using sort icon.\n Editing the calculated fields using edit icon.\n Selecting required aggregate types to value field using dropdown icon.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupingBar"}},{"Kind":"Components.Component","Name":"ShowToolbar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the toolbar UI that holds built-in toolbar options to accessing frequently used features like\n switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowToolbar"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the tooltip to the value cells either by mouse hovering or by touch in the pivot table.\n The information used to be displayed in the tooltip is:\n Row: Holds the row header information of a specific value cell.\n Column: Holds the column header information of a specific value cell.\n Value: Holds the value field caption along with its value of a specific value cell.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the grouping bar and field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the grouping bar and field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows the built-in toolbar options that used to access features like switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n The available toolbar options are:\n `New`: Allows to create a new report.\n `Save`: Allows to save the current report.\n `Save As`: Allows to perform save as the current report.\n `Rename`: Allows to rename the current report.\n `Remove`: Allows to delete the current report.\n `Load`: Allows to load any report from the report list.\n `Grid`: Allows to show the pivot table.\n `Chart`: Allows to show the pivot chart with specific type from the built-in list.\n It also has the option to show the chart with multiple axes based on the value fields bound to the report.\n You can do this by selecting the checkbox at the bottom of the list.\n `Exporting`: Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG.\n `Sub-total`: Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default.\n `Grand Total`: Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart.\n `Conditional Formatting`: Allows to show the conditional formatting pop-up to apply formatting to the values.\n `Number Formatting`: Allows to show the number formatting pop-up to apply number formatting to the values.\n `Formatting`: Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component.\n `Field List`: Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop,\n add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime.\n `MDX`: Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"System.String","Documentation":"\n \n Allows the tooltip element to be customized with either an HTML string or the element’s ID,\n can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow the width of the pivot table to be set.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist popup dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1044940343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPivotView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":980976473,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.SfPivotView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1456860841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Aggregate Menu Class.\n \n Generic Type Parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AggregateMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AggregateMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","Components.GenericTyped":"True"}},{"HashCode":89628824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Aggregate Menu Class.\n \n Generic Type Parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AggregateMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958185720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Value setting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueSettingsDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","Components.GenericTyped":"True"}},{"HashCode":1907066910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Value setting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-5508103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Axis field render class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Fields.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Documentation":"\n \n Pivot Fieldlist View.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","Components.GenericTyped":"True"}},{"HashCode":2017469556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Axis field render class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Fields.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Documentation":"\n \n Pivot Fieldlist View.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652678585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Adaptive calulated field.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveCalculatedLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"dynamic","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"Parent"}},{"Kind":"Components.Component","Name":"AdaptiveAddFormula","TypeName":"System.Boolean","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"AdaptiveAddFormula"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","Components.GenericTyped":"True"}},{"HashCode":-1510976390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Adaptive calulated field.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"dynamic","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"Parent"}},{"Kind":"Components.Component","Name":"AdaptiveAddFormula","TypeName":"System.Boolean","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"AdaptiveAddFormula"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028726369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated field confirm dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalculatedFieldConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRemove","TypeName":"System.Boolean","Documentation":"\n \n Removed.\n \n ","Metadata":{"Common.PropertyName":"IsRemove"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Calculated fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","Components.GenericTyped":"True"}},{"HashCode":-2051654549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated field confirm dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRemove","TypeName":"System.Boolean","Documentation":"\n \n Removed.\n \n ","Metadata":{"Common.PropertyName":"IsRemove"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Calculated fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1623233930,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated Field Dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalculatedFieldDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","Components.GenericTyped":"True"}},{"HashCode":801437551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated Field Dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1329523138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Error dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ErrorDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","Components.GenericTyped":"True"}},{"HashCode":-407054945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Error dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ErrorDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1634930538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom filter class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CustomFilter component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"FilterInfo","TypeName":"Syncfusion.Blazor.PivotView.Filter","Documentation":"\n \n Filter information.\n \n ","Metadata":{"Common.PropertyName":"FilterInfo"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Filter type.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","Components.GenericTyped":"True"}},{"HashCode":711193146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom filter class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CustomFilter component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"FilterInfo","TypeName":"Syncfusion.Blazor.PivotView.Filter","Documentation":"\n \n Filter information.\n \n ","Metadata":{"Common.PropertyName":"FilterInfo"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Filter type.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-76963201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Filter dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FilterDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","Components.GenericTyped":"True"}},{"HashCode":560612157,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Filter dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FilterDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1473468998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Member editor dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MemberEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MemberEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"AllowExcelLikeFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows excel like filter.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelLikeFilter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","Components.GenericTyped":"True"}},{"HashCode":1129971416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Member editor dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MemberEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"AllowExcelLikeFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows excel like filter.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelLikeFilter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":507861846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot button.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotButton component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.PivotView.FieldOptions","Documentation":"\n \n Field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"PrimaryView","TypeName":"System.String","Documentation":"\n \n Primary view.\n \n ","Metadata":{"Common.PropertyName":"PrimaryView"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Button axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"ButtonInfo","TypeName":"Syncfusion.Blazor.PivotView.PivotButtonInfo","Documentation":"\n \n Button information.\n \n ","Metadata":{"Common.PropertyName":"ButtonInfo"}},{"Kind":"Components.Component","Name":"ValuePosition","TypeName":"System.Int32","Documentation":"\n \n Value position.\n \n ","Metadata":{"Common.PropertyName":"ValuePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotButton","Components.GenericTyped":"True"}},{"HashCode":-1572039019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot button.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotButton component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.PivotView.FieldOptions","Documentation":"\n \n Field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"PrimaryView","TypeName":"System.String","Documentation":"\n \n Primary view.\n \n ","Metadata":{"Common.PropertyName":"PrimaryView"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Button axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"ButtonInfo","TypeName":"Syncfusion.Blazor.PivotView.PivotButtonInfo","Documentation":"\n \n Button information.\n \n ","Metadata":{"Common.PropertyName":"ButtonInfo"}},{"Kind":"Components.Component","Name":"ValuePosition","TypeName":"System.Int32","Documentation":"\n \n Value position.\n \n ","Metadata":{"Common.PropertyName":"ValuePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotButton","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703003896,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist Content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveFieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","Components.GenericTyped":"True"}},{"HashCode":1681062833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist Content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1068068077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveFieldListDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","Components.GenericTyped":"True"}},{"HashCode":-1573687307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87650602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Axis Table.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisTableRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","Components.GenericTyped":"True"}},{"HashCode":583970662,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Axis Table.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-293452053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Fieldlist container class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldListContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContainer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","Components.GenericTyped":"True"}},{"HashCode":1435889101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Fieldlist container class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContainer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1490403280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","Components.GenericTyped":"True"}},{"HashCode":-1941053850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1871901299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FooterLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","Components.GenericTyped":"True"}},{"HashCode":927479734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FooterLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699743325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.TreeRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","Components.GenericTyped":"True"}},{"HashCode":-1167954130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.TreeRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2051482803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Condition Formatting Dialog.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConditionalFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","Components.GenericTyped":"True"}},{"HashCode":-425729014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Condition Formatting Dialog.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-966264652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Drillthrough dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DrillthroughDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","Components.GenericTyped":"True"}},{"HashCode":1173185261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Drillthrough dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1224014944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AllFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","Components.GenericTyped":"True"}},{"HashCode":-1973812135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":166708927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping bar class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupingBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","Components.GenericTyped":"True"}},{"HashCode":-379328797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping bar class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":536851769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupingDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","Components.GenericTyped":"True"}},{"HashCode":-1571909304,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1915176226,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Number formatting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumberFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.NumberFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","Components.GenericTyped":"True"}},{"HashCode":291078245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Number formatting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.NumberFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097890835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivt Chart Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChart","Components.GenericTyped":"True"}},{"HashCode":-1969091912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivt Chart Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChart","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":540341314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot chart initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","Components.GenericTyped":"True"}},{"HashCode":1090873841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot chart initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1899840046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","Components.GenericTyped":"True"}},{"HashCode":-1060391948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1828540603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid colujmn header class.\n \n Generic type paramter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridColumnHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Documentation":"\n \n Pivot Table .\n \n ","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GridColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Grid columns.\n \n ","Metadata":{"Common.PropertyName":"GridColumns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","Components.GenericTyped":"True"}},{"HashCode":-909750755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid colujmn header class.\n \n Generic type paramter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridColumnHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Documentation":"\n \n Pivot Table .\n \n ","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GridColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Grid columns.\n \n ","Metadata":{"Common.PropertyName":"GridColumns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":95937671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","Components.GenericTyped":"True"}},{"HashCode":-1764462755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1446801269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid Renderer Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","Components.GenericTyped":"True"}},{"HashCode":1872357893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid Renderer Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1688641700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Cell.\n \n TValue.\n TCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotCell","Components.GenericTyped":"True"}},{"HashCode":-1536647691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Cell.\n \n TValue.\n TCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-545392098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ChartDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","Components.GenericTyped":"True"}},{"HashCode":-355262026,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ChartDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":162373455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To Show/Hide Dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","Components.GenericTyped":"True"}},{"HashCode":1779875986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To Show/Hide Dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-218363978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadReportList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.LoadReportList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","Components.GenericTyped":"True"}},{"HashCode":1849535213,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.LoadReportList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-54371819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MdxDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MdxDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","Components.GenericTyped":"True"}},{"HashCode":-831467869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MdxDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1199208757,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To show/hide dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","Components.GenericTyped":"True"}},{"HashCode":-1695326736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To show/hide dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":106408198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportManipulation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportManipulation component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","Components.GenericTyped":"True"}},{"HashCode":69361931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportManipulation component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1070332270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.Toolbar","Components.GenericTyped":"True"}},{"HashCode":699687527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.Toolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":139051380,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ToolbarOptions component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Items.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"IsTemplateMenuItem","TypeName":"System.Boolean","Documentation":"\n \n Whether Menu items are Template.\n \n ","Metadata":{"Common.PropertyName":"IsTemplateMenuItem"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","Components.GenericTyped":"True"}},{"HashCode":420883911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ToolbarOptions component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Items.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"IsTemplateMenuItem","TypeName":"System.Boolean","Documentation":"\n \n Whether Menu items are Template.\n \n ","Metadata":{"Common.PropertyName":"IsTemplateMenuItem"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-845904032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Tooltip.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","Components.GenericTyped":"True"}},{"HashCode":-785443865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Tooltip.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1212368432,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisFieldRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Fields"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","Components.GenericTyped":"True"}},{"HashCode":-1761741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Fields"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1259006360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class provides data for the animation to Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay in milliseconds to start the animation.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration in milliseconds that the animation takes to open or close the dialog.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Popups.DialogEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the dialog.\n If the user sets Fade animation, the dialog will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the dialog:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings"}},{"HashCode":1627240926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class provides data for the animation to Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay in milliseconds to start the animation.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration in milliseconds that the animation takes to open or close the dialog.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Popups.DialogEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the dialog.\n If the user sets Fade animation, the dialog will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the dialog:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-684281215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Dialog button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when `click` the dialog button.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"IsFlat","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Flat appearance of the dialog buttons.\n \n ","Metadata":{"Common.PropertyName":"IsFlat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton"}},{"HashCode":-836763126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Dialog button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when `click` the dialog button.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"IsFlat","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Flat appearance of the dialog buttons.\n \n ","Metadata":{"Common.PropertyName":"IsFlat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1619200120,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1900133200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.DialogButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1176962995,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Dialog buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons"}},{"HashCode":34169299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Dialog buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1850765948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":351962213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.DialogButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1799384473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Dialog component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the dialog is closed.\n If you cancel this event, the dialog remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user drags the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDrag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n If you cancel this event, the dialog remains closed.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayModalClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayModalClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user resizes the dialog.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogEvents"}},{"HashCode":-671760160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Dialog component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the dialog is closed.\n If you cancel this event, the dialog remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user drags the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDrag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n If you cancel this event, the dialog remains closed.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayModalClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayModalClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user resizes the dialog.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106549746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogPositionData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a dialog in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogPositionData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the offset left value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the offset top value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogPositionData"}},{"HashCode":773130088,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogPositionData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a dialog in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogPositionData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the offset left value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the offset top value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838174864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates"}},{"HashCode":-1602273761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-213064890,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Header","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2040590770,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Header","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1258669753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-820570593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1827092570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":705796260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":802702536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the dialog component that displays the information and gets input from the user.\n Two types of dialog components are `Modal and Modeless(non-modal)` depending on their interaction with the parent application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be dragged by the end-user.\n The dialog allows a user to drag by selecting the header and dragging it for re-positioning the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the action `Buttons` that contains button properties with primary attributes and the click events.\n One or more action buttons can be configured to the dialog.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be closed on pressing the escape (ESC) key.\n that is used to control the dialog's closing behavior.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be resized by the end-user.\n If the enableResize is true, the dialog component creates a grip to resize it in a diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeHandles","TypeName":"Syncfusion.Blazor.Popups.ResizeDirection[]","Documentation":"\n \n Specifies the resize handles direction in the dialog component that can be resized by the end-user.\n \n ","Metadata":{"Common.PropertyName":"ResizeHandles"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"System.String","Documentation":"\n \n Specifies the template value that can be displayed with the dialog's footer area.\n This is an optional property and can be used only when the footer is occupied with information or custom components.\n By default, the footer is configured with the action buttons.\n If the footer template is configured to the dialog, the buttons property will be disabled.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the dialog element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and\n the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target.\n The position can be represented with pre-configured positions or specific X and Y values.\n `X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog’s title section.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `Document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the dialog component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-order for rendering that determines whether the dialog is displayed\n in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog"}},{"HashCode":-1569535459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the dialog component that displays the information and gets input from the user.\n Two types of dialog components are `Modal and Modeless(non-modal)` depending on their interaction with the parent application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be dragged by the end-user.\n The dialog allows a user to drag by selecting the header and dragging it for re-positioning the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the action `Buttons` that contains button properties with primary attributes and the click events.\n One or more action buttons can be configured to the dialog.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be closed on pressing the escape (ESC) key.\n that is used to control the dialog's closing behavior.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be resized by the end-user.\n If the enableResize is true, the dialog component creates a grip to resize it in a diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeHandles","TypeName":"Syncfusion.Blazor.Popups.ResizeDirection[]","Documentation":"\n \n Specifies the resize handles direction in the dialog component that can be resized by the end-user.\n \n ","Metadata":{"Common.PropertyName":"ResizeHandles"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"System.String","Documentation":"\n \n Specifies the template value that can be displayed with the dialog's footer area.\n This is an optional property and can be used only when the footer is occupied with information or custom components.\n By default, the footer is configured with the action buttons.\n If the footer template is configured to the dialog, the buttons property will be disabled.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the dialog element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and\n the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target.\n The position can be represented with pre-configured positions or specific X and Y values.\n `X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog’s title section.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `Document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the dialog component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-order for rendering that determines whether the dialog is displayed\n in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1012108887,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDialog"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-437047995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.SfDialog"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2110045900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Closed` will be fired when the Tooltip component gets closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Opened` will be fired after the Tooltip component gets opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnClose` will be fired before the Tooltip hides from the screen.\n The Tooltip close can be prevented by setting the cancel argument value to true.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCollision","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnCollision` will be fired for every collision fit calculation.\n \n ","Metadata":{"Common.PropertyName":"OnCollision","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnOpen` will be fired before the Tooltip is displayed over the target element.\n When one of its arguments `cancel` is set to true, the Tooltip display can be prevented.\n This event is mainly used to refresh the Tooltip positions dynamically or to set customized styles in it and so on.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnRender` will be fired before the Tooltip and its contents will be added to the DOM.\n When one of its arguments `cancel` is set to true, the Tooltip can be prevented from rendering on the page.\n This event is mainly used to customize the Tooltip before it shows up on the screen.\n For example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\n \n ","Metadata":{"Common.PropertyName":"OnRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Created` will be fired after the Tooltip component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Destroyed` will be fired when the Tooltip component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n \n Defines the Id of the Tooltip component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n It is used to customize the animation of the Tooltip while opening and closing.\n The animation property also allows you to set delay, duration, and various other effects of your choice.\n You can set the same or different animation options to the Tooltip when it is in the open or close state.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Double","Documentation":"\n \n To close the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n To display the content of the Tooltip which can be a string element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To customize the Tooltip which accepts the custom CSS class names that define specific\n user-defined styles and themes to be applied to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n This property has been deprecated as we achieve this behavior by using ChildContent of render fragment type and and Content as a string value.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n As there are no properties required to persist in tooltip component, this property is deprecated.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"WindowCollision","TypeName":"System.Boolean","Documentation":"\n \n It is used to set the collision target element as page viewport (window) or Tooltip element, when using the target.\n If this property is enabled, tooltip will perform the collision calculation between the target elements.\n and viewport(window) instead of Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"WindowCollision"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To set the height of the Tooltip component which accepts the string values.\n When the Tooltip content gets overflowed due to the height value, then the scroll mode will be enabled.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n To display the Tooltip in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"MouseTrail","TypeName":"System.Boolean","Documentation":"\n \n It allows the Tooltip to follow the mouse pointer moves over the specified target element.\n \n ","Metadata":{"Common.PropertyName":"MouseTrail"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in X-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in Y-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Double","Documentation":"\n \n To open the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"System.String","Documentation":"\n \n To determine the type of open mode to display the Tooltip content.\n The available open modes are Auto, Hover, Click, Focus, and Custom.\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n To set the position of the Tooltip element with respect to the Target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n To show or hide the tip pointer of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n To denote the target selector where the Tooltip needs to be displayed.\n The target element is considered as the parent container.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n It is used to customize the position of the tip pointer on the tooltip. The available options are Auto, Start, Middle, and End.\n When set to auto, the tip pointer gets auto adjusted within the space of the target's length and does not point outside.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To set the width of the Tooltip component which accepts a string value.\n When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip"}},{"HashCode":1558200814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Closed` will be fired when the Tooltip component gets closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Opened` will be fired after the Tooltip component gets opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnClose` will be fired before the Tooltip hides from the screen.\n The Tooltip close can be prevented by setting the cancel argument value to true.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCollision","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnCollision` will be fired for every collision fit calculation.\n \n ","Metadata":{"Common.PropertyName":"OnCollision","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnOpen` will be fired before the Tooltip is displayed over the target element.\n When one of its arguments `cancel` is set to true, the Tooltip display can be prevented.\n This event is mainly used to refresh the Tooltip positions dynamically or to set customized styles in it and so on.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnRender` will be fired before the Tooltip and its contents will be added to the DOM.\n When one of its arguments `cancel` is set to true, the Tooltip can be prevented from rendering on the page.\n This event is mainly used to customize the Tooltip before it shows up on the screen.\n For example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\n \n ","Metadata":{"Common.PropertyName":"OnRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Created` will be fired after the Tooltip component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Destroyed` will be fired when the Tooltip component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n \n Defines the Id of the Tooltip component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n It is used to customize the animation of the Tooltip while opening and closing.\n The animation property also allows you to set delay, duration, and various other effects of your choice.\n You can set the same or different animation options to the Tooltip when it is in the open or close state.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Double","Documentation":"\n \n To close the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n To display the content of the Tooltip which can be a string element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To customize the Tooltip which accepts the custom CSS class names that define specific\n user-defined styles and themes to be applied to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n This property has been deprecated as we achieve this behavior by using ChildContent of render fragment type and and Content as a string value.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n As there are no properties required to persist in tooltip component, this property is deprecated.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"WindowCollision","TypeName":"System.Boolean","Documentation":"\n \n It is used to set the collision target element as page viewport (window) or Tooltip element, when using the target.\n If this property is enabled, tooltip will perform the collision calculation between the target elements.\n and viewport(window) instead of Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"WindowCollision"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To set the height of the Tooltip component which accepts the string values.\n When the Tooltip content gets overflowed due to the height value, then the scroll mode will be enabled.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n To display the Tooltip in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"MouseTrail","TypeName":"System.Boolean","Documentation":"\n \n It allows the Tooltip to follow the mouse pointer moves over the specified target element.\n \n ","Metadata":{"Common.PropertyName":"MouseTrail"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in X-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in Y-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Double","Documentation":"\n \n To open the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"System.String","Documentation":"\n \n To determine the type of open mode to display the Tooltip content.\n The available open modes are Auto, Hover, Click, Focus, and Custom.\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n To set the position of the Tooltip element with respect to the Target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n To show or hide the tip pointer of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n To denote the target selector where the Tooltip needs to be displayed.\n The target element is considered as the parent container.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n It is used to customize the position of the tip pointer on the tooltip. The available options are Auto, Start, Middle, and End.\n When set to auto, the tip pointer gets auto adjusted within the space of the target's length and does not point outside.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To set the width of the Tooltip component which accepts a string value.\n When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1926737441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1917399624,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.SfTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-333922308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.TooltipTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display content within the tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content to be passed.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates"}},{"HashCode":-933716966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.TooltipTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display content within the tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content to be passed.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521857384,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":906171360,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1821406074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1733351842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293977126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent"}},{"HashCode":1795006150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1991114791,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2126864117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.Internal.DialogContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1803573690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogFooter","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogFooter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogFooter"}},{"HashCode":-1307596263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogFooter","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogFooter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739990468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogHeader"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogHeader"}},{"HashCode":-1325755315,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogHeader"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1653930479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the progress bar rendering functionality.\n \n \n The progress bar control is used to indicates the progress of a task with built-in features like rectangular and circular shapes, determinate and indeterminate states, segments, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.ProgressBar.CornerType","IsEnum":true,"Documentation":"\n \n Sets and gets the corner radius type of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the enable persistence of progress bar.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePieProgress","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear in the pie visualization.\n \n ","Metadata":{"Common.PropertyName":"EnablePieProgress"}},{"Kind":"Components.Component","Name":"EnableProgressSegments","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear as segments.\n \n ","Metadata":{"Common.PropertyName":"EnableProgressSegments"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component rendering in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Int32","Documentation":"\n \n Gets and sets the value of the end angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"GapWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the segment gap width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"GapWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the progress radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsActive","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets the active state of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"IsActive"}},{"Kind":"Components.Component","Name":"IsGradient","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar in gradient visualization.\n \n ","Metadata":{"Common.PropertyName":"IsGradient"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar value indicating in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"IsIndeterminate"}},{"Kind":"Components.Component","Name":"IsStriped","TypeName":"System.Boolean","Documentation":"\n \n Get and sets whether the linear progress bar component to be visualized as a striped.\n \n ","Metadata":{"Common.PropertyName":"IsStriped"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Get and sets the locale of progress bar component.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Get and sets the maximum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Get and sets the minimum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ProgressColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the progress color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressColor"}},{"Kind":"Components.Component","Name":"ProgressThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressThickness"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the track radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Syncfusion.Blazor.ProgressBar.ModeType","IsEnum":true,"Documentation":"\n \n Gets and sets the modes of progress indication of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Role"}},{"Kind":"Components.Component","Name":"SecondaryProgress","TypeName":"System.Double","Documentation":"\n \n Gets and sets the secondary progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SecondaryProgress"}},{"Kind":"Components.Component","Name":"SegmentColor","TypeName":"System.String[]","Documentation":"\n \n Gets and sets a segment color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentColor"}},{"Kind":"Components.Component","Name":"SegmentCount","TypeName":"System.Int32","Documentation":"\n \n Gets and sets a segment count of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentCount"}},{"Kind":"Components.Component","Name":"ShowProgressValue","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether to show the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressValue"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and get the start angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TrackColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the track color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackColor"}},{"Kind":"Components.Component","Name":"TrackThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the track height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackThickness"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.ProgressBar.ProgressType","IsEnum":true,"Documentation":"\n \n Gets and sets the type (Linear or Circular) of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}},{"HashCode":1515660054,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the progress bar rendering functionality.\n \n \n The progress bar control is used to indicates the progress of a task with built-in features like rectangular and circular shapes, determinate and indeterminate states, segments, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.ProgressBar.CornerType","IsEnum":true,"Documentation":"\n \n Sets and gets the corner radius type of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the enable persistence of progress bar.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePieProgress","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear in the pie visualization.\n \n ","Metadata":{"Common.PropertyName":"EnablePieProgress"}},{"Kind":"Components.Component","Name":"EnableProgressSegments","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear as segments.\n \n ","Metadata":{"Common.PropertyName":"EnableProgressSegments"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component rendering in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Int32","Documentation":"\n \n Gets and sets the value of the end angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"GapWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the segment gap width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"GapWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the progress radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsActive","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets the active state of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"IsActive"}},{"Kind":"Components.Component","Name":"IsGradient","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar in gradient visualization.\n \n ","Metadata":{"Common.PropertyName":"IsGradient"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar value indicating in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"IsIndeterminate"}},{"Kind":"Components.Component","Name":"IsStriped","TypeName":"System.Boolean","Documentation":"\n \n Get and sets whether the linear progress bar component to be visualized as a striped.\n \n ","Metadata":{"Common.PropertyName":"IsStriped"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Get and sets the locale of progress bar component.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Get and sets the maximum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Get and sets the minimum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ProgressColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the progress color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressColor"}},{"Kind":"Components.Component","Name":"ProgressThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressThickness"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the track radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Syncfusion.Blazor.ProgressBar.ModeType","IsEnum":true,"Documentation":"\n \n Gets and sets the modes of progress indication of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Role"}},{"Kind":"Components.Component","Name":"SecondaryProgress","TypeName":"System.Double","Documentation":"\n \n Gets and sets the secondary progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SecondaryProgress"}},{"Kind":"Components.Component","Name":"SegmentColor","TypeName":"System.String[]","Documentation":"\n \n Gets and sets a segment color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentColor"}},{"Kind":"Components.Component","Name":"SegmentCount","TypeName":"System.Int32","Documentation":"\n \n Gets and sets a segment count of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentCount"}},{"Kind":"Components.Component","Name":"ShowProgressValue","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether to show the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressValue"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and get the start angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TrackColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the track color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackColor"}},{"Kind":"Components.Component","Name":"TrackThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the track height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackThickness"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.ProgressBar.ProgressType","IsEnum":true,"Documentation":"\n \n Gets and sets the type (Linear or Circular) of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1824049836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1874306621,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1462411650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the delay of the progress bar to be start.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of the progress bar to be complete.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the animation of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation"}},{"HashCode":554238746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the delay of the progress bar to be start.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of the progress bar to be complete.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the animation of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30967601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the annotation element of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the angle of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAngle"}},{"Kind":"Components.Component","Name":"AnnotationRadius","TypeName":"System.String","Documentation":"\n \n Sets and gets the Radius of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRadius"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets and gets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}},{"HashCode":462006911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the annotation element of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the angle of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAngle"}},{"Kind":"Components.Component","Name":"AnnotationRadius","TypeName":"System.String","Documentation":"\n \n Sets and gets the Radius of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRadius"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets and gets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-237866374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ProgressBarAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1456377112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1104766581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}},{"HashCode":969611193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299531649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ProgressBarAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":660430915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6043726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the animation completed.\n \n ","Metadata":{"Common.PropertyName":"AnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar component render.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress bar component loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse.\n \n \n ","Metadata":{"Common.PropertyName":"MouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse down.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse leave the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while releases a mouse click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar label renders.\n \n ","Metadata":{"Common.PropertyName":"TextRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ProgressCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress value completed.\n \n ","Metadata":{"Common.PropertyName":"ProgressCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the annotations renders.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRender","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents"}},{"HashCode":1238713096,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the animation completed.\n \n ","Metadata":{"Common.PropertyName":"AnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar component render.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress bar component loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse.\n \n \n ","Metadata":{"Common.PropertyName":"MouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse down.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse leave the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while releases a mouse click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar label renders.\n \n ","Metadata":{"Common.PropertyName":"TextRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ProgressCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress value completed.\n \n ","Metadata":{"Common.PropertyName":"ProgressCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the annotations renders.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRender","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2023859890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.ProgressBar.TextAlignmentType","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle"}},{"HashCode":-503675815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.ProgressBar.TextAlignmentType","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-130831931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin"}},{"HashCode":-171810625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1741092601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on rangle color of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarRangeColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the range color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor"}},{"HashCode":-87544092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on rangle color of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the range color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1163190469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color range of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarRangeColors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}},{"HashCode":-125867993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color range of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-900817413,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ProgressBarRangeColors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-804277336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1587433475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the circular progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar"}},{"HashCode":-1505922170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the circular progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294224924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the linear progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar"}},{"HashCode":1952522632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the linear progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":948929763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.SfQueryBuilder component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for query builder element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowValidation","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the validation.\n \n ","Metadata":{"Common.PropertyName":"AllowValidation"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for all columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class or multiple classes, which are separated by a space in the QueryBuilder element.\n You can add custom styles to the QueryBuilder using the cssClass property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Binds the column name from data source in query-builder.\n Accepts the list items either through local or remote service and binds it to the component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.QueryBuilder.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies the displayMode as Horizontal or Vertical.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"EnableNotCondition","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the not group condition in query builder.\n \n ","Metadata":{"Common.PropertyName":"EnableNotCondition"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, filter states will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n If immediateModeDelay is set by particular number, the rule Change event is triggered after that period.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case is set to true, the grid filters the records with exact match.\n if false, it filters case insensitive records (uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"MaxGroupCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum group count or restricts the group count.\n \n ","Metadata":{"Common.PropertyName":"MaxGroupCount"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to true, the user interactions on the component are disabled.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.QueryBuilder.SortDirection","IsEnum":true,"Documentation":"\n \n Specifies the sort direction of the field names.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"SummaryView","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered query.\n \n ","Metadata":{"Common.PropertyName":"SummaryView"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","Components.GenericTyped":"True"}},{"HashCode":1800425485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.SfQueryBuilder component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for query builder element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowValidation","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the validation.\n \n ","Metadata":{"Common.PropertyName":"AllowValidation"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for all columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class or multiple classes, which are separated by a space in the QueryBuilder element.\n You can add custom styles to the QueryBuilder using the cssClass property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Binds the column name from data source in query-builder.\n Accepts the list items either through local or remote service and binds it to the component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.QueryBuilder.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies the displayMode as Horizontal or Vertical.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"EnableNotCondition","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the not group condition in query builder.\n \n ","Metadata":{"Common.PropertyName":"EnableNotCondition"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, filter states will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n If immediateModeDelay is set by particular number, the rule Change event is triggered after that period.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case is set to true, the grid filters the records with exact match.\n if false, it filters case insensitive records (uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"MaxGroupCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum group count or restricts the group count.\n \n ","Metadata":{"Common.PropertyName":"MaxGroupCount"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to true, the user interactions on the component are disabled.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.QueryBuilder.SortDirection","IsEnum":true,"Documentation":"\n \n Specifies the sort direction of the field names.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"SummaryView","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered query.\n \n ","Metadata":{"Common.PropertyName":"SummaryView"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1257780721,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfQueryBuilder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":833998230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2053535592,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for all columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":803825936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for all columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434156128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the query builder events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the condition (And/Or), field, operator, value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RuleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"RuleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","Components.GenericTyped":"True"}},{"HashCode":-245355030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the query builder events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the condition (And/Or), field, operator, value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RuleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"RuleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060930100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rule for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Documentation":"\n \n Specifies the condition value in group.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Not","TypeName":"System.Boolean?","Documentation":"\n \n Specifies whether not condition is true/false.\n \n ","Metadata":{"Common.PropertyName":"Not"}},{"Kind":"Components.Component","Name":"Rules","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the rules in group.\n \n ","Metadata":{"Common.PropertyName":"Rules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule"}},{"HashCode":1083843267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rule for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Documentation":"\n \n Specifies the condition value in group.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Not","TypeName":"System.Boolean?","Documentation":"\n \n Specifies whether not condition is true/false.\n \n ","Metadata":{"Common.PropertyName":"Not"}},{"Kind":"Components.Component","Name":"Rules","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the rules in group.\n \n ","Metadata":{"Common.PropertyName":"Rules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262524650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show button settings for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderShowButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupDelete that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupDelete"}},{"Kind":"Components.Component","Name":"GroupInsert","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupInsert that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupInsert"}},{"Kind":"Components.Component","Name":"RuleDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.\n \n ","Metadata":{"Common.PropertyName":"RuleDelete"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons"}},{"HashCode":-2130814707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show button settings for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupDelete that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupDelete"}},{"Kind":"Components.Component","Name":"GroupInsert","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupInsert that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupInsert"}},{"Kind":"Components.Component","Name":"RuleDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.\n \n ","Metadata":{"Common.PropertyName":"RuleDelete"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":636034188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the column for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.String","Documentation":"\n \n Specifies the category for columns.\n \n ","Metadata":{"Common.PropertyName":"Category"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Specifies the fields in columns.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the date format for columns.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the labels name in columns.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the operators in columns.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the step value(numeric textbox) for columns.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.QueryBuilder.ColumnType","IsEnum":true,"Documentation":"\n \n Specifies the types in columns field.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"dynamic","Documentation":"\n \n Specifies the default value for columns.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Values","TypeName":"dynamic","Documentation":"\n \n Specifies the values in columns or bind the values from sub controls.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}},{"HashCode":266853025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the column for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.String","Documentation":"\n \n Specifies the category for columns.\n \n ","Metadata":{"Common.PropertyName":"Category"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Specifies the fields in columns.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the date format for columns.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the labels name in columns.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the operators in columns.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the step value(numeric textbox) for columns.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.QueryBuilder.ColumnType","IsEnum":true,"Documentation":"\n \n Specifies the types in columns field.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"dynamic","Documentation":"\n \n Specifies the default value for columns.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Values","TypeName":"dynamic","Documentation":"\n \n Specifies the values in columns or bind the values from sub controls.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1703324255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QueryBuilderColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1209003862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-92593429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-223162962,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2505380,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1595349443,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":705102594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the columns for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}},{"HashCode":1483526655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the columns for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":505956441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QueryBuilderColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2107597996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":408266340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the validation of Query Builder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumnValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsRequired","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value is required or not.\n \n ","Metadata":{"Common.PropertyName":"IsRequired"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation"}},{"HashCode":1685285400,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the validation of Query Builder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsRequired","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value is required or not.\n \n ","Metadata":{"Common.PropertyName":"IsRequired"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404288998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template settings for the querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}},{"HashCode":608024864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template settings for the querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":175357625,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-409972937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1515336772,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1704967653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1320197648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1893407834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060711898,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Group","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Group"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"NotCondition","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"NotCondition"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Components.GenericTyped":"True"}},{"HashCode":677477993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Group","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Group"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"NotCondition","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"NotCondition"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772825158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderRules"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ValueCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueCssClass"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","Components.GenericTyped":"True"}},{"HashCode":-331548840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ValueCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueCssClass"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-797707912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"System.String","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"CurrentRule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"CurrentRule"}},{"Kind":"Components.Component","Name":"CurrentColumn","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.ColumnsModel","Metadata":{"Common.PropertyName":"CurrentColumn"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"InputValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"InputValue"}},{"Kind":"Components.Component","Name":"NumericValue","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"NumericValue"}},{"Kind":"Components.Component","Name":"BetweenValue","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"BetweenValue"}},{"Kind":"Components.Component","Name":"MultiSelectValue","TypeName":"System.Double?[]","Metadata":{"Common.PropertyName":"MultiSelectValue"}},{"Kind":"Components.Component","Name":"MultiSelectStringValue","TypeName":"System.String[]","Metadata":{"Common.PropertyName":"MultiSelectStringValue"}},{"Kind":"Components.Component","Name":"DateValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"DateValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","Components.GenericTyped":"True"}},{"HashCode":-38843337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"System.String","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"CurrentRule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"CurrentRule"}},{"Kind":"Components.Component","Name":"CurrentColumn","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.ColumnsModel","Metadata":{"Common.PropertyName":"CurrentColumn"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"InputValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"InputValue"}},{"Kind":"Components.Component","Name":"NumericValue","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"NumericValue"}},{"Kind":"Components.Component","Name":"BetweenValue","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"BetweenValue"}},{"Kind":"Components.Component","Name":"MultiSelectValue","TypeName":"System.Double?[]","Metadata":{"Common.PropertyName":"MultiSelectValue"}},{"Kind":"Components.Component","Name":"MultiSelectStringValue","TypeName":"System.String[]","Metadata":{"Common.PropertyName":"MultiSelectStringValue"}},{"Kind":"Components.Component","Name":"DateValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"DateValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2025522635,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font or background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the color value that is displayed by default in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase"}},{"HashCode":685438584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font or background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the color value that is displayed by default in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464509924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorBackgroundColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default background color.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor"}},{"HashCode":1986086761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default background color.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2091337129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the BulletFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorBulletFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList"}},{"HashCode":-526755469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the BulletFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1143187736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorCustomToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the Custom Toolbar name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}},{"HashCode":-1805530811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the Custom Toolbar name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1040771810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RichTextEditorCustomToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1136649943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":666208677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar items in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorCustomToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}},{"HashCode":2081364599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar items in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1232728446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RichTextEditorCustomToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":425027686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1938585917,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Rich Text Editor component events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"DialogClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"DialogOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"ImageDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageUploadChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when image upload success and value changed in Rich Text Editor uploader.\n \n ","Metadata":{"Common.PropertyName":"ImageUploadChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before command execution using the toolbar items or executeCommand method.\n Set the cancel argument as true to prevent the command execution.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after command execution using the toolbar items or executeCommand method.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being closed.\n Set the cancel argument as true to prevent closing a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n Set the cancel argument as true to prevent opening a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is being dropped.\n \n ","Metadata":{"Common.PropertyName":"OnImageDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageRemoving","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is selected or dragged into the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUploadImage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image begins to upload to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeUploadImage","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when there is an error in the image upload.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is successfully uploaded to the server-side.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnQuickToolbarOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"OnQuickToolbarOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you start resizing the image within the editor.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you stop resizing the image.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor toolbar items are clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the quick toolbar has been closed.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarStatusUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarStatusUpdate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UpdatedToolbarStatus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the toolbar items status is updated.\n \n ","Metadata":{"Common.PropertyName":"UpdatedToolbarStatus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is blurred, and the changes gets reflected in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"BeforePasteCleanup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AfterPasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"AfterPasteCleanup","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents"}},{"HashCode":-1016798716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Rich Text Editor component events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"DialogClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"DialogOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"ImageDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageUploadChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when image upload success and value changed in Rich Text Editor uploader.\n \n ","Metadata":{"Common.PropertyName":"ImageUploadChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before command execution using the toolbar items or executeCommand method.\n Set the cancel argument as true to prevent the command execution.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after command execution using the toolbar items or executeCommand method.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being closed.\n Set the cancel argument as true to prevent closing a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n Set the cancel argument as true to prevent opening a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is being dropped.\n \n ","Metadata":{"Common.PropertyName":"OnImageDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageRemoving","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is selected or dragged into the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUploadImage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image begins to upload to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeUploadImage","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when there is an error in the image upload.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is successfully uploaded to the server-side.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnQuickToolbarOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"OnQuickToolbarOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you start resizing the image within the editor.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you stop resizing the image.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor toolbar items are clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the quick toolbar has been closed.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarStatusUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarStatusUpdate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UpdatedToolbarStatus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the toolbar items status is updated.\n \n ","Metadata":{"Common.PropertyName":"UpdatedToolbarStatus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is blurred, and the changes gets reflected in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"BeforePasteCleanup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AfterPasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"AfterPasteCleanup","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1036002758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default font color of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor"}},{"HashCode":-334465772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default font color of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026131128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontFamily properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontFamily"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the font family dropdown.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily"}},{"HashCode":-1779562271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontFamily properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the font family dropdown.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-874792971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontSize properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the font size items that will populate in the font size dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the font size dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize"}},{"HashCode":-97461508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontSize properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the font size items that will populate in the font size dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the font size dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":436113527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Format properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the format items that populate in the format dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the format dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat"}},{"HashCode":-594372181,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Format properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the format items that populate in the format dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the format dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434408041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the IFrameSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorIFrameSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines additional attributes to render iframe.\n \n ","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the iframe based editable element in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"Syncfusion.Blazor.RichTextEditor.ResourcesModel","Documentation":"\n \n Specifies the resources for injecting the styles and scripts into the iframe.\n \n ","Metadata":{"Common.PropertyName":"Resources"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings"}},{"HashCode":1842857398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the IFrameSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines additional attributes to render iframe.\n \n ","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the iframe based editable element in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"Syncfusion.Blazor.RichTextEditor.ResourcesModel","Documentation":"\n \n Specifies the resources for injecting the styles and scripts into the iframe.\n \n ","Metadata":{"Common.PropertyName":"Resources"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-838169465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the image settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorImageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies an image extensions that populate the allowed type of images on browse.\n \n ","Metadata":{"Common.PropertyName":"AllowedTypes"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Syncfusion.Blazor.RichTextEditor.ImageDisplay","IsEnum":true,"Documentation":"\n \n Specifies whether the inserted image is displayed as Inline or Break.\n \n ","Metadata":{"Common.PropertyName":"Display"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the value of the image height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.String","Documentation":"\n \n Defines the maximum height of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Defines the minimum Height of the image.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n To enable resizing for the image element.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeByPercent","TypeName":"System.Boolean","Documentation":"\n \n Image resizing should be done by percentage calculation.\n \n ","Metadata":{"Common.PropertyName":"ResizeByPercent"}},{"Kind":"Components.Component","Name":"SaveFormat","TypeName":"Syncfusion.Blazor.RichTextEditor.SaveFormat","IsEnum":true,"Documentation":"\n \n Specifies a save format whether the inserted image is inserted as blob or base64.\n \n ","Metadata":{"Common.PropertyName":"SaveFormat"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies a width of the image.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings"}},{"HashCode":-1441203202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the image settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies an image extensions that populate the allowed type of images on browse.\n \n ","Metadata":{"Common.PropertyName":"AllowedTypes"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Syncfusion.Blazor.RichTextEditor.ImageDisplay","IsEnum":true,"Documentation":"\n \n Specifies whether the inserted image is displayed as Inline or Break.\n \n ","Metadata":{"Common.PropertyName":"Display"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the value of the image height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.String","Documentation":"\n \n Defines the maximum height of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Defines the minimum Height of the image.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n To enable resizing for the image element.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeByPercent","TypeName":"System.Boolean","Documentation":"\n \n Image resizing should be done by percentage calculation.\n \n ","Metadata":{"Common.PropertyName":"ResizeByPercent"}},{"Kind":"Components.Component","Name":"SaveFormat","TypeName":"Syncfusion.Blazor.RichTextEditor.SaveFormat","IsEnum":true,"Documentation":"\n \n Specifies a save format whether the inserted image is inserted as blob or base64.\n \n ","Metadata":{"Common.PropertyName":"SaveFormat"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies a width of the image.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-630620648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the InlineMode properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorInlineMode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the inline toolbar in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ShowOnSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether the inline toolbar displayed while select the content or focus on it.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSelection"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode"}},{"HashCode":-1252507736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the InlineMode properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the inline toolbar in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ShowOnSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether the inline toolbar displayed while select the content or focus on it.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSelection"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1597057660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Markdown properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorMarkdownOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the formats in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"FormatSyntax"}},{"Kind":"Components.Component","Name":"ListSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the list in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"ListSyntax"}},{"Kind":"Components.Component","Name":"SelectionSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the selection in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"SelectionSyntax"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions"}},{"HashCode":-349053871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Markdown properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the formats in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"FormatSyntax"}},{"Kind":"Components.Component","Name":"ListSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the list in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"ListSyntax"}},{"Kind":"Components.Component","Name":"SelectionSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the selection in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"SelectionSyntax"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":952354162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the NumberFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorNumberFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default formats OL items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList"}},{"HashCode":-2032605111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the NumberFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default formats OL items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1970594204,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure paste related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorPasteCleanupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedStyleProperties","TypeName":"System.String[]","Documentation":"\n \n Specifies the allowed style properties when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"AllowedStyleProperties"}},{"Kind":"Components.Component","Name":"DeniedAttributes","TypeName":"System.String[]","Documentation":"\n \n Specifies the attributes to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedAttributes"}},{"Kind":"Components.Component","Name":"DeniedTags","TypeName":"System.String[]","Documentation":"\n \n Specifies the tags to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedTags"}},{"Kind":"Components.Component","Name":"KeepFormat","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to keep or remove the format when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"KeepFormat"}},{"Kind":"Components.Component","Name":"PlainText","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to paste as plain text or not in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"PlainText"}},{"Kind":"Components.Component","Name":"Prompt","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable the prompt for paste in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Prompt"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings"}},{"HashCode":4689465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure paste related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedStyleProperties","TypeName":"System.String[]","Documentation":"\n \n Specifies the allowed style properties when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"AllowedStyleProperties"}},{"Kind":"Components.Component","Name":"DeniedAttributes","TypeName":"System.String[]","Documentation":"\n \n Specifies the attributes to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedAttributes"}},{"Kind":"Components.Component","Name":"DeniedTags","TypeName":"System.String[]","Documentation":"\n \n Specifies the tags to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedTags"}},{"Kind":"Components.Component","Name":"KeepFormat","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to keep or remove the format when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"KeepFormat"}},{"Kind":"Components.Component","Name":"PlainText","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to paste as plain text or not in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"PlainText"}},{"Kind":"Components.Component","Name":"Prompt","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable the prompt for paste in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Prompt"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1737777280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class is used to configure the quick toolbar settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorQuickToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActionOnScroll","TypeName":"Syncfusion.Blazor.RichTextEditor.ActionOnScroll","IsEnum":true,"Documentation":"\n \n Specifies the action that should happen when scrolling the target-parent container.\n \n ","Metadata":{"Common.PropertyName":"ActionOnScroll"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable a quick toolbar in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the image is selected.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when a link is selected.\n \n ","Metadata":{"Common.PropertyName":"Link"}},{"Kind":"Components.Component","Name":"ShowOnRightClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to open a quick toolbar on the right click or not.\n \n ","Metadata":{"Common.PropertyName":"ShowOnRightClick"}},{"Kind":"Components.Component","Name":"Table","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the table is selected.\n \n ","Metadata":{"Common.PropertyName":"Table"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings"}},{"HashCode":-1824275369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class is used to configure the quick toolbar settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActionOnScroll","TypeName":"Syncfusion.Blazor.RichTextEditor.ActionOnScroll","IsEnum":true,"Documentation":"\n \n Specifies the action that should happen when scrolling the target-parent container.\n \n ","Metadata":{"Common.PropertyName":"ActionOnScroll"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable a quick toolbar in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the image is selected.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when a link is selected.\n \n ","Metadata":{"Common.PropertyName":"Link"}},{"Kind":"Components.Component","Name":"ShowOnRightClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to open a quick toolbar on the right click or not.\n \n ","Metadata":{"Common.PropertyName":"ShowOnRightClick"}},{"Kind":"Components.Component","Name":"Table","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the table is selected.\n \n ","Metadata":{"Common.PropertyName":"Table"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088409929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure the table related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorTableSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that enable or disable resizing of table in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the CssClass, Command, Text which have style properties of the table to be inserted.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the value of the table width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings"}},{"HashCode":-1553375385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure the table related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that enable or disable resizing of table in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the CssClass, Command, Text which have style properties of the table to be inserted.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the value of the table width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420410314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the ToolbarSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether render the toolbar in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableFloating","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the floating toolbar.\n \n ","Metadata":{"Common.PropertyName":"EnableFloating"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display types.\n The possible types are:\n - Expand: Toolbar items will be placed within the available space and rest of the items will be placed in the extended menu section.\n - MultiRow: Toolbar which is placed at top of Rich Text Editor editing area.\n - Scrollable: All the toolbar items will be displayed in a single line with horizontal scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}},{"HashCode":-402527415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the ToolbarSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether render the toolbar in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableFloating","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the floating toolbar.\n \n ","Metadata":{"Common.PropertyName":"EnableFloating"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display types.\n The possible types are:\n - Expand: Toolbar items will be placed within the available space and rest of the items will be placed in the extended menu section.\n - MultiRow: Toolbar which is placed at top of Rich Text Editor editing area.\n - Scrollable: All the toolbar items will be displayed in a single line with horizontal scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1227337919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RichTextEditorToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1231419613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2062635128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor.\n The Rich Text Editor is widely used to create blogs, forum posts, notes sections, support\n tickets (incidents), comment sections, messaging applications, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRichTextEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DeniedSanitizeSelectors","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of denied attributes preventing from sanitize or not.\n \n ","Metadata":{"Common.PropertyName":"DeniedSanitizeSelectors"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that append with the root element of the Rich Text Editor.\n One or more custom CSS classes can be added to the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EditorMode","TypeName":"Syncfusion.Blazor.RichTextEditor.EditorMode","IsEnum":true,"Documentation":"\n \n Defines the types of editor mode in which the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"EditorMode"}},{"Kind":"Components.Component","Name":"EnableAutoUrl","TypeName":"System.Boolean","Documentation":"\n \n The given URL will automatically convert to the absolute path URL by prefixing `https://` to hyperlinks.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoUrl"}},{"Kind":"Components.Component","Name":"EnableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the source code is displayed with the encoded format or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlEncode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the value of Rich Text Editor is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the resizing option in the editor.\n If enabled, the Rich Text Editor can be resized by dragging the resize icon in the bottom right corner.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"AutoSaveOnIdle","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the auto-save option which performs the save action while in the idle state after typed content.\n If enabled, the Rich Text Editor will save the content on the idle state with `SaveInterval` property's value.\n \n ","Metadata":{"Common.PropertyName":"AutoSaveOnIdle"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTabKey","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the Tab key action works within a content or not in the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"EnableTabKey"}},{"Kind":"Components.Component","Name":"EnableXhtml","TypeName":"System.Boolean","Documentation":"\n \n Enables to validate the Rich Text Editor’s content as valid XHTML format and resave it in the Editor’s content. To get valid XHTML format of content, use the public method “GetXhtml”.\n \n ","Metadata":{"Common.PropertyName":"EnableXhtml"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatingToolbarOffset","TypeName":"System.Double","Documentation":"\n \n Preserves the toolbar at the top of the Rich Text Editor on scrolling and\n specifies the offset of the floating toolbar from the documents top position.\n \n ","Metadata":{"Common.PropertyName":"FloatingToolbarOffset"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Allows additional HTML attributes such as title, name, etc., and\n It will be accepts n number of attributes in a key-value pair format.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"KeyConfigure","TypeName":"Syncfusion.Blazor.RichTextEditor.ShortcutKeys","Documentation":"\n \n Customizes the key actions in Rich Text Editor.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigure"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum number of characters allowed in the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the placeholder text to display when the Rich Text Editor's body is empty.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n The user interactions on the component are disabled when set to true.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SaveInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the SaveInterval in milliseconds for autosave the value.\n The change event will be triggered if the content was changed from the last saved interval.\n \n ","Metadata":{"Common.PropertyName":"SaveInterval"}},{"Kind":"Components.Component","Name":"ShowCharCount","TypeName":"System.Boolean","Documentation":"\n \n Sets a value that show or hide the character counter in the editor.\n \n ","Metadata":{"Common.PropertyName":"ShowCharCount"}},{"Kind":"Components.Component","Name":"UndoRedoSteps","TypeName":"System.Int32","Documentation":"\n \n Specifies the count of undo history which is stored in the UndoRedoManager.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoSteps"}},{"Kind":"Components.Component","Name":"UndoRedoTimer","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval value in milliseconds that store actions in UndoRedoManager.\n The minimum value is 300 milliseconds.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoTimer"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}},{"HashCode":1119927617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor.\n The Rich Text Editor is widely used to create blogs, forum posts, notes sections, support\n tickets (incidents), comment sections, messaging applications, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DeniedSanitizeSelectors","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of denied attributes preventing from sanitize or not.\n \n ","Metadata":{"Common.PropertyName":"DeniedSanitizeSelectors"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that append with the root element of the Rich Text Editor.\n One or more custom CSS classes can be added to the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EditorMode","TypeName":"Syncfusion.Blazor.RichTextEditor.EditorMode","IsEnum":true,"Documentation":"\n \n Defines the types of editor mode in which the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"EditorMode"}},{"Kind":"Components.Component","Name":"EnableAutoUrl","TypeName":"System.Boolean","Documentation":"\n \n The given URL will automatically convert to the absolute path URL by prefixing `https://` to hyperlinks.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoUrl"}},{"Kind":"Components.Component","Name":"EnableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the source code is displayed with the encoded format or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlEncode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the value of Rich Text Editor is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the resizing option in the editor.\n If enabled, the Rich Text Editor can be resized by dragging the resize icon in the bottom right corner.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"AutoSaveOnIdle","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the auto-save option which performs the save action while in the idle state after typed content.\n If enabled, the Rich Text Editor will save the content on the idle state with `SaveInterval` property's value.\n \n ","Metadata":{"Common.PropertyName":"AutoSaveOnIdle"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTabKey","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the Tab key action works within a content or not in the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"EnableTabKey"}},{"Kind":"Components.Component","Name":"EnableXhtml","TypeName":"System.Boolean","Documentation":"\n \n Enables to validate the Rich Text Editor’s content as valid XHTML format and resave it in the Editor’s content. To get valid XHTML format of content, use the public method “GetXhtml”.\n \n ","Metadata":{"Common.PropertyName":"EnableXhtml"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatingToolbarOffset","TypeName":"System.Double","Documentation":"\n \n Preserves the toolbar at the top of the Rich Text Editor on scrolling and\n specifies the offset of the floating toolbar from the documents top position.\n \n ","Metadata":{"Common.PropertyName":"FloatingToolbarOffset"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Allows additional HTML attributes such as title, name, etc., and\n It will be accepts n number of attributes in a key-value pair format.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"KeyConfigure","TypeName":"Syncfusion.Blazor.RichTextEditor.ShortcutKeys","Documentation":"\n \n Customizes the key actions in Rich Text Editor.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigure"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum number of characters allowed in the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the placeholder text to display when the Rich Text Editor's body is empty.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n The user interactions on the component are disabled when set to true.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SaveInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the SaveInterval in milliseconds for autosave the value.\n The change event will be triggered if the content was changed from the last saved interval.\n \n ","Metadata":{"Common.PropertyName":"SaveInterval"}},{"Kind":"Components.Component","Name":"ShowCharCount","TypeName":"System.Boolean","Documentation":"\n \n Sets a value that show or hide the character counter in the editor.\n \n ","Metadata":{"Common.PropertyName":"ShowCharCount"}},{"Kind":"Components.Component","Name":"UndoRedoSteps","TypeName":"System.Int32","Documentation":"\n \n Specifies the count of undo history which is stored in the UndoRedoManager.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoSteps"}},{"Kind":"Components.Component","Name":"UndoRedoTimer","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval value in milliseconds that store actions in UndoRedoManager.\n The minimum value is 300 milliseconds.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoTimer"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":31301499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRichTextEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1389720506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1087429552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Image","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Image Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Image"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Image"}},{"HashCode":-1619073795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Image","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Image Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Image"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Image","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1802100902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ImageUploadPopup Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ImageUploadPopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup"}},{"HashCode":1799547660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ImageUploadPopup Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2125032639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Link","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the link class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Link"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Link"}},{"HashCode":-2114802128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Link","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the link class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Link"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Link","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1662632464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the PasteCleanUp class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PasteCleanUp"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp"}},{"HashCode":-45810321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the PasteCleanUp class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1552827423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the QuickToolBar class.\n \n Represents the QuickToolbar items type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QuickToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the quicktoolbar type.\n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","Components.GenericTyped":"True"}},{"HashCode":-61577948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the QuickToolBar class.\n \n Represents the QuickToolbar items type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the quicktoolbar type.\n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1584331494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the create table popup class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateTablePopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup"}},{"HashCode":-1507273474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the create table popup class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434449947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Table","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the table class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Table"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Table"}},{"HashCode":-1272127693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Table","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the table class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Table"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Table","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1049602998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the main toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MainToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar"}},{"HashCode":-785984936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the main toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":748780955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Classes","TypeName":"System.String","Documentation":"\n \n Specifies the classes of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Classes"}},{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the toolbar mode.\n \n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar"}},{"HashCode":2126591023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Classes","TypeName":"System.String","Documentation":"\n \n Specifies the classes of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Classes"}},{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the toolbar mode.\n \n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1593930705,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar configuration class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig"}},{"HashCode":1576543791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar configuration class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1869948060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Color","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the color(font and background color) class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Color"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the color container element.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ItemData","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the item data of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemData"}},{"Kind":"Components.Component","Name":"ItemName","TypeName":"System.String","Documentation":"\n \n Specifies the item name of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Color"}},{"HashCode":247931797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Color","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the color(font and background color) class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Color"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the color container element.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ItemData","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the item data of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemData"}},{"Kind":"Components.Component","Name":"ItemName","TypeName":"System.String","Documentation":"\n \n Specifies the item name of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Color","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":426377401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Content"}},{"HashCode":1691725439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Content"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Content","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1409292412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Dropdown button class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the dropdown button.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the dropdown item.\n \n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n Specifies the toolbar name.\n \n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton"}},{"HashCode":-1143601675,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Dropdown button class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the dropdown button.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the dropdown item.\n \n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n Specifies the toolbar name.\n \n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-603141510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Html Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ViewSource","TypeName":"System.Boolean","Documentation":"\n \n Specifies the view source.\n \n ","Metadata":{"Common.PropertyName":"ViewSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor"}},{"HashCode":-1677953661,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Html Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ViewSource","TypeName":"System.Boolean","Documentation":"\n \n Specifies the view source.\n \n ","Metadata":{"Common.PropertyName":"ViewSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1989263886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Iframe Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IframeEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor"}},{"HashCode":-1686505367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Iframe Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1941463133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListDropDownButton class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton"}},{"HashCode":1279945150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListDropDownButton class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-928667301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the markdown editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkdownEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor"}},{"HashCode":-720664799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the markdown editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1059746440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value container class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer"}},{"HashCode":-669909457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value container class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1704524954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.EventSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.EventSettingsField"}},{"HashCode":-811651069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.EventSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.EventSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.EventSettingsField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-86440682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldDescription","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events description field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldDescription"}},{"HashCode":-1486808897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldDescription","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events description field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldDescription","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1681517588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldEndTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTime"}},{"HashCode":-382235512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldEndTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633905788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldEndTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTimezone"}},{"HashCode":-1303677521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldEndTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTimezone","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-939071760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldIsAllDay","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events all day field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldIsAllDay"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldIsAllDay"}},{"HashCode":-73130436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldIsAllDay","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events all day field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldIsAllDay"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldIsAllDay","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":72320508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events location field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldLocation"}},{"HashCode":1623189268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events location field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1719468817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence exception field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceException"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException"}},{"HashCode":825911834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence exception field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1279504151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence id field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceId"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId"}},{"HashCode":487685845,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence id field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":502871112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence rule field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule"}},{"HashCode":-1830565636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence rule field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1592205322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldStartTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTime"}},{"HashCode":1491094589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldStartTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-621385155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldStartTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTimezone"}},{"HashCode":595507907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldStartTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTimezone","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809222334,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldSubject","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events subject field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldSubject"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldSubject"}},{"HashCode":-803722321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldSubject","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events subject field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldSubject"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldSubject","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1515899887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Complete set of settings related to Scheduler events to bind it to local or remote dataSource, map applicable database fields and other validation to be carried out on the available fields.\n \n A type which provides schema for the events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEventSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the add action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the delete action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the edit action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n With this property, the event data will be bound to Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEditFollowingEvents","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will edit the future events only instead of editing entire series.\n \n ","Metadata":{"Common.PropertyName":"AllowEditFollowingEvents"}},{"Kind":"Components.Component","Name":"EnableIndicator","TypeName":"System.Boolean","Documentation":"\n \n This property enables the event to occupy the full height that remaining from the header and more indicator.\n More than one appointment are available on the cell the more indicator is created.\n \n ","Metadata":{"Common.PropertyName":"EnableIndicator"}},{"Kind":"Components.Component","Name":"EnableMaxHeight","TypeName":"System.Boolean","Documentation":"\n \n It enables the event to occupy the full height of the cell without the header of the cell.\n \n ","Metadata":{"Common.PropertyName":"EnableMaxHeight"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will display the normal tooltip over the events with its subject, location, start and end time.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"IgnoreWhitespace","TypeName":"System.Boolean","Documentation":"\n \n This property ignores or include the Events element bottom white space.\n \n ","Metadata":{"Common.PropertyName":"IgnoreWhitespace"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"System.String","Documentation":"\n \n This property will sort the events based on the scheduler's event filed.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query`.\n that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ResourceColorField","TypeName":"System.String","Documentation":"\n \n Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\n grouping is enabled on scheduler.\n \n ","Metadata":{"Common.PropertyName":"ResourceColorField"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","Components.GenericTyped":"True"}},{"HashCode":1259963112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Complete set of settings related to Scheduler events to bind it to local or remote dataSource, map applicable database fields and other validation to be carried out on the available fields.\n \n A type which provides schema for the events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEventSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the add action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the delete action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the edit action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n With this property, the event data will be bound to Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEditFollowingEvents","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will edit the future events only instead of editing entire series.\n \n ","Metadata":{"Common.PropertyName":"AllowEditFollowingEvents"}},{"Kind":"Components.Component","Name":"EnableIndicator","TypeName":"System.Boolean","Documentation":"\n \n This property enables the event to occupy the full height that remaining from the header and more indicator.\n More than one appointment are available on the cell the more indicator is created.\n \n ","Metadata":{"Common.PropertyName":"EnableIndicator"}},{"Kind":"Components.Component","Name":"EnableMaxHeight","TypeName":"System.Boolean","Documentation":"\n \n It enables the event to occupy the full height of the cell without the header of the cell.\n \n ","Metadata":{"Common.PropertyName":"EnableMaxHeight"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will display the normal tooltip over the events with its subject, location, start and end time.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"IgnoreWhitespace","TypeName":"System.Boolean","Documentation":"\n \n This property ignores or include the Events element bottom white space.\n \n ","Metadata":{"Common.PropertyName":"IgnoreWhitespace"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"System.String","Documentation":"\n \n This property will sort the events based on the scheduler's event filed.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query`.\n that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ResourceColorField","TypeName":"System.String","Documentation":"\n \n Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\n grouping is enabled on scheduler.\n \n ","Metadata":{"Common.PropertyName":"ResourceColorField"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1978316736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleEventSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":370127953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-194967913,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1319388536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1138600082,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":118114100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-455677020,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Class that holds the collection of event fields that requires to be mapped with the dataSource fields along with its available configuration settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FollowingID","TypeName":"System.String","Documentation":"\n \n The `FollowingID` field is mapped from dataSource and usually holds the ID value of the main parent event.\n \n ","Metadata":{"Common.PropertyName":"FollowingID"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n The `Id` field needs to be defined as mandatory, when the Scheduler is bound to datasource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsBlock","TypeName":"System.String","Documentation":"\n \n The `IsBlock` field is mapped from the dataSource and is used to block the specific time.\n \n ","Metadata":{"Common.PropertyName":"IsBlock"}},{"Kind":"Components.Component","Name":"IsReadonly","TypeName":"System.String","Documentation":"\n \n The `IsReadonly` field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.\n \n ","Metadata":{"Common.PropertyName":"IsReadonly"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` field is mapped from the dataSource, and is used to customize the styles of the events.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField"}},{"HashCode":-1206147385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Class that holds the collection of event fields that requires to be mapped with the dataSource fields along with its available configuration settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FollowingID","TypeName":"System.String","Documentation":"\n \n The `FollowingID` field is mapped from dataSource and usually holds the ID value of the main parent event.\n \n ","Metadata":{"Common.PropertyName":"FollowingID"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n The `Id` field needs to be defined as mandatory, when the Scheduler is bound to datasource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsBlock","TypeName":"System.String","Documentation":"\n \n The `IsBlock` field is mapped from the dataSource and is used to block the specific time.\n \n ","Metadata":{"Common.PropertyName":"IsBlock"}},{"Kind":"Components.Component","Name":"IsReadonly","TypeName":"System.String","Documentation":"\n \n The `IsReadonly` field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.\n \n ","Metadata":{"Common.PropertyName":"IsReadonly"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` field is mapped from the dataSource, and is used to customize the styles of the events.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935906706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleField"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2058678095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleField"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2117603507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Schedule component that displays a list of events scheduled against specific date and timings, thus helping us to plan and manage it properly.\n \n A type which provides schema for the schedule events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.SfSchedule component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the Id of schedule.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AgendaDaysCount","TypeName":"System.Int32","Documentation":"\n \n Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\n the number of days will be fetched on each scroll-end based on this count.\n \n ","Metadata":{"Common.PropertyName":"AgendaDaysCount"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the appointments to move over the time slots. When an appointment is dragged, both its start\n and end time tends to change simultaneously allowing it to reschedule the appointment on some other time.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowInline","TypeName":"System.Boolean","Documentation":"\n \n When sets to 'true', allows inline creation and editing of appointments in the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowInline"}},{"Kind":"Components.Component","Name":"AllowKeyboardInteraction","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the keyboard interaction to take place on Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboardInteraction"}},{"Kind":"Components.Component","Name":"AllowMultiCellSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple cells.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiCellSelection"}},{"Kind":"Components.Component","Name":"AllowMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple days(rows).\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiRowSelection"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\n start or end time by dragging the event resize handlers.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowMultiDrag","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the dragging of multiple selected appointments.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiDrag"}},{"Kind":"Components.Component","Name":"EnableAllDayScroll","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, If valid, the scroll on the all day row is activated when the all day row\n height reaches the max height when the all day row is expanded.\n \n ","Metadata":{"Common.PropertyName":"EnableAllDayScroll"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Scheduler which accepts custom CSS class names that defines specific user-defined styles and themes\n to be applied on the Scheduler element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CurrentView","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n To set the active view on scheduler, the `CurrentView` property can be used and it usually accepts either of the following available\n view options. The view option specified in this property will be initially loaded on the scheduler.\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear\n Year.\n \n ","Metadata":{"Common.PropertyName":"CurrentView"}},{"Kind":"Components.Component","Name":"CurrentViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when current view changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the date-format as per the default culture assigned to it.\n It is also possible to manually set specific date format by using the `DateFormat` property.\n The format of the date range label in the header bar depends on the `DateFormat` value or else based on the\n locale assigned to the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the time-format as per the default culture assigned to it.\n It is also possible to manually set specific time format by using the `TimeFormat` property.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRecurrenceValidation","TypeName":"System.Boolean","Documentation":"\n \n The recurrence validation will be done by default\n When this property is set to `false`, the recurrence validation will be skipped.\n \n ","Metadata":{"Common.PropertyName":"EnableRecurrenceValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Scheduler ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventDragArea","TypeName":"System.String","Documentation":"\n \n It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\n When the drag area is explicitly set with specific DOM element name,\n the appointments can be dragged anywhere within the specified drag area location.\n \n ","Metadata":{"Common.PropertyName":"EventDragArea"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, the header view navigations are listed under the popup and if we enable resource grouping,\n the compact view will be enabled.\n It's default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Scheduler. It should be based on the locale set to it and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first month of the year on Scheduler.\n If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 1 is always denoted as January, 2 as February and so on.\n This property is applicable only in timeline year views.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Scheduler component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `Height` is set with specific pixel value, then the Scheduler will be rendered to that specified space.\n In case, if `auto` value is set, then the height of the Scheduler gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HideEmptyAgendaDays","TypeName":"System.Boolean","Documentation":"\n \n The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\n When this property is set to `false`, the empty dates will also be displayed on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"HideEmptyAgendaDays"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n To define the maximum date on the Scheduler, `MaxDate` property can be defined.\n Usually, it defaults to the new DateTime(2099, 12, 31, 23, 59, 59).\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n To define the minimum date on the Scheduler, `MinDate` property can be defined.\n Usually, it defaults to the new DateTime(1900, 1, 1).\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"QuickInfoOnSelectionEnd","TypeName":"System.Boolean","Documentation":"\n \n This property helps to show quick popup after multiple cell selection.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"QuickInfoOnSelectionEnd"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, makes the Scheduler to render in a read only mode. No CRUD actions will be allowed at this time.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableAutoRowHeight","TypeName":"System.Boolean","Documentation":"\n \n when set to `true`, allows the height of the work-cells to adjust automatically\n based on the number of appointments present in those time ranges.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoRowHeight"}},{"Kind":"Components.Component","Name":"SelectedDate","TypeName":"System.DateTime","Documentation":"\n \n To mark the active (current) date on the Schedule, `SelectedDate` property can be defined.\n Usually, it defaults to the current System date.\n \n ","Metadata":{"Common.PropertyName":"SelectedDate"}},{"Kind":"Components.Component","Name":"SelectedDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when selected date changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedDateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowHeaderBar","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the header bar of the Schedule from UI. By default,\n the header bar holds the date and view navigation options.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderBar"}},{"Kind":"Components.Component","Name":"ShowQuickInfo","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"ShowQuickInfo"}},{"Kind":"Components.Component","Name":"ShowTimeIndicator","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the current time indicator from the Scheduler. Otherwise,\n it visually depicts the live current system time appropriately on the user interface.\n \n ","Metadata":{"Common.PropertyName":"ShowTimeIndicator"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Scheduler. The days which are not defined in the working days\n collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\n the weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Scheduler starts to display. It accepts the time string in a short skeleton\n format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"Timezone","TypeName":"System.String","Documentation":"\n \n Scheduler will be assigned with specific timezone, so as to display the events in it accordingly. By default,\n Scheduler dates are processed with System timezone, as no timezone will be assigned specifically to the Scheduler at the initial time.\n Whenever the Scheduler is bound to remote data services, it is always recommended to set specific timezone to Scheduler to make the\n events on it to display on the same time irrespective of the system timezone. It usually accepts\n the valid [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) timezone names.\n \n ","Metadata":{"Common.PropertyName":"Timezone"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Scheduler component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on Scheduler. The only days that are defined in this collection will be rendered on the `WorkWeek`\n view whereas on other views, it will display all the usual days and simply highlights the working days with different shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n It is used to set WeekRule on the Scheduler. The WeekRule is provided with three values - FirstDay, FirstFullWeek, FirstFourDayWeek.\n The default value is FirstDay.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"MonthsCount","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the number of months count to be displayed on the Schedule.\n The default value is 12.\n \n ","Metadata":{"Common.PropertyName":"MonthsCount"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.GenericTyped":"True"}},{"HashCode":1903323521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Schedule component that displays a list of events scheduled against specific date and timings, thus helping us to plan and manage it properly.\n \n A type which provides schema for the schedule events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.SfSchedule component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the Id of schedule.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AgendaDaysCount","TypeName":"System.Int32","Documentation":"\n \n Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\n the number of days will be fetched on each scroll-end based on this count.\n \n ","Metadata":{"Common.PropertyName":"AgendaDaysCount"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the appointments to move over the time slots. When an appointment is dragged, both its start\n and end time tends to change simultaneously allowing it to reschedule the appointment on some other time.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowInline","TypeName":"System.Boolean","Documentation":"\n \n When sets to 'true', allows inline creation and editing of appointments in the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowInline"}},{"Kind":"Components.Component","Name":"AllowKeyboardInteraction","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the keyboard interaction to take place on Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboardInteraction"}},{"Kind":"Components.Component","Name":"AllowMultiCellSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple cells.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiCellSelection"}},{"Kind":"Components.Component","Name":"AllowMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple days(rows).\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiRowSelection"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\n start or end time by dragging the event resize handlers.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowMultiDrag","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the dragging of multiple selected appointments.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiDrag"}},{"Kind":"Components.Component","Name":"EnableAllDayScroll","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, If valid, the scroll on the all day row is activated when the all day row\n height reaches the max height when the all day row is expanded.\n \n ","Metadata":{"Common.PropertyName":"EnableAllDayScroll"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Scheduler which accepts custom CSS class names that defines specific user-defined styles and themes\n to be applied on the Scheduler element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CurrentView","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n To set the active view on scheduler, the `CurrentView` property can be used and it usually accepts either of the following available\n view options. The view option specified in this property will be initially loaded on the scheduler.\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear\n Year.\n \n ","Metadata":{"Common.PropertyName":"CurrentView"}},{"Kind":"Components.Component","Name":"CurrentViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when current view changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the date-format as per the default culture assigned to it.\n It is also possible to manually set specific date format by using the `DateFormat` property.\n The format of the date range label in the header bar depends on the `DateFormat` value or else based on the\n locale assigned to the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the time-format as per the default culture assigned to it.\n It is also possible to manually set specific time format by using the `TimeFormat` property.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRecurrenceValidation","TypeName":"System.Boolean","Documentation":"\n \n The recurrence validation will be done by default\n When this property is set to `false`, the recurrence validation will be skipped.\n \n ","Metadata":{"Common.PropertyName":"EnableRecurrenceValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Scheduler ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventDragArea","TypeName":"System.String","Documentation":"\n \n It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\n When the drag area is explicitly set with specific DOM element name,\n the appointments can be dragged anywhere within the specified drag area location.\n \n ","Metadata":{"Common.PropertyName":"EventDragArea"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, the header view navigations are listed under the popup and if we enable resource grouping,\n the compact view will be enabled.\n It's default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Scheduler. It should be based on the locale set to it and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first month of the year on Scheduler.\n If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 1 is always denoted as January, 2 as February and so on.\n This property is applicable only in timeline year views.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Scheduler component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `Height` is set with specific pixel value, then the Scheduler will be rendered to that specified space.\n In case, if `auto` value is set, then the height of the Scheduler gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HideEmptyAgendaDays","TypeName":"System.Boolean","Documentation":"\n \n The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\n When this property is set to `false`, the empty dates will also be displayed on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"HideEmptyAgendaDays"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n To define the maximum date on the Scheduler, `MaxDate` property can be defined.\n Usually, it defaults to the new DateTime(2099, 12, 31, 23, 59, 59).\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n To define the minimum date on the Scheduler, `MinDate` property can be defined.\n Usually, it defaults to the new DateTime(1900, 1, 1).\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"QuickInfoOnSelectionEnd","TypeName":"System.Boolean","Documentation":"\n \n This property helps to show quick popup after multiple cell selection.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"QuickInfoOnSelectionEnd"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, makes the Scheduler to render in a read only mode. No CRUD actions will be allowed at this time.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableAutoRowHeight","TypeName":"System.Boolean","Documentation":"\n \n when set to `true`, allows the height of the work-cells to adjust automatically\n based on the number of appointments present in those time ranges.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoRowHeight"}},{"Kind":"Components.Component","Name":"SelectedDate","TypeName":"System.DateTime","Documentation":"\n \n To mark the active (current) date on the Schedule, `SelectedDate` property can be defined.\n Usually, it defaults to the current System date.\n \n ","Metadata":{"Common.PropertyName":"SelectedDate"}},{"Kind":"Components.Component","Name":"SelectedDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when selected date changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedDateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowHeaderBar","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the header bar of the Schedule from UI. By default,\n the header bar holds the date and view navigation options.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderBar"}},{"Kind":"Components.Component","Name":"ShowQuickInfo","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"ShowQuickInfo"}},{"Kind":"Components.Component","Name":"ShowTimeIndicator","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the current time indicator from the Scheduler. Otherwise,\n it visually depicts the live current system time appropriately on the user interface.\n \n ","Metadata":{"Common.PropertyName":"ShowTimeIndicator"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Scheduler. The days which are not defined in the working days\n collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\n the weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Scheduler starts to display. It accepts the time string in a short skeleton\n format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"Timezone","TypeName":"System.String","Documentation":"\n \n Scheduler will be assigned with specific timezone, so as to display the events in it accordingly. By default,\n Scheduler dates are processed with System timezone, as no timezone will be assigned specifically to the Scheduler at the initial time.\n Whenever the Scheduler is bound to remote data services, it is always recommended to set specific timezone to Scheduler to make the\n events on it to display on the same time irrespective of the system timezone. It usually accepts\n the valid [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) timezone names.\n \n ","Metadata":{"Common.PropertyName":"Timezone"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Scheduler component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on Scheduler. The only days that are defined in this collection will be rendered on the `WorkWeek`\n view whereas on other views, it will display all the usual days and simply highlights the working days with different shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n It is used to set WeekRule on the Scheduler. The WeekRule is provided with three values - FirstDay, FirstFullWeek, FirstFourDayWeek.\n The default value is FirstDay.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"MonthsCount","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the number of months count to be displayed on the Schedule.\n The default value is 12.\n \n ","Metadata":{"Common.PropertyName":"MonthsCount"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":740348228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSchedule"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204878664,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.SfSchedule"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1991147049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Recurrence Editor component to generate the recurrence.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRecurrenceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of Recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows styling with custom class names.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Sets the user specific date format on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"Frequencies","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets the recurrence pattern on the editor.\n \n ","Metadata":{"Common.PropertyName":"Frequencies"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the maximum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the minimum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"SelectedType","TypeName":"Syncfusion.Blazor.Schedule.RepeatType","IsEnum":true,"Documentation":"\n \n Sets the current repeat type to be set on the recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"SelectedType"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the start date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the recurrence rule as its output values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}},{"HashCode":-387246007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Recurrence Editor component to generate the recurrence.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of Recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows styling with custom class names.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Sets the user specific date format on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"Frequencies","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets the recurrence pattern on the editor.\n \n ","Metadata":{"Common.PropertyName":"Frequencies"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the maximum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the minimum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"SelectedType","TypeName":"Syncfusion.Blazor.Schedule.RepeatType","IsEnum":true,"Documentation":"\n \n Sets the current repeat type to be set on the recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"SelectedType"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the start date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the recurrence rule as its output values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":568924499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of Recurrence editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRecurrenceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":60515261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of Recurrence editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1616724534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Recurrence component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RecurrenceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers on the recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents"}},{"HashCode":-1343659831,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Recurrence component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers on the recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1843298478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n TValue of schedule component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on beginning of every scheduler action.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on successful completion of the scheduler actions.\n \n ","Metadata":{"Common.PropertyName":"ActionCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a scheduler action gets failed or interrupted and an error information will be returned.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCellDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnCellDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the scheduler component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the data binds to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers once the event data is bound to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the dragging of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are single clicked or on single tapping the events on the mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnEventClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnEventDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before each of the event getting rendered on the scheduler user interface.\n \n ","Metadata":{"Common.PropertyName":"EventRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MoreEventsClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the more events indicator are clicked.\n \n ","Metadata":{"Common.PropertyName":"MoreEventsClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the date or view navigation takes place on scheduler.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups close on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups opens on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRenderCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each element of the schedule rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"OnRenderCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the resizing of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEvents","Components.GenericTyped":"True"}},{"HashCode":95286274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n TValue of schedule component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on beginning of every scheduler action.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on successful completion of the scheduler actions.\n \n ","Metadata":{"Common.PropertyName":"ActionCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a scheduler action gets failed or interrupted and an error information will be returned.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCellDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnCellDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the scheduler component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the data binds to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers once the event data is bound to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the dragging of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are single clicked or on single tapping the events on the mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnEventClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnEventDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before each of the event getting rendered on the scheduler user interface.\n \n ","Metadata":{"Common.PropertyName":"EventRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MoreEventsClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the more events indicator are clicked.\n \n ","Metadata":{"Common.PropertyName":"MoreEventsClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the date or view navigation takes place on scheduler.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups close on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups opens on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRenderCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each element of the schedule rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"OnRenderCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the resizing of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2074916653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that holds the resource grouping related configurations on Schedule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of schedule group.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in scheduler dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on scheduler based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup"}},{"HashCode":1460051908,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that holds the resource grouping related configurations on Schedule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of schedule group.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in scheduler dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on scheduler based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206617556,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of schedule group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-272930752,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of schedule group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446818586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":79045616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371695704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Header row configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header row.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.HeaderRowType","IsEnum":true,"Documentation":"\n \n It defines the header row type, which accepts either of the following values.\n Year\n Month\n Week\n Date\n Hour.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}},{"HashCode":-203156606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Header row configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header row.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.HeaderRowType","IsEnum":true,"Documentation":"\n \n It defines the header row type, which accepts either of the following values.\n Year\n Month\n Week\n Date\n Hour.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":516575260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleHeaderRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1727457326,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-979954952,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-994646972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1092118448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Schedule component header rows related configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleHeaderRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header rows.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}},{"HashCode":-1322665765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Schedule component header rows related configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header rows.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231221303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleHeaderRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2084448383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-603809775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of quick popup templates.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TemplateType","TypeName":"Syncfusion.Blazor.Schedule.TemplateType","IsEnum":true,"Documentation":"\n \n Template type to customize the quick popup.\n \n ","Metadata":{"Common.PropertyName":"TemplateType"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}},{"HashCode":880631368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of quick popup templates.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TemplateType","TypeName":"Syncfusion.Blazor.Schedule.TemplateType","IsEnum":true,"Documentation":"\n \n Template type to customize the quick popup.\n \n ","Metadata":{"Common.PropertyName":"TemplateType"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":395422814,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of quick popup templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleQuickInfoTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-432072915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of quick popup templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345256466,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1495875354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":545638029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ContentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-202516144,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ContentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1234031242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1622634623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":545931434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents the resource related configurations and its data binding options.\n \n Specifies the type of the resource id field value from the data source model.\n Specifies the type of the data source model.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\n selected resources.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"ColorField","TypeName":"System.String","Documentation":"\n \n It maps the `Color` field from the dataSource, which is used to specify colors for the resources.\n \n ","Metadata":{"Common.PropertyName":"ColorField"}},{"Kind":"Components.Component","Name":"CssClassField","TypeName":"System.String","Documentation":"\n \n It maps the `CssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n \n ","Metadata":{"Common.PropertyName":"CssClassField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Assigns the resource dataSource\n The data can be passed either as an array of JavaScript objects,\n or else can create an instance of `DataManager`\n in case of processing remote data and can be assigned to the `DataSource` property.\n With the remote data assigned to dataSource, check the available\n Adaptors to customize the data processing.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndHourField","TypeName":"System.String","Documentation":"\n \n It maps the `EndHour` field from the dataSource, which is used to specify different work end hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"EndHourField"}},{"Kind":"Components.Component","Name":"ExpandedField","TypeName":"System.String","Documentation":"\n \n It maps the `Expanded` field from the dataSource, which is used to specify whether each resource levels\n in timeline view needs to be maintained in an expanded or collapsed state by default.\n \n ","Metadata":{"Common.PropertyName":"ExpandedField"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n A value that binds to the resource field of event object.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"GroupIDField","TypeName":"System.String","Documentation":"\n \n It maps the `GroupID` field from the dataSource, which is used to specify under which Parent resource,\n the child should be grouped.\n \n ","Metadata":{"Common.PropertyName":"GroupIDField"}},{"Kind":"Components.Component","Name":"IdField","TypeName":"System.String","Documentation":"\n \n It maps the `Id` field from the dataSource and is used to uniquely identify the resources.\n \n ","Metadata":{"Common.PropertyName":"IdField"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It represents a unique resource name for differentiating various resource objects while grouping.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"StartHourField","TypeName":"System.String","Documentation":"\n \n It maps the `StartHour` field from the dataSource, which is used to specify different work start hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"StartHourField"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n It maps the `Text` field from the dataSource, which is used to specify the resource names.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n It holds the title of the resource field to be displayed on the schedule event editor window.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"WorkDaysField","TypeName":"System.String","Documentation":"\n \n It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n \n ","Metadata":{"Common.PropertyName":"WorkDaysField"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource","Components.GenericTyped":"True"}},{"HashCode":-72283163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents the resource related configurations and its data binding options.\n \n Specifies the type of the resource id field value from the data source model.\n Specifies the type of the data source model.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\n selected resources.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"ColorField","TypeName":"System.String","Documentation":"\n \n It maps the `Color` field from the dataSource, which is used to specify colors for the resources.\n \n ","Metadata":{"Common.PropertyName":"ColorField"}},{"Kind":"Components.Component","Name":"CssClassField","TypeName":"System.String","Documentation":"\n \n It maps the `CssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n \n ","Metadata":{"Common.PropertyName":"CssClassField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Assigns the resource dataSource\n The data can be passed either as an array of JavaScript objects,\n or else can create an instance of `DataManager`\n in case of processing remote data and can be assigned to the `DataSource` property.\n With the remote data assigned to dataSource, check the available\n Adaptors to customize the data processing.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndHourField","TypeName":"System.String","Documentation":"\n \n It maps the `EndHour` field from the dataSource, which is used to specify different work end hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"EndHourField"}},{"Kind":"Components.Component","Name":"ExpandedField","TypeName":"System.String","Documentation":"\n \n It maps the `Expanded` field from the dataSource, which is used to specify whether each resource levels\n in timeline view needs to be maintained in an expanded or collapsed state by default.\n \n ","Metadata":{"Common.PropertyName":"ExpandedField"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n A value that binds to the resource field of event object.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"GroupIDField","TypeName":"System.String","Documentation":"\n \n It maps the `GroupID` field from the dataSource, which is used to specify under which Parent resource,\n the child should be grouped.\n \n ","Metadata":{"Common.PropertyName":"GroupIDField"}},{"Kind":"Components.Component","Name":"IdField","TypeName":"System.String","Documentation":"\n \n It maps the `Id` field from the dataSource and is used to uniquely identify the resources.\n \n ","Metadata":{"Common.PropertyName":"IdField"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It represents a unique resource name for differentiating various resource objects while grouping.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"StartHourField","TypeName":"System.String","Documentation":"\n \n It maps the `StartHour` field from the dataSource, which is used to specify different work start hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"StartHourField"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n It maps the `Text` field from the dataSource, which is used to specify the resource names.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n It holds the title of the resource field to be displayed on the schedule event editor window.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"WorkDaysField","TypeName":"System.String","Documentation":"\n \n It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n \n ","Metadata":{"Common.PropertyName":"WorkDaysField"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":828768268,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleResource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":651430891,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleResource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554827224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResources","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the scheduler resources.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleResources"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources"}},{"HashCode":-1141287000,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResources","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the scheduler resources.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleResources"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1862909717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleResources"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1312581503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleResources"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-918764996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Scheduler templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized editor window.\n \n ","Metadata":{"Common.PropertyName":"EditorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}},{"HashCode":-554131374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Scheduler templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized editor window.\n \n ","Metadata":{"Common.PropertyName":"EditorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583787450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2032780589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":622707025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1030836683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":456322057,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-938042996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1453645191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":604402878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411055403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-368458016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1566307341,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1802940275,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1132441219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized editor window.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2141155247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized editor window.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1597744407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1542546992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704259358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-532548101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876531978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the schedule time scale.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}},{"HashCode":2027412468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the schedule time scale.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6064847,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":187170262,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-31183781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1714319090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1176771160,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1610344710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":867662416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific settings on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowVirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n It is used to allow or disallow the virtual scrolling functionality. This is applicable only on Timeline views and Agenda view.\n \n ","Metadata":{"Common.PropertyName":"AllowVirtualScrolling"}},{"Kind":"Components.Component","Name":"EnableVirtualMask","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the virtual mask to the work cells for virtual scrolling actions.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n The Virtual Mask allows it to render only work cells visible within the view-port without buffering the entire resource collection. Here, same set of DOM elements is re-used to improve the performance. In this feature, a loading placeholder indicator was shown while loading the new data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMask"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\n specific date format by using the `DateFormat` property. The format of the date range label in the header bar depends on\n the `DateFormat` value or else based on the current culture.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the date header template.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the day header template.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header indent template.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n When the same view is customized with different intervals, this property allows the user to set different display name\n for those views.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","Metadata":{"Common.PropertyName":"EventTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Schedule. It should be based on current culture and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the first month of the year.It accepts the integer values, whereby 1 is always denoted as January, 2 for February and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"HeaderRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\n on the timeline view of the scheduler.\n \n ","Metadata":{"Common.PropertyName":"HeaderRows"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n To denote whether the view name given on the `Option` is active or not.\n It acts similar to the `CurrentView` property and defines the active view of Schedule.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the month header template.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n It accepts the schedule view name, based on which we can define with its related properties in a single object.\n The applicable view names are,\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Schedule.Orientation","IsEnum":true,"Documentation":"\n \n It is used to specify the year view rendering orientation on the schedule.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `false`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Schedule.\n The days which are not defined in the working days collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\n weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Schedule starts to display.\n It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\n `WorkWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different\n shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"MaxEventsPerRow","TypeName":"System.Int32","Documentation":"\n \n It is used to set the maximum events count in a row when we disabled the `EnableAutoRowHeight` property.\n \n ","Metadata":{"Common.PropertyName":"MaxEventsPerRow"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView"}},{"HashCode":1619104568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific settings on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowVirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n It is used to allow or disallow the virtual scrolling functionality. This is applicable only on Timeline views and Agenda view.\n \n ","Metadata":{"Common.PropertyName":"AllowVirtualScrolling"}},{"Kind":"Components.Component","Name":"EnableVirtualMask","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the virtual mask to the work cells for virtual scrolling actions.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n The Virtual Mask allows it to render only work cells visible within the view-port without buffering the entire resource collection. Here, same set of DOM elements is re-used to improve the performance. In this feature, a loading placeholder indicator was shown while loading the new data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMask"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\n specific date format by using the `DateFormat` property. The format of the date range label in the header bar depends on\n the `DateFormat` value or else based on the current culture.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the date header template.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the day header template.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header indent template.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n When the same view is customized with different intervals, this property allows the user to set different display name\n for those views.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","Metadata":{"Common.PropertyName":"EventTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Schedule. It should be based on current culture and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the first month of the year.It accepts the integer values, whereby 1 is always denoted as January, 2 for February and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"HeaderRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\n on the timeline view of the scheduler.\n \n ","Metadata":{"Common.PropertyName":"HeaderRows"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n To denote whether the view name given on the `Option` is active or not.\n It acts similar to the `CurrentView` property and defines the active view of Schedule.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the month header template.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n It accepts the schedule view name, based on which we can define with its related properties in a single object.\n The applicable view names are,\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Schedule.Orientation","IsEnum":true,"Documentation":"\n \n It is used to specify the year view rendering orientation on the schedule.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `false`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Schedule.\n The days which are not defined in the working days collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\n weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Schedule starts to display.\n It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\n `WorkWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different\n shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"MaxEventsPerRow","TypeName":"System.Int32","Documentation":"\n \n It is used to set the maximum events count in a row when we disabled the `EnableAutoRowHeight` property.\n \n ","Metadata":{"Common.PropertyName":"MaxEventsPerRow"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1998364969,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-419242730,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-315838313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1477974951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1485037438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1236069219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2000609167,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the date header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2088603114,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the date header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2079620662,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the day header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1358579481,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the day header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":924849348,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header indent template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1155376233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header indent template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":812290498,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EventTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1030177419,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EventTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1126100696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the month header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":60132176,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the month header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1951919602,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":504340920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944808719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific resource group on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in schedule dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}},{"HashCode":1590554548,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific resource group on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in schedule dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1731413013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViewGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1183534297,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1808025666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":346287880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160415520,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViews","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the required views on the scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViews"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews"}},{"HashCode":-393137885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViews","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the required views on the scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViews"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-857980026,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViews"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":31038355,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViews"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690130512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific time scale on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}},{"HashCode":-1675658040,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific time scale on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1987701188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViewTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1472637785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391635175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1523174909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1948714758,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":616552220,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210813916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the work hours on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleWorkHours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the end of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, highlights the cells of working hour range with an active color.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the start of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours"}},{"HashCode":-888527358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the work hours on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the end of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, highlights the cells of working hour range with an active color.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the start of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1943319017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","Components.GenericTyped":"True"}},{"HashCode":2123476382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2146110185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleCellBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1962864956,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583876169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Event","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Event","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","Components.GenericTyped":"True"}},{"HashCode":-195251085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Event","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Event","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1340777655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaEventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EventDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","Components.GenericTyped":"True"}},{"HashCode":1148702274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EventDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205283050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MoreEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResourceGroupIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceGroupIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","Components.GenericTyped":"True"}},{"HashCode":-1349164921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResourceGroupIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceGroupIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":171960583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineViewEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","Components.GenericTyped":"True"}},{"HashCode":2137051977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1975756426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","Components.GenericTyped":"True"}},{"HashCode":2133511386,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1432414192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","Components.GenericTyped":"True"}},{"HashCode":-887465846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1679242549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AlertWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AlertWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","Components.GenericTyped":"True"}},{"HashCode":-1176158834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AlertWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1082548886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Schedule.CurrentAction","IsEnum":true,"Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"EventData","TypeName":"TValue","Metadata":{"Common.PropertyName":"EventData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsFirst","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFirst"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorContent","Components.GenericTyped":"True"}},{"HashCode":-418278490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EditorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Schedule.CurrentAction","IsEnum":true,"Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"EventData","TypeName":"TValue","Metadata":{"Common.PropertyName":"EventData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsFirst","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFirst"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1312950936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","Components.GenericTyped":"True"}},{"HashCode":-382168645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789931734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","Components.GenericTyped":"True"}},{"HashCode":-1711640722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1517722921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.FieldValidator component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","Components.GenericTyped":"True"}},{"HashCode":412677103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.FieldValidator component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-235896262,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MoreEventPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEventPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","Components.GenericTyped":"True"}},{"HashCode":-1651461614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEventPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-631698030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QuickPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.QuickPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","Components.GenericTyped":"True"}},{"HashCode":-1473775802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.QuickPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-105794272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RepeatDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.RepeatDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RecurrenceValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"RecurrenceValue"}},{"Kind":"Components.Component","Name":"StartTimeValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartTimeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","Components.GenericTyped":"True"}},{"HashCode":1479816031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.RepeatDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RecurrenceValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"RecurrenceValue"}},{"Kind":"Components.Component","Name":"StartTimeValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartTimeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-723595822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","Components.GenericTyped":"True"}},{"HashCode":-497710174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1756419401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ResItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResItem for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResValue for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRefresh","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRefresh"}},{"Kind":"Components.Component","Name":"ResourceIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","Components.GenericTyped":"True"}},{"HashCode":-1513878162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ResItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResItem for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResValue for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRefresh","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRefresh"}},{"Kind":"Components.Component","Name":"ResourceIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":817314320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRow"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow"}},{"HashCode":-2133313750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-345877513,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","Components.GenericTyped":"True"}},{"HashCode":-208650197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":693667189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.AgendaCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","Components.GenericTyped":"True"}},{"HashCode":905395870,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.AgendaCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308580463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Days","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Days"}},{"Kind":"Components.Component","Name":"AgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"AgendaDate"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","Components.GenericTyped":"True"}},{"HashCode":-1411238410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Days","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Days"}},{"Kind":"Components.Component","Name":"AgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"AgendaDate"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":606480492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaView","Components.GenericTyped":"True"}},{"HashCode":-276509035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-120089555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColGroupRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LastLevel","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"LastLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender"}},{"HashCode":1927804429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LastLevel","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"LastLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1550898630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatesHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.DatesHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColLevels","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"ColLevels"}},{"Kind":"Components.Component","Name":"AllDayCollection","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"AllDayCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","Components.GenericTyped":"True"}},{"HashCode":-513919936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.DatesHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColLevels","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"ColLevels"}},{"Kind":"Components.Component","Name":"AllDayCollection","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"AllDayCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143515125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"ColumnData"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","Components.GenericTyped":"True"}},{"HashCode":134765620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"ColumnData"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776780949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.HeaderRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","Components.GenericTyped":"True"}},{"HashCode":609293516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.HeaderRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1510320338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.MonthCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"CellMonthDates","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"CellMonthDates"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}},{"Kind":"Components.Component","Name":"MonthAgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthAgendaDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthCell","Components.GenericTyped":"True"}},{"HashCode":-1344574084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.MonthCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"CellMonthDates","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"CellMonthDates"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}},{"Kind":"Components.Component","Name":"MonthAgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthAgendaDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1830549789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","Components.GenericTyped":"True"}},{"HashCode":1536731390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":223858961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthView","Components.GenericTyped":"True"}},{"HashCode":1455231697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2086677355,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceSidebar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","Components.GenericTyped":"True"}},{"HashCode":1997862829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceSidebar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1539987858,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","Components.GenericTyped":"True"}},{"HashCode":-1701915142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1318461382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","Components.GenericTyped":"True"}},{"HashCode":1334556895,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1609762435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1090685107,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1440689187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","Components.GenericTyped":"True"}},{"HashCode":-1669050891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1866846900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineMonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","Components.GenericTyped":"True"}},{"HashCode":1444518952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineMonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1271822637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineResource component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RenderedResource","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"RenderedResource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","Components.GenericTyped":"True"}},{"HashCode":-40433109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineResource component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RenderedResource","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"RenderedResource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1437823514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineView","Components.GenericTyped":"True"}},{"HashCode":2025997158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865594823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYear"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYear component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","Components.GenericTyped":"True"}},{"HashCode":1908896539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYear component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":897458729,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineYearCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","Components.GenericTyped":"True"}},{"HashCode":1130881545,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineYearCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1467630938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ResourceCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceCount"}},{"Kind":"Components.Component","Name":"Events","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Events","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","Components.GenericTyped":"True"}},{"HashCode":2093479308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ResourceCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceCount"}},{"Kind":"Components.Component","Name":"Events","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Events","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1836005175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalView","Components.GenericTyped":"True"}},{"HashCode":-1193440301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.VerticalView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-557364305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.WorkCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WorkCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.WorkCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsTimelineView","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineView"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"TimeSlotData","TypeName":"Syncfusion.Blazor.Schedule.Internal.TimeSlotData","Metadata":{"Common.PropertyName":"TimeSlotData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.WorkCell","Components.GenericTyped":"True"}},{"HashCode":-440239388,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.WorkCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.WorkCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.WorkCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsTimelineView","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineView"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"TimeSlotData","TypeName":"Syncfusion.Blazor.Schedule.Internal.TimeSlotData","Metadata":{"Common.PropertyName":"TimeSlotData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.WorkCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535748425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.Year","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Year"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.Year component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.Year","Components.GenericTyped":"True"}},{"HashCode":-415765278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.Year","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.Year"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.Year component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.Year","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1256784629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"YearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.YearCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MonthDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthDate"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearCell","Components.GenericTyped":"True"}},{"HashCode":1536139178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.YearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.YearCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MonthDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthDate"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1799356045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"YearHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.YearHeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HeaderDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"HeaderDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","Components.GenericTyped":"True"}},{"HashCode":-502007919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.YearHeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HeaderDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"HeaderDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-239496788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers for the Spinner component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is opened.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is closed.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerEvents"}},{"HashCode":607697629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers for the Spinner component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SpinnerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is opened.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is closed.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":104392559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}},{"HashCode":1383164386,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521577878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SpinnerTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-931377020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209388457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the spinner component that displays when spinner is shown.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSpinner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the label for the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the Spinner.\n One or more custom CSS classes can be added to a Spinner.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the Spinner component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Specifies the z-order for the Spinner.\n By default the value is AUTO.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Spinner.SpinnerType","IsEnum":true,"Documentation":"\n \n Specifies a theme of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner"}},{"HashCode":587552792,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the spinner component that displays when spinner is shown.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SfSpinner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the label for the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the Spinner.\n One or more custom CSS classes can be added to a Spinner.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the Spinner component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Specifies the z-order for the Spinner.\n By default the value is AUTO.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Spinner.SpinnerType","IsEnum":true,"Documentation":"\n \n Specifies a theme of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-242450754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSpinner"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-267752840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Spinner.SfSpinner"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-805777049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bootstrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap"}},{"HashCode":896349184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364373918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap 4 class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bootstrap4"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4"}},{"HashCode":475030665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap 4 class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1988392057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Fabric and High-Contrast class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FabricHighContrast"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast"}},{"HashCode":-213897255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Fabric and High-Contrast class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1375939239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Material","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner Material class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Material"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Material"}},{"HashCode":-1380869081,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Material","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner Material class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Material"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Material","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1481565850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the common methods that are used in all the themes.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase"}},{"HashCode":-1317818126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the common methods that are used in all the themes.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535563609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ButtonGroupButton creates a button element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonGroupButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The button types and\n styles can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the button that is used to include an icon.\n Button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is selected or not.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the button as toggleable, when set to true. When you click it, the state changes from normal to active and viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, native events etc., to the ButtonGroup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"SelectedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"SelectedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}},{"HashCode":-609783243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ButtonGroupButton creates a button element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The button types and\n styles can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the button that is used to include an icon.\n Button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is selected or not.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the button as toggleable, when set to true. When you click it, the state changes from normal to active and viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, native events etc., to the ButtonGroup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"SelectedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"SelectedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":970696581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ButtonGroupButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120686868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-634114136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A ButtonGroup is a container that groups a series of buttons on a single line. It has an optional radio button (single selection) and checkbox (multiple selection) behavior.\n It may contain DropDownButton or SplitButton component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfButtonGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the buttongroup container element. The ButtonGroup types and\n size customizations can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the ButtonGroup container element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.SplitButtons.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are,\n `Default`: Default selection in the ButtonGroup.\n `Single`: Allows you to select a single button in the ButtonGroup.\n `Multiple`: Allows you to select more than one button in the ButtonGroup.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}},{"HashCode":-1622587302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A ButtonGroup is a container that groups a series of buttons on a single line. It has an optional radio button (single selection) and checkbox (multiple selection) behavior.\n It may contain DropDownButton or SplitButton component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the buttongroup container element. The ButtonGroup types and\n size customizations can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the ButtonGroup container element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.SplitButtons.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are,\n `Default`: Default selection in the ButtonGroup.\n `Single`: Allows you to select a single button in the ButtonGroup.\n `Multiple`: Allows you to select more than one button in the ButtonGroup.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963248169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfButtonGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1192741608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2102219365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents"}},{"HashCode":135890041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-105058947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the DropDownButton element. The\n DropDownButton size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the DropDownButton that is used to\n include an icon. DropDownButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the DropDownButton. The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will be positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the DropDownButton is `Disabled` or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}},{"HashCode":934872802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the DropDownButton element. The\n DropDownButton size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the DropDownButton that is used to\n include an icon. DropDownButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the DropDownButton. The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will be positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the DropDownButton is `Disabled` or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981640838,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1018267068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1354741216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1652438396,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1699658599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfProgressButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the progress button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the progress button that allows customization of component’s appearance.\n The progress button types, styles, and size can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the progress button.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration of progression in the progress button.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"EnableProgress","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the background filler UI in the progress button.\n \n ","Metadata":{"Common.PropertyName":"EnableProgress"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the Rtl support.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the progress button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\n Progress button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions an icon in the progress button. The possible values are:\n Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n Top: The icon will be positioned at the top of the text content.\n Bottom: The icon will be positioned at the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the progress button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}},{"HashCode":1563816423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the progress button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the progress button that allows customization of component’s appearance.\n The progress button types, styles, and size can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the progress button.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration of progression in the progress button.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"EnableProgress","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the background filler UI in the progress button.\n \n ","Metadata":{"Common.PropertyName":"EnableProgress"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the Rtl support.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the progress button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\n Progress button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions an icon in the progress button. The possible values are:\n Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n Top: The icon will be positioned at the top of the text content.\n Bottom: The icon will be positioned at the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the progress button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971260660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfProgressButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1631813225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-758223593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration taken to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.SplitButtons.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect of animation.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings"}},{"HashCode":-1666144092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration taken to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.SplitButtons.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect of animation.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1660582862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the progress button events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress starts.\n \n ","Metadata":{"Common.PropertyName":"OnBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is completed.\n \n ","Metadata":{"Common.PropertyName":"OnEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is incomplete.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers in specified intervals.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents"}},{"HashCode":2127168704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the progress button events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress starts.\n \n ","Metadata":{"Common.PropertyName":"OnBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is completed.\n \n ","Metadata":{"Common.PropertyName":"OnEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is incomplete.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers in specified intervals.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1135980855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the spin settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonSpinSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.SplitButtons.SpinPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of a spinner in the progress button. The possible values are:\n Left: The spinner will be positioned to the left of the text content.\n Right: The spinner will be positioned to the right of the text content.\n Top: The spinner will be positioned at the top of the text content.\n Bottom: The spinner will be positioned at the bottom of the text content.\n Center: The spinner will be positioned at the center of the progress button.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SpinTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","Metadata":{"Common.PropertyName":"SpinTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the width of a spinner.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}},{"HashCode":-1221155415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the spin settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.SplitButtons.SpinPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of a spinner in the progress button. The possible values are:\n Left: The spinner will be positioned to the left of the text content.\n Right: The spinner will be positioned to the right of the text content.\n Top: The spinner will be positioned at the top of the text content.\n Bottom: The spinner will be positioned at the bottom of the text content.\n Center: The spinner will be positioned at the center of the progress button.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SpinTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","Metadata":{"Common.PropertyName":"SpinTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the width of a spinner.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1301406485,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinTemplate","ParentTag":"ProgressButtonSpinSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1637975881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinTemplate","ParentTag":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1276401174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\n size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the SplitButton is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the SplitButton that is used to include an\n icon. SplitButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the SplitButton. The possible values are\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will b positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered as SplitButton secondary button popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the primary button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}},{"HashCode":-1259651647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\n size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the SplitButton is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the SplitButton that is used to include an\n icon. SplitButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the SplitButton. The possible values are\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will b positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered as SplitButton secondary button popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the primary button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2146817506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1050886222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-792063298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1132168501,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-315385298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of SplitButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the primary button of SplitButton has been clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item of SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents"}},{"HashCode":1802782019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of SplitButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the primary button of SplitButton has been clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item of SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-281863394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set custom content for items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the item that is used to include an icon.\n Action item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the items. Separator are horizontal lines used to group action items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the action items.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies url for item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies unique id for item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the item\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}},{"HashCode":959032487,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set custom content for items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the item that is used to include an icon.\n Action item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the items. Separator are horizontal lines used to group action items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the action items.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies url for item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies unique id for item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the item\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-695026916,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set custom content for items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropDownMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":253642446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set custom content for items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":81123184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}},{"HashCode":-354006949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302575519,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropDownMenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1332634583,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1117183747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu"}},{"HashCode":1893923952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-501029916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n A type which provides schema for the treegrid component.\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.SfTreeGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.GenericTyped":"True"}},{"HashCode":-1565825182,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n A type which provides schema for the treegrid component.\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.SfTreeGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1920965461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1712323372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1631308803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the tree column content for the RowTemplate of Tree Grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplateTreeColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}},{"HashCode":1677405080,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the tree column content for the RowTemplate of Tree Grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":624626079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RowTemplateTreeColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-242811812,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":511983155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ShowChildSummary","TypeName":"System.Boolean","Documentation":"\n \n Display the childSummary for each parent.\n \n ","Metadata":{"Common.PropertyName":"ShowChildSummary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}},{"HashCode":-1442048105,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ShowChildSummary","TypeName":"System.Boolean","Documentation":"\n \n Display the childSummary for each parent.\n \n ","Metadata":{"Common.PropertyName":"ShowChildSummary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1113298385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1653209403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1855017958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If `ColumnName` is not defined,\n then `field` name value will be assigned to the `columnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.
\n Types of aggregate supported in-built are,
\n -\n Performs sum aggregation.
\n -\n Performs average aggregation.
\n -\n Performs count aggregation.\n -\n Performes false count aggregation.
\n -\n Performes true count aggregation.
\n -\n Performes max aggregation.
\n -\n Performes min aggregation.\n
\n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}},{"HashCode":-899138880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If `ColumnName` is not defined,\n then `field` name value will be assigned to the `columnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.
\n Types of aggregate supported in-built are,
\n -\n Performs sum aggregation.
\n -\n Performs average aggregation.
\n -\n Performs count aggregation.\n -\n Performes false count aggregation.
\n -\n Performes true count aggregation.
\n -\n Performes max aggregation.
\n -\n Performes min aggregation.\n
\n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-324000429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-468587832,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1572345185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-636576225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1200464610,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}},{"HashCode":-1180881046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":168676178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":178805180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1122305812,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}},{"HashCode":-1321232115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181577242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":402038029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-440321910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on TreeGrid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n The available built-in command buttons are\n Edit - Edit the record.\n Delete - Delete the record.\n Save - Save the record.\n Cancel - Cancel the edit state.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.
\n -\n Customizes the default numerictextbox editor.
\n -\n Customizes the default dropdown editor.
\n -\n Customizes the default datepicker editor.
\n -\n Customizes the default checkbox editor.\n
\n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n If LockColumn is set to true, then it disables Reordering of a particular column.\n The locked column will be moved to first position.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixels or percentage, which will restrict resizing beyond this pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}},{"HashCode":1893828778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on TreeGrid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n The available built-in command buttons are\n Edit - Edit the record.\n Delete - Delete the record.\n Save - Save the record.\n Cancel - Cancel the edit state.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.
\n -\n Customizes the default numerictextbox editor.
\n -\n Customizes the default dropdown editor.
\n -\n Customizes the default datepicker editor.
\n -\n Customizes the default checkbox editor.\n
\n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n If LockColumn is set to true, then it disables Reordering of a particular column.\n The locked column will be moved to first position.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixels or percentage, which will restrict resizing beyond this pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-840000145,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1428986269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":439452532,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1327453517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-348104773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1831140373,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1021006535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":688133340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143503061,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-410926457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765334874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-123727354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1428439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser group items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem"}},{"HashCode":-746847602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser group items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739872824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the group title.\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}},{"HashCode":-273140426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the group title.\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284804005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1847283668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1625550837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}},{"HashCode":885384130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1204404677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1084978555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448099120,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-610066133,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604014665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}},{"HashCode":1672996980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1973096906,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1762532353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":343081634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.
\n None -\n Default. A command button with no default action. Use this for custom command actions.
\n Edit -\n A edit command button that edit current record.
\n Delete -\n A delete command button that delete current record.
\n Save -\n A save command button that saves the current edited record.
\n Cancel -\n A cancel command button that cancels the edit state.\n
\n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}},{"HashCode":1288057814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.
\n None -\n Default. A command button with no default action. Use this for custom command actions.
\n Edit -\n A edit command button that edit current record.
\n Delete -\n A delete command button that delete current record.
\n Save -\n A save command button that saves the current edited record.
\n Cancel -\n A cancel command button that cancels the edit state.\n
\n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282308192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":333230536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668281458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}},{"HashCode":-465984183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1104403450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1575514320,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1082853947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, TreeGrid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeGrid.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n Cell\n Row\n Dialog\n Batch.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.TreeGrid.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records. The available row positions are:\n Top\n Bottom\n Above\n Below\n Child.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}},{"HashCode":-1241248585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, TreeGrid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeGrid.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n Cell\n Row\n Dialog\n Batch.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.TreeGrid.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records. The available row positions are:\n Top\n Bottom\n Above\n Below\n Child.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034237953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1375822923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-426364238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1101198855,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":942814581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1752126686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1108519025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":739655816,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104972565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":861199655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521803613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid events.\n \n A type which provides schema for the treegrid events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.TreeGridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeGrid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchAdd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchSave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to Excel file.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while collapsing the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while expanding the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of TreeGrid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckboxChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when checkbox column state changed.\n \n ","Metadata":{"Common.PropertyName":"CheckboxChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","Components.GenericTyped":"True"}},{"HashCode":1964251275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid events.\n \n A type which provides schema for the treegrid events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.TreeGridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeGrid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchAdd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchSave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to Excel file.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while collapsing the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while expanding the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of TreeGrid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckboxChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when checkbox column state changed.\n \n ","Metadata":{"Common.PropertyName":"CheckboxChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148422641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If MatchCase set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the Operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}},{"HashCode":-1626054060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If MatchCase set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the Operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-112479883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-270368068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":421480199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}},{"HashCode":1154867381,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":668656399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":978056278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148099632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Shows the filtered record with parent record.\n Child: Shows the filtered record with child record.\n Both : shows the filtered record with both parent and child record.\n None : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the `Immediate` mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are,\n `OnEnter`: Initiates filter operation after Enter key is pressed.\n `Immediate`: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.TreeGrid.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are\n `Menu` - Specifies the filter type as menu.\n `FilterBar` - Specifies the filter type as filterbar.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}},{"HashCode":1283189696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Shows the filtered record with parent record.\n Child: Shows the filtered record with child record.\n Both : shows the filtered record with both parent and child record.\n None : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the `Immediate` mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are,\n `OnEnter`: Initiates filter operation after Enter key is pressed.\n `Immediate`: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.TreeGrid.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are\n `Menu` - Specifies the filter type as menu.\n `FilterBar` - Specifies the filter type as filterbar.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447146224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1271805518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189475809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString is set to true,\n then it pass current page information as a query string along with the URL while navigating to other page in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the TreeGrid pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed in TreeGrid per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeMode","TypeName":"Syncfusion.Blazor.TreeGrid.PageSizeMode","IsEnum":true,"Documentation":"\n \n Specifies the mode of record count in a page. The options are,\n All: Count all the records.\n Root: Count only zeroth level parent records.\n \n ","Metadata":{"Common.PropertyName":"PageSizeMode"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager of TreeGrid which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}},{"HashCode":463743087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString is set to true,\n then it pass current page information as a query string along with the URL while navigating to other page in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the TreeGrid pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed in TreeGrid per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeMode","TypeName":"Syncfusion.Blazor.TreeGrid.PageSizeMode","IsEnum":true,"Documentation":"\n \n Specifies the mode of record count in a page. The options are,\n All: Count all the records.\n Root: Count only zeroth level parent records.\n \n ","Metadata":{"Common.PropertyName":"PageSizeMode"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager of TreeGrid which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1787223820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-834157853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1901632128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":745933960,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252530464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid rowdrop settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}},{"HashCode":1834502114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid rowdrop settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2137818484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridRowDropSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1789052549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1207502351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid search settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Searches only the parent records with the specified Key.\n Child: Searches only the child records with the specified Key.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings"}},{"HashCode":705051024,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid search settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Searches only the parent records with the specified Key.\n Child: Searches only the child records with the specified Key.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1449310340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box. It requires the selection\n Mode to be either Cell or Both.\n Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.\n Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are\n Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.\n ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the TreeGrid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n TreeGrid supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the TreeGrid selection is persisted on all operations.\n For persisting selection in the TreeGrid, any one of the column should be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"MultiSelectWithClick","TypeName":"System.Boolean","Documentation":"\n \n If RowMultiSelectWithClick is set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectWithClick"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n Single: Allows selection of only a row or a cell.\n Multiple: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings"}},{"HashCode":958627929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box. It requires the selection\n Mode to be either Cell or Both.\n Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.\n Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are\n Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.\n ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the TreeGrid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n TreeGrid supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the TreeGrid selection is persisted on all operations.\n For persisting selection in the TreeGrid, any one of the column should be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"MultiSelectWithClick","TypeName":"System.Boolean","Documentation":"\n \n If RowMultiSelectWithClick is set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectWithClick"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n Single: Allows selection of only a row or a cell.\n Multiple: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-858907534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn"}},{"HashCode":1202794256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1285979922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}},{"HashCode":-1813809132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300567875,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1522018036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-857682091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the TreeGrid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of TreeGrid.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}},{"HashCode":722213895,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the TreeGrid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of TreeGrid.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-239008488,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":108754511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-223738958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}},{"HashCode":-550724872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-951520935,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":103785408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1771082270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-203738797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623524815,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-777153118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1006360511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1456025480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1606853586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid text wrap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.TreeGrid.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the TreeGrid. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}},{"HashCode":1291548873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid text wrap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.TreeGrid.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the TreeGrid. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789654502,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridTextWrapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1766548386,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":154150622,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Cell Edit events of Grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n A type which provides schema for grid renderer.\n \n GridRenderer is an internal component used to render the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.GenericTyped":"True"}},{"HashCode":-1967177293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Cell Edit events of Grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n A type which provides schema for grid renderer.\n \n GridRenderer is an internal component used to render the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1871965864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2015989381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1952402370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","Components.GenericTyped":"True"}},{"HashCode":572042659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":852839576,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","Components.GenericTyped":"True"}},{"HashCode":-717161237,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1987672469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","Components.GenericTyped":"True"}},{"HashCode":1914627230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-443145495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","Components.GenericTyped":"True"}},{"HashCode":-45679516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":766305928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","Components.GenericTyped":"True"}},{"HashCode":1748999140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977587985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreePrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","Components.GenericTyped":"True"}},{"HashCode":2056259714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2077491894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.ColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the color mapping properties of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.ColorMapping"}},{"HashCode":-1044689952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.ColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the color mapping properties of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.ColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.ColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333645100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The treemap control is used to visualize both hierarchical and flat data in the form of nodes along with built-in features like color mapping, legends, label templates, and more.\n \n Represents the generic data type of the treemap control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.SfTreeMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to image functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to PDF functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the print functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the treemap.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BreadcrumbConnector","TypeName":"System.String","Documentation":"\n \n Specifies the connection between the two words.\n \n ","Metadata":{"Common.PropertyName":"BreadcrumbConnector"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for treemap.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DrillDownView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the initial drill in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillDownView"}},{"Kind":"Components.Component","Name":"EnableBreadcrumb","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the connection text in the header of the treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableBreadcrumb"}},{"Kind":"Components.Component","Name":"EnableDrillDown","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drill down functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableDrillDown"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EqualColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"EqualColorValuePath"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the texts in the treemap.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LayoutType","TypeName":"Syncfusion.Blazor.TreeMap.LayoutMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering type of layout of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LayoutType"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the set of colors to apply in the treemap items.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangeColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"RangeColorValuePath"}},{"Kind":"Components.Component","Name":"RenderDirection","TypeName":"Syncfusion.Blazor.TreeMap.RenderingMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering direction of layout of the treemap items.\n \n ","Metadata":{"Common.PropertyName":"RenderDirection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the tab index value for treemap.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"WeightValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path of the weight from the data source, based on which the map item is rendered.\n \n ","Metadata":{"Common.PropertyName":"WeightValuePath"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap","Components.GenericTyped":"True"}},{"HashCode":300461424,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The treemap control is used to visualize both hierarchical and flat data in the form of nodes along with built-in features like color mapping, legends, label templates, and more.\n \n Represents the generic data type of the treemap control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.SfTreeMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.SfTreeMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to image functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to PDF functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the print functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the treemap.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BreadcrumbConnector","TypeName":"System.String","Documentation":"\n \n Specifies the connection between the two words.\n \n ","Metadata":{"Common.PropertyName":"BreadcrumbConnector"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for treemap.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DrillDownView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the initial drill in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillDownView"}},{"Kind":"Components.Component","Name":"EnableBreadcrumb","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the connection text in the header of the treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableBreadcrumb"}},{"Kind":"Components.Component","Name":"EnableDrillDown","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drill down functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableDrillDown"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EqualColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"EqualColorValuePath"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the texts in the treemap.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LayoutType","TypeName":"Syncfusion.Blazor.TreeMap.LayoutMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering type of layout of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LayoutType"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the set of colors to apply in the treemap items.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangeColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"RangeColorValuePath"}},{"Kind":"Components.Component","Name":"RenderDirection","TypeName":"Syncfusion.Blazor.TreeMap.RenderingMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering direction of layout of the treemap items.\n \n ","Metadata":{"Common.PropertyName":"RenderDirection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the tab index value for treemap.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"WeightValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path of the weight from the data source, based on which the map item is rendered.\n \n ","Metadata":{"Common.PropertyName":"WeightValuePath"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-406451231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1000834171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.SfTreeMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1962300518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the float position of the legend location using x and y values for the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation"}},{"HashCode":-848931266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the float position of the legend location using x and y values for the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535067770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the treemap component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorder"}},{"HashCode":-1435792604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the treemap component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1745958581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings"}},{"HashCode":428645672,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1209469053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnItemMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after mouse hover on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"OnItemMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting a treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after double clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DrillCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after drill down functionality gets completed in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrillStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on performing drill down functionality in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDrillStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking an item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnItemClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after highlighting on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before item rendering in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering the legend in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each legend item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the treemap is on load.\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after treemap is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after right clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapEvents"}},{"HashCode":-90761534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnItemMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after mouse hover on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"OnItemMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting a treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after double clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DrillCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after drill down functionality gets completed in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrillStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on performing drill down functionality in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDrillStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking an item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnItemClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after highlighting on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before item rendering in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering the legend in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each legend item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the treemap is on load.\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after treemap is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after right clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2132835883,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings"}},{"HashCode":-1950481642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352181924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the header style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHeaderStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}},{"HashCode":-60324839,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the header style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1877152179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapHeaderStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1023079291,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1026810044,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight border setting of the treemap component item on mouse over.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder"}},{"HashCode":-759078423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight border setting of the treemap component item on mouse over.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1396346827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight of the treemap item on mouse over of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the highlight functionality of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the highlight color of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.HighLightMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which highlight must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}},{"HashCode":-1636074069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight of the treemap item on mouse over of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the highlight functionality of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the highlight color of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.HighLightMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which highlight must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1222239427,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-187365561,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1348289515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties for the initial drill down of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapInitialDrillSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the initial rendering level index in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupIndex"}},{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Sets and gets the initial rendering level name in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}},{"HashCode":-1776777493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties for the initial drill down of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the initial rendering level index in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupIndex"}},{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Sets and gets the initial rendering level name in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-953198904,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapInitialDrillSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011910442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":244215298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}},{"HashCode":-1004593374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1587711381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1379564428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":958726059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on leaf item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LeafValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LeafValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}},{"HashCode":1072014084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on leaf item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LeafValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LeafValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-968612961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1448167009,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-181274214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color of the leaf item on treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}},{"HashCode":610939223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color of the leaf item on treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1002447757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2036669293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1543687786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables automatic filling of colors in leaf items of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of leaf items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Gap"}},{"Kind":"Components.Component","Name":"InterSectAction","TypeName":"Syncfusion.Blazor.TreeMap.LabelAlignment","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InterSectAction"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text format of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source for label of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ShowLabels","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLabels"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}},{"HashCode":101223886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables automatic filling of colors in leaf items of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of leaf items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Gap"}},{"Kind":"Components.Component","Name":"InterSectAction","TypeName":"Syncfusion.Blazor.TreeMap.LabelAlignment","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InterSectAction"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text format of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source for label of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ShowLabels","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLabels"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":26348858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafItemSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-217233363,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1426339329,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-481321274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":664212873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the treemap leaf item label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}},{"HashCode":1224487114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the treemap leaf item label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":899055958,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":424314306,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-99727567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing legend border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}},{"HashCode":-1363535370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing legend border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1155279159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1346620330,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1406295089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the shape color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path of the legend shapes rendered as image in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pointer for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.TreeMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPlacement","IsEnum":true,"Documentation":"\n \n Sets and gets the label position for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.LegendMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of legend in the treemap component. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of legends in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.TreeMap.LegendOrientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.TreeMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.TreeMap.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the shapes of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape padding of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the shapes in legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the visibility state of the legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to render legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}},{"HashCode":-518945552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the shape color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path of the legend shapes rendered as image in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pointer for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.TreeMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPlacement","IsEnum":true,"Documentation":"\n \n Sets and gets the label position for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.LegendMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of legend in the treemap component. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of legends in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.TreeMap.LegendOrientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.TreeMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.TreeMap.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the shapes of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape padding of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the shapes in legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the visibility state of the legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to render legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1900424576,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-672932781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":893160809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend shape border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder"}},{"HashCode":-1462538134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend shape border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1616554614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend text style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}},{"HashCode":1115010918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend text style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521937332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":671715680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525290518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle"}},{"HashCode":1764490819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809568891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}},{"HashCode":35278609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1970467041,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362752041,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1712648573,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the automatic filling of the colors in the items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the level in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GroupGap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupGap"}},{"Kind":"Components.Component","Name":"GroupPadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupPadding"}},{"Kind":"Components.Component","Name":"GroupPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source in the treemap component to render the item.\n \n ","Metadata":{"Common.PropertyName":"GroupPath"}},{"Kind":"Components.Component","Name":"HeaderAlignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the header of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderAlignment"}},{"Kind":"Components.Component","Name":"HeaderFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of header of the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderFormat"}},{"Kind":"Components.Component","Name":"HeaderHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderHeight"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the header in level of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the template position of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}},{"HashCode":-1644664419,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the automatic filling of the colors in the items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the level in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GroupGap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupGap"}},{"Kind":"Components.Component","Name":"GroupPadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupPadding"}},{"Kind":"Components.Component","Name":"GroupPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source in the treemap component to render the item.\n \n ","Metadata":{"Common.PropertyName":"GroupPath"}},{"Kind":"Components.Component","Name":"HeaderAlignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the header of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderAlignment"}},{"Kind":"Components.Component","Name":"HeaderFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of header of the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderFormat"}},{"Kind":"Components.Component","Name":"HeaderHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderHeight"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the header in level of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the template position of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-188531987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1065377210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":56387937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1285817385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325427978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder"}},{"HashCode":-1565038409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":936233067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on level item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LevelValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LevelValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}},{"HashCode":1843573743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on level item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LevelValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LevelValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026936736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevelColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":710431729,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1576590701,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the level items color of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}},{"HashCode":-78003476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the level items color of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-68613087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevelColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1373793398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":372518193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}},{"HashCode":-500457798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1932623999,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-531934369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":147741217,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapMargin"}},{"HashCode":-1310351663,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":819957811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}},{"HashCode":400951317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402367227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSelectionBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":528833242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1632539099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection functionality in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.SelectionMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which selection must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}},{"HashCode":-1889085541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection functionality in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.SelectionMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which selection must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-279103028,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1885510197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":303503719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the subtitle text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}},{"HashCode":204167268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the subtitle text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-596092690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-774432967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604332684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle"}},{"HashCode":-1474408499,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1916246138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text position of the title text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}},{"HashCode":1260557271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text position of the title text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950795304,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1005825908,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1764300139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle"}},{"HashCode":1472005644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":308086206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder"}},{"HashCode":-1162461129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1288423442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}},{"HashCode":1303853253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":370138270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1895060971,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1261408266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-444313876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1984242487,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle"}},{"HashCode":1621278003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1644813230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the SVG tooltip of TreeMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets or gets the identification of element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Sets or gets the text size.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the text color.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets or gets the font weight.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets or gets the font family.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets or gets the font style.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the font opacity.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Sets or gets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets or gets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets or gets the width axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the x axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets or gets the fill of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the opacity of tooltip fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets or gets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the right-to-left rendering.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip to be inverted rendering.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip arrow to be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the browser type is Internet Explorer.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip"}},{"HashCode":1970325710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the SVG tooltip of TreeMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets or gets the identification of element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Sets or gets the text size.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the text color.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets or gets the font weight.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets or gets the font family.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets or gets the font style.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the font opacity.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Sets or gets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets or gets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets or gets the width axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the x axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets or gets the fill of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the opacity of tooltip fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets or gets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the right-to-left rendering.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip to be inverted rendering.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip arrow to be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the browser type is Internet Explorer.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":987031125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap tooltip rendering functionality.\n \n Represents the generic data type of the treemap tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.Internal.TooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","Components.GenericTyped":"True"}},{"HashCode":2028717518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap tooltip rendering functionality.\n \n Represents the generic data type of the treemap tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.Internal.TooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1096384970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap legend rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend"}},{"HashCode":-1775566203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap legend rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-939804279,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm"}},{"HashCode":707216181,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-408043690,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1704917829,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420558410,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":-1650507943,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1630668243,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True"}},{"HashCode":-1420848011,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":328771901,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile"}},{"HashCode":-177543775,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935534115,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True"}},{"HashCode":31892784,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532414311,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True"}},{"HashCode":-1975191459,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239896056,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True"}},{"HashCode":1248723515,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-5688087,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-647344956,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-978423627,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True"}},{"HashCode":1777691999,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1130157769,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-662414230,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-400466067,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":-624435841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526645893,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":1278722841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":49922468,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True"}},{"HashCode":1343924420,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1355226858,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}},{"HashCode":-1802879813,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1462781705,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink"}},{"HashCode":1481322604,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386477367,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":720148254,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2100606566,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True"}},{"HashCode":-349097859,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1013193740,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1003924632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":153524432,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1557674147,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302905679,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":945222623,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100075476,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True"}},{"HashCode":2058523097,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909141050,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-700243708,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":47192083,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView"}},{"HashCode":171641290,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1879651112,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1403492109,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2121696509,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView"}},{"HashCode":1973190886,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1042776498,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router"}},{"HashCode":277357474,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-806325141,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1984749400,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377068835,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-879377312,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1895447004,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2136429748,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2045127394,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}},{"HashCode":1148166438,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1371580223,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-942676909,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":254469406,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":933735593,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1561818538,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}},{"HashCode":338228678,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411478404,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-624178974,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2050760822,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1941271305,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1142720739,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1301732458,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209287632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":650326898,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":514566703,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}},{"HashCode":-273549252,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766584723,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":292603590,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2007689791,"Kind":"Components.EventHandler","Name":"onmouseenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Radzen.EventHandlers"}},{"HashCode":-1029171499,"Kind":"Components.EventHandler","Name":"onmouseleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Radzen.EventHandlers"}},{"HashCode":469224975,"Kind":"Components.EventHandler","Name":"onfocus","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocus","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocus"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocus' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocus' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":636009819,"Kind":"Components.EventHandler","Name":"onblur","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onblur","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onblur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onblur"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onblur' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onblur' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":546575177,"Kind":"Components.EventHandler","Name":"onfocusin","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusin","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusin"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusin' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusin' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2114769399,"Kind":"Components.EventHandler","Name":"onfocusout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1550772779,"Kind":"Components.EventHandler","Name":"onmouseover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":612198687,"Kind":"Components.EventHandler","Name":"onmouseout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2060463747,"Kind":"Components.EventHandler","Name":"onmousemove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousemove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousemove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousemove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousemove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1326584478,"Kind":"Components.EventHandler","Name":"onmousedown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousedown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousedown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousedown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousedown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-395655512,"Kind":"Components.EventHandler","Name":"onmouseup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1580936022,"Kind":"Components.EventHandler","Name":"onclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-543923158,"Kind":"Components.EventHandler","Name":"ondblclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondblclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondblclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondblclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondblclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":660330704,"Kind":"Components.EventHandler","Name":"onwheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-834393148,"Kind":"Components.EventHandler","Name":"onmousewheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousewheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousewheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousewheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousewheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousewheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":320548796,"Kind":"Components.EventHandler","Name":"oncontextmenu","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncontextmenu","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncontextmenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncontextmenu"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncontextmenu' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncontextmenu' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74517637,"Kind":"Components.EventHandler","Name":"ondrag","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrag","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrag"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrag' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrag' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":879601327,"Kind":"Components.EventHandler","Name":"ondragend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-318285175,"Kind":"Components.EventHandler","Name":"ondragenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1419540319,"Kind":"Components.EventHandler","Name":"ondragleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":409020797,"Kind":"Components.EventHandler","Name":"ondragover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1324656409,"Kind":"Components.EventHandler","Name":"ondragstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1401153931,"Kind":"Components.EventHandler","Name":"ondrop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1104389462,"Kind":"Components.EventHandler","Name":"onkeydown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeydown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeydown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeydown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeydown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":120046139,"Kind":"Components.EventHandler","Name":"onkeyup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeyup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeyup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeyup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeyup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":240557118,"Kind":"Components.EventHandler","Name":"onkeypress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeypress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeypress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeypress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeypress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-798535488,"Kind":"Components.EventHandler","Name":"onchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-148825719,"Kind":"Components.EventHandler","Name":"oninput","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninput","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninput"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninput' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninput' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1657218375,"Kind":"Components.EventHandler","Name":"oninvalid","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninvalid","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninvalid","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninvalid"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninvalid' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninvalid' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1575359467,"Kind":"Components.EventHandler","Name":"onreset","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreset","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreset"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreset' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreset' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1832139381,"Kind":"Components.EventHandler","Name":"onselect","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselect","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselect"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselect' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselect' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":314395922,"Kind":"Components.EventHandler","Name":"onselectstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":466631769,"Kind":"Components.EventHandler","Name":"onselectionchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectionchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectionchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectionchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectionchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectionchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-620654161,"Kind":"Components.EventHandler","Name":"onsubmit","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsubmit","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsubmit"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsubmit' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsubmit' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395294726,"Kind":"Components.EventHandler","Name":"onbeforecopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-196963757,"Kind":"Components.EventHandler","Name":"onbeforecut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":133350078,"Kind":"Components.EventHandler","Name":"onbeforepaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforepaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforepaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforepaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforepaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforepaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1632911159,"Kind":"Components.EventHandler","Name":"oncopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1992045051,"Kind":"Components.EventHandler","Name":"oncut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":434043723,"Kind":"Components.EventHandler","Name":"onpaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":772720459,"Kind":"Components.EventHandler","Name":"ontouchcancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchcancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchcancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchcancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchcancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchcancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1330823382,"Kind":"Components.EventHandler","Name":"ontouchend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":817317830,"Kind":"Components.EventHandler","Name":"ontouchmove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchmove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchmove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchmove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchmove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchmove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-438970647,"Kind":"Components.EventHandler","Name":"ontouchstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1779680239,"Kind":"Components.EventHandler","Name":"ontouchenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1488654964,"Kind":"Components.EventHandler","Name":"ontouchleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1871753312,"Kind":"Components.EventHandler","Name":"ongotpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ongotpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ongotpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ongotpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ongotpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":583309410,"Kind":"Components.EventHandler","Name":"onlostpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onlostpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onlostpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onlostpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onlostpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":751792818,"Kind":"Components.EventHandler","Name":"onpointercancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointercancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointercancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointercancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointercancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointercancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-699986234,"Kind":"Components.EventHandler","Name":"onpointerdown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerdown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerdown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerdown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerdown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerdown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":52762667,"Kind":"Components.EventHandler","Name":"onpointerenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2132332790,"Kind":"Components.EventHandler","Name":"onpointerleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1915518260,"Kind":"Components.EventHandler","Name":"onpointermove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointermove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointermove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointermove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointermove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointermove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1632728403,"Kind":"Components.EventHandler","Name":"onpointerout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1007967319,"Kind":"Components.EventHandler","Name":"onpointerover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":326400237,"Kind":"Components.EventHandler","Name":"onpointerup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1538588348,"Kind":"Components.EventHandler","Name":"oncanplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":481427772,"Kind":"Components.EventHandler","Name":"oncanplaythrough","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplaythrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplaythrough"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplaythrough' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplaythrough' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1941393997,"Kind":"Components.EventHandler","Name":"oncuechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncuechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncuechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncuechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncuechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncuechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":145174147,"Kind":"Components.EventHandler","Name":"ondurationchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondurationchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondurationchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondurationchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondurationchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondurationchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1616493707,"Kind":"Components.EventHandler","Name":"onemptied","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onemptied","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onemptied","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onemptied"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onemptied' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onemptied' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2049924970,"Kind":"Components.EventHandler","Name":"onpause","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpause","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpause","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpause"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpause' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpause' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-499411268,"Kind":"Components.EventHandler","Name":"onplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-467955947,"Kind":"Components.EventHandler","Name":"onplaying","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplaying","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplaying","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplaying"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplaying' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplaying' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-646455659,"Kind":"Components.EventHandler","Name":"onratechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onratechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onratechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onratechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onratechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onratechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1318909817,"Kind":"Components.EventHandler","Name":"onseeked","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeked"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeked' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeked' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-566190700,"Kind":"Components.EventHandler","Name":"onseeking","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeking","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeking"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeking' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeking' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1370031643,"Kind":"Components.EventHandler","Name":"onstalled","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstalled","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstalled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstalled"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstalled' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstalled' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1396958713,"Kind":"Components.EventHandler","Name":"onstop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-584687426,"Kind":"Components.EventHandler","Name":"onsuspend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsuspend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsuspend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsuspend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsuspend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsuspend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1507174455,"Kind":"Components.EventHandler","Name":"ontimeupdate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeupdate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeupdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeupdate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeupdate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeupdate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1480061990,"Kind":"Components.EventHandler","Name":"onvolumechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onvolumechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onvolumechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onvolumechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onvolumechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onvolumechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395230637,"Kind":"Components.EventHandler","Name":"onwaiting","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwaiting","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwaiting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwaiting"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwaiting' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwaiting' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":749652276,"Kind":"Components.EventHandler","Name":"onloadstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1279740321,"Kind":"Components.EventHandler","Name":"ontimeout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2011637847,"Kind":"Components.EventHandler","Name":"onabort","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onabort","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onabort","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onabort"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onabort' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onabort' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-921956754,"Kind":"Components.EventHandler","Name":"onload","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onload","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onload"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onload' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onload' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1440136766,"Kind":"Components.EventHandler","Name":"onloadend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":257822301,"Kind":"Components.EventHandler","Name":"onprogress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onprogress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onprogress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onprogress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onprogress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onprogress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1058047039,"Kind":"Components.EventHandler","Name":"onerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ErrorEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":104249782,"Kind":"Components.EventHandler","Name":"onactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-386211422,"Kind":"Components.EventHandler","Name":"onbeforeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":832686668,"Kind":"Components.EventHandler","Name":"onbeforedeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforedeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforedeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforedeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforedeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-279644017,"Kind":"Components.EventHandler","Name":"ondeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":891414409,"Kind":"Components.EventHandler","Name":"onended","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onended","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onended"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onended' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onended' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2123884659,"Kind":"Components.EventHandler","Name":"onfullscreenchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-463806918,"Kind":"Components.EventHandler","Name":"onfullscreenerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-884469555,"Kind":"Components.EventHandler","Name":"onloadeddata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadeddata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadeddata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadeddata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadeddata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadeddata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":671319647,"Kind":"Components.EventHandler","Name":"onloadedmetadata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadedmetadata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadedmetadata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadedmetadata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadedmetadata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74752683,"Kind":"Components.EventHandler","Name":"onpointerlockchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1986906860,"Kind":"Components.EventHandler","Name":"onpointerlockerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":738238011,"Kind":"Components.EventHandler","Name":"onreadystatechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreadystatechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreadystatechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreadystatechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreadystatechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreadystatechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1984892155,"Kind":"Components.EventHandler","Name":"onscroll","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onscroll","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onscroll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onscroll"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onscroll' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onscroll' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1259166588,"Kind":"Components.EventHandler","Name":"ontoggle","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontoggle","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontoggle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontoggle"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontoggle' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontoggle' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1270112777,"Kind":"Components.Splat","Name":"Attributes","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Merges a collection of attributes into the current element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@attributes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Splat","Name":"@attributes","TypeName":"System.Object","Documentation":"Merges a collection of attributes into the current element or component.","Metadata":{"Common.PropertyName":"Attributes","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Splat","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Attributes"}},{"HashCode":-1132855933,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.Razor","Documentation":"\n \n implementation targeting elements containing attributes with URL expected values.\n \n Resolves URLs starting with '~/' (relative to the application's 'webroot' setting) that are not\n targeted by other s. Runs prior to other s to ensure\n application-relative URLs are resolved.\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"itemid","Value":"~/","ValueComparison":2}]},{"TagName":"a","Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"applet","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"area","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"audio","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"base","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"blockquote","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"button","Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"del","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"embed","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"form","Attributes":[{"Name":"action","Value":"~/","ValueComparison":2}]},{"TagName":"html","Attributes":[{"Name":"manifest","Value":"~/","ValueComparison":2}]},{"TagName":"iframe","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"ins","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"menuitem","Attributes":[{"Name":"icon","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"data","Value":"~/","ValueComparison":2}]},{"TagName":"q","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"script","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"track","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"poster","Value":"~/","ValueComparison":2}]}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper"}},{"HashCode":1696469712,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <a> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"a","Attributes":[{"Name":"asp-action"}]},{"TagName":"a","Attributes":[{"Name":"asp-controller"}]},{"TagName":"a","Attributes":[{"Name":"asp-area"}]},{"TagName":"a","Attributes":[{"Name":"asp-page"}]},{"TagName":"a","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"a","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"a","Attributes":[{"Name":"asp-host"}]},{"TagName":"a","Attributes":[{"Name":"asp-protocol"}]},{"TagName":"a","Attributes":[{"Name":"asp-route"}]},{"TagName":"a","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"a","Attributes":[{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n \n Must be null if is non-null.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n \n Must be null if or , \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n \n Must be null if or , or \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-protocol","TypeName":"System.String","Documentation":"\n \n The protocol for the URL, such as \"http\" or \"https\".\n \n ","Metadata":{"Common.PropertyName":"Protocol"}},{"Kind":"ITagHelper","Name":"asp-host","TypeName":"System.String","Documentation":"\n \n The host name.\n \n ","Metadata":{"Common.PropertyName":"Host"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n The URL fragment name.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if one of , , \n or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper"}},{"HashCode":-222274357,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"cache"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"priority","TypeName":"Microsoft.Extensions.Caching.Memory.CacheItemPriority?","Documentation":"\n \n Gets or sets the policy for the cache entry.\n \n ","Metadata":{"Common.PropertyName":"Priority"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper"}},{"HashCode":-710024730,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that renders a Razor component.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"component","TagStructure":2,"Attributes":[{"Name":"type"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"params","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"param-","IndexerTypeName":"System.Object","Documentation":"\n \n Gets or sets values for component parameters.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.Type","Documentation":"\n \n Gets or sets the component type. This value is required.\n \n ","Metadata":{"Common.PropertyName":"ComponentType"}},{"Kind":"ITagHelper","Name":"render-mode","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.RenderMode","IsEnum":true,"Documentation":"\n \n Gets or sets the \n \n ","Metadata":{"Common.PropertyName":"RenderMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper"}},{"HashCode":5888046,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <distributed-cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"distributed-cache","Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n Gets or sets a unique name to discriminate cached entries.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper"}},{"HashCode":-98134858,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <environment> elements that conditionally renders\n content based on the current value of .\n If the environment is not listed in the specified or , \n or if it is in , the content will not be rendered.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"environment"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"names","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Names"}},{"Kind":"ITagHelper","Name":"include","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Include"}},{"Kind":"ITagHelper","Name":"exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Exclude"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper"}},{"HashCode":-1374103696,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <button> elements and <input> elements with\n their type attribute set to image or submit.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"button","Attributes":[{"Name":"asp-action"}]},{"TagName":"button","Attributes":[{"Name":"asp-controller"}]},{"TagName":"button","Attributes":[{"Name":"asp-area"}]},{"TagName":"button","Attributes":[{"Name":"asp-page"}]},{"TagName":"button","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"button","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"button","Attributes":[{"Name":"asp-route"}]},{"TagName":"button","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"button","Attributes":[{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper"}},{"HashCode":-1261220325,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <form> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"form"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-antiforgery","TypeName":"System.Boolean?","Documentation":"\n \n Whether the antiforgery token should be generated.\n \n Defaults to false if user provides an action attribute\n or if the method is ; true otherwise.\n ","Metadata":{"Common.PropertyName":"Antiforgery"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper"}},{"HashCode":-1709777796,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <img> elements that supports file versioning.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"asp-append-version"},{"Name":"src"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Source of the image.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean","Documentation":"\n \n Value indicating if file version should be appended to the src urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper"}},{"HashCode":1006186794,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <input> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-format","TypeName":"System.String","Documentation":"\n \n The format string (see https://msdn.microsoft.com/en-us/library/txafckwd.aspx) used to format the\n result. Sets the generated \"value\" attribute to that formatted string.\n \n \n Not used if the provided (see ) or calculated \"type\" attribute value is\n checkbox, password, or radio. That is, is used when calling\n .\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.String","Documentation":"\n \n The type of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the \n helper to call and the default value. A default is not calculated\n if the provided (see ) or calculated \"type\" attribute value is checkbox,\n hidden, password, or radio.\n \n ","Metadata":{"Common.PropertyName":"InputTypeName"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n The value of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the generated \"checked\" attribute\n if is \"radio\". Must not be null in that case.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper"}},{"HashCode":-334796707,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <label> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"label","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper"}},{"HashCode":74756029,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <link> elements that supports fallback href paths.\n \n \n The tag helper won't process for cases with just the 'href' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-class"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-property"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-value"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"href","TypeName":"System.String","Documentation":"\n \n Address of the linked resource.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"ITagHelper","Name":"asp-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"HrefInclude"}},{"Kind":"ITagHelper","Name":"asp-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"HrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href","TypeName":"System.String","Documentation":"\n \n The URL of a CSS stylesheet to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackHref"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to the href urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to fallback to in the case the primary\n one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-class","TypeName":"System.String","Documentation":"\n \n The class name defined in the stylesheet to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestClass"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-property","TypeName":"System.String","Documentation":"\n \n The CSS property name to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestProperty"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-value","TypeName":"System.String","Documentation":"\n \n The CSS property value to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestValue"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper"}},{"HashCode":394668654,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <option> elements.\n \n \n This works in conjunction with . It reads elements\n content but does not modify that content. The only modification it makes is to add a selected attribute\n in some cases.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"option"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n Specifies a value for the <option> element.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper"}},{"HashCode":312448323,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n Renders a partial view.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"partial","TagStructure":2,"Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name or path of the partial view that is rendered to the response.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"model","TypeName":"System.Object","Documentation":"\n \n The model to pass into the partial view. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"ITagHelper","Name":"optional","TypeName":"System.Boolean","Documentation":"\n \n When optional, executing the tag helper will no-op if the view cannot be located. \n Otherwise will throw stating the view could not be found.\n \n ","Metadata":{"Common.PropertyName":"Optional"}},{"Kind":"ITagHelper","Name":"fallback-name","TypeName":"System.String","Documentation":"\n \n View to lookup if the view specified by cannot be located.\n \n ","Metadata":{"Common.PropertyName":"FallbackName"}},{"Kind":"ITagHelper","Name":"view-data","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary","IndexerNamePrefix":"view-data-","IndexerTypeName":"System.Object","Documentation":"\n \n A to pass into the partial view.\n \n ","Metadata":{"Common.PropertyName":"ViewData"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper"}},{"HashCode":1581530153,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <script> elements that supports fallback src paths.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"script","Attributes":[{"Name":"asp-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-test"}]},{"TagName":"script","Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Address of the external script to use.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"SrcInclude"}},{"Kind":"ITagHelper","Name":"asp-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"SrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src","TypeName":"System.String","Documentation":"\n \n The URL of a Script tag to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrc"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to src urls.\n \n \n A query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the\n primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test","TypeName":"System.String","Documentation":"\n \n The script method defined in the primary script to use for the fallback test.\n \n ","Metadata":{"Common.PropertyName":"FallbackTestExpression"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper"}},{"HashCode":1854126375,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <select> elements with asp-for and/or\n asp-items attribute(s).\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"asp-for"}]},{"TagName":"select","Attributes":[{"Name":"asp-items"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n A collection of objects used to populate the <select> element with\n <optgroup> and <option> elements.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper"}},{"HashCode":628075759,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <textarea> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper"}},{"HashCode":1381111830,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-for\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"span","Attributes":[{"Name":"asp-validation-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n Gets an expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper"}},{"HashCode":536842639,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-summary\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"div","Attributes":[{"Name":"asp-validation-summary"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-summary","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary","IsEnum":true,"Documentation":"\n \n If or , appends a validation\n summary. Otherwise (, the default), this tag helper does nothing.\n \n \n Thrown if setter is called with an undefined value e.g.\n (ValidationSummary)23.\n \n ","Metadata":{"Common.PropertyName":"ValidationSummary"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper"}},{"HashCode":999350350,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@bind-","NameComparison":1,"Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-...","TypeName":"System.Collections.Generic.Dictionary","IndexerNamePrefix":"@bind-","IndexerTypeName":"System.Object","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the corresponding bind attribute. For example: @bind-value:format=\"...\" will apply a format string to the value specified in @bind-value=\"...\". The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-...' attribute.","Metadata":{"Common.PropertyName":"Event"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.Fallback":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Bind"}},{"HashCode":-1874581601,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":688756199,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1525564843,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_checked"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-checked","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"checked","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"checkbox","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-2050403530,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"text","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1758301023,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":2003827684,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-259225247,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-570582221,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":564364738,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1169474289,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":871231720,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1515522350,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1647736512,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1296198824,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1488907878,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-596367609,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":806109081,"Kind":"Components.Bind","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataBoundFormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DataBoundFormComponent"}},{"HashCode":393371800,"Kind":"Components.Bind","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DataBoundFormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DataBoundFormComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1403568734,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.DropDownBase"}},{"HashCode":1562524657,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DropDownBase"}},{"HashCode":1744395519,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.DropDownBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46000190,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DropDownBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":615468760,"Kind":"Components.Bind","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.FormComponent"}},{"HashCode":886799252,"Kind":"Components.Bind","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.FormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.FormComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1830074533,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete"}},{"HashCode":1189277116,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":751273246,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBody","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenBody"}},{"HashCode":-1549603141,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBody","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":941352660,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBox"}},{"HashCode":555903485,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720478415,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList"}},{"HashCode":-1487758829,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1409475839,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenColorPicker"}},{"HashCode":-140212280,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-649420205,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenDataGrid"}},{"HashCode":-312708764,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302905414,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDatePicker"}},{"HashCode":-1826797655,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-825316211,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDown"}},{"HashCode":344143714,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDown"}},{"HashCode":1804384154,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1710523113,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2001012911,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid"}},{"HashCode":1263388746,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid"}},{"HashCode":723235895,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-506836200,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2055610642,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFileInput","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenFileInput"}},{"HashCode":-276827402,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFileInput","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-402976520,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenGrid"}},{"HashCode":1711849725,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1912482751,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor"}},{"HashCode":-1818431824,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":99731918,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenListBox"}},{"HashCode":-1742527632,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenListBox"}},{"HashCode":-1395929067,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":133515774,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1866518182,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenMask"}},{"HashCode":-1416233275,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":438116135,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumeric","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenNumeric"}},{"HashCode":-1538344020,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumeric","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369035429,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPager","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Radzen.Blazor.RadzenPager"}},{"HashCode":1248202061,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPager","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Radzen.Blazor.RadzenPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1732148760,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenuItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem"}},{"HashCode":497780398,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenuItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1045459610,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPassword","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenPassword"}},{"HashCode":537908076,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPassword","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenPassword","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1064785212,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProgressBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenProgressBar"}},{"HashCode":2107099216,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProgressBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741282939,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList"}},{"HashCode":1381257954,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1472525817,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRating","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRating"}},{"HashCode":-1530612682,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRating","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1285843518,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSelectBar"}},{"HashCode":509129640,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1696300271,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebar","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenSidebar"}},{"HashCode":-1751258141,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebar","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097360151,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSlider"}},{"HashCode":-1225792364,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1488370609,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSteps","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenSteps"}},{"HashCode":-922969163,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSteps","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenSteps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-891519411,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSwitch","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSwitch"}},{"HashCode":-588656996,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSwitch","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371685805,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabs","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenTabs"}},{"HashCode":-550056943,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabs","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenTabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1712953194,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextArea"}},{"HashCode":-1469311706,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":491198172,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextBox"}},{"HashCode":1323288053,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1716178909,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":1727095693,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree","Attributes":[{"Name":"@bind-CheckedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValues","Components.Bind.ChangeAttribute":"CheckedValuesChanged","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":-1424548903,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":473843575,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree","Attributes":[{"Name":"@bind-CheckedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValues","Components.Bind.ChangeAttribute":"CheckedValuesChanged","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":137689226,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker"}},{"HashCode":-1866105499,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-121801029,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown"}},{"HashCode":1231188042,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87042468,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox","Attributes":[{"Name":"@bind-Indeterminate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Indeterminate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Indeterminate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Indeterminate","Components.Bind.ChangeAttribute":"IndeterminateChanged","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox"}},{"HashCode":-1211108217,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox"}},{"HashCode":2123634914,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox","Attributes":[{"Name":"@bind-Indeterminate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Indeterminate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Indeterminate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Indeterminate","Components.Bind.ChangeAttribute":"IndeterminateChanged","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":865595907,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1501530983,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRadioButton","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton"}},{"HashCode":970245413,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfRadioButton","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1034609263,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSwitch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch"}},{"HashCode":1783991646,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfSwitch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-378852747,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase"}},{"HashCode":-1665448165,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1756089853,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar","Attributes":[{"Name":"@bind-Values","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Values","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Values","Components.Bind.ChangeAttribute":"ValuesChanged","Components.Bind.ExpressionAttribute":"ValuesExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar"}},{"HashCode":-1624526106,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar"}},{"HashCode":-700735101,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar","Attributes":[{"Name":"@bind-Values","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Values","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Values","Components.Bind.ChangeAttribute":"ValuesChanged","Components.Bind.ExpressionAttribute":"ValuesExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1690652952,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-887577488,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker"}},{"HashCode":2040160830,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-322738705,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker","Attributes":[{"Name":"@bind-EndDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-EndDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"EndDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"EndDate","Components.Bind.ChangeAttribute":"EndDateChanged","Components.Bind.ExpressionAttribute":"EndDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}},{"HashCode":61748475,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker","Attributes":[{"Name":"@bind-StartDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-StartDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"StartDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"StartDate","Components.Bind.ChangeAttribute":"StartDateChanged","Components.Bind.ExpressionAttribute":"StartDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}},{"HashCode":-1677435099,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Attributes":[{"Name":"@bind-EndDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-EndDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"EndDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"EndDate","Components.Bind.ChangeAttribute":"EndDateChanged","Components.Bind.ExpressionAttribute":"EndDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2088764474,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Attributes":[{"Name":"@bind-StartDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-StartDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"StartDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"StartDate","Components.Bind.ChangeAttribute":"StartDateChanged","Components.Bind.ExpressionAttribute":"StartDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1844436250,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}},{"HashCode":-533695318,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1805533554,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker"}},{"HashCode":-1073615373,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1397242984,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender","Attributes":[{"Name":"@bind-MultiValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiValues","Components.Bind.ChangeAttribute":"MultiValuesChanged","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}},{"HashCode":-180174240,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}},{"HashCode":1799720783,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Attributes":[{"Name":"@bind-MultiValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiValues","Components.Bind.ChangeAttribute":"MultiValuesChanged","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633642593,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1396781461,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarDayCell","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell"}},{"HashCode":1360884618,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2122412660,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarTableHeader","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader"}},{"HashCode":-1000009660,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2112021298,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccumulationChart","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}},{"HashCode":-905172440,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741544505,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRangeNavigator","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}},{"HashCode":-697121106,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46756540,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath","Attributes":[{"Name":"@bind-Path","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Path","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Path"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Path","Components.Bind.ChangeAttribute":"PathChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":-1864649003,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":1805041688,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Attributes":[{"Name":"@bind-Path","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Path","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Path"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Path","Components.Bind.ChangeAttribute":"PathChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1555987149,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496587706,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect","Attributes":[{"Name":"@bind-DragRect","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DragRect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DragRect"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DragRect","Components.Bind.ChangeAttribute":"DragRectChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":227229314,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":1316124681,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Attributes":[{"Name":"@bind-DragRect","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DragRect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DragRect"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DragRect","Components.Bind.ChangeAttribute":"DragRectChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":315340499,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1676095104,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":1707601638,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-1932166811,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-427639188,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-142299822,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1738313630,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1776552995,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":669144465,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-956897084,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageSource","Components.Bind.ChangeAttribute":"ImageSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-83693202,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-Background","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Background","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Background","Components.Bind.ChangeAttribute":"BackgroundChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-1842525272,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageScale","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageScale","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageScale"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageScale","Components.Bind.ChangeAttribute":"ImageScaleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":1890015157,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageAlign","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageAlign","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageAlign","Components.Bind.ChangeAttribute":"ImageAlignChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-2013412636,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageSource","Components.Bind.ChangeAttribute":"ImageSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480897136,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-Background","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Background","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Background","Components.Bind.ChangeAttribute":"BackgroundChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1052728034,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageScale","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageScale","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageScale"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageScale","Components.Bind.ChangeAttribute":"ImageScaleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1947325834,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageAlign","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageAlign","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageAlign","Components.Bind.ChangeAttribute":"ImageAlignChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074027838,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-1076534168,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":210867326,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-587621204,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-892813910,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1499506344,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-652385544,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1907993011,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1542833079,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-234647590,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":1537724278,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-760950698,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-BoundaryConstraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BoundaryConstraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BoundaryConstraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BoundaryConstraints","Components.Bind.ChangeAttribute":"BoundaryConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-507977567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-ShowPageBreaks","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ShowPageBreaks","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ShowPageBreaks","Components.Bind.ChangeAttribute":"ShowPageBreaksChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":852997022,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-MultiplePage","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiplePage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiplePage"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiplePage","Components.Bind.ChangeAttribute":"MultiplePageChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":664568362,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272481820,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1148615827,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":817779821,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-BoundaryConstraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BoundaryConstraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BoundaryConstraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BoundaryConstraints","Components.Bind.ChangeAttribute":"BoundaryConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1592521271,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-ShowPageBreaks","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ShowPageBreaks","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ShowPageBreaks","Components.Bind.ChangeAttribute":"ShowPageBreaksChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-115020781,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-MultiplePage","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiplePage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiplePage"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiplePage","Components.Bind.ChangeAttribute":"MultiplePageChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":910505056,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-HorizontalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalOffset","Components.Bind.ChangeAttribute":"HorizontalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-865901378,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-VerticalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalOffset","Components.Bind.ChangeAttribute":"VerticalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":1066293748,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-CurrentZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentZoom","Components.Bind.ChangeAttribute":"CurrentZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-1892026487,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-MinZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MinZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MinZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MinZoom","Components.Bind.ChangeAttribute":"MinZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-515644590,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-MaxZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MaxZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MaxZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MaxZoom","Components.Bind.ChangeAttribute":"MaxZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":1126142832,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-ScrollLimit","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ScrollLimit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ScrollLimit","Components.Bind.ChangeAttribute":"ScrollLimitChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":792071545,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-HorizontalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalOffset","Components.Bind.ChangeAttribute":"HorizontalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2124573656,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-VerticalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalOffset","Components.Bind.ChangeAttribute":"VerticalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":873548861,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-CurrentZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentZoom","Components.Bind.ChangeAttribute":"CurrentZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963195006,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-MinZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MinZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MinZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MinZoom","Components.Bind.ChangeAttribute":"MinZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978962831,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-MaxZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MaxZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MaxZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MaxZoom","Components.Bind.ChangeAttribute":"MaxZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1238146506,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-ScrollLimit","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ScrollLimit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ScrollLimit","Components.Bind.ChangeAttribute":"ScrollLimitChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":182703730,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":999886617,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":-709669572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":916293235,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":1252457213,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":1061716937,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":581515986,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-948568193,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":573364650,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1816235261,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-161034856,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-2097716502,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":1970985423,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":2122282345,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-219212610,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":1308584567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1612193541,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434789548,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":676949798,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1221534350,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739878682,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-1826903735,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-SnapDistance","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapDistance","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapDistance"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapDistance","Components.Bind.ChangeAttribute":"SnapDistanceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-2084178224,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-SnapAngle","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapAngle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapAngle"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapAngle","Components.Bind.ChangeAttribute":"SnapAngleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-1705184974,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-GridType","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-GridType","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"GridType"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"GridType","Components.Bind.ChangeAttribute":"GridTypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":885740911,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1820150169,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-SnapDistance","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapDistance","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapDistance"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapDistance","Components.Bind.ChangeAttribute":"SnapDistanceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1304150645,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-SnapAngle","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapAngle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapAngle"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapAngle","Components.Bind.ChangeAttribute":"SnapAngleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1018457048,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-GridType","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-GridType","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"GridType"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"GridType","Components.Bind.ChangeAttribute":"GridTypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":575395458,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":663151347,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":1335241164,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":443820373,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":-1103724203,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":1506857706,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088350643,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-279196690,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741367355,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":258932765,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1066780385,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":1491913645,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-ID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ID","Components.Bind.ChangeAttribute":"IDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":76192835,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-ParentID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ParentID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ParentID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ParentID","Components.Bind.ChangeAttribute":"ParentIDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":486494985,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-Root","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Root","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Root","Components.Bind.ChangeAttribute":"RootChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":166453064,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":146862418,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-ID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ID","Components.Bind.ChangeAttribute":"IDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-409856462,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-ParentID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ParentID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ParentID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ParentID","Components.Bind.ChangeAttribute":"ParentIDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1557765781,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-Root","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Root","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Root","Components.Bind.ChangeAttribute":"RootChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1177272366,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-FixedNode","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-FixedNode","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"FixedNode"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"FixedNode","Components.Bind.ChangeAttribute":"FixedNodeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1081455920,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-VerticalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalSpacing","Components.Bind.ChangeAttribute":"VerticalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":416633531,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Type","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Type","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Type","Components.Bind.ChangeAttribute":"TypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-143427131,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-HorizontalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalAlignment","Components.Bind.ChangeAttribute":"HorizontalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":251651077,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-VerticalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalAlignment","Components.Bind.ChangeAttribute":"VerticalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-641863981,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-HorizontalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalSpacing","Components.Bind.ChangeAttribute":"HorizontalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1833402812,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Bounds","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bounds","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bounds"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bounds","Components.Bind.ChangeAttribute":"BoundsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":202074052,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-633643159,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Margin","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Margin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Margin","Components.Bind.ChangeAttribute":"MarginChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1881631570,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-FixedNode","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-FixedNode","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"FixedNode"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"FixedNode","Components.Bind.ChangeAttribute":"FixedNodeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":873587417,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-VerticalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalSpacing","Components.Bind.ChangeAttribute":"VerticalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":837634254,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Type","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Type","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Type","Components.Bind.ChangeAttribute":"TypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447822653,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-HorizontalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalAlignment","Components.Bind.ChangeAttribute":"HorizontalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":687814950,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-VerticalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalAlignment","Components.Bind.ChangeAttribute":"VerticalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":913379259,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-HorizontalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalSpacing","Components.Bind.ChangeAttribute":"HorizontalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001792077,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Bounds","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bounds","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bounds"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bounds","Components.Bind.ChangeAttribute":"BoundsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448566126,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1723040140,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Margin","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Margin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Margin","Components.Bind.ChangeAttribute":"MarginChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224887205,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":1779158646,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-1375545679,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":356567301,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-595112567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1384621598,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889878009,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074710014,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-886739662,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-BridgeDirection","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BridgeDirection","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BridgeDirection"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BridgeDirection","Components.Bind.ChangeAttribute":"BridgeDirectionChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1704710409,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-200330010,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-1809667603,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1525688163,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-InteractionController","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-InteractionController","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"InteractionController"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"InteractionController","Components.Bind.ChangeAttribute":"InteractionControllerChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-1040950413,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-DrawingObject","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DrawingObject","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DrawingObject"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DrawingObject","Components.Bind.ChangeAttribute":"DrawingObjectChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-499567057,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Nodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Nodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Nodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Nodes","Components.Bind.ChangeAttribute":"NodesChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1191128511,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Connectors","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Connectors","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Connectors"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Connectors","Components.Bind.ChangeAttribute":"ConnectorsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1743492314,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-BridgeDirection","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BridgeDirection","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BridgeDirection"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BridgeDirection","Components.Bind.ChangeAttribute":"BridgeDirectionChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":248158951,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-818341083,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943361131,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":681018172,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-InteractionController","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-InteractionController","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"InteractionController"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"InteractionController","Components.Bind.ChangeAttribute":"InteractionControllerChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535650317,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-DrawingObject","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DrawingObject","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DrawingObject"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DrawingObject","Components.Bind.ChangeAttribute":"DrawingObjectChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":703284637,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Nodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Nodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Nodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Nodes","Components.Bind.ChangeAttribute":"NodesChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2060301677,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Connectors","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Connectors","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Connectors"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Connectors","Components.Bind.ChangeAttribute":"ConnectorsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1327467671,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}},{"HashCode":588742650,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}},{"HashCode":518472292,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1655170194,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026279296,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox"}},{"HashCode":-1196596558,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox"}},{"HashCode":1564553445,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2147398689,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1980159773,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}},{"HashCode":-1484237916,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}},{"HashCode":-507310107,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":349627657,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-437077197,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox"}},{"HashCode":171024132,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1633930229,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMultiSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}},{"HashCode":365158391,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406592382,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager","Attributes":[{"Name":"@bind-SelectedItems","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItems","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItems"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItems","Components.Bind.ChangeAttribute":"SelectedItemsChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager"}},{"HashCode":-1409855339,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager","Attributes":[{"Name":"@bind-View","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-View","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"View","Components.Bind.ChangeAttribute":"ViewChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager"}},{"HashCode":1387811418,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager","Attributes":[{"Name":"@bind-SelectedItems","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItems","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItems"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItems","Components.Bind.ChangeAttribute":"SelectedItemsChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":591051652,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager","Attributes":[{"Name":"@bind-View","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-View","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"View","Components.Bind.ChangeAttribute":"ViewChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-855244540,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGantt","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt"}},{"HashCode":-895864303,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.SfGantt","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144745356,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}},{"HashCode":-821164620,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":483971444,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineHeader","Attributes":[{"Name":"@bind-OnHeaderTimelineRendered","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-OnHeaderTimelineRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"OnHeaderTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"OnHeaderTimelineRendered","Components.Bind.ChangeAttribute":"OnHeaderTimelineRenderedChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader"}},{"HashCode":674918193,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Attributes":[{"Name":"@bind-OnHeaderTimelineRendered","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-OnHeaderTimelineRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"OnHeaderTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"OnHeaderTimelineRendered","Components.Bind.ChangeAttribute":"OnHeaderTimelineRenderedChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1907098230,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPane","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}},{"HashCode":-1327399218,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739670737,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekendRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}},{"HashCode":127017415,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026460593,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid"}},{"HashCode":260010532,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848983110,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInPlaceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}},{"HashCode":-789599074,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1927371078,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker"}},{"HashCode":-2122941796,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1028712454,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaskedTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}},{"HashCode":1530646749,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765252710,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfNumericTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}},{"HashCode":-558672580,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-98790738,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericTextBoxEvents","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents"}},{"HashCode":1571436508,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":381519230,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider"}},{"HashCode":1200421621,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1114914519,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox"}},{"HashCode":-2142730416,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":579653676,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInputBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}},{"HashCode":325390020,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1814263163,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfKanban","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban"}},{"HashCode":560462996,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.SfKanban","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":313096441,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Collapsed","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Collapsed"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Collapsed","Components.Bind.ChangeAttribute":"CollapsedChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":249599715,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Max","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Max","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Max","Components.Bind.ChangeAttribute":"MaxChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-1516614659,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Min","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Min","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Min"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Min","Components.Bind.ChangeAttribute":"MinChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-132057194,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Size","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Size","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Size","Components.Bind.ChangeAttribute":"SizeChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":258119543,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Collapsed","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Collapsed"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Collapsed","Components.Bind.ChangeAttribute":"CollapsedChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1448457897,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Max","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Max","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Max","Components.Bind.ChangeAttribute":"MaxChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":497038611,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Min","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Min","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Min"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Min","Components.Bind.ChangeAttribute":"MinChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1897466400,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Size","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Size","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Size","Components.Bind.ChangeAttribute":"SizeChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1921495458,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem"}},{"HashCode":-466012027,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":179350483,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccordion","Attributes":[{"Name":"@bind-ExpandedIndices","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedIndices","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedIndices"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedIndices","Components.Bind.ChangeAttribute":"ExpandedIndicesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion"}},{"HashCode":-1714080423,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfAccordion","Attributes":[{"Name":"@bind-ExpandedIndices","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedIndices","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedIndices"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedIndices","Components.Bind.ChangeAttribute":"ExpandedIndicesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-554262744,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBreadcrumb","Attributes":[{"Name":"@bind-ActiveItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ActiveItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ActiveItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ActiveItem","Components.Bind.ChangeAttribute":"ActiveItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}},{"HashCode":-1021319785,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Attributes":[{"Name":"@bind-ActiveItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ActiveItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ActiveItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ActiveItem","Components.Bind.ChangeAttribute":"ActiveItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1482212149,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSidebar","Attributes":[{"Name":"@bind-IsOpen","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-IsOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"IsOpen"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"IsOpen","Components.Bind.ChangeAttribute":"IsOpenChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar"}},{"HashCode":-1841060421,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfSidebar","Attributes":[{"Name":"@bind-IsOpen","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-IsOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"IsOpen"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"IsOpen","Components.Bind.ChangeAttribute":"IsOpenChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-862582803,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTab","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab"}},{"HashCode":-1165445120,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTab","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224643572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-CheckedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedNodes","Components.Bind.ChangeAttribute":"CheckedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":-1606533572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-ExpandedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedNodes","Components.Bind.ChangeAttribute":"ExpandedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":486073753,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-SelectedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedNodes","Components.Bind.ChangeAttribute":"SelectedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":-1362720084,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-CheckedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedNodes","Components.Bind.ChangeAttribute":"CheckedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":360559909,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-ExpandedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedNodes","Components.Bind.ChangeAttribute":"ExpandedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1499772456,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-SelectedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedNodes","Components.Bind.ChangeAttribute":"SelectedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1553051344,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldsSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}},{"HashCode":171379966,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1576785580,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":578878383,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":131122420,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":-1539628431,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":438992110,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-492215120,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2074440817,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":274591625,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":1991061619,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":-957280782,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":639311815,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":229735251,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":598367889,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}},{"HashCode":35917286,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-729708870,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}},{"HashCode":-1852470218,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":536488186,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDialog","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog"}},{"HashCode":748830702,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfDialog","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1217796191,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRichTextEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}},{"HashCode":-1883031431,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":16266890,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule","Attributes":[{"Name":"@bind-CurrentView","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentView","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentView"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentView","Components.Bind.ChangeAttribute":"CurrentViewChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule"}},{"HashCode":156980738,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule","Attributes":[{"Name":"@bind-SelectedDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedDate","Components.Bind.ChangeAttribute":"SelectedDateChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule"}},{"HashCode":-1817335304,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule","Attributes":[{"Name":"@bind-CurrentView","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentView","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentView"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentView","Components.Bind.ChangeAttribute":"CurrentViewChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1869184919,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule","Attributes":[{"Name":"@bind-SelectedDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedDate","Components.Bind.ChangeAttribute":"SelectedDateChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":877560912,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRecurrenceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}},{"HashCode":1606167994,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":245196174,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSpinner","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner"}},{"HashCode":1566126062,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SfSpinner","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1000696090,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonGroupButton","Attributes":[{"Name":"@bind-Selected","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Selected"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Selected","Components.Bind.ChangeAttribute":"SelectedChanged","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}},{"HashCode":-341509355,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Attributes":[{"Name":"@bind-Selected","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Selected"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Selected","Components.Bind.ChangeAttribute":"SelectedChanged","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624586916,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}},{"HashCode":368846765,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2058933553,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}},{"HashCode":-687236328,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1864122447,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":490191036,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":877686389,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate"}},{"HashCode":899488481,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-543982663,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}},{"HashCode":184745786,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088536480,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}},{"HashCode":622693140,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796020349,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}},{"HashCode":646250911,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1614905710,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":789494904,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282414888,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":-1742066353,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":93715084,"Kind":"Components.Ref","Name":"Ref","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Populates the specified field or property with a reference to the element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ref","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Ref","Name":"@ref","TypeName":"System.Object","Documentation":"Populates the specified field or property with a reference to the element or component.","Metadata":{"Common.PropertyName":"Ref","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Ref","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Ref"}},{"HashCode":-115576540,"Kind":"Components.Key","Name":"Key","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@key","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Key","Name":"@key","TypeName":"System.Object","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","Metadata":{"Common.PropertyName":"Key","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Key","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Key"}}],"CSharpLanguageVersion":900},"RootNamespace":"BlazorApp","Documents":[{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Disable2fa.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Disable2fa.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Login.razor","TargetPath":"Areas\\Identity\\Pages\\Account\\Login.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_ValidationScriptsPartial.cshtml","TargetPath":"Pages\\Shared\\_ValidationScriptsPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Index.razor","TargetPath":"Pages\\Index.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\AccessDenied.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\AccessDenied.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Anrede\\Anrede.razor","TargetPath":"Pages\\Admin\\Anrede\\Anrede.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ExternalLogin.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ExternalLogin.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ValidationScriptsPartial.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ValidationScriptsPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Company.razor","TargetPath":"Pages\\Company\\Company.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Administration.razor","TargetPath":"Pages\\Administration.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\EnableAuthenticator.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\EnableAuthenticator.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ResetPasswordConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ResetPasswordConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\Login.razor","TargetPath":"Shared\\Login.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Beruf\\BerufListe.razor","TargetPath":"Pages\\Admin\\Beruf\\BerufListe.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_ViewImports.cshtml","TargetPath":"Pages\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Counter.razor","TargetPath":"Pages\\Counter.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_Layout.cshtml","TargetPath":"Pages\\Shared\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_StatusMessage.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_StatusMessage.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\CompanyContact.razor","TargetPath":"Pages\\Company\\CompanyContact.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\SetPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\SetPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\TeacherStudent.razor","TargetPath":"Pages\\Teacher\\TeacherStudent.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\LBDemo.razor","TargetPath":"Pages\\Teacher\\LBDemo.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Index.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Index.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ResetPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ResetPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\PersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\PersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_LoginPartial.cshtml","TargetPath":"Pages\\Shared\\_LoginPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Student\\Student.razor","TargetPath":"Pages\\Admin\\Student\\Student.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\FetchData.razor","TargetPath":"Pages\\FetchData.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ExternalLogins.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ExternalLogins.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Email.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Email.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterCompany.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterCompany.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Dashboard.razor","TargetPath":"Pages\\Company\\Dashboard.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\LoginWithRecoveryCode.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\LoginWithRecoveryCode.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\DownloadPersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\DownloadPersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ResetAuthenticator.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ResetAuthenticator.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Login.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Login.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ShowRecoveryCodes.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ShowRecoveryCodes.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_ManageNav.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_ManageNav.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Teacher\\Teacher.razor","TargetPath":"Pages\\Admin\\Teacher\\Teacher.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Berufsangebot.razor","TargetPath":"Pages\\Company\\Berufsangebot.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\LoginWith2fa.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\LoginWith2fa.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_Layout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Zuteilung\\Zuteilung.razor","TargetPath":"Pages\\Admin\\Zuteilung\\Zuteilung.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\ShowConfig.razor","TargetPath":"Pages\\ShowConfig.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\TwoFactorAuthentication.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\TwoFactorAuthentication.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Buttons.razor","TargetPath":"Pages\\Buttons.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_Host.cshtml","TargetPath":"Pages\\_Host.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ConfirmEmail.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ConfirmEmail.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Lockout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Lockout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ForgotPasswordConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ForgotPasswordConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_ViewStart.cshtml","TargetPath":"Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Error.cshtml","TargetPath":"Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\AspNetUserRolle.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\AspNetUserRolle.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Component.razor","TargetPath":"Pages\\Component.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterTeacher.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterTeacher.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Reporting\\Reporting.razor","TargetPath":"Pages\\Reporting\\Reporting.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\AspNetUsers.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\AspNetUsers.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\DeletePersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\DeletePersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\GenerateRecoveryCodes.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\GenerateRecoveryCodes.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Zeiten\\Zeitenlist.razor","TargetPath":"Pages\\Admin\\Zeiten\\Zeitenlist.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Error.cshtml","TargetPath":"Areas\\Identity\\Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Optionen\\OptionenList.razor","TargetPath":"Pages\\Admin\\Optionen\\OptionenList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\_Imports.razor","TargetPath":"_Imports.razor","FileKind":"componentImport"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Logout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Logout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\NavMenu.razor","TargetPath":"Shared\\NavMenu.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\KlassenTyp\\KlassentypList.razor","TargetPath":"Pages\\Admin\\KlassenTyp\\KlassentypList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\MainLayout.razor","TargetPath":"Shared\\MainLayout.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\SurveyPrompt.razor","TargetPath":"Shared\\SurveyPrompt.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\_StatusMessage.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\_StatusMessage.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ConfirmEmailChange.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ConfirmEmailChange.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Schulhaus\\SchulhausList.razor","TargetPath":"Pages\\Admin\\Schulhaus\\SchulhausList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\Teacher.razor","TargetPath":"Pages\\Teacher\\Teacher.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\App.razor","TargetPath":"App.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Company\\Company.razor","TargetPath":"Pages\\Admin\\Company\\Company.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\ScriptGenerator.razor","TargetPath":"Pages\\Admin\\ScriptGenerator.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ViewStart.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Register.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Register.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\Dashboard.razor","TargetPath":"Pages\\Teacher\\Dashboard.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Test.razor","TargetPath":"Pages\\Company\\Test.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ChangePassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ChangePassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\User\\UserList.razor","TargetPath":"Pages\\Admin\\User\\UserList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ForgotPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ForgotPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\UserRollen.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\UserRollen.razor","FileKind":"component"}],"SerializationFormat":"0.2"} \ No newline at end of file +{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\BlazorApp.csproj","Configuration":{"ConfigurationName":"MVC-3.0","LanguageVersion":"5.0","Extensions":[{"ExtensionName":"MVC-3.0"}]},"ProjectWorkspaceState":{"TagHelpers":[{"HashCode":-719437060,"Kind":"Components.Component","Name":"BlazorApp.Areas.Identity.Pages.Account.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Areas.Identity.Pages.Account.Login"}},{"HashCode":-134460165,"Kind":"Components.Component","Name":"BlazorApp.Areas.Identity.Pages.Account.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Areas.Identity.Pages.Account.Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Areas.Identity.Pages.Account.Login","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":425811413,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Teacher"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Teacher"}},{"HashCode":-1905408734,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.Teacher"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Teacher","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1531009464,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.LBDemo","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LBDemo"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.LBDemo"}},{"HashCode":-1028582348,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.LBDemo","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.LBDemo"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.LBDemo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1388504485,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dashboard"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Dashboard"}},{"HashCode":-556007441,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.Dashboard"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.Dashboard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-28543205,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.TeacherStudent","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TeacherStudent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.TeacherStudent"}},{"HashCode":-1471007756,"Kind":"Components.Component","Name":"BlazorApp.Pages.Teacher.TeacherStudent","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Teacher.TeacherStudent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramtid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramtid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Teacher.TeacherStudent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1959485522,"Kind":"Components.Component","Name":"BlazorApp.Pages.Index","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Index"}},{"HashCode":53475371,"Kind":"Components.Component","Name":"BlazorApp.Pages.Index","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Index"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Index","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1270420262,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Company"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Company"}},{"HashCode":-391451700,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Company"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Company","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1049490587,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Berufsangebot","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Berufsangebot"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Berufsangebot"}},{"HashCode":-842101791,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Berufsangebot","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Berufsangebot"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Berufsangebot","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1177233674,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.CompanyContact","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CompanyContact"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.CompanyContact"}},{"HashCode":-1708709525,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.CompanyContact","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.CompanyContact"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.CompanyContact","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1978866009,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Test","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Test"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Test"}},{"HashCode":693195204,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Test","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Test"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Test","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-788597901,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dashboard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Dashboard"}},{"HashCode":-877157955,"Kind":"Components.Component","Name":"BlazorApp.Pages.Company.Dashboard","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Company.Dashboard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"paramfid","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"paramfid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Company.Dashboard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1062085587,"Kind":"Components.Component","Name":"BlazorApp.Pages.Component","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Component"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Component"}},{"HashCode":651481207,"Kind":"Components.Component","Name":"BlazorApp.Pages.Component","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Component"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Component","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-891376953,"Kind":"Components.Component","Name":"BlazorApp.Pages.FetchData","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.FetchData"}},{"HashCode":77442737,"Kind":"Components.Component","Name":"BlazorApp.Pages.FetchData","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.FetchData"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.FetchData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1942074019,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ScriptGenerator","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScriptGenerator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ScriptGenerator"}},{"HashCode":-1962426380,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ScriptGenerator","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.ScriptGenerator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ScriptGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-170806341,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SchulhausList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList"}},{"HashCode":-2120584685,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Schulhaus.SchulhausList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":719025640,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KlassentypList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList"}},{"HashCode":362068399,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.KlassenTyp.KlassentypList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1741770110,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Student.Student","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Student"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Student.Student"}},{"HashCode":-135777937,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Student.Student","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Student.Student"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Student.Student","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1196000685,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Beruf.BerufListe","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BerufListe"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Beruf.BerufListe"}},{"HashCode":974715167,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Beruf.BerufListe","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Beruf.BerufListe"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Beruf.BerufListe","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1791308436,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Anrede.Anrede","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Anrede"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Anrede.Anrede"}},{"HashCode":1879493134,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Anrede.Anrede","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Anrede.Anrede"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Anrede.Anrede","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2131485386,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zeitenlist"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist"}},{"HashCode":-903619557,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zeiten.Zeitenlist","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610629641,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Optionen.OptionenList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OptionenList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Optionen.OptionenList"}},{"HashCode":1991794034,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Optionen.OptionenList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Optionen.OptionenList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Optionen.OptionenList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1726377402,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Teacher"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Teacher.Teacher"}},{"HashCode":1692826051,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Teacher.Teacher","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Teacher.Teacher"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Teacher.Teacher","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":262931906,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ListBase"}},{"HashCode":745540467,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.ListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.ListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.ListBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":170940560,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.UserListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.UserListBase"}},{"HashCode":-774999472,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.UserListBase","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.UserListBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.UserListBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1017578492,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.User.UserList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.User.UserList"}},{"HashCode":1983929545,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.User.UserList","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.User.UserList"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.User.UserList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":16116371,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Company"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Company.Company"}},{"HashCode":1600757960,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Company.Company","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Company.Company"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Company.Company","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":611673006,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AspNetUsers"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers"}},{"HashCode":1032521769,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUsers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1815598324,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AspNetUserRolle"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle"}},{"HashCode":-616899573,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.AspNetUserRolle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1516430931,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserRollen"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen"}},{"HashCode":232285433,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.AspNetUsers.UserRollen","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":424930098,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zuteilung"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung"}},{"HashCode":-1645872100,"Kind":"Components.Component","Name":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Admin.Zuteilung.Zuteilung","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1357618420,"Kind":"Components.Component","Name":"BlazorApp.Pages.Reporting.Reporting","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Reporting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReportNr","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportNr"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Reporting.Reporting"}},{"HashCode":1237452557,"Kind":"Components.Component","Name":"BlazorApp.Pages.Reporting.Reporting","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Reporting.Reporting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReportNr","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportNr"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Reporting.Reporting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1007999859,"Kind":"Components.Component","Name":"BlazorApp.Pages.ShowConfig","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShowConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.ShowConfig"}},{"HashCode":-720899830,"Kind":"Components.Component","Name":"BlazorApp.Pages.ShowConfig","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.ShowConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.ShowConfig","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2010628614,"Kind":"Components.Component","Name":"BlazorApp.Pages.Buttons","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Buttons"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Buttons"}},{"HashCode":706031800,"Kind":"Components.Component","Name":"BlazorApp.Pages.Buttons","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Buttons"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Buttons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-577051830,"Kind":"Components.Component","Name":"BlazorApp.Pages.Administration","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Administration"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Administration"}},{"HashCode":379736598,"Kind":"Components.Component","Name":"BlazorApp.Pages.Administration","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Administration"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Administration","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":60435455,"Kind":"Components.Component","Name":"BlazorApp.Pages.Counter","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Counter"}},{"HashCode":1112980309,"Kind":"Components.Component","Name":"BlazorApp.Pages.Counter","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Pages.Counter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Pages.Counter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1310803113,"Kind":"Components.Component","Name":"BlazorApp.Shared.SurveyPrompt","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SurveyPrompt"}},{"HashCode":-2097144891,"Kind":"Components.Component","Name":"BlazorApp.Shared.SurveyPrompt","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.SurveyPrompt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SurveyPrompt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-973639046,"Kind":"Components.Component","Name":"BlazorApp.Shared.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.Login"}},{"HashCode":826778725,"Kind":"Components.Component","Name":"BlazorApp.Shared.Login","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.Login"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.Login","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-158255483,"Kind":"Components.Component","Name":"BlazorApp.Shared.SampleBaseComponent","AssemblyName":"BlazorApp","Documentation":"\r\n \r\n A base component to perform common functionalities.\r\n \r\n\r\n","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SampleBaseComponent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SampleBaseComponent"}},{"HashCode":2008735593,"Kind":"Components.Component","Name":"BlazorApp.Shared.SampleBaseComponent","AssemblyName":"BlazorApp","Documentation":"\r\n \r\n A base component to perform common functionalities.\r\n \r\n\r\n","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.SampleBaseComponent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.SampleBaseComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248439081,"Kind":"Components.Component","Name":"BlazorApp.Shared.MainLayout","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.MainLayout"}},{"HashCode":1995484576,"Kind":"Components.Component","Name":"BlazorApp.Shared.MainLayout","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.MainLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.MainLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":318930202,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.MainLayout.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.MainLayout.Body","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-690777284,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.MainLayout.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"BlazorApp.Shared.MainLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.MainLayout.Body","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-360036312,"Kind":"Components.Component","Name":"BlazorApp.Shared.NavMenu","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.NavMenu"}},{"HashCode":-1673835224,"Kind":"Components.Component","Name":"BlazorApp.Shared.NavMenu","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.Shared.NavMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Body","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","Metadata":{"Common.PropertyName":"Body","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.Shared.NavMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":80329300,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.NavMenu.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"NavMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.NavMenu.Body","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120742613,"Kind":"Components.ChildContent","Name":"BlazorApp.Shared.NavMenu.Body","AssemblyName":"BlazorApp","Documentation":"\n \n Gets the content to be rendered inside the layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Body","ParentTag":"BlazorApp.Shared.NavMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"BlazorApp.Shared.NavMenu.Body","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224849593,"Kind":"Components.Component","Name":"BlazorApp.App","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.App"}},{"HashCode":-1077845890,"Kind":"Components.Component","Name":"BlazorApp.App","AssemblyName":"BlazorApp","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BlazorApp.App"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"BlazorApp.App","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1570376398,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}},{"HashCode":-1317134907,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-61401565,"Kind":"Components.Component","Name":"Radzen.RadzenComponentWithChildren","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenComponentWithChildren"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponentWithChildren"}},{"HashCode":-1434733042,"Kind":"Components.Component","Name":"Radzen.RadzenComponentWithChildren","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.RadzenComponentWithChildren"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponentWithChildren","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":266872681,"Kind":"Components.ChildContent","Name":"Radzen.RadzenComponentWithChildren.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenComponentWithChildren"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.RadzenComponentWithChildren.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1546947596,"Kind":"Components.ChildContent","Name":"Radzen.RadzenComponentWithChildren.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.RadzenComponentWithChildren"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.RadzenComponentWithChildren.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854928397,"Kind":"Components.Component","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataBoundFormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DataBoundFormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DataBoundFormComponent","Components.GenericTyped":"True"}},{"HashCode":-1461582887,"Kind":"Components.Component","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DataBoundFormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DataBoundFormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DataBoundFormComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-957477760,"Kind":"Components.Component","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DropDownBase","Components.GenericTyped":"True"}},{"HashCode":-1999760184,"Kind":"Components.Component","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.DropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.DropDownBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1558172060,"Kind":"Components.ChildContent","Name":"Radzen.DropDownBase.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"DropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.DropDownBase.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-748385308,"Kind":"Components.ChildContent","Name":"Radzen.DropDownBase.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.DropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.DropDownBase.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1974498659,"Kind":"Components.Component","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.FormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.FormComponent","Components.GenericTyped":"True"}},{"HashCode":-422301397,"Kind":"Components.Component","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.FormComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.FormComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.FormComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833614765,"Kind":"Components.Component","Name":"Radzen.PagedDataBoundComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.PagedDataBoundComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.PagedDataBoundComponent","Components.GenericTyped":"True"}},{"HashCode":-1736658024,"Kind":"Components.Component","Name":"Radzen.PagedDataBoundComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Radzen.PagedDataBoundComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.PagedDataBoundComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011662643,"Kind":"Components.ChildContent","Name":"Radzen.PagedDataBoundComponent.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.PagedDataBoundComponent.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1742614366,"Kind":"Components.ChildContent","Name":"Radzen.PagedDataBoundComponent.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.PagedDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.PagedDataBoundComponent.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":486030445,"Kind":"Components.Component","Name":"Radzen.RadzenComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponent"}},{"HashCode":-387732159,"Kind":"Components.Component","Name":"Radzen.RadzenComponent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.RadzenComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.RadzenComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248910488,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCompareValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCompareValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Radzen.Blazor.CompareOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCompareValidator"}},{"HashCode":405478067,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCompareValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCompareValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Radzen.Blazor.CompareOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCompareValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1033265504,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenEmailValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenEmailValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenEmailValidator"}},{"HashCode":-2059610020,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenEmailValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenEmailValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenEmailValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1308888327,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLengthValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLengthValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLengthValidator"}},{"HashCode":2114101419,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLengthValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLengthValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLengthValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-401432490,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumericRangeValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumericRangeValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumericRangeValidator"}},{"HashCode":532994785,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumericRangeValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumericRangeValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Min","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"dynamic","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumericRangeValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":798720662,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRegexValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRegexValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRegexValidator"}},{"HashCode":238672022,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRegexValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRegexValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRegexValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1700018403,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRequiredValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRequiredValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRequiredValidator"}},{"HashCode":824116365,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRequiredValidator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRequiredValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Popup","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Popup"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRequiredValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2044159970,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTemplateForm","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenTemplateForm component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TItem","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Submit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Submit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"InvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Method","TypeName":"System.String","Metadata":{"Common.PropertyName":"Method"}},{"Kind":"Components.Component","Name":"Action","TypeName":"System.String","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm","Components.GenericTyped":"True"}},{"HashCode":-1726496619,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTemplateForm","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenTemplateForm component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TItem","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Submit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Submit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"InvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Method","TypeName":"System.String","Metadata":{"Common.PropertyName":"Method"}},{"Kind":"Components.Component","Name":"Action","TypeName":"System.String","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":82362380,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTemplateForm.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1134012321,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTemplateForm.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTemplateForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTemplateForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1001048864,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordion","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordion"}},{"HashCode":-2130065704,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordion","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2061376012,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordion.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordion.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-415489054,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordion.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordion.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1221512708,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordionItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem"}},{"HashCode":482426617,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAccordionItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":653747005,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordionItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenAccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1578721252,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAccordionItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenAccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":642519915,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGauge"}},{"HashCode":186128731,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2010160861,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenArcGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":474633676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenArcGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434746798,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale"}},{"HashCode":1934356279,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1382618719,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenArcGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":327243748,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenArcGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039982838,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue"}},{"HashCode":-954396938,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1123265676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1901733868,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenArcGaugeScaleValue"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenArcGaugeScaleValue.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30857567,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAreaSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenAreaSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries","Components.GenericTyped":"True"}},{"HashCode":495120671,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAreaSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenAreaSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1991043428,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenAreaSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-857977478,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenAreaSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734215563,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":486024934,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenAreaSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenAreaSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734787203,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete"}},{"HashCode":-1886203206,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-439365752,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAxisTitle"}},{"HashCode":-1760598782,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1485457441,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarOptions"}},{"HashCode":1179962350,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809561582,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenBarSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarSeries","Components.GenericTyped":"True"}},{"HashCode":1780438482,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBarSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenBarSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBarSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1057222491,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenBarSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1969590357,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenBarSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1637935604,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-873504168,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenBarSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBarSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":943987017,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBody"}},{"HashCode":1935138374,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1967669184,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBody.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1620499015,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenBody.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":201466221,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ButtonStyle","TypeName":"Radzen.ButtonStyle","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonStyle"}},{"Kind":"Components.Component","Name":"ButtonType","TypeName":"Radzen.ButtonType","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonType"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Radzen.ButtonSize","IsEnum":true,"Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsBusy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsBusy"}},{"Kind":"Components.Component","Name":"BusyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BusyText"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenButton"}},{"HashCode":1510259837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ButtonStyle","TypeName":"Radzen.ButtonStyle","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonStyle"}},{"Kind":"Components.Component","Name":"ButtonType","TypeName":"Radzen.ButtonType","IsEnum":true,"Metadata":{"Common.PropertyName":"ButtonType"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Radzen.ButtonSize","IsEnum":true,"Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsBusy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsBusy"}},{"Kind":"Components.Component","Name":"BusyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BusyText"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":844675275,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105030085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":667708182,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCard","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCard"}},{"HashCode":-1969824178,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCard","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":140684443,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCard.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1428710031,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCard.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1841126663,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCategoryAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis"}},{"HashCode":143089319,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCategoryAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1119936238,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenCategoryAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1187688674,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenCategoryAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCategoryAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1013584050,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChart","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorScheme","TypeName":"Radzen.Blazor.ColorScheme","IsEnum":true,"Metadata":{"Common.PropertyName":"ColorScheme"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChart"}},{"HashCode":1432788875,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChart","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorScheme","TypeName":"Radzen.Blazor.ColorScheme","IsEnum":true,"Metadata":{"Common.PropertyName":"ColorScheme"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-446776438,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenChart.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":978898179,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenChart.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1646966576,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChartTooltipOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenChartTooltipOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChartTooltipOptions"}},{"HashCode":563254005,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenChartTooltipOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenChartTooltipOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenChartTooltipOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-818762644,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TriState","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TriState"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.GenericTyped":"True"}},{"HashCode":-1189053322,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TriState","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TriState"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1747163547,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.GenericTyped":"True"}},{"HashCode":-1432405059,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":51331652,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCheckBoxList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenCheckBoxList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1125650204,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenCheckBoxList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenCheckBoxList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1402275200,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxListItem","Components.GenericTyped":"True"}},{"HashCode":101813230,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenCheckBoxListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenCheckBoxListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1321914598,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPicker"}},{"HashCode":-694351086,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1034414499,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1524222478,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-86024773,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPickerItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPickerItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPickerItem"}},{"HashCode":1710002115,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColorPickerItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPickerItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColorPickerItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2127224299,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColumnOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnOptions"}},{"HashCode":-1642222438,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnOptions","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColumnOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2007814353,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenColumnSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries","Components.GenericTyped":"True"}},{"HashCode":-1893141668,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenColumnSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenColumnSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":620431671,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenColumnSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1857434168,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenColumnSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587123359,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1316983647,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenColumnSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenColumnSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":157037606,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContent"}},{"HashCode":-1498689479,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1745480068,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContent.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-657081051,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContent.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-888693442,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContentContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContentContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContentContainer"}},{"HashCode":-1051455430,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContentContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContentContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContentContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":332182267,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContentContainer.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenContentContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContentContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":923437835,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenContentContainer.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenContentContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenContentContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929333606,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContextMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContextMenu"}},{"HashCode":555255737,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenContextMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenContextMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1930239634,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"IsLoading","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLoading"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowMultiColumnSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowMultiColumnSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.GenericTyped":"True"}},{"HashCode":697156419,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"IsLoading","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLoading"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowMultiColumnSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowMultiColumnSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1677188892,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1439134299,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1880946306,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-504715139,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1721952762,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell","Components.GenericTyped":"True"}},{"HashCode":721548439,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2032707376,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDataGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1448655110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDataGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":637736127,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn","Components.GenericTyped":"True"}},{"HashCode":201370326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734189621,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2023789063,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404004108,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1392562676,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2066746341,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":320517578,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-985512836,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-582779916,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1203865815,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":88531769,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851558231,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IList>","Metadata":{"Common.PropertyName":"Columns","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow","Components.GenericTyped":"True"}},{"HashCode":1759473992,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataGridRow component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.IList>","Metadata":{"Common.PropertyName":"Columns","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenDataGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":976633419,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":392848410,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDataGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":996735517,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"WrapItems","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"WrapItems"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataList","Components.GenericTyped":"True"}},{"HashCode":-257860845,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDataList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDataList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"WrapItems","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"WrapItems"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDataList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":927906110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataList.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataList.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1811545801,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDataList.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDataList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDataList.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-468004258,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DateRender","TypeName":"System.Action","Metadata":{"Common.PropertyName":"DateRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"TimeOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TimeOnly"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ShowTime","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTime"}},{"Kind":"Components.Component","Name":"ShowSeconds","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSeconds"}},{"Kind":"Components.Component","Name":"HoursStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"HoursStep"}},{"Kind":"Components.Component","Name":"MinutesStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"MinutesStep"}},{"Kind":"Components.Component","Name":"SecondsStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondsStep"}},{"Kind":"Components.Component","Name":"ShowTimeOkButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTimeOkButton"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"YearRange","TypeName":"System.String","Metadata":{"Common.PropertyName":"YearRange"}},{"Kind":"Components.Component","Name":"HourFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"HourFormat"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.GenericTyped":"True"}},{"HashCode":983276906,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DateRender","TypeName":"System.Action","Metadata":{"Common.PropertyName":"DateRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"TimeOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"TimeOnly"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ShowTime","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTime"}},{"Kind":"Components.Component","Name":"ShowSeconds","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSeconds"}},{"Kind":"Components.Component","Name":"HoursStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"HoursStep"}},{"Kind":"Components.Component","Name":"MinutesStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"MinutesStep"}},{"Kind":"Components.Component","Name":"SecondsStep","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondsStep"}},{"Kind":"Components.Component","Name":"ShowTimeOkButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTimeOkButton"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"YearRange","TypeName":"System.String","Metadata":{"Common.PropertyName":"YearRange"}},{"Kind":"Components.Component","Name":"HourFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"HourFormat"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1208330765,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDayView"}},{"HashCode":-1016419072,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDayView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":335501823,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDialog","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDialog"}},{"HashCode":35549260,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDialog","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":287980325,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDonutSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDonutSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TitleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries","Components.GenericTyped":"True"}},{"HashCode":-1612014042,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDonutSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenDonutSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"TitleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TitleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-703753292,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1717659985,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TitleTemplate","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TitleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1228189010,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-305845198,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525854887,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":474832831,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenDonutSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDonutSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1854692511,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDown component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.GenericTyped":"True"}},{"HashCode":893209846,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDown component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1336187610,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDown.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDown.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1110134898,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDown.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDown"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDown.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1212839164,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownDataGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"ShowSearch","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSearch"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"SearchText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SearchText"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedValue"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowFilteringByAllStringColumns","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFilteringByAllStringColumns"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.GenericTyped":"True"}},{"HashCode":1048078161,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownDataGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"ShowSearch","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowSearch"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"SearchText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SearchText"}},{"Kind":"Components.Component","Name":"SelectedValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedValue"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxSelectedLabels","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxSelectedLabels"}},{"Kind":"Components.Component","Name":"SelectedItemsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectedItemsText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowFilteringByAllStringColumns","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFilteringByAllStringColumns"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026486518,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenDropDownDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-317235518,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenDropDownDataGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2133299163,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":901645155,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDownDataGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1490197950,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn"}},{"HashCode":-926837357,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Radzen.SortOrder?","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Frozen","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Frozen"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"Radzen.FilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352965293,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1833258059,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1710377283,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1734399749,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1204857575,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-171450710,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2134672064,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1961726083,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-926511603,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1413204868,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenDropDownDataGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297889132,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DropDown","TypeName":"Radzen.Blazor.RadzenDropDown","Metadata":{"Common.PropertyName":"DropDown","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownItem","Components.GenericTyped":"True"}},{"HashCode":-1072527336,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenDropDownItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DropDown","TypeName":"Radzen.Blazor.RadzenDropDown","Metadata":{"Common.PropertyName":"DropDown","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenDropDownItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1386437474,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFieldset","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFieldset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFieldset"}},{"HashCode":-835389422,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFieldset","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFieldset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFieldset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1336523315,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":350364308,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":228374607,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1556078073,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-593078954,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1051774085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"Radzen.Blazor.RadzenFieldset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFieldset.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2026004987,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFileInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenFileInput component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"ImageStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"ImageStyle"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.GenericTyped":"True"}},{"HashCode":-1824768124,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFileInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenFileInput component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"ImageStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"ImageStyle"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1922871241,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFooter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFooter"}},{"HashCode":1354648724,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenFooter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1209305556,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFooter.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1902610630,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenFooter.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532529802,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMap","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGoogleMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"MapClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MapClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ApiKey","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApiKey"}},{"Kind":"Components.Component","Name":"Zoom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Zoom"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Markers","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Markers","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap"}},{"HashCode":1421319229,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMap","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGoogleMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"MapClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MapClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ApiKey","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApiKey"}},{"Kind":"Components.Component","Name":"Zoom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Zoom"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Markers","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Markers","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97514448,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGoogleMap.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers","ParentTag":"RadzenGoogleMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap.Markers","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1708000922,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGoogleMap.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers","ParentTag":"Radzen.Blazor.RadzenGoogleMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGoogleMap.Markers","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":676012477,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMapMarker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGoogleMapMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMapMarker"}},{"HashCode":20896172,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGoogleMapMarker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGoogleMapMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.GoogleMapPosition","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGoogleMapMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1739829446,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGravatar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGravatar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Email","TypeName":"System.String","Metadata":{"Common.PropertyName":"Email"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGravatar"}},{"HashCode":1381263854,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGravatar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGravatar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Email","TypeName":"System.String","Metadata":{"Common.PropertyName":"Email"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGravatar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108497413,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.GenericTyped":"True"}},{"HashCode":1581638776,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGrid component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"FilterMode","TypeName":"Radzen.FilterMode","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterMode"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Radzen.DataGridExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EditMode","TypeName":"Radzen.DataGridEditMode","IsEnum":true,"Metadata":{"Common.PropertyName":"EditMode"}},{"Kind":"Components.Component","Name":"FilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterText"}},{"Kind":"Components.Component","Name":"AndOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AndOperatorText"}},{"Kind":"Components.Component","Name":"OrOperatorText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OrOperatorText"}},{"Kind":"Components.Component","Name":"ApplyFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ApplyFilterText"}},{"Kind":"Components.Component","Name":"ClearFilterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClearFilterText"}},{"Kind":"Components.Component","Name":"EqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EqualsText"}},{"Kind":"Components.Component","Name":"NotEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NotEqualsText"}},{"Kind":"Components.Component","Name":"LessThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanText"}},{"Kind":"Components.Component","Name":"LessThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LessThanOrEqualsText"}},{"Kind":"Components.Component","Name":"GreaterThanText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanText"}},{"Kind":"Components.Component","Name":"GreaterThanOrEqualsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreaterThanOrEqualsText"}},{"Kind":"Components.Component","Name":"EndsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndsWithText"}},{"Kind":"Components.Component","Name":"ContainsText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainsText"}},{"Kind":"Components.Component","Name":"StartsWithText","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartsWithText"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"FilterDateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterDateFormat"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowColumnResize","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowColumnResize"}},{"Kind":"Components.Component","Name":"ColumnResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"ColumnResized","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RowSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDeselect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowExpand","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCollapse","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"RowRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"CellRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Render","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"Render","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Columns","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Radzen.DataGridSelectionMode","IsEnum":true,"Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"RowEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowUpdate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"RowCreate","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PagerPosition","TypeName":"Radzen.PagerPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"PagerPosition"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2026151181,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"RadzenGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Columns","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2686773,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Columns","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Columns","ParentTag":"Radzen.Blazor.RadzenGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Columns","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-464536631,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":83546910,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGrid.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenGrid"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGrid.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1335006565,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridCell","Components.GenericTyped":"True"}},{"HashCode":848719554,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridCell","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Item","TypeName":"TItem","Metadata":{"Common.PropertyName":"Item","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Grid","TypeName":"Radzen.Blazor.RadzenGrid","Metadata":{"Common.PropertyName":"Grid","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2144607888,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1440961734,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridCell.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenGridCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1677178413,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Bubble","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Bubble"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridColumn","Components.GenericTyped":"True"}},{"HashCode":2067284984,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridColumn","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenGridColumn component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Metadata":{"Common.PropertyName":"Property"}},{"Kind":"Components.Component","Name":"SortProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"SortProperty"}},{"Kind":"Components.Component","Name":"FilterProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterProperty"}},{"Kind":"Components.Component","Name":"FilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"FilterValue"}},{"Kind":"Components.Component","Name":"SecondFilterValue","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SecondFilterValue"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"SecondFilterOperator","TypeName":"System.String","Metadata":{"Common.PropertyName":"SecondFilterOperator"}},{"Kind":"Components.Component","Name":"LogicalFilterOperator","TypeName":"Radzen.LogicalFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"LogicalFilterOperator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeaderCssClass"}},{"Kind":"Components.Component","Name":"FooterCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"FooterCssClass"}},{"Kind":"Components.Component","Name":"Filterable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Filterable"}},{"Kind":"Components.Component","Name":"Sortable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Sortable"}},{"Kind":"Components.Component","Name":"Bubble","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Bubble"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Radzen.TextAlign","IsEnum":true,"Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1297848932,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":684171452,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1283294004,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126951560,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.EditTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1935897450,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1251693458,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558469799,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-256587059,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1245675256,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1101568570,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Radzen.Blazor.RadzenGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-253902184,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridLines","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridLines"}},{"HashCode":-1305525684,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridLines","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2106241272,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridRow"}},{"HashCode":1821236778,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenGridRow","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"InEditMode","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"InEditMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenGridRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1188484097,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1912429292,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenGridRow.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenGridRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenGridRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1053344817,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeader"}},{"HashCode":910248575,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":950482110,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHeader.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1700847743,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHeader.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-202893520,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeading","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeading"}},{"HashCode":139037518,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHeading","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHeading"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHeading","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2139715554,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtml","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtml"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtml"}},{"HashCode":-1403665326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtml","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtml"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtml","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":898131153,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtml.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtml"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtml.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":916110280,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtml.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtml"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtml.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034627294,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UploadHeaders","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UploadHeaders"}},{"Kind":"Components.Component","Name":"Paste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Paste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor"}},{"HashCode":1685544902,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UploadHeaders","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UploadHeaders"}},{"Kind":"Components.Component","Name":"Paste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Paste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-11311631,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":408203607,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1049454980,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter"}},{"HashCode":1942572604,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1689402216,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft"}},{"HashCode":1849305533,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignLeft","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1909045633,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignRight","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorAlignRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignRight"}},{"HashCode":-1991319645,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorAlignRight","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorAlignRight"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorAlignRight","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":456674589,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackground","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground"}},{"HashCode":-1062535999,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackground","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1310562125,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1938955448,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1401874009,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBackgroundItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem"}},{"HashCode":-1833033514,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBackgroundItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":332144230,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBold","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorBold"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBold"}},{"HashCode":-1349757338,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorBold","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorBold"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorBold","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653445282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor"}},{"HashCode":301340888,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColor","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2115612573,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1191024255,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1411736887,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColorItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorColorItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColorItem"}},{"HashCode":1867326012,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorColorItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorColorItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorColorItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":929309913,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"CommandName","TypeName":"System.String","Metadata":{"Common.PropertyName":"CommandName"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}},{"HashCode":1923392213,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"CommandName","TypeName":"System.String","Metadata":{"Common.PropertyName":"CommandName"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1412067750,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":915693475,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenHtmlEditorCustomTool"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorCustomTool.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":369483996,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontName","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontName"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName"}},{"HashCode":-457929019,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontName","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontName"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1844138656,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenHtmlEditorFontName"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":191715878,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenHtmlEditorFontName"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontName.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-658202062,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontNameItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem"}},{"HashCode":759047897,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontNameItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1396427559,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontSize","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontSize"}},{"HashCode":-2081639321,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFontSize","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFontSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450566780,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorFormatBlock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock"}},{"HashCode":-350662502,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorFormatBlock","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-693102255,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SelectText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectText"}},{"Kind":"Components.Component","Name":"UploadChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadChooseText"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"AltText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AltText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}},{"Kind":"Components.Component","Name":"WidthText","TypeName":"System.String","Metadata":{"Common.PropertyName":"WidthText"}},{"Kind":"Components.Component","Name":"HeightText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeightText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorImage"}},{"HashCode":432362364,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SelectText","TypeName":"System.String","Metadata":{"Common.PropertyName":"SelectText"}},{"Kind":"Components.Component","Name":"UploadChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UploadChooseText"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"AltText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AltText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}},{"Kind":"Components.Component","Name":"WidthText","TypeName":"System.String","Metadata":{"Common.PropertyName":"WidthText"}},{"Kind":"Components.Component","Name":"HeightText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HeightText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-626541731,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorIndent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorIndent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorIndent"}},{"HashCode":-1858410277,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorIndent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorIndent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorIndent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1934742334,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorItalic","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorItalic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorItalic"}},{"HashCode":-814934024,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorItalic","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorItalic"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorItalic","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726438417,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorJustify","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorJustify"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorJustify"}},{"HashCode":-811678729,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorJustify","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorJustify"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorJustify","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":522709170,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"OpenInNewWindowText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OpenInNewWindowText"}},{"Kind":"Components.Component","Name":"LinkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LinkText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorLink"}},{"HashCode":-46734372,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"UrlText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UrlText"}},{"Kind":"Components.Component","Name":"OpenInNewWindowText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OpenInNewWindowText"}},{"Kind":"Components.Component","Name":"LinkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LinkText"}},{"Kind":"Components.Component","Name":"OkText","TypeName":"System.String","Metadata":{"Common.PropertyName":"OkText"}},{"Kind":"Components.Component","Name":"CancelText","TypeName":"System.String","Metadata":{"Common.PropertyName":"CancelText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":33091379,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOrderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorOrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOrderedList"}},{"HashCode":468519978,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOrderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorOrderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOrderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":950409665,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOutdent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorOutdent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOutdent"}},{"HashCode":-2009238806,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorOutdent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorOutdent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorOutdent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1333733943,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRedo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorRedo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRedo"}},{"HashCode":-1086327924,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRedo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorRedo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRedo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1683103724,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorRemoveFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat"}},{"HashCode":-872804647,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorRemoveFormat","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1808207553,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSeparator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSeparator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSeparator"}},{"HashCode":-1166326982,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSeparator","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSeparator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSeparator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1412879797,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorStrikeThrough"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough"}},{"HashCode":-129944282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorStrikeThrough","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1494570782,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSubscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSubscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSubscript"}},{"HashCode":2132286282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSubscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSubscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSubscript","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1753808033,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSuperscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorSuperscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSuperscript"}},{"HashCode":-114720687,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorSuperscript","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorSuperscript"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorSuperscript","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1887963011,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnderline","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnderline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnderline"}},{"HashCode":218742597,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnderline","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnderline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnderline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":315366361,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUndo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUndo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUndo"}},{"HashCode":-221315610,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUndo","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUndo"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUndo","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1075550559,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnlink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnlink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnlink"}},{"HashCode":72209233,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnlink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnlink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnlink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1308532901,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditorUnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList"}},{"HashCode":-1128476793,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditorUnorderedList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":159587106,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenIcon","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenIcon"}},{"HashCode":587019990,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenIcon","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenIcon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1603207989,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenImage"}},{"HashCode":252267853,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenImage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735300346,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenImage.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-957191325,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenImage.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1384295558,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLabel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLabel"}},{"HashCode":-998337154,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLabel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Component","TypeName":"System.String","Metadata":{"Common.PropertyName":"Component"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":621708640,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLegend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLegend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.LegendPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLegend"}},{"HashCode":-1717499837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLegend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLegend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.LegendPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":200821385,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLineSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenLineSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLineSeries","Components.GenericTyped":"True"}},{"HashCode":329375661,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLineSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenLineSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Smooth","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Smooth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLineSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2068917710,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenLineSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":199647570,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenLineSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873469623,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1128072322,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenLineSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenLineSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033303317,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLink"}},{"HashCode":-2111641035,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLink","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":486699381,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.GenericTyped":"True"}},{"HashCode":2005888884,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"AllowVirtualization","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowVirtualization"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowClear","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowClear"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"FilterDelay","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"FilterDelay"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FilterCaseSensitivity","TypeName":"Radzen.FilterCaseSensitivity","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterCaseSensitivity"}},{"Kind":"Components.Component","Name":"FilterOperator","TypeName":"Radzen.StringFilterOperator","IsEnum":true,"Metadata":{"Common.PropertyName":"FilterOperator"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-644459282,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenListBox.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenListBox.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":376713597,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenListBox.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenListBox.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1675310824,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBoxItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBoxItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBoxItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListBox","TypeName":"Radzen.Blazor.RadzenListBox","Metadata":{"Common.PropertyName":"ListBox","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBoxItem","Components.GenericTyped":"True"}},{"HashCode":-123124495,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenListBoxItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBoxItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenListBoxItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListBox","TypeName":"Radzen.Blazor.RadzenListBox","Metadata":{"Common.PropertyName":"ListBox","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Item","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenListBoxItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748550719,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLogin","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenLogin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Username","TypeName":"System.String","Metadata":{"Common.PropertyName":"Username"}},{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"Login","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Login","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Register","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Register","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResetPassword","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ResetPassword","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowRegister","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowRegister"}},{"Kind":"Components.Component","Name":"AllowResetPassword","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowResetPassword"}},{"Kind":"Components.Component","Name":"LoginText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LoginText"}},{"Kind":"Components.Component","Name":"RegisterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterText"}},{"Kind":"Components.Component","Name":"RegisterMessageText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterMessageText"}},{"Kind":"Components.Component","Name":"ResetPasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ResetPasswordText"}},{"Kind":"Components.Component","Name":"UserText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserText"}},{"Kind":"Components.Component","Name":"UserRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserRequired"}},{"Kind":"Components.Component","Name":"PasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordText"}},{"Kind":"Components.Component","Name":"PasswordRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordRequired"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLogin"}},{"HashCode":-1224943546,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenLogin","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenLogin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Username","TypeName":"System.String","Metadata":{"Common.PropertyName":"Username"}},{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"Login","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Login","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Register","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Register","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResetPassword","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ResetPassword","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowRegister","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowRegister"}},{"Kind":"Components.Component","Name":"AllowResetPassword","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowResetPassword"}},{"Kind":"Components.Component","Name":"LoginText","TypeName":"System.String","Metadata":{"Common.PropertyName":"LoginText"}},{"Kind":"Components.Component","Name":"RegisterText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterText"}},{"Kind":"Components.Component","Name":"RegisterMessageText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RegisterMessageText"}},{"Kind":"Components.Component","Name":"ResetPasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ResetPasswordText"}},{"Kind":"Components.Component","Name":"UserText","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserText"}},{"Kind":"Components.Component","Name":"UserRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"UserRequired"}},{"Kind":"Components.Component","Name":"PasswordText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordText"}},{"Kind":"Components.Component","Name":"PasswordRequired","TypeName":"System.String","Metadata":{"Common.PropertyName":"PasswordRequired"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenLogin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1288971371,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMarkers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMarkers"}},{"HashCode":-2003401514,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMarkers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMarkers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2111054984,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMask"}},{"HashCode":-1530232137,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMask"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"Pattern","TypeName":"System.String","Metadata":{"Common.PropertyName":"Pattern"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209132424,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenu"}},{"HashCode":1083904885,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Responsive","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Responsive"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2031900092,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1115627092,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1331671822,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenuItem"}},{"HashCode":1413270191,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1609680085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1097355812,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1388575453,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMonthView"}},{"HashCode":-1377899028,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenMonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenMonthView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":461735718,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotification","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNotification"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotification"}},{"HashCode":1367975876,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotification","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNotification"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotification","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1513318790,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotificationMessage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNotificationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Message","TypeName":"Radzen.NotificationMessage","Metadata":{"Common.PropertyName":"Message"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotificationMessage"}},{"HashCode":457519645,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNotificationMessage","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNotificationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Message","TypeName":"Radzen.NotificationMessage","Metadata":{"Common.PropertyName":"Message"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNotificationMessage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":5278289,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumeric"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenNumeric component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"ShowUpDown","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowUpDown"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.GenericTyped":"True"}},{"HashCode":735961202,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumeric"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenNumeric component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"ShowUpDown","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowUpDown"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal?","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1172580288,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageSizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPager"}},{"HashCode":2019597047,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageSizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageSizeOptions","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"PageSizeOptions"}},{"Kind":"Components.Component","Name":"PageNumbersCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PageNumbersCount"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1443876872,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanel"}},{"HashCode":-132728291,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowCollapse","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCollapse"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SummaryTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"SummaryTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Collapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544137966,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204663530,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.HeaderTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-23389519,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1230941215,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.SummaryTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SummaryTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.SummaryTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":102983066,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":484957248,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.FooterTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":589120780,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-3638594,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanel.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1843907876,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu"}},{"HashCode":2124278685,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-162865421,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanelMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1517350898,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanelMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1612645945,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem"}},{"HashCode":-491424383,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726099698,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPanelMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1050326435,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPanelMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1397513226,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPassword"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPassword"}},{"HashCode":-1657695974,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPassword"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPassword","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1510552355,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPieSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenPieSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPieSeries","Components.GenericTyped":"True"}},{"HashCode":171661252,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenPieSeries","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenPieSeries component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Fills","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Fills"}},{"Kind":"Components.Component","Name":"Strokes","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Strokes"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CategoryProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"CategoryProperty"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"RenderingOrder","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RenderingOrder"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenPieSeries","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1503301650,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenPieSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-25074124,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenPieSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1259608246,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1472817615,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Radzen.Blazor.RadzenPieSeries"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenPieSeries.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851813787,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProfileMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu"}},{"HashCode":236037291,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenu","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProfileMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1433912361,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":367538893,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-528643400,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":917931510,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenProfileMenu.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenProfileMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenProfileMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364319996,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProfileMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenuItem"}},{"HashCode":-1270521976,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProfileMenuItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProfileMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProfileMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059924426,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Radzen.ProgressBarMode","IsEnum":true,"Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProgressBar"}},{"HashCode":-1329551827,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Radzen.ProgressBarMode","IsEnum":true,"Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"System.Action","Metadata":{"Common.PropertyName":"ValueChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-182715636,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge"}},{"HashCode":944171747,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGauge","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1510763740,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenRadialGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1210201551,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGauge.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenRadialGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1117587166,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale"}},{"HashCode":-1777470977,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106052550,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenRadialGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1055080030,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenRadialGaugeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":614861842,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}},{"HashCode":-2054218709,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowValue"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1208018641,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":217690199,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenRadialGaugeScalePointer"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScalePointer.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1928630136,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScaleRange","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadialGaugeScaleRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScaleRange"}},{"HashCode":1102564864,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadialGaugeScaleRange","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadialGaugeScaleRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadialGaugeScaleRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":340920376,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.GenericTyped":"True"}},{"HashCode":1505063274,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Radzen.Orientation","IsEnum":true,"Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-745346661,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadioButtonList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenRadioButtonList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241386711,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenRadioButtonList.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenRadioButtonList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2018966110,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonListItem","Components.GenericTyped":"True"}},{"HashCode":-849215906,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRadioButtonListItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenRadioButtonListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":959879310,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stars","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Stars"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRating"}},{"HashCode":-1898941579,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRating"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stars","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Stars"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenRating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427843652,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenScheduler","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenScheduler component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartProperty"}},{"Kind":"Components.Component","Name":"EndProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndProperty"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"TodayText","TypeName":"System.String","Metadata":{"Common.PropertyName":"TodayText"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"SlotSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SlotSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AppointmentSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"AppointmentSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AppointmentRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"AppointmentRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenScheduler","Components.GenericTyped":"True"}},{"HashCode":-2102939654,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenScheduler","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.RadzenScheduler component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"StartProperty"}},{"Kind":"Components.Component","Name":"EndProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"EndProperty"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"TodayText","TypeName":"System.String","Metadata":{"Common.PropertyName":"TodayText"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"SlotSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SlotSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AppointmentSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"AppointmentSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AppointmentRender","TypeName":"System.Action>","Metadata":{"Common.PropertyName":"AppointmentRender","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadData","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"LoadData","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenScheduler","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":44777233,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenScheduler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1345713140,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenScheduler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-290766157,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1592824330,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenScheduler.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenScheduler"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenScheduler.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1408599201,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSelectBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.GenericTyped":"True"}},{"HashCode":1520863128,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSelectBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueProperty"}},{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"Items","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Items","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466630605,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSelectBar.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"RadzenSelectBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSelectBar.Items","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1816351616,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSelectBar.Items","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Items","ParentTag":"Radzen.Blazor.RadzenSelectBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSelectBar.Items","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":28805602,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBarItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBarItem"}},{"HashCode":-718588680,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSelectBarItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSelectBarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1012115368,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebar"}},{"HashCode":-1071133587,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2078343896,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSidebar.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":905461550,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSidebar.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595772362,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebarToggle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebarToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebarToggle"}},{"HashCode":-1579097318,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSidebarToggle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebarToggle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSidebarToggle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-775854957,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Range","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.GenericTyped":"True"}},{"HashCode":-479662321,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Radzen.Blazor.RadzenSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.String","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Range","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Decimal","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1230068133,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButton"}},{"HashCode":691508042,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1149213155,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSplitButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-675754130,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSplitButton.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1941366555,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButtonItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSplitButtonItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButtonItem"}},{"HashCode":-170757224,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSplitButtonItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSplitButtonItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSplitButtonItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1410234922,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSSRSViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseProxy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"UseProxy"}},{"Kind":"Components.Component","Name":"ReportServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportServer"}},{"Kind":"Components.Component","Name":"LocalServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"LocalServer"}},{"Kind":"Components.Component","Name":"ReportName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportName"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Parameters","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer"}},{"HashCode":1149473950,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSSRSViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UseProxy","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"UseProxy"}},{"Kind":"Components.Component","Name":"ReportServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportServer"}},{"Kind":"Components.Component","Name":"LocalServer","TypeName":"System.String","Metadata":{"Common.PropertyName":"LocalServer"}},{"Kind":"Components.Component","Name":"ReportName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ReportName"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Parameters","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1218510879,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSSRSViewer.Parameters","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Parameters","ParentTag":"RadzenSSRSViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer.Parameters","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":613541930,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSSRSViewer.Parameters","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Parameters","ParentTag":"Radzen.Blazor.RadzenSSRSViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewer.Parameters","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1143904963,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewerParameter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSSRSViewerParameter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ParameterName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ParameterName"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewerParameter"}},{"HashCode":1921965878,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSSRSViewerParameter","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSSRSViewerParameter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ParameterName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ParameterName"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSSRSViewerParameter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1954083843,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSteps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NextText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NextText"}},{"Kind":"Components.Component","Name":"PreviousText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreviousText"}},{"Kind":"Components.Component","Name":"Steps","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Steps","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSteps"}},{"HashCode":912575129,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSteps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NextText","TypeName":"System.String","Metadata":{"Common.PropertyName":"NextText"}},{"Kind":"Components.Component","Name":"PreviousText","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreviousText"}},{"Kind":"Components.Component","Name":"Steps","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Steps","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSteps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645892723,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSteps.Steps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps","ParentTag":"RadzenSteps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSteps.Steps","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1746184408,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenSteps.Steps","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Steps","ParentTag":"Radzen.Blazor.RadzenSteps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenSteps.Steps","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1639839020,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenStepsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenStepsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenStepsItem"}},{"HashCode":98820967,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenStepsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenStepsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenStepsItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1388348433,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenStepsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenStepsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenStepsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1368351345,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenStepsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenStepsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenStepsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1149063404,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSwitch"}},{"HashCode":592460868,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1482646905,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Radzen.TabRenderMode","IsEnum":true,"Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Tabs","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Tabs","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabs"}},{"HashCode":586983415,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Radzen.TabRenderMode","IsEnum":true,"Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"SelectedIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"SelectedIndex"}},{"Kind":"Components.Component","Name":"SelectedIndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"SelectedIndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Tabs","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Tabs","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":410112353,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabs.Tabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs","ParentTag":"RadzenTabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabs.Tabs","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1865183816,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabs.Tabs","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs","ParentTag":"Radzen.Blazor.RadzenTabs"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabs.Tabs","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1313263661,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabsItem"}},{"HashCode":876434611,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTabsItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTabsItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":256650852,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1100442186,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTabsItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-529512086,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTabsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":306290840,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTabsItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTabsItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTabsItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789034029,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cols","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Cols"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextArea"}},{"HashCode":836905722,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cols","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Cols"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2012726282,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextBox"}},{"HashCode":313573837,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"AutoComplete","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AutoComplete"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int64?","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1614389429,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTicks","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTicks"}},{"HashCode":890153838,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTicks","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1818558608,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTicks.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTicks.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1700272777,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTicks.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTicks"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTicks.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488524777,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTooltip"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTooltip"}},{"HashCode":-1402998865,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTooltip"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284307299,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowCheckBoxes","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckBoxes"}},{"Kind":"Components.Component","Name":"AllowCheckChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckChildren"}},{"Kind":"Components.Component","Name":"AllowCheckParents","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckParents"}},{"Kind":"Components.Component","Name":"CheckedValues","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"CheckedValues"}},{"Kind":"Components.Component","Name":"CheckedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CheckedValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":368065562,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Expand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AllowCheckBoxes","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckBoxes"}},{"Kind":"Components.Component","Name":"AllowCheckChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckChildren"}},{"Kind":"Components.Component","Name":"AllowCheckParents","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"AllowCheckParents"}},{"Kind":"Components.Component","Name":"CheckedValues","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"CheckedValues"}},{"Kind":"Components.Component","Name":"CheckedValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CheckedValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837455441,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTree.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTree"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTree.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1539264121,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTree.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTree"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTree.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1381032075,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ParentItem","TypeName":"Radzen.Blazor.RadzenTreeItem","Metadata":{"Common.PropertyName":"ParentItem"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeItem"}},{"HashCode":-588915630,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"ParentItem","TypeName":"Radzen.Blazor.RadzenTreeItem","Metadata":{"Common.PropertyName":"ParentItem"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-454198443,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenTreeItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":399515125,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenTreeItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1797998041,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1015795722,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeItem.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTreeItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":283596411,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeLevel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ChildrenProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChildrenProperty"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Func","Metadata":{"Common.PropertyName":"HasChildren","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Expanded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Selected","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Text","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel"}},{"HashCode":-1165184916,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenTreeLevel","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextProperty"}},{"Kind":"Components.Component","Name":"ChildrenProperty","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChildrenProperty"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Func","Metadata":{"Common.PropertyName":"HasChildren","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Expanded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Selected","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Text","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1821906334,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeLevel.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":898275719,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenTreeLevel.Template","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Radzen.Blazor.RadzenTreeLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenTreeLevel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1955670624,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUpload","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenUpload"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Auto","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Auto"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Progress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Complete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Complete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUpload"}},{"HashCode":-1336626631,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUpload","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenUpload"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Auto","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Auto"}},{"Kind":"Components.Component","Name":"ChooseText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChooseText"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.String","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Progress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Complete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Complete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Error","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Error","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUpload","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2048109561,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenUpload.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenUpload"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenUpload.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1825452844,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenUpload.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenUpload"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenUpload.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-156686326,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUploadHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenUploadHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUploadHeader"}},{"HashCode":-102190374,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenUploadHeader","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenUploadHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenUploadHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":212817605,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenValueAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenValueAxis"}},{"HashCode":1185993107,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenValueAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenValueAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2044424413,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenValueAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadzenValueAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenValueAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2011249356,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.RadzenValueAxis.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.RadzenValueAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.RadzenValueAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028569416,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenWeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenWeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenWeekView"}},{"HashCode":726727893,"Kind":"Components.Component","Name":"Radzen.Blazor.RadzenWeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenWeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.RadzenWeekView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-618096592,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Appointment","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Appointment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Radzen.Blazor.AppointmentData","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Appointment"}},{"HashCode":-1257717681,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Appointment","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Appointment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Radzen.Blazor.AppointmentData","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Appointment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1919219096,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxis"}},{"HashCode":1839662681,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":449549557,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick"}},{"HashCode":-1464696280,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001705691,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CategoryAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1457791196,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.CategoryAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1061883931,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CategoryAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTitle"}},{"HashCode":242812985,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.CategoryAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.CategoryAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.CategoryAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-323515481,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ChartTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip"}},{"HashCode":-133881280,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ChartTooltip","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":18791956,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1384106503,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.ChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-842922053,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ClipPath","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ClipPath"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ClipPath"}},{"HashCode":601643941,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ClipPath","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ClipPath"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ClipPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1665074839,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DaySlotEvents","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DaySlotEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DaySlotEvents"}},{"HashCode":834009659,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DaySlotEvents","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DaySlotEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DaySlotEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-931479081,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DayView"}},{"HashCode":-330430155,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DayView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DayView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DayView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1662525055,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DialogContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dialog","TypeName":"Radzen.Dialog","Metadata":{"Common.PropertyName":"Dialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DialogContainer"}},{"HashCode":-1154136760,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.DialogContainer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.DialogContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Dialog","TypeName":"Radzen.Dialog","Metadata":{"Common.PropertyName":"Dialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.DialogContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1085397612,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Draggable","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Drag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Draggable"}},{"HashCode":2102428458,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Draggable","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Draggable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Drag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Draggable","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307227350,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Draggable.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Draggable.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-157832015,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Draggable.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Draggable"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Draggable.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1204348157,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorButton"}},{"HashCode":293228396,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorButton","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470594576,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker"}},{"HashCode":-1413011858,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ShowHSV","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowHSV"}},{"Kind":"Components.Component","Name":"ShowRGBA","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowRGBA"}},{"Kind":"Components.Component","Name":"ShowColors","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowColors"}},{"Kind":"Components.Component","Name":"ShowButton","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowButton"}},{"Kind":"Components.Component","Name":"HexText","TypeName":"System.String","Metadata":{"Common.PropertyName":"HexText"}},{"Kind":"Components.Component","Name":"RedText","TypeName":"System.String","Metadata":{"Common.PropertyName":"RedText"}},{"Kind":"Components.Component","Name":"GreenText","TypeName":"System.String","Metadata":{"Common.PropertyName":"GreenText"}},{"Kind":"Components.Component","Name":"BlueText","TypeName":"System.String","Metadata":{"Common.PropertyName":"BlueText"}},{"Kind":"Components.Component","Name":"AlphaText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AlphaText"}},{"Kind":"Components.Component","Name":"ButtonText","TypeName":"System.String","Metadata":{"Common.PropertyName":"ButtonText"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1089631820,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-445049318,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":221442371,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PopupStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"PopupStyle"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown"}},{"HashCode":1063124167,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PopupStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"PopupStyle"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Change","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Change","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-135452619,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorDropDown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1156350578,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorDropDown"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":355791927,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem"}},{"HashCode":2098535450,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.EditorDropDownItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1215714356,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":765843085,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.EditorDropDownItem"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDownItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-128292366,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeBand","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeBand"}},{"HashCode":-1967152163,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeBand","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Metadata":{"Common.PropertyName":"To"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeBand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689837943,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugePointer"}},{"HashCode":1262495198,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugePointer","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715939931,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeScale"}},{"HashCode":671094005,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.GaugeScale","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.GaugeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"TickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLength"}},{"Kind":"Components.Component","Name":"MinorTickLength","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorTickLength"}},{"Kind":"Components.Component","Name":"TickLabelOffset","TypeName":"System.Double","Metadata":{"Common.PropertyName":"TickLabelOffset"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Center","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Center"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"ShowFirstTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowFirstTick"}},{"Kind":"Components.Component","Name":"ShowLastTick","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowLastTick"}},{"Kind":"Components.Component","Name":"ShowTickLabels","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"ShowTickLabels"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Radzen.Blazor.GaugeTickPosition","IsEnum":true,"Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Formatter","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"MinorStep","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MinorStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.GaugeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1169647788,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Hours","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Hours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Start","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Hours"}},{"HashCode":1287686028,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Hours","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Hours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Start","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Hours","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1550605824,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Legend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Legend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Legend"}},{"HashCode":-603271282,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Legend","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Legend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Legend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1217210000,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.LegendItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"MarkerSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MarkerSize"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.LegendItem"}},{"HashCode":677347499,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.LegendItem","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.LegendItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"MarkerSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"MarkerSize"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.LegendItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-906228038,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Line","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Line"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Line"}},{"HashCode":1476127054,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Line","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Line"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Line","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-412314462,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Marker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Marker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Marker"}},{"HashCode":1243508169,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Marker","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Marker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Marker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1214282142,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Markers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.Rendering.Markers component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Category","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Value","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Markers","Components.GenericTyped":"True"}},{"HashCode":1142203604,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Markers","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Markers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Radzen.Blazor.Rendering.Markers component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Category","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Func","Metadata":{"Common.PropertyName":"Value","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Radzen.Blazor.MarkerType","IsEnum":true,"Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Markers","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1203932473,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.MonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.MonthView"}},{"HashCode":217610469,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.MonthView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"MaxAppointmentsInSlot","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"MaxAppointmentsInSlot"}},{"Kind":"Components.Component","Name":"MoreText","TypeName":"System.String","Metadata":{"Common.PropertyName":"MoreText"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.MonthView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1453798734,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Path","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Path"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"D","TypeName":"System.String","Metadata":{"Common.PropertyName":"D"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Path"}},{"HashCode":1321500692,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Path","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Path"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"D","TypeName":"System.String","Metadata":{"Common.PropertyName":"D"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Path","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1109654344,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Popup","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Popup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Popup"}},{"HashCode":-63307858,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Popup","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Popup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Open","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Open","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Close","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ContextMenu","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Popup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1407826027,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Popup.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Popup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Popup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":774754767,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Popup.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Popup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Popup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-355313692,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Text","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Text"}},{"HashCode":-230902557,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Text","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Text"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Radzen.Blazor.Point","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Text","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1579587746,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Tick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Tick"}},{"HashCode":-304744276,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.Tick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.Tick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.Tick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":360821088,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Tick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Tick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Tick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1857821188,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.Tick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.Tick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.Tick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1210387120,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxis"}},{"HashCode":-544266534,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxis","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxis"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309766381,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick"}},{"HashCode":523610705,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTick","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxisTick"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Radzen.Blazor.LineType","IsEnum":true,"Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1691841824,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ValueAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-876521691,"Kind":"Components.ChildContent","Name":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Radzen.Blazor.Rendering.ValueAxisTick"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTick.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1288502518,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTitle"}},{"HashCode":724284013,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.ValueAxisTitle","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.ValueAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.ValueAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735344089,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.WeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.WeekView"}},{"HashCode":203361347,"Kind":"Components.Component","Name":"Radzen.Blazor.Rendering.WeekView","AssemblyName":"Radzen.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.WeekView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"StartTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"StartTime"}},{"Kind":"Components.Component","Name":"EndTime","TypeName":"System.TimeSpan","Metadata":{"Common.PropertyName":"EndTime"}},{"Kind":"Components.Component","Name":"Appointments","TypeName":"System.Collections.Generic.IList","Metadata":{"Common.PropertyName":"Appointments"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Radzen.Blazor.Rendering.WeekView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909063601,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ExportComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExportComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ExportComponent"}},{"HashCode":1007460435,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ExportComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ExportComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ExportComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1910611911,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportContainer"}},{"HashCode":-2106152934,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-340423598,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Toolbar","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Toolbar"}},{"HashCode":1923067588,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Toolbar","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1361565170,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.IFrameDesigner","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IFrameDesigner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.IFrameDesigner"}},{"HashCode":-1760011450,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.IFrameDesigner","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.IFrameDesigner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.IFrameDesigner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":808225145,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Outline","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Outline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OutlineXml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"OutlineXml"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Outline"}},{"HashCode":-1307786254,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Outline","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Outline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OutlineXml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"OutlineXml"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Outline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":665764572,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportBody","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody"}},{"HashCode":-1979882870,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportBody","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportBody"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":894270494,"Kind":"Components.ChildContent","Name":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ReportBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1051577722,"Kind":"Components.ChildContent","Name":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FastReport.Web.Blazor.Components.ReportBody"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"FastReport.Web.Blazor.Components.ReportBody.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1035892932,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportRender","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportRender"}},{"HashCode":-55766645,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.ReportRender","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.ReportRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.ReportRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1293510190,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Styles","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Styles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Styles"}},{"HashCode":480060421,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Styles","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Styles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Styles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2036538377,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Tabs","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Tabs"}},{"HashCode":1953527013,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Tabs","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Tabs"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Tabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865104935,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.WebReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WebReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.WebReportContainer"}},{"HashCode":1370284292,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.WebReportContainer","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.WebReportContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.WebReportContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1879510638,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WebReportPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UserWebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"UserWebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview"}},{"HashCode":-295888415,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UserWebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"UserWebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.WebReportPreview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":925372349,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ButtonBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-1616660711,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ButtonBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1664994791,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataFilterBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : DataFilterBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-524434713,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : DataFilterBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DataFilterBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1750860708,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ListBoxBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","Components.GenericTyped":"True"}},{"HashCode":-1016409375,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False","Component.TypeParameterConstraints":"where T : ListBoxBaseControl"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"T","Metadata":{"Common.PropertyName":"Control","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxBaseComponent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776803913,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent"}},{"HashCode":871490647,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ButtonComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981049167,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent"}},{"HashCode":-2068553913,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":413218146,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckedListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckedListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent"}},{"HashCode":877341778,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.CheckedListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.CheckedListBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461628745,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ComboBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent"}},{"HashCode":-1342272129,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ComboBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ComboBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1430395182,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ControlsComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Controls","TypeName":"FastReport.Dialog.DialogComponentCollection","Metadata":{"Common.PropertyName":"Controls"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent"}},{"HashCode":1731862995,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Controls","TypeName":"FastReport.Dialog.DialogComponentCollection","Metadata":{"Common.PropertyName":"Controls"}},{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ControlsComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-688803425,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimePickerComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.DateTimePickerControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent"}},{"HashCode":1878497620,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.DateTimePickerControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DateTimePickerComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450373433,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogPageComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"dialogPage","TypeName":"FastReport.Dialog.DialogPage","Metadata":{"Common.PropertyName":"dialogPage"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent"}},{"HashCode":-1917032491,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"dialogPage","TypeName":"FastReport.Dialog.DialogPage","Metadata":{"Common.PropertyName":"dialogPage"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.DialogPageComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":716725022,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.GroupBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent"}},{"HashCode":269308747,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.GroupBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.GroupBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1317716519,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.LabelControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent"}},{"HashCode":1040901251,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.LabelControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.LabelComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":729332733,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent"}},{"HashCode":1716659876,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.ListBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.ListBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-68164404,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthCalendarComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.MonthCalendarControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent"}},{"HashCode":-272054532,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.MonthCalendarControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.MonthCalendarComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-130158828,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PictureBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.PictureBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent"}},{"HashCode":-1773662394,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.PictureBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.PictureBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-694005491,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadioButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.RadioButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent"}},{"HashCode":-146540870,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.RadioButtonControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.RadioButtonComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":370279886,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.TextBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent"}},{"HashCode":-385054467,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WebReport","TypeName":"FastReport.Web.WebReport","Metadata":{"Common.PropertyName":"WebReport"}},{"Kind":"Components.Component","Name":"Control","TypeName":"FastReport.Dialog.TextBoxControl","Metadata":{"Common.PropertyName":"Control"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.Dialog.TextBoxComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958213839,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OutlineBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"xml"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase"}},{"HashCode":536381359,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"xml"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1171853649,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OutlineNode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"Xml"}},{"Kind":"Components.Component","Name":"Cortage","TypeName":"(System.String Text, System.Int32 Page, System.Single offset)","Metadata":{"Common.PropertyName":"Cortage"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode"}},{"HashCode":-1977513102,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"Xml","TypeName":"FastReport.Utils.XmlItem","Metadata":{"Common.PropertyName":"Xml"}},{"Kind":"Components.Component","Name":"Cortage","TypeName":"(System.String Text, System.Int32 Page, System.Single offset)","Metadata":{"Common.PropertyName":"Cortage"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Components.Internal.OutLineNode.OutlineNode","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377061443,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextObject","TypeName":"FastReport.TextObject","Metadata":{"Common.PropertyName":"TextObject"}},{"Kind":"Components.Component","Name":"ClassTag","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassTag"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"FastReport.Web.Blazor.Export.InputChanged","Metadata":{"Common.PropertyName":"OnChange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput"}},{"HashCode":2001838821,"Kind":"Components.Component","Name":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","AssemblyName":"FastReport.Web","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextObject","TypeName":"FastReport.TextObject","Metadata":{"Common.PropertyName":"TextObject"}},{"Kind":"Components.Component","Name":"ClassTag","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassTag"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"FastReport.Web.Blazor.Export.InputChanged","Metadata":{"Common.PropertyName":"OnChange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"FastReport.Web.Blazor.Export.ReportComponent.TextInput","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1454588018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DataManager is a data management component used for performing data operations in applications.\n It acts as an abstraction for using local data source - IEnumerable and remote data source - web services returning JSON or oData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataManager"}},{"HashCode":1260157934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DataManager is a data management component used for performing data operations in applications.\n It acts as an abstraction for using local data source - IEnumerable and remote data source - web services returning JSON or oData.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":393976633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-419901060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-265974391,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains barcode display text data and functionalities.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the barcode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}},{"HashCode":1701910020,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains barcode display text data and functionalities.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the barcode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1321994002,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BarcodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1458286274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1321007926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the barcode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin"}},{"HashCode":632386188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the barcode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the barcode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1692646521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the barcode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BarcodeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin"}},{"HashCode":-1542795950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the barcode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302495760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class, which contains data and functionalities for SfBarcode.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBarcodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the barcode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the barcode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"EnableCheckSum","TypeName":"System.Boolean","Documentation":"\n \n Specifies an error detection in which some additional characters are added to a barcode to protect the integrity of barcode data. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"EnableCheckSum"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the barcode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Documentation":"\n \n Specifies the margin properties for the barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeType","IsEnum":true,"Documentation":"\n \n Specifies the type of barcode to be rendered. By default, it is set to Code128.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the barcode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the barcode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}},{"HashCode":143095909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class, which contains data and functionalities for SfBarcode.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the barcode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the barcode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"EnableCheckSum","TypeName":"System.Boolean","Documentation":"\n \n Specifies an error detection in which some additional characters are added to a barcode to protect the integrity of barcode data. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"EnableCheckSum"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the barcode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeMargin","Documentation":"\n \n Specifies the margin properties for the barcode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.BarcodeGenerator.BarcodeType","IsEnum":true,"Documentation":"\n \n Specifies the type of barcode to be rendered. By default, it is set to Code128.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the barcode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the barcode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the barcode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":857712586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBarcodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2019060690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for Barcode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfBarcodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796855433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains DataMatrix display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Documentation":"\n \n It sets the space to be left between the text and its DataMatrix. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}},{"HashCode":-1219339763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains DataMatrix display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Documentation":"\n \n It sets the space to be left between the text and its DataMatrix. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1791028630,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataMatrixGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":586941005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421570432,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the DataMatrix.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin"}},{"HashCode":-235214850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the DataMatrix.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the DataMatrix. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2147158043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the DataMatrix.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataMatrixMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin"}},{"HashCode":-656936807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the DataMatrix.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298464032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the data and functionalities for SfDataMatrixGenerator.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDataMatrixGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the DataMatrix. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"Encoding","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixEncoding","IsEnum":true,"Documentation":"\n \n Specifies the encoding type of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Encoding"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the DataMatrix. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Documentation":"\n \n Specifies the margin properties for the DataMatrix. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixSize","IsEnum":true,"Documentation":"\n \n Specifies the amount of data to be encoded in the data matrix symbol.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the DataMatrix to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the DataMatrix input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}},{"HashCode":1263089070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the data and functionalities for SfDataMatrixGenerator.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the DataMatrix. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"Encoding","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixEncoding","IsEnum":true,"Documentation":"\n \n Specifies the encoding type of the DataMatrix.\n \n ","Metadata":{"Common.PropertyName":"Encoding"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the DataMatrix. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixMargin","Documentation":"\n \n Specifies the margin properties for the DataMatrix. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.BarcodeGenerator.DataMatrixSize","IsEnum":true,"Documentation":"\n \n Specifies the amount of data to be encoded in the data matrix symbol.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the DataMatrix to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DataMatrix model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the DataMatrix input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":279641094,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDataMatrixGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-622828734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for data matrix element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfDataMatrixGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-121252945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains QRCode display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRCodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its QRCode. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the QRCode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}},{"HashCode":-845284816,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class which contains QRCode display text data and functionalities.\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.BarcodeGenerator.Alignment","IsEnum":true,"Documentation":"\n \n Defines the horizontal alignment of the text. By default, it is set to Center.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Font","TypeName":"System.String","Documentation":"\n \n Defines the font style of the text. By default, it is set to monospace.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Documentation":"\n \n It sets the space to be left between the text and its QRCode. By default, it is set to 0 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.BarcodeGenerator.TextPosition","IsEnum":true,"Documentation":"\n \n Defines the position of the text. By default, it is set to Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Defines the size of the text. By default, it is set to 20.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets the textual description of the QRCode.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.Boolean","Documentation":"\n \n Defines the visibility of the text. By default, it is set to true.\n \n ","Metadata":{"Common.PropertyName":"Visibility"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981793603,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QRCodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1687791815,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QR code generator display text element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1046729551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the QRCode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRCodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin"}},{"HashCode":1069061912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the display text of the QRCode.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the display text of the QRCode. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeTextMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1280037195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the QRCode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QRMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin"}},{"HashCode":-2114624447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the space to be left from the QRCode.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element. By default, it is set to 10.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-55554310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies all the properties for the QRCode to be rendered.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfQRCodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the QRCode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the QRCode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"ErrorCorrectionLevel","TypeName":"Syncfusion.Blazor.BarcodeGenerator.ErrorCorrectionLevel","IsEnum":true,"Documentation":"\n \n Specifies the error correction level of the QR code.\n \n ","Metadata":{"Common.PropertyName":"ErrorCorrectionLevel"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the QRCode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Documentation":"\n \n Specifies the margin properties for the QRCode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the QRCode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Version","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeVersion","IsEnum":true,"Documentation":"\n \n Specifies the version of the QR code.\n \n ","Metadata":{"Common.PropertyName":"Version"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the QRCode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}},{"HashCode":291305627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies all the properties for the QRCode to be rendered.\n \n \n \n \n \n \n \n \n \n @code{\n public void OnInvalid(ValidationFailedEventArgs args)\n {\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Specifies the background color of the QRCode. By default, it is set to white.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"DisplayText","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeGeneratorDisplayText","Documentation":"\n \n Specifies the text properties for the QRCode.\n \n ","Metadata":{"Common.PropertyName":"DisplayText"}},{"Kind":"Components.Component","Name":"ErrorCorrectionLevel","TypeName":"Syncfusion.Blazor.BarcodeGenerator.ErrorCorrectionLevel","IsEnum":true,"Documentation":"\n \n Specifies the error correction level of the QR code.\n \n ","Metadata":{"Common.PropertyName":"ErrorCorrectionLevel"}},{"Kind":"Components.Component","Name":"ForeColor","TypeName":"System.String","Documentation":"\n \n Specifies the line and text color of the QRCode. By default, it is set to black.\n \n ","Metadata":{"Common.PropertyName":"ForeColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRMargin","Documentation":"\n \n Specifies the margin properties for the QRCode. By default, it is set to 10 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the QRCode to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Version","TypeName":"Syncfusion.Blazor.BarcodeGenerator.QRCodeVersion","IsEnum":true,"Documentation":"\n \n Specifies the version of the QR code.\n \n ","Metadata":{"Common.PropertyName":"Version"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the QRCode model. By default, it is set to 100%.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XDimension","TypeName":"System.Double","Documentation":"\n \n Represents the width of the smallest element.\n \n ","Metadata":{"Common.PropertyName":"XDimension"}},{"Kind":"Components.Component","Name":"OnValidationFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the QRCode input is an invalid string.\n \n ","Metadata":{"Common.PropertyName":"OnValidationFailed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772816469,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfQRCodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":590957123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for QRCode generator element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.BarcodeGenerator.SfQRCodeGenerator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":856489532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Button is a graphical user interface element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The Button types, styles, and\n size can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Button component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the Button that is used to include an icon.\n Buttons can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to true. When you click it, the state changes from normal to active or viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton"}},{"HashCode":-231238274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Button is a graphical user interface element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The Button types, styles, and\n size can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Button component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the Button that is used to include an icon.\n Buttons can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to true. When you click it, the state changes from normal to active or viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1031894412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2004141674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1426919957,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CheckBox is a graphical user interface element that allows you to select one or more options from the choices.\n It contains checked, unchecked, and indeterminate states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfCheckBox component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the CheckBox, that describes the purpose of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label before/after the CheckBox.\n The possible values are:\n - Before - The label is positioned to left of the CheckBox.\n - After - The label is positioned to right of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\n When set to true, the CheckBox will be in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate"}},{"Kind":"Components.Component","Name":"IndeterminateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IndeterminateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableTriState","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value to enable/disable tri state functionality in CheckBox.\n \n ","Metadata":{"Common.PropertyName":"EnableTriState"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CheckBox state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.GenericTyped":"True"}},{"HashCode":1228664590,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CheckBox is a graphical user interface element that allows you to select one or more options from the choices.\n It contains checked, unchecked, and indeterminate states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfCheckBox component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the CheckBox, that describes the purpose of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label before/after the CheckBox.\n The possible values are:\n - Before - The label is positioned to left of the CheckBox.\n - After - The label is positioned to right of the CheckBox.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Indeterminate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\n When set to true, the CheckBox will be in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"Indeterminate"}},{"Kind":"Components.Component","Name":"IndeterminateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IndeterminateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableTriState","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value to enable/disable tri state functionality in CheckBox.\n \n ","Metadata":{"Common.PropertyName":"EnableTriState"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CheckBox state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-702625055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCheckBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":54919479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfCheckBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":673555605,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Chip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is before click.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component successfuly disposed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This delete event will get triggered before removing the chip.\n \n ","Metadata":{"Common.PropertyName":"OnDelete","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipEvents"}},{"HashCode":2080405027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Chip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBeforeClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is before click.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This click event will get triggered once the chip is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This created event will get triggered once the component successfuly disposed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This delete event will get triggered before removing the chip.\n \n ","Metadata":{"Common.PropertyName":"OnDelete","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2021035343,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the collection of chipitem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems"}},{"HashCode":846360031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the collection of chipitem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":158955337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChipItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1563088017,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Indicates the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.ChipItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1583017531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Chip is a small block of essential information that contains the text, image, or both and mostly used in contacts, mails, or filter tags.\n \n \n Partial Class ChipItem.\n \n \n Partial Class ChipItem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChipItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the Chip.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the chip component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"LeadingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconCss"}},{"Kind":"Components.Component","Name":"LeadingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconUrl"}},{"Kind":"Components.Component","Name":"LeadingText","TypeName":"System.String","Documentation":"\n \n Specifies the customized text value for the avatar in the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingText"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text content for the chip.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TrailingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the trailing icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconCss"}},{"Kind":"Components.Component","Name":"TrailingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n This value property helps to store the chip component values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title to the each chip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem"}},{"HashCode":-247887105,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.ChipItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Chip is a small block of essential information that contains the text, image, or both and mostly used in contacts, mails, or filter tags.\n \n \n Partial Class ChipItem.\n \n \n Partial Class ChipItem.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.ChipItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the Chip.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the chip component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"LeadingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconCss"}},{"Kind":"Components.Component","Name":"LeadingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingIconUrl"}},{"Kind":"Components.Component","Name":"LeadingText","TypeName":"System.String","Documentation":"\n \n Specifies the customized text value for the avatar in the chip.\n \n ","Metadata":{"Common.PropertyName":"LeadingText"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text content for the chip.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TrailingIconCss","TypeName":"System.String","Documentation":"\n \n Specifies the trailing icon CSS class for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconCss"}},{"Kind":"Components.Component","Name":"TrailingIconUrl","TypeName":"System.String","Documentation":"\n \n Specifies the leading icon url for the chip.\n \n ","Metadata":{"Common.PropertyName":"TrailingIconUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n This value property helps to store the chip component values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title to the each chip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1819187992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChipItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1796387446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.ChipItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.ChipItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-941355961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfChip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfChip.\n \n \n Specifies the Partial class SfChip.\n \n \n Partial Class SfChip.\n \n \n The SfChip component displays a list of chip each of which contains a block of essential information that triggers an event on click action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfChip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the chip component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Chips","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This chips property helps to render chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Chips"}},{"Kind":"Components.Component","Name":"EnableDelete","TypeName":"System.Boolean","Documentation":"\n \n This enableDelete property helps to enable delete functionality.\n \n ","Metadata":{"Common.PropertyName":"EnableDelete"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n This enabled property helps to enable/disable chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"SelectedChips","TypeName":"System.String[]","Documentation":"\n \n This selectedChips property helps to select chip items.\n \n ","Metadata":{"Common.PropertyName":"SelectedChips"}},{"Kind":"Components.Component","Name":"Selection","TypeName":"Syncfusion.Blazor.Buttons.SelectionType","IsEnum":true,"Documentation":"\n \n This selection property enables chip selection type.\n \n ","Metadata":{"Common.PropertyName":"Selection"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the wrapper element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip"}},{"HashCode":49593316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfChip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfChip.\n \n \n Specifies the Partial class SfChip.\n \n \n Partial Class SfChip.\n \n \n The SfChip component displays a list of chip each of which contains a block of essential information that triggers an event on click action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfChip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the chip element used to customize the chip component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Chips","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This chips property helps to render chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Chips"}},{"Kind":"Components.Component","Name":"EnableDelete","TypeName":"System.Boolean","Documentation":"\n \n This enableDelete property helps to enable delete functionality.\n \n ","Metadata":{"Common.PropertyName":"EnableDelete"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n This enabled property helps to enable/disable chipitem component.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"SelectedChips","TypeName":"System.String[]","Documentation":"\n \n This selectedChips property helps to select chip items.\n \n ","Metadata":{"Common.PropertyName":"SelectedChips"}},{"Kind":"Components.Component","Name":"Selection","TypeName":"Syncfusion.Blazor.Buttons.SelectionType","IsEnum":true,"Documentation":"\n \n This selection property enables chip selection type.\n \n ","Metadata":{"Common.PropertyName":"Selection"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the wrapper element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":768904299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfChip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-198155808,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfChip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfChip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419795855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfIcon","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfIcon component used to render the predefined syncfusion icons using property or custom font icons using property.\n \n \n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading third party icon using component.\n Plus icon were loaded from open iconic, by defining the open iconic font CSS.\n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to icon element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, font size of the icon customized using @attributes directive.\n \n @code{\n Dictionary customAttribute = new Dictionary()\n {\n { \"style\", \"font-size: 20px\" }\n };\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string which can be used to provide custom icon or custom style for icons.\n \n \n Accepts a CSS class string separated by space to provide custom icon or custom style for icons. The default value is String.Empty.\n \n \n IconCss property used to append custom class to the predefined icons. This property will also render the customized icons like font-awesome icons.\n \n \n In the below example custom icon is loaded using IconCss property.\n \n ]]>\n In the below example icon color is customized using IconCss property.\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Name","TypeName":"Syncfusion.Blazor.Buttons.IconName","IsEnum":true,"Documentation":"\n \n Gets or sets the name of the built-in syncfusion icons to render. \n \n \n One of the enumeration.\n \n \n This property is used to render icons from predefined options. You can use to load custom icons.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.Buttons.IconSize","IsEnum":true,"Documentation":"\n \n Gets or sets the size of the icon.\n \n \n One of the enumeration that specifies the size of the icon. \n The default value is \n \n \n The Size property used to set font size for icons. This property will considered only when icons are rendered using property.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets title attribute for icon.\n \n \n Accepts a string. The default value is String.Empty.\n \n \n Title attribute used to improve accessibility with screen readers and show a tooltip on mouse over the icon.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon"}},{"HashCode":89789921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfIcon","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfIcon component used to render the predefined syncfusion icons using property or custom font icons using property.\n \n \n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading syncfusion icon using property.\n \n ]]>\n The below example shows loading third party icon using component.\n Plus icon were loaded from open iconic, by defining the open iconic font CSS.\n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfIcon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to icon element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, font size of the icon customized using @attributes directive.\n \n @code{\n Dictionary customAttribute = new Dictionary()\n {\n { \"style\", \"font-size: 20px\" }\n };\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string which can be used to provide custom icon or custom style for icons.\n \n \n Accepts a CSS class string separated by space to provide custom icon or custom style for icons. The default value is String.Empty.\n \n \n IconCss property used to append custom class to the predefined icons. This property will also render the customized icons like font-awesome icons.\n \n \n In the below example custom icon is loaded using IconCss property.\n \n ]]>\n In the below example icon color is customized using IconCss property.\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Name","TypeName":"Syncfusion.Blazor.Buttons.IconName","IsEnum":true,"Documentation":"\n \n Gets or sets the name of the built-in syncfusion icons to render. \n \n \n One of the enumeration.\n \n \n This property is used to render icons from predefined options. You can use to load custom icons.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"Syncfusion.Blazor.Buttons.IconSize","IsEnum":true,"Documentation":"\n \n Gets or sets the size of the icon.\n \n \n One of the enumeration that specifies the size of the icon. \n The default value is \n \n \n The Size property used to set font size for icons. This property will considered only when icons are rendered using property.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets title attribute for icon.\n \n \n Accepts a string. The default value is String.Empty.\n \n \n Title attribute used to improve accessibility with screen readers and show a tooltip on mouse over the icon.\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2093026925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfIcon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1805351039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content for Icon component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfIcon"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfIcon.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-844369906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The RadioButton is a graphical user interface element that allows you to select one option from the choices.\n It contains checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRadioButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfRadioButton component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the RadioButton, that describes the purpose of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label `before`/`after` the RadioButton.\n The possible values are:\n - Before: The label is positioned to left of the RadioButton.\n - After: The label is positioned to right of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event trigger when the RadioButton state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.GenericTyped":"True"}},{"HashCode":799819880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The RadioButton is a graphical user interface element that allows you to select one option from the choices.\n It contains checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfRadioButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfRadioButton component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the caption for the RadioButton, that describes the purpose of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Buttons.LabelPosition","IsEnum":true,"Documentation":"\n \n Positions label `before`/`after` the RadioButton.\n The possible values are:\n - Before: The label is positioned to left of the RadioButton.\n - After: The label is positioned to right of the RadioButton.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event trigger when the RadioButton state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":555634086,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRadioButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1360425562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfRadioButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1607507066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfSwitch component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in checked state.\n \n ","Metadata":{"Common.PropertyName":"OnLabel"}},{"Kind":"Components.Component","Name":"OffLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in unchecked state.\n \n ","Metadata":{"Common.PropertyName":"OffLabel"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Switch state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.GenericTyped":"True"}},{"HashCode":241390137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfSwitch"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TChecked","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TChecked for the Syncfusion.Blazor.Buttons.SfSwitch component.","Metadata":{"Common.PropertyName":"TChecked","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in checked state.\n \n ","Metadata":{"Common.PropertyName":"OnLabel"}},{"Kind":"Components.Component","Name":"OffLabel","TypeName":"System.String","Documentation":"\n \n Specifies a text that indicates the Switch is in unchecked state.\n \n ","Metadata":{"Common.PropertyName":"OffLabel"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Switch state has been changed by user interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the component wrapper element.\n You can add custom styles to the component by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Checked","TypeName":"TChecked","Documentation":"\n \n Specifies a value that indicates whether the component is checked or not.\n \n ","Metadata":{"Common.PropertyName":"Checked","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckedExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CheckedExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is disabled or not.\n When set to true, the component will be in disabled state.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as title , native events etc., to the element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309197531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSwitch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2130254488,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the caption for the input, that describes the purpose of the input including HTML and its customization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Buttons.SfSwitch"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704188104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarBase.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Calendars.CalendarBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.GenericTyped":"True"}},{"HashCode":582846602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarBase.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Calendars.CalendarBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"T","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1590996933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Calendar Events of the component.\n \n Specifies the type of CalendarEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.CalendarEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from Calendar.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after deselecting the value from Calendar. This event will trigger when enable the multiple date selection.\n \n ","Metadata":{"Common.PropertyName":"DeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarEvents","Components.GenericTyped":"True"}},{"HashCode":378988066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.CalendarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Calendar Events of the component.\n \n Specifies the type of CalendarEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.CalendarEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from Calendar.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after deselecting the value from Calendar. This event will trigger when enable the multiple date selection.\n \n ","Metadata":{"Common.PropertyName":"DeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when Calendar is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":112041337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfCalendar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValuesExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the values of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValuesExpression"}},{"Kind":"Components.Component","Name":"IsMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the calendar allows the user to select the multiple dates.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.DateTime[]","Documentation":"\n \n Sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"ValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the values changes.\n \n ","Metadata":{"Common.PropertyName":"ValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class etc., to the root element.\n If you configured both property and equivalent html attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.GenericTyped":"True"}},{"HashCode":1845428971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfCalendar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValuesExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the values of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValuesExpression"}},{"Kind":"Components.Component","Name":"IsMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the calendar allows the user to select the multiple dates.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.DateTime[]","Documentation":"\n \n Sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"ValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the values changes.\n \n ","Metadata":{"Common.PropertyName":"ValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class etc., to the root element.\n If you configured both property and equivalent html attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391791122,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCalendar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1144173288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfCalendar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":802264352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n Defines the .\n \n Specifies the type of SfDatePicker.\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.GenericTyped":"True"}},{"HashCode":1701156744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n Defines the .\n \n Specifies the type of SfDatePicker.\n \n The DatePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDatePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDatePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1603496904,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":894561653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDatePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2028041193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DatePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DatePicker Events of the component.\n \n Specifies the type of DatePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DatePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when datepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DatePickerEvents","Components.GenericTyped":"True"}},{"HashCode":-1910913826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DatePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DatePicker Events of the component.\n \n Specifies the type of DatePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DatePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DatePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when datepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DatePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1705305909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateRangePicker is a graphical user interface component that allows user to select the date range from the calendar.\n \n Specifies the type of SfDateRangePicker.\n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateRangePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the end date of the bound.\n \n ","Metadata":{"Common.PropertyName":"EndDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the start date of the bound.\n \n ","Metadata":{"Common.PropertyName":"StartDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows user to change the value via typing. When set as false, the DateRangePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the end date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"EndDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when end date of the DateRangePicker is changed.\n \n ","Metadata":{"Common.PropertyName":"EndDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Gets or sets the floating label behavior of the DateRangePicker that the placeholder text floats above the DateRangePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DateRangePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DateRangePicker.\n \n \n Auto\n The floating label floats above the DateRangePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the required date format to the start and end date string.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaxDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the maximum span of days that can be allowed in a date range selection.\n \n ","Metadata":{"Common.PropertyName":"MaxDays"}},{"Kind":"Components.Component","Name":"MinDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the minimum span of days that can be allowed in date range selection.\n \n ","Metadata":{"Common.PropertyName":"MinDays"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Gets or sets the text that is shown as a hint or placeholder until the user focuses or enter a value in DateRangePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Sets or gets the string that used between the start and end date string.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear icon in DateRangePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the start date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"StartDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when start date of the DateRangePicker is changed.\n \n \n ","Metadata":{"Common.PropertyName":"StartDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the DateRangePicker to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DateRangePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the DateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Presets","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the Presets of the dateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"Presets"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.GenericTyped":"True"}},{"HashCode":1068639766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateRangePicker is a graphical user interface component that allows user to select the date range from the calendar.\n \n Specifies the type of SfDateRangePicker.\n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n \n The DateRangePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateRangePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the end date of the bound.\n \n ","Metadata":{"Common.PropertyName":"EndDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the start date of the bound.\n \n ","Metadata":{"Common.PropertyName":"StartDateExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows user to change the value via typing. When set as false, the DateRangePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the end date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"EndDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when end date of the DateRangePicker is changed.\n \n ","Metadata":{"Common.PropertyName":"EndDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Gets or sets the floating label behavior of the DateRangePicker that the placeholder text floats above the DateRangePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DateRangePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DateRangePicker.\n \n \n Auto\n The floating label floats above the DateRangePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the required date format to the start and end date string.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaxDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the maximum span of days that can be allowed in a date range selection.\n \n ","Metadata":{"Common.PropertyName":"MaxDays"}},{"Kind":"Components.Component","Name":"MinDays","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the minimum span of days that can be allowed in date range selection.\n \n ","Metadata":{"Common.PropertyName":"MinDays"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Gets or sets the text that is shown as a hint or placeholder until the user focuses or enter a value in DateRangePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DateRangePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Sets or gets the string that used between the start and end date string.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear icon in DateRangePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"TValue","Documentation":"\n \n Gets or sets the start date of the date range selection.\n \n ","Metadata":{"Common.PropertyName":"StartDate","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StartDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when start date of the DateRangePicker is changed.\n \n \n ","Metadata":{"Common.PropertyName":"StartDateChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the DateRangePicker to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DateRangePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the DateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Presets","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the Presets of the dateRangePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"Presets"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":509224661,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDateRangePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-798304424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1702554923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateRangePicker Events of the component.\n \n Specifies the type of DateRangePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateRangePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when daterangepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another view or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RangeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on selecting the start and end date.\n \n ","Metadata":{"Common.PropertyName":"RangeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","Components.GenericTyped":"True"}},{"HashCode":325386841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateRangePicker Events of the component.\n \n Specifies the type of DateRangePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateRangePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when daterangepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when DateRangePicker is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another view or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RangeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on selecting the start and end date.\n \n ","Metadata":{"Common.PropertyName":"RangeSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":262163475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateTimePicker Events of the component.\n \n Specifies the type of DateTimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateTimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker and TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dateptimeicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","Components.GenericTyped":"True"}},{"HashCode":-1799791468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DateTimePicker Events of the component.\n \n Specifies the type of DateTimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.DateTimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Calendar value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from DatePicker and TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dateptimeicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Calendar is navigated to another level or within the same level of view.\n \n ","Metadata":{"Common.PropertyName":"Navigated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRenderDayCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each day cell of the Calendar is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnRenderDayCell","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateTimePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371772077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateTimePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n Specifies the type of SfDateTimePicker.\n \n The DateTimePicker is a graphical user interface component that allows to select a date and time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the DateTimePicker popup list or\n the given value is not present in the DateTimePicker popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the time popup list .\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the time value that to be displayed in time popup list.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets keydown.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.GenericTyped":"True"}},{"HashCode":12214023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DateTimePicker is a graphical user interface component that allows the user to select or enter a date value.\n \n Specifies the type of SfDateTimePicker.\n \n The DateTimePicker is a graphical user interface component that allows to select a date and time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfDateTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the DateTimePicker popup list or\n the given value is not present in the DateTimePicker popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in DateTimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the time popup list .\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the time value that to be displayed in time popup list.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets keydown.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the DatePicker allows user to change the value via typing. When set as false, the DatePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DatePicker that the placeholder text floats above the DatePicker based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DatePicker when the placeholder is available.\n \n \n Always\n The floating label always floats above the DatePicker.\n \n \n Auto\n The floating label floats above the DatePicker after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the format of the value that to be displayed in component.\n By default, the format is based on the culture.\n You can set the format to \"format:'dd/MM/yyyy hh:mm'\".\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DatePicker. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DatePicker allows the user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in DatePicker.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range date value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index value of the DatePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DatePicker component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-140497872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDateTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":587681649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-562327169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the TimePicker allows user to change the value via typing. When set as false, the TimePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets or gets the required time format of value that is to be displayed in component.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in TimePicker. For example, when using German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the popup list or the given value is not present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the popup list.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the TimePicker to act as strict. So that, it allows to enter only a valid time value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range time value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the TimePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.GenericTyped":"True"}},{"HashCode":-890472202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n \n TimePicker is an intuitive component which provides an options to select a time value from popup list or to set a desired time value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfTimePicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.SfTimePicker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEdit","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value whether the TimePicker allows user to change the value via typing. When set as false, the TimePicker allows user to change the value via picker only.\n \n ","Metadata":{"Common.PropertyName":"AllowEdit"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets or gets the required time format of value that is to be displayed in component.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in TimePicker. For example, when using German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the maximum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Gets or sets the minimum time value that can be allowed to select in TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"ScrollTo","TypeName":"System.DateTime?","Documentation":"\n \n Specifies the scroll bar position, if there is no value is selected in the popup list or the given value is not present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"ScrollTo"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the time interval between the two adjacent time values in the popup list.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the TimePicker to act as strict. So that, it allows to enter only a valid time value within a specified range or else it will resets to previous value.\n By default, StrictMode is in false. It allows invalid or out-of-range time value with highlighted error class.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n specifies the z-index value of the TimePicker popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1152426482,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1074485180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.SfTimePicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1294109357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.TimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TimePicker Events of the component.\n \n Specifies the type of TimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.TimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when timepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control gets focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering the each popup list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.TimePickerEvents","Components.GenericTyped":"True"}},{"HashCode":497290524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.TimePickerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TimePicker Events of the component.\n \n Specifies the type of TimePickerEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.TimePickerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.TimePickerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control loses the focus.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value is changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after selecting the value from TimePicker.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when timepicker value is cleared using clear button.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is closed.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the control gets focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering the each popup list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup is opened.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.TimePickerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419403871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerPreset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.DateTime","Documentation":"\n \n Defines the end date of the preset range\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the label string of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.DateTime","Documentation":"\n \n Defines the start date of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}},{"HashCode":703256766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.DateTime","Documentation":"\n \n Defines the end date of the preset range\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines the label string of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.DateTime","Documentation":"\n \n Defines the start date of the preset range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-458534310,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateRangePickerPreset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1137739739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.DateRangePickerPreset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPreset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":88520433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateRangePickerPresets"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}},{"HashCode":-1614378068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-508910038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateRangePickerPresets"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1190655918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Calendars.DateRangePickerPresets"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Calendars.DateRangePickerPresets.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1332407996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Soecifies the type of CalendarBaseRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"MultiSelection"}},{"Kind":"Components.Component","Name":"CellClickHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the cell click event.\n \n \n ","Metadata":{"Common.PropertyName":"CellClickHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsFocusTodayCell","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current day is focused or not.\n \n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayCell"}},{"Kind":"Components.Component","Name":"CurrentDateValue","TypeName":"TValue","Documentation":"\n \n Specifies current date value.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentDateValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MultiValues","TypeName":"System.DateTime[]","Documentation":"\n \n Gets or sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"MultiValues"}},{"Kind":"Components.Component","Name":"MultiValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of value.\n \n ","Metadata":{"Common.PropertyName":"MultiValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrevIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a previous icon state.\n \n ","Metadata":{"Common.PropertyName":"PrevIconClass"}},{"Kind":"Components.Component","Name":"NextIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a next icon state.\n \n ","Metadata":{"Common.PropertyName":"NextIconClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.GenericTyped":"True"}},{"HashCode":1823790802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Soecifies the type of CalendarBaseRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"MultiSelection"}},{"Kind":"Components.Component","Name":"CellClickHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the cell click event.\n \n \n ","Metadata":{"Common.PropertyName":"CellClickHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"IsFocusTodayCell","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current day is focused or not.\n \n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayCell"}},{"Kind":"Components.Component","Name":"CurrentDateValue","TypeName":"TValue","Documentation":"\n \n Specifies current date value.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentDateValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MultiValues","TypeName":"System.DateTime[]","Documentation":"\n \n Gets or sets multiple selected dates of the calendar.\n \n ","Metadata":{"Common.PropertyName":"MultiValues"}},{"Kind":"Components.Component","Name":"MultiValuesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of value.\n \n ","Metadata":{"Common.PropertyName":"MultiValuesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrevIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a previous icon state.\n \n ","Metadata":{"Common.PropertyName":"PrevIconClass"}},{"Kind":"Components.Component","Name":"NextIconClass","TypeName":"System.String","Documentation":"\n \n Gets or sets a next icon state.\n \n ","Metadata":{"Common.PropertyName":"NextIconClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106646879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarDayCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarDayCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarCell for the Syncfusion.Blazor.Calendars.Internal.CalendarDayCell component.","Metadata":{"Common.PropertyName":"TCalendarCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Bind the cell click for calendar.\n \n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the current date.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentCellDate"}},{"Kind":"Components.Component","Name":"LocalDates","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the local date.\n \n \n ","Metadata":{"Common.PropertyName":"LocalDates"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.String","Documentation":"\n \n Specifies the class of cell.\n \n ","Metadata":{"Common.PropertyName":"CellClass"}},{"Kind":"Components.Component","Name":"IsFocusTodayDate","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current date is focused or not.\n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayDate"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Int32","Documentation":"\n \n Get or Set Cell value.\n \n \n ","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"TodayCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the today date value.\n \n \n ","Metadata":{"Common.PropertyName":"TodayCellDate"}},{"Kind":"Components.Component","Name":"IsNavigation","TypeName":"System.Boolean","Documentation":"\n \n Get or Set calendar navigation.\n \n \n ","Metadata":{"Common.PropertyName":"IsNavigation"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Get or Set current calendar view.\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n Get or Set the calendar cell selection.\n \n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"MultiselectValues","TypeName":"System.DateTime[]","Documentation":"\n \n Get or Set calendar values.\n \n \n ","Metadata":{"Common.PropertyName":"MultiselectValues"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarCell","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.GenericTyped":"True"}},{"HashCode":1102451869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar base is a graphical user interface component that displays a Gregorian Calendar, and allows a user to select a date.\n \n Specifies the type of CalendarDayCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarCell for the Syncfusion.Blazor.Calendars.Internal.CalendarDayCell component.","Metadata":{"Common.PropertyName":"TCalendarCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Bind the cell click for calendar.\n \n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the current date.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentCellDate"}},{"Kind":"Components.Component","Name":"LocalDates","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the local date.\n \n \n ","Metadata":{"Common.PropertyName":"LocalDates"}},{"Kind":"Components.Component","Name":"CellClass","TypeName":"System.String","Documentation":"\n \n Specifies the class of cell.\n \n ","Metadata":{"Common.PropertyName":"CellClass"}},{"Kind":"Components.Component","Name":"IsFocusTodayDate","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the current date is focused or not.\n \n ","Metadata":{"Common.PropertyName":"IsFocusTodayDate"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Int32","Documentation":"\n \n Get or Set Cell value.\n \n \n ","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"TodayCellDate","TypeName":"System.DateTime","Documentation":"\n \n Get or Set the today date value.\n \n \n ","Metadata":{"Common.PropertyName":"TodayCellDate"}},{"Kind":"Components.Component","Name":"IsNavigation","TypeName":"System.Boolean","Documentation":"\n \n Get or Set calendar navigation.\n \n \n ","Metadata":{"Common.PropertyName":"IsNavigation"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Get or Set current calendar view.\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n Get or Set the calendar cell selection.\n \n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Specifies the option to enable the multiple dates selection of the calendar.\n \n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"MultiselectValues","TypeName":"System.DateTime[]","Documentation":"\n \n Get or Set calendar values.\n \n \n ","Metadata":{"Common.PropertyName":"MultiselectValues"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarCell","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1921368173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar day is show in header.\n \n Specifies the type of CalendarTableHeader.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarTableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarHeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarHeader for the Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader component.","Metadata":{"Common.PropertyName":"TCalendarHeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the calendar view .\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarHeader","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.GenericTyped":"True"}},{"HashCode":1898188045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Calendar day is show in header.\n \n Specifies the type of CalendarTableHeader.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCalendarHeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCalendarHeader for the Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader component.","Metadata":{"Common.PropertyName":"TCalendarHeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CalendarRenderView","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the calendar view .\n \n \n ","Metadata":{"Common.PropertyName":"CalendarRenderView"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies a maximum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies a minimum date that is allowed a user can select in the calendar.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the calendar's first day of the week. By default, the first day of the week will be based on the current culture.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"CalendarMode","TypeName":"Syncfusion.Blazor.Calendars.CalendarType","IsEnum":true,"Documentation":"\n \n Sets the calendar's type like Gregorian.\n \n ","Metadata":{"Common.PropertyName":"CalendarMode"}},{"Kind":"Components.Component","Name":"DayHeaderFormat","TypeName":"Syncfusion.Blazor.Calendars.DayHeaderFormats","IsEnum":true,"Documentation":"\n \n Specifies the format of the day that to be displayed in the header. By default, the format is short.\n Possible formats are:\n \n \n Short\n Sets the short format of day name (like Su ) in day header.\n \n \n Narrow\n Sets the single character of day name (like S ) in day header.\n \n \n Abbreviated\n Sets the min format of day name (like Sun ) in day header.\n \n \n Wide\n Sets the long format of day name (like Sunday ) in day header.\n \n \n \n ","Metadata":{"Common.PropertyName":"DayHeaderFormat"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Sets the maximum level of views such as a month, year, and decade in the calendar.\n The depth view should be smaller than the start view to restrict its view navigation.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"KeyConfigs","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Customizes the key actions in the calendar.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigs"}},{"Kind":"Components.Component","Name":"Start","TypeName":"Syncfusion.Blazor.Calendars.CalendarView","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the calendar when it is opened. With the help of this property, the initial view can be changed to the year or decade view.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"ServerTimezoneOffset","TypeName":"System.Double","Documentation":"\n \n By default, the date value will be processed based on the system time zone.\n If you want to process the initial date value using the server time zone then specify the time zone value to the ServerTimezoneOffset property.\n \n ","Metadata":{"Common.PropertyName":"ServerTimezoneOffset"}},{"Kind":"Components.Component","Name":"ShowTodayButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the today button will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"ShowTodayButton"}},{"Kind":"Components.Component","Name":"WeekNumber","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the week number of the year will be displayed in the calendar.\n \n ","Metadata":{"Common.PropertyName":"WeekNumber"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n Specifies the rule for defining the first week of the year.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TCalendarHeader","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057727398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The content in Card holds texts, images, links and all possible HTML elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Represents a content of the card component.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"EnableSeperator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeperator"}},{"Kind":"Components.Component","Name":"EnableSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeparator"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent"}},{"HashCode":-623568077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The content in Card holds texts, images, links and all possible HTML elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Represents a content of the card component.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"EnableSeperator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeperator"}},{"Kind":"Components.Component","Name":"EnableSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enable the separator for card content.\n \n ","Metadata":{"Common.PropertyName":"EnableSeparator"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1875196604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-625633594,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2033597959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Represents the orientation of the Card component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter"}},{"HashCode":1142226298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardFooter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Represents the orientation of the Card component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2001068428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-639573868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardFooter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1232738031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooterContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer content is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Represents the text for the card footer content.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent"}},{"HashCode":-1454761344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardFooterContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card footer content is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Represents the text for the card footer content.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1431836525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardFooterContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":684092921,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardFooterContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardFooterContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":526253034,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card header is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a Tile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Represents a SubTile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Represents a Header image location for the card component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImagePosition","TypeName":"Syncfusion.Blazor.Cards.ImagePosition","IsEnum":true,"Documentation":"\n \n Represents image position in the card header.\n \n ","Metadata":{"Common.PropertyName":"ImagePosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader"}},{"HashCode":979678419,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card header is used to display descriptive information.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a Tile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Represents a SubTile for the Card Header.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Represents a Header image location for the card component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImagePosition","TypeName":"Syncfusion.Blazor.Cards.ImagePosition","IsEnum":true,"Documentation":"\n \n Represents image position in the card header.\n \n ","Metadata":{"Common.PropertyName":"ImagePosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1932255285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1703909516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":277039855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardImage","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card image is used to includes image as direct element anywhere inside the root card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Documentation":"\n \n Represents a url location of a image.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a title for the image.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Cards.TitlePositions","IsEnum":true,"Documentation":"\n \n Represents a title position in the image.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage"}},{"HashCode":-695705368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardImage","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card image is used to includes image as direct element anywhere inside the root card.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Image","TypeName":"System.String","Documentation":"\n \n Represents a url location of a image.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Represents a title for the image.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Cards.TitlePositions","IsEnum":true,"Documentation":"\n \n Represents a title position in the image.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-388063414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardImage.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2085945608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardImage.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardImage"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardImage.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":142518184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardStacked","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card stacked is used to group the content vertically or horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CardStacked"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked"}},{"HashCode":1505188227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.CardStacked","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card stacked is used to group the content vertically or horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.CardStacked"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2091794376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CardStacked"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1614741353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.CardStacked"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.CardStacked.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294334049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.SfCard","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card is a container-based user interface control built using for displaying organized content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines Id for the Card component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines CssClass for the Card component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Defines the Orientation of the card.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard"}},{"HashCode":-670837199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Cards.SfCard","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Card is a container-based user interface control built using for displaying organized content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Cards.SfCard"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines Id for the Card component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines CssClass for the Card component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Cards.CardOrientation","IsEnum":true,"Documentation":"\n \n Defines the Orientation of the card.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963416342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.SfCard.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1843253185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Cards.SfCard.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Cards.SfCard"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Cards.SfCard.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205073900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable the animation.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartAnimation"}},{"HashCode":-714812949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable the animation.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2064196102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartBorder"}},{"HashCode":-1051340231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1786237347,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the category label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCategoryLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle"}},{"HashCode":2127258873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the category label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCategoryLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1314935271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the buller chart component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder"}},{"HashCode":793647232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the buller chart component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":821353352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n BulletChartCommonFont Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonFont"}},{"HashCode":1146830471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n BulletChartCommonFont Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1251130674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the data label of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enabled the data label.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}},{"HashCode":394519191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the data label of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enabled the data label.\n \n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":445964800,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-925055686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-709944776,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartDataLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle"}},{"HashCode":794010791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartDataLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1359873222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBulletChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse to be click.\n \n \n ","Metadata":{"Common.PropertyName":"OnBulletChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart component is rendered.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the bulletchart label render.\n \n ","Metadata":{"Common.PropertyName":"OnLabelRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartEvents"}},{"HashCode":-1963352219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBulletChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse to be click.\n \n \n ","Metadata":{"Common.PropertyName":"OnBulletChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart component is rendered.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the bulletchart legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the bulletchart label render.\n \n ","Metadata":{"Common.PropertyName":"OnLabelRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1058504900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle"}},{"HashCode":672140833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the label style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1231548036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option foe customizing the legend border of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}},{"HashCode":-1954802339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option foe customizing the legend border of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-864625077,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-293447265,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210629792,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom position of the legend location using x and y values for the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation"}},{"HashCode":-2060982914,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom position of the legend location using x and y values for the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y coordinate of the legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":931341821,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin"}},{"HashCode":-1179601891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the legend.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638636624,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the legend in bullet chart can be aligned as follows:\n Near: Aligns the legend to the left of the bullet chart.\n Center: Aligns the legend to the center of the bullet chart.\n Far: Aligns the legend to the right of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the bullet chart legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the bullet chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the bullet chart.\n Left: Displays the legend at the left of the bullet chart.\n Bottom: Displays the legend at the bottom of the bullet chart.\n Right: Displays the legend at the right of the bullet chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape height of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding between the bullet chart legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape width of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tabIndex value for the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the visible of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}},{"HashCode":47866912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the legend in bullet chart can be aligned as follows:\n Near: Aligns the legend to the left of the bullet chart.\n Center: Aligns the legend to the center of the bullet chart.\n Far: Aligns the legend to the right of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the bullet chart legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the bullet chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the bullet chart.\n Left: Displays the legend at the left of the bullet chart.\n Bottom: Displays the legend at the bottom of the bullet chart.\n Right: Displays the legend at the right of the bullet chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape height of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding between the bullet chart legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape width of the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tabIndex value for the bullet chart legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the visible of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-158776940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1924622010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59388851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle"}},{"HashCode":963940758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-196416522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the major tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines"}},{"HashCode":-1302455946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the major tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1381021939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMargin"}},{"HashCode":-246436911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1024970945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the minor tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks lines.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines"}},{"HashCode":1127113597,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the minor tick lines of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the ticks lines.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the tick lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2024616946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the range color properties of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end value of the range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the range for the color.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the name of the range.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the legend. Each ranges has its own legend shape. They are,\n Circle\n Rectangle\n Triangle\n Diamond\n Cross\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle.\n \n ","Metadata":{"Common.PropertyName":"Shape"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRange"}},{"HashCode":-486211843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the range color properties of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end value of the range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the range for the color.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the name of the range.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the legend. Each ranges has its own legend shape. They are,\n Circle\n Rectangle\n Triangle\n Diamond\n Cross\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle.\n \n ","Metadata":{"Common.PropertyName":"Shape"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":248047464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the color mapping range collection of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartRangeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}},{"HashCode":-1979195644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the color mapping range collection of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-781242808,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartRangeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1991683147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartRangeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartRangeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789296860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle"}},{"HashCode":-3974556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391927140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle"}},{"HashCode":407341124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-933603700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the bullet chart component.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChartTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip","Components.GenericTyped":"True"}},{"HashCode":1585082963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the bullet chart component.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChartTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-762798797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BulletChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-706250119,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-467888732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1269045241,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets value of the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.BulletChartTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltip.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97129939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder"}},{"HashCode":-776694687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":740353316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle"}},{"HashCode":483293505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the bullet chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets to enable trim of the text.\n \n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family of the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style of the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"MaximumTitleWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum label width of the text.\n \n ","Metadata":{"Common.PropertyName":"MaximumTitleWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment of the text.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow option.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"EnableRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the range color of the text.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":211017352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartValueBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the customizing the color and width of the value bar border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartValueBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartValueBorder"}},{"HashCode":1263319652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChartValueBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the customizing the color and width of the value bar border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChartValueBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border in the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChartValueBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":672561346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfBulletChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Bullet Chart control is used to display the one or more measures and compares them to a target value with built-in features like orientation, qualitative ranges, multiple measures, labels, tooltip and animation.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBulletChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfBulletChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TargetTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetTypes"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the bullet chart axis and data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CategoryField","TypeName":"System.String","Documentation":"\n \n It defines the category for the data source.\n \n ","Metadata":{"Common.PropertyName":"CategoryField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n default value of multiple data bullet chart.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableGroupSeparator","TypeName":"System.Boolean","Documentation":"\n \n default value for enableGroupSeparator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupSeparator"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persistence of the component.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the bullet chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an scale.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the bullet chart axis labels.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.LabelsPlacement","IsEnum":true,"Documentation":"\n \n specifies the axis label position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies the locale of the bullet chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n specifies the interval of minor ticks.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Charts.OrientationType","IsEnum":true,"Documentation":"\n \n Orientation of the scale.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Subtitle","TypeName":"System.String","Documentation":"\n \n Specifies the sub title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Subtitle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n TabIndex value for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TargetColor","TypeName":"System.String","Documentation":"\n \n Default stroke of comparative measure.\n \n ","Metadata":{"Common.PropertyName":"TargetColor"}},{"Kind":"Components.Component","Name":"TargetField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetField"}},{"Kind":"Components.Component","Name":"TargetWidth","TypeName":"System.Double","Documentation":"\n \n Options for customizing comparative bar color bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TargetWidth"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.TickPosition","IsEnum":true,"Documentation":"\n \n specifies the tick position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Charts.TextPosition","IsEnum":true,"Documentation":"\n \n Sets the title position of bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FeatureType","IsEnum":true,"Documentation":"\n \n Default type on feature measure.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the value value.\n \n ","Metadata":{"Common.PropertyName":"ValueField"}},{"Kind":"Components.Component","Name":"ValueFill","TypeName":"System.String","Documentation":"\n \n Default stroke color of feature measure.\n \n ","Metadata":{"Common.PropertyName":"ValueFill"}},{"Kind":"Components.Component","Name":"ValueHeight","TypeName":"System.Double","Documentation":"\n \n Options for customizing feature bar height of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"ValueHeight"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the bullet chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart","Components.GenericTyped":"True"}},{"HashCode":-1550829904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfBulletChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Bullet Chart control is used to display the one or more measures and compares them to a target value with built-in features like orientation, qualitative ranges, multiple measures, labels, tooltip and animation.\n \n Represents the generic data type of the bullet chart control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfBulletChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfBulletChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TargetTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetTypes"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the bullet chart axis and data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the bullet chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CategoryField","TypeName":"System.String","Documentation":"\n \n It defines the category for the data source.\n \n ","Metadata":{"Common.PropertyName":"CategoryField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n default value of multiple data bullet chart.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableGroupSeparator","TypeName":"System.Boolean","Documentation":"\n \n default value for enableGroupSeparator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupSeparator"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persistence of the component.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the bullet chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an scale.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the bullet chart axis labels.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.LabelsPlacement","IsEnum":true,"Documentation":"\n \n specifies the axis label position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies the locale of the bullet chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum range of an scale.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n specifies the interval of minor ticks.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Charts.OrientationType","IsEnum":true,"Documentation":"\n \n Orientation of the scale.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Subtitle","TypeName":"System.String","Documentation":"\n \n Specifies the sub title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Subtitle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n TabIndex value for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TargetColor","TypeName":"System.String","Documentation":"\n \n Default stroke of comparative measure.\n \n ","Metadata":{"Common.PropertyName":"TargetColor"}},{"Kind":"Components.Component","Name":"TargetField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the target value.\n \n ","Metadata":{"Common.PropertyName":"TargetField"}},{"Kind":"Components.Component","Name":"TargetWidth","TypeName":"System.Double","Documentation":"\n \n Options for customizing comparative bar color bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TargetWidth"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.TickPosition","IsEnum":true,"Documentation":"\n \n specifies the tick position of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitlePosition","TypeName":"Syncfusion.Blazor.Charts.TextPosition","IsEnum":true,"Documentation":"\n \n Sets the title position of bullet chart.\n \n ","Metadata":{"Common.PropertyName":"TitlePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FeatureType","IsEnum":true,"Documentation":"\n \n Default type on feature measure.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueField","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the value value.\n \n ","Metadata":{"Common.PropertyName":"ValueField"}},{"Kind":"Components.Component","Name":"ValueFill","TypeName":"System.String","Documentation":"\n \n Default stroke color of feature measure.\n \n ","Metadata":{"Common.PropertyName":"ValueFill"}},{"Kind":"Components.Component","Name":"ValueHeight","TypeName":"System.Double","Documentation":"\n \n Options for customizing feature bar height of the bullet chart.\n \n ","Metadata":{"Common.PropertyName":"ValueHeight"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the bullet chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, bullet chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1051780014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBulletChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126018383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfBulletChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfBulletChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-51738590,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}},{"HashCode":-725430639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2100206483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2115191011,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404893067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets Center of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n X value of the center.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}},{"HashCode":-122311358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets Center of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n X value of the center.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739686428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":429167295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083020001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the events for the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before series getting renderred.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggeres before the point rendering.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before legend getting rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart render completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEvents"}},{"HashCode":1113166977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the events for the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before series getting renderred.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggeres before the point rendering.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before legend getting rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart render completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1898452660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the margin of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}},{"HashCode":2134872553,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the margin of the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-847979313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-641319981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144856868,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}},{"HashCode":-1298934217,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1515014524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2146287788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":415773332,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}},{"HashCode":-1785060837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the accumulation chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-765323233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-926849607,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1902996007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the subTitle style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}},{"HashCode":1766702830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the subTitle style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":954671076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1099529095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2036166427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the title style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}},{"HashCode":267675864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the configurartion of the title style in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471004648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2100740950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-368781915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the id of the custom element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}},{"HashCode":1727880199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the id of the custom element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1914012510,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1859372184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1755429462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1812524949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Template content of this annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-365346316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotations are user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}},{"HashCode":683303764,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotations are user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837219618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1485160210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1372753565,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border for that Accumulation Chart's legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}},{"HashCode":1325681049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border for that Accumulation Chart's legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239379164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1022934001,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":155634994,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the accumulation chart's texts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}},{"HashCode":-1888251655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the accumulation chart's texts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1371110165,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-225965331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1500487261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the margin for the Accumulation chart's margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}},{"HashCode":801766733,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the margin for the Accumulation chart's margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1148810887,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":882714838,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1254467823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Legend is used to help readers understand the plotted data.\n The chart legend shows information about the datasets that are appearing on the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex legendItem for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}},{"HashCode":-436144580,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Legend is used to help readers understand the plotted data.\n The chart legend shows information about the datasets that are appearing on the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex legendItem for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendFont","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766966150,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1254269116,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1488207607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Spectified the co-ordinates of the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}},{"HashCode":-1228434254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Spectified the co-ordinates of the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-531802089,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241019903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":225851173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Animation property for the Accumulation chart's series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}},{"HashCode":1153664015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Animation property for the Accumulation chart's series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-919412291,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1242181886,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":310584463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the connector line property for the Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}},{"HashCode":-1608727172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the connector line property for the Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-520266159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-47865504,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":244413107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and the border for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}},{"HashCode":1458728734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and the border for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1883811068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-227146391,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-892363560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}},{"HashCode":314653972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style for Accumulation chart's datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-606876569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1173194941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1776546846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the emptyPoint's border for the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}},{"HashCode":-781457229,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the emptyPoint's border for the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1672973844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1483222230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001279831,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets configurarion of empty point settings for the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Documentation":"\n \n Options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}},{"HashCode":1887251128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets configurarion of empty point settings for the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointBorder","Documentation":"\n \n Options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1365121235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2137341416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1048148943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n Gets and set the Series of the Accumulation series.\n \n \n Sets and gets the options for customizing the chart series of the accumulation chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Documentation":"\n \n Options for customizing the animation for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Documentation":"\n \n Options for customizing the border of the series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Documentation":"\n \n The data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Documentation":"\n \n Options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable tooltip for a series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n End angle for a series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n If set true, series points will be exploded on mouse click or touch.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n If set true, all the points in the series will get exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Index of the point, to be exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Distance of the point from the center, which takes values in both pixels and percentage.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.Charts.GroupMode","IsEnum":true,"Documentation":"\n \n AccumulationSeries y values less than groupMode are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n AccumulationSeries y values less than groupTo are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n The shape of the legend. Each series has its own legend shape. They are\n Circle - Renders a circle.\n Rectangle - Renders a rectangle.\n Triangle - Renders a triangle.\n Diamond - Renders a diamond.\n Cross - Renders a cross.\n HorizontalLine - Renders a horizontalLine.\n VerticalLine - Renders a verticalLine.\n Pentagon - Renders a pentagon.\n InvertedTriangle - Renders a invertedTriangle.\n SeriesType -Render a legend shape based on series type.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the series name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Palette for series points.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.Charts.PyramidMode","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Radius of the pie series and its values in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Start angle for a series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.AccumulationType","IsEnum":true,"Documentation":"\n \n Specify the type of the series in accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the series visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the x value.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}},{"HashCode":-2065187100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n Gets and set the Series of the Accumulation series.\n \n \n Sets and gets the options for customizing the chart series of the accumulation chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartAnimation","Documentation":"\n \n Options for customizing the animation for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Documentation":"\n \n Options for customizing the border of the series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Documentation":"\n \n The data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartEmptyPointSettings","Documentation":"\n \n Options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable tooltip for a series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n End angle for a series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n If set true, series points will be exploded on mouse click or touch.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n If set true, all the points in the series will get exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Index of the point, to be exploded on load.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Distance of the point from the center, which takes values in both pixels and percentage.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.Charts.GroupMode","IsEnum":true,"Documentation":"\n \n AccumulationSeries y values less than groupMode are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n AccumulationSeries y values less than groupTo are combined into single slice named others.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n The shape of the legend. Each series has its own legend shape. They are\n Circle - Renders a circle.\n Rectangle - Renders a rectangle.\n Triangle - Renders a triangle.\n Diamond - Renders a diamond.\n Cross - Renders a cross.\n HorizontalLine - Renders a horizontalLine.\n VerticalLine - Renders a verticalLine.\n Pentagon - Renders a pentagon.\n InvertedTriangle - Renders a invertedTriangle.\n SeriesType -Render a legend shape based on series type.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the series name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Defines the height of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Palette for series points.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.Charts.PyramidMode","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Radius of the pie series and its values in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Start angle for a series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.AccumulationType","IsEnum":true,"Documentation":"\n \n Specify the type of the series in accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the series visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the funnel/pyramid with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the x value.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1004316785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":140790530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":866951877,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border configuration for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}},{"HashCode":1651039819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border configuration for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1829550854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1861594035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-366888330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}},{"HashCode":-988980617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Series represents the collection of data in the Accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":302198636,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1532803745,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623732462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Datalabels shows the information about the data points in the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Documentation":"\n \n Option for customizing the border lines.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Documentation":"\n \n Options for customize the connector line in series.\n This property is applicable for Pie, Funnel and Pyramid series.\n The default connector length for Pie series is '4%'. For other series, it is null.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Documentation":"\n \n Option for customizing the data label text.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.AccumulationLabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of data label. They are.\n Outside - Places label outside the point.\n Inside - Places label inside the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series gets render.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ShowZero","TypeName":"System.Boolean","Documentation":"\n \n If set true, datalabels will be visible for zero points.\n \n ","Metadata":{"Common.PropertyName":"ShowZero"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}},{"HashCode":1798608482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Datalabels shows the information about the data points in the accumulation chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelBorder","Documentation":"\n \n Option for customizing the border lines.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartConnector","Documentation":"\n \n Options for customize the connector line in series.\n This property is applicable for Pie, Funnel and Pyramid series.\n The default connector length for Pie series is '4%'. For other series, it is null.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartDataLabelFont","Documentation":"\n \n Option for customizing the data label text.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field which contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.AccumulationLabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of data label. They are.\n Outside - Places label outside the point.\n Inside - Places label inside the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series gets render.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ShowZero","TypeName":"System.Boolean","Documentation":"\n \n If set true, datalabels will be visible for zero points.\n \n ","Metadata":{"Common.PropertyName":"ShowZero"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-901307992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1513626416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":407680852,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":470792179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":132978139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accumulation chart is a Data visualization component which is divided into slices to represent the given numerical values.\n In this each slice represents its corresponding numerical value.\n \n \n The accumulation chart control is used to visualize the data in the different types of graphical representations with built-in features like Grouping, legends, tooltip, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccumulationChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the chart, which accepts data in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart that accepts data in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dataSource for the chart changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the border in pie chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n If set true, labels for the point will be placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n none: sets none as highlighting pattern to accumulation chart.\n chessboard: sets chess board as highlighting pattern to accumulation chart.\n dots: sets dots as highlighting pattern to accumulation chart.\n diagonalForward: sets diagonal forward as highlighting pattern to accumulation chart.\n crosshatch: sets crosshatch as highlighting pattern to accumulation chart.\n pacman: sets pacman highlighting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as highlighting pattern to accumulation chart.\n grid: sets grid as highlighting pattern to accumulation chart.\n turquoise: sets turquoise as highlighting pattern to accumulation chart.\n star: sets star as highlighting pattern to accumulation chart.\n triangle: sets triangle as highlighting pattern to accumulation chart.\n circle: sets circle as highlighting pattern to accumulation chart.\n tile: sets tile as highlighting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as highlighting pattern to accumulation chart.\n verticaldash: sets vertical dash as highlighting pattern to accumulation chart.\n rectangle: sets rectangle as highlighting pattern to accumulation chart.\n box: sets box as highlighting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as highlighting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as highlighting pattern to accumulation chart.\n bubble: sets bubble as highlighting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi selection in accumulation chart. It requires `SelectionMode` to be `Point`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get selected or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Specifies the SubTitle of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the Title of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for chart element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the chart element.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}},{"HashCode":-1263086523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accumulation chart is a Data visualization component which is divided into slices to represent the given numerical values.\n In this each slice represents its corresponding numerical value.\n \n \n The accumulation chart control is used to visualize the data in the different types of graphical representations with built-in features like Grouping, legends, tooltip, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the chart, which accepts data in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart that accepts data in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies Query to select data from dataSource. This property is applicable only when the dataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when dataSource for the chart changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the border in pie chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n If set true, labels for the point will be placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n none: sets none as highlighting pattern to accumulation chart.\n chessboard: sets chess board as highlighting pattern to accumulation chart.\n dots: sets dots as highlighting pattern to accumulation chart.\n diagonalForward: sets diagonal forward as highlighting pattern to accumulation chart.\n crosshatch: sets crosshatch as highlighting pattern to accumulation chart.\n pacman: sets pacman highlighting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as highlighting pattern to accumulation chart.\n grid: sets grid as highlighting pattern to accumulation chart.\n turquoise: sets turquoise as highlighting pattern to accumulation chart.\n star: sets star as highlighting pattern to accumulation chart.\n triangle: sets triangle as highlighting pattern to accumulation chart.\n circle: sets circle as highlighting pattern to accumulation chart.\n tile: sets tile as highlighting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as highlighting pattern to accumulation chart.\n verticaldash: sets vertical dash as highlighting pattern to accumulation chart.\n rectangle: sets rectangle as highlighting pattern to accumulation chart.\n box: sets box as highlighting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as highlighting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as highlighting pattern to accumulation chart.\n bubble: sets bubble as highlighting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi selection in accumulation chart. It requires `SelectionMode` to be `Point`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.AccumulationSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get selected or not. Takes chartItems either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Specifies the SubTitle of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the Title of the accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, chart will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for chart element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the chart element.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1998175749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAccumulationChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1455360236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for chart element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfAccumulationChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":26056884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border of the accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}},{"HashCode":-820148371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the border of the accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128009675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1064093298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1769910142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tooltip shows the information about the data points when users hover over data points on your chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}},{"HashCode":443476602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tooltip shows the information about the data points when users hover over data points on your chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732192013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1982563577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-992670925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-98617441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-789085275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Textstyle of the Accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccumulationChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}},{"HashCode":-548593979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the Textstyle of the Accumulation chart's tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-589624399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccumulationChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1865154011,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1683309586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Content Template for the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the custom element as a string.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation"}},{"HashCode":1777871669,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n Specifies the customization of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Content Template for the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Content of the annotation, which accepts the custom element as a string.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1339747096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Content Template for the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-585950703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Content Template for the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":253762846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1237883166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":121412569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations"}},{"HashCode":-2055692301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Annotation is a user defined HTML element that can be placed on chart\n We can use annotations to pile up the visual elegance of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1753897262,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":600447773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059404976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotationRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}},{"HashCode":1499366114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-321331433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotationRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2112168380,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAnnotationRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":938060982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Documentation":"\n \n Options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea"}},{"HashCode":273992236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Documentation":"\n \n Options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2047919977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-571322797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":140145303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder"}},{"HashCode":934632959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the ChartArea border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1563862344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-619239167,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-767585071,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder"}},{"HashCode":-77600991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1472456514,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2043852056,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1294816455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin"}},{"HashCode":-684582037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1325709945,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1732116739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1401263806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}},{"HashCode":-1415171460,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":300443918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2016416581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2072422482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle"}},{"HashCode":213953964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300957192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":240231333,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-182013385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn"}},{"HashCode":1521268014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1794167886,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330633547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2089724130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumns","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns"}},{"HashCode":-295593006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartColumns","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":317921741,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-308593103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":378681540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow"}},{"HashCode":-1891807802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartBorder","Documentation":"\n \n Options to customize the border of the columns.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The width of the column as a string accepts input both as like '100px' or '100%'.\n If specified as '100%, column renders to the full width of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1495465723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1580143141,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461870337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRows","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows"}},{"HashCode":-959527727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartRows","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943065035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1346592981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1248933655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxes","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes"}},{"HashCode":-862542978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxes","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2038109416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-555183170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-114427474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis"}},{"HashCode":232257369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525518666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":606808880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":120563485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the border width of axis labels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}},{"HashCode":-1644069954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the border width of axis labels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1353245947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1912344191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":412160712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of axis's labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}},{"HashCode":50038156,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of axis's labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-164909826,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2054039208,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1728269287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}},{"HashCode":-844448001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1010060369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560838928,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1938396958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}},{"HashCode":-1876739095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1707120854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1312555487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1708280061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}},{"HashCode":-343860601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715649872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":451102779,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":520651676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}},{"HashCode":-180782212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1829604748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":498525455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":334421075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}},{"HashCode":1483038609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294988492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-45779516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-858432121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}},{"HashCode":-1519860112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":857033075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560139292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1157053660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}},{"HashCode":522803122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":110735674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1672514868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-359052526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}},{"HashCode":518542479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Specifies indexed category axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n The polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column where the axis is associated,\n when the chart area is divided into multiple plot areas by using `Columns`.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbarOnZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for zooming.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbarOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `None`, `Hide`, `Trim`, `Wrap`, `MultipleRows`, `Rotate45`, and `Rotate90`\n when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Trim: Trim the label when it intersects.\n Wrap: Wrap the label when it intersects.\n MultipleRows: Shows the label in MultipleRows when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPadding","TypeName":"System.Double","Documentation":"\n \n Specifies the labelPadding from axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPadding"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelStyle","Documentation":"\n \n Options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLineStyle","Documentation":"\n \n Options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorGridLines","Documentation":"\n \n Options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMajorTickLines","Documentation":"\n \n Options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorGridLines","Documentation":"\n \n Options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMinorTickLines","Documentation":"\n \n Options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"PlotOffsetBottom","TypeName":"System.Double","Documentation":"\n \n Bottom padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetBottom"}},{"Kind":"Components.Component","Name":"PlotOffsetLeft","TypeName":"System.Double","Documentation":"\n \n Left padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetLeft"}},{"Kind":"Components.Component","Name":"PlotOffsetRight","TypeName":"System.Double","Documentation":"\n \n Right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetRight"}},{"Kind":"Components.Component","Name":"PlotOffsetTop","TypeName":"System.Double","Documentation":"\n \n Top padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffsetTop"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisTitleStyle","Documentation":"\n \n Options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton in which the dateTime will process.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StartFromZero","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be start from zero.\n \n ","Metadata":{"Common.PropertyName":"StartFromZero"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ScrollbarSettings","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Documentation":"\n \n Option to customize scrollbar with lazy loading.\n \n ","Metadata":{"Common.PropertyName":"ScrollbarSettings"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Documentation":"\n \n Options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432881570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1356884302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":535061681,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}},{"HashCode":-1311971410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2125861538,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMultiLevelLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1842096603,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":741010638,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisMultiLevelLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}},{"HashCode":-1828913974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1743757242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisMultiLevelLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1522679030,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":123828011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the categories for the chart labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories"}},{"HashCode":1638538133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the categories for the chart labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1058669612,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2135194480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":750304668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategory","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the category for the multilevel labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCategory"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Object","Documentation":"\n \n multi level labels custom data.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the text for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n multi level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels.\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory"}},{"HashCode":-816862715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCategory","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the category for the multilevel labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCategory"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Object","Documentation":"\n \n multi level labels custom data.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the text for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n multi level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels.\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1026366781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCategory"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-695224972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCategory"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCategory.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1697743451,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi level labels. They are,\n Near: Places the multi level labels at Near.\n Center: Places the multi level labels at Center.\n Far: Places the multi level labels at Far.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Multi level categories for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the textOverFlow for multi level labels. They are,\n Trim: Trim textOverflow for multi level labels.\n Wrap: Wrap textOverflow for multi level labels.\n None: None textOverflow for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Documentation":"\n \n Options to customize the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}},{"HashCode":1113565290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multilevel label of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi level labels. They are,\n Near: Places the multi level labels at Near.\n Center: Places the multi level labels at Center.\n Far: Places the multi level labels at Far.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelBorder","Documentation":"\n \n Border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Multi level categories for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the textOverFlow for multi level labels. They are,\n Trim: Trim textOverflow for multi level labels.\n Wrap: Wrap textOverflow for multi level labels.\n None: None textOverflow for multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartAxisMultiLevelLabelTextStyle","Documentation":"\n \n Options to customize the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-355855633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1247567350,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1355515969,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multi level labels of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}},{"HashCode":-693312305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the multi level labels of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060427198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":678071988,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470210759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Scrollbar settings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}},{"HashCode":710632232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Scrollbar settings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-989102474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1583464785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739698457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the range of scroll bar range.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}},{"HashCode":-627341670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the range of scroll bar range.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448721734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":549694788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-953858719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar setings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}},{"HashCode":-1045946027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar setings of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables the scrollbar for lazy loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"PointsLength","TypeName":"System.Double","Documentation":"\n \n Defines the length of the points for numeric and logarithmic values.\n \n ","Metadata":{"Common.PropertyName":"PointsLength"}},{"Kind":"Components.Component","Name":"Range","TypeName":"Syncfusion.Blazor.Charts.ChartAxisScrollbarSettingsRange","Documentation":"\n \n Specifies the range for date time values alone.\n \n ","Metadata":{"Common.PropertyName":"Range"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":638708589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-465846695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074937878,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar range of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}},{"HashCode":713566571,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the scrollbar range of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum range of an scrollbar.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59137709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-979932195,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonScrollbarSettingsRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766593052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStripline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the striplines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStripline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Documentation":"\n \n Border of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n IsRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n IsSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n repeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n repeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n segmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n segmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n segmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Documentation":"\n \n Options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline"}},{"HashCode":-1293136872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStripline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the striplines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStripline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Documentation":"\n \n Border of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n IsRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n IsSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n repeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n repeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n segmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n segmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n segmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Documentation":"\n \n Options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1785912614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStripline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1324957909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStripline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStripline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1005579243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of border for the striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}},{"HashCode":-1156235973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of border for the striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1239519877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1393388839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1806679840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Strip lines are used to shade the different ranges in plot area in different colors to improve the readability of the chart.\n You can annotate it with text to indicate what that particular region indicates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines"}},{"HashCode":-403674946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Strip lines are used to shade the different ranges in plot area in different colors to improve the readability of the chart.\n You can annotate it with text to indicate what that particular region indicates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":772096478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":954326978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1989385687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of textstyle for the stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}},{"HashCode":-726434265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of textstyle for the stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Font color for the axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1179784185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1488576699,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartStriplineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1447774030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisActualRangeCalculated","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis range is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisActualRangeCalculated","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each points for the series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each legend item is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisMultiLevelLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers while render multiLevelLabels.\n \n ","Metadata":{"Common.PropertyName":"OnAxisMultiLevelLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when change the scroll.\n \n ","Metadata":{"Common.PropertyName":"OnScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomStart","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomEnd","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the legend item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnLegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnCrosshairMove","TypeName":"System.Action","Documentation":"\n \n Triggers when the crosshair axis value updated.\n \n ","Metadata":{"Common.PropertyName":"OnCrosshairMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEditCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag end.\n \n ","Metadata":{"Common.PropertyName":"OnDataEditCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEdit","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag start.\n \n ","Metadata":{"Common.PropertyName":"OnDataEdit","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after the selection is completed.\n \n ","Metadata":{"Common.PropertyName":"OnSelectionChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SharedTooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"SharedTooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers on point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers after click on multiLevelLabelClick.\n \n ","Metadata":{"Common.PropertyName":"OnMultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers when x axis label clicked.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Drag","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDragComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDragComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"LegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"MultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointDoubleClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPointDoubleClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnSelectionComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents"}},{"HashCode":-1739948225,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisActualRangeCalculated","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis range is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisActualRangeCalculated","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each points for the series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each series is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendItemRender","TypeName":"System.Action","Documentation":"\n \n Triggers before each legend item is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendItemRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisMultiLevelLabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers while render multiLevelLabels.\n \n ","Metadata":{"Common.PropertyName":"OnAxisMultiLevelLabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when change the scroll.\n \n ","Metadata":{"Common.PropertyName":"OnScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomStart","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZoomEnd","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is triggered.\n \n ","Metadata":{"Common.PropertyName":"OnZoomEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLegendClick","TypeName":"System.Action","Documentation":"\n \n Triggers when the legend item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnLegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnCrosshairMove","TypeName":"System.Action","Documentation":"\n \n Triggers when the crosshair axis value updated.\n \n ","Metadata":{"Common.PropertyName":"OnCrosshairMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEditCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag end.\n \n ","Metadata":{"Common.PropertyName":"OnDataEditCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataEdit","TypeName":"System.Action","Documentation":"\n \n Triggers when the point drag start.\n \n ","Metadata":{"Common.PropertyName":"OnDataEdit","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after the selection is completed.\n \n ","Metadata":{"Common.PropertyName":"OnSelectionChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after the print completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SharedTooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"SharedTooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers on point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers after click on multiLevelLabelClick.\n \n ","Metadata":{"Common.PropertyName":"OnMultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelClick","TypeName":"System.Action","Documentation":"\n \n Triggers when x axis label clicked.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AfterExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AfterExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnAnimationComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnAnimationComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseDown","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseMove","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnChartMouseUp","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Drag","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Drag","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDragComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDragComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"LegendClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"MultiLevelLabelClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabelClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointDoubleClick","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnPointDoubleClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollEnd","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollEnd","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnScrollStart","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnScrollStart","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSelectionComplete","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnSelectionComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-519342311,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2124756438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210886039,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the connector line style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}},{"HashCode":1874696585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the connector line style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":952697988,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1371673641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDefaultConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDefaultConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1901604851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the technical indicator, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"MacdLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Documentation":"\n \n Defines the appearance of the the MacdLine of Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdLine"}},{"Kind":"Components.Component","Name":"UpperLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Documentation":"\n \n Defines the appearance of the upper line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"UpperLine"}},{"Kind":"Components.Component","Name":"LowerLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Documentation":"\n \n Defines the appearance of lower line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"LowerLine"}},{"Kind":"Components.Component","Name":"PeriodLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Documentation":"\n \n Defines the appearance of Period Line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"PeriodLine"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Documentation":"\n \n Animation settings for indicator.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n SPecifies the fill color of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n Specifies the close value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray of the indicator.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Defines the datasource for the indicator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n Enables the complex property data binding for the indicator.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n Defines the high value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n Defines the low value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n Defines the open value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the volume value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding horizontal axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n Defines the xValue of the indicator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding vertical axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator"}},{"HashCode":1841951743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the technical indicator, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"MacdLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Documentation":"\n \n Defines the appearance of the the MacdLine of Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdLine"}},{"Kind":"Components.Component","Name":"UpperLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Documentation":"\n \n Defines the appearance of the upper line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"UpperLine"}},{"Kind":"Components.Component","Name":"LowerLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Documentation":"\n \n Defines the appearance of lower line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"LowerLine"}},{"Kind":"Components.Component","Name":"PeriodLine","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Documentation":"\n \n Defines the appearance of Period Line in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"PeriodLine"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Documentation":"\n \n Animation settings for indicator.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n SPecifies the fill color of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n Specifies the close value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray of the indicator.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Defines the datasource for the indicator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n Enables the complex property data binding for the indicator.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n Defines the high value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n Defines the low value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n Defines the open value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the volume value of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding horizontal axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n Defines the xValue of the indicator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n Defines the corresponding vertical axis in which indicator to be plotted.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":5775036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-617848645,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711990269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to configure the Animation for indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}},{"HashCode":-1132595962,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to configure the Animation for indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2125828883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2111546369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623916697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}},{"HashCode":-1520005348,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the lower line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1313718835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1748704105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":926114266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Macd line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}},{"HashCode":776474099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Macd line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the Macd line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2009382818,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1096410746,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1232183914,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}},{"HashCode":89776004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the Lower line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defins the width of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defins the color of the period line of the indicator.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-630144638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1228769416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":234893092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of technical indicators, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators"}},{"HashCode":715364532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of technical indicators, that are used in financial markets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975714472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1123416003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1271590978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the upper line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width the upper line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the upper line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}},{"HashCode":-1082448594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the upper line of the indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width the upper line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the upper line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97548778,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1273443706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartIndicatorUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1111504607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder"}},{"HashCode":-1619392458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1752069334,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-874202560,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":504941158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin"}},{"HashCode":117857668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1573049800,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1236826635,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":826788466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}},{"HashCode":1459798472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1740241004,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1045027934,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":297827928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLocation","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation"}},{"HashCode":1847253604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLocation","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2140168059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1092673108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-919632679,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width for legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the legend.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart legend area.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings"}},{"HashCode":319231341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width for legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"Syncfusion.Blazor.Charts.ChartLocation","Documentation":"\n \n Specifies the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartLegendTextStyle","Documentation":"\n \n Options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Shape width of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Shape height of the legend shape.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartLegendBorder","Documentation":"\n \n Options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartLegendMargin","Documentation":"\n \n Options to customize left, right, top and bottom margins of the legend.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart legend area.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-111437922,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1074757374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1254151518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfChart","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets and sets the title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Gets and sets the sub title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines id of the chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Gets and sets the palette for the chart series.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the side by side placement.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnBothAxis","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets both axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnBothAxis"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n Gets and sets the background image for chart.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Gets and sets the selection mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.HighlightMode","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the selection pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Option for enable to allow the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the group separator for yaxis label.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets and sets the access text for chart title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Gets and sets the tabIndex for chart title.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the animation for chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Gets and sets the custom class for the chart.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"StockEventsRender","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"StockEventsRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetTooltipTop","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"GetTooltipTop","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart"}},{"HashCode":-387504890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfChart","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, chart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the chart as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets and sets the title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Gets and sets the sub title of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines id of the chart component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Gets and sets the palette for the chart series.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the side by side placement.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnBothAxis","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets both axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnBothAxis"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n Gets and sets the background image for chart.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Gets and sets the selection mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"HighlightMode","TypeName":"Syncfusion.Blazor.Charts.HighlightMode","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight mode of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightMode"}},{"Kind":"Components.Component","Name":"SelectionPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the selection pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"SelectionPattern"}},{"Kind":"Components.Component","Name":"HighlightPattern","TypeName":"Syncfusion.Blazor.Charts.SelectionPattern","IsEnum":true,"Documentation":"\n \n Gets and sets the highlight pattern of the chart component.\n \n ","Metadata":{"Common.PropertyName":"HighlightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Option for enable to allow the multi select of the chart component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the group separator for yaxis label.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets and sets the access text for chart title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Gets and sets the tabIndex for chart title.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Option for enable the animation for chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"CustomClass","TypeName":"System.String","Documentation":"\n \n Gets and sets the custom class for the chart.\n \n ","Metadata":{"Common.PropertyName":"CustomClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableCanvas","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableCanvas"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"AllowExport","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AllowExport"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"StockEventsRender","TypeName":"System.Action","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"StockEventsRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetTooltipTop","TypeName":"System.Func","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"GetTooltipTop","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1283179590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfChart.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":779805989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfChart.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799206641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the corner radius for the reactangle type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius"}},{"HashCode":978470331,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the corner radius for the reactangle type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top left value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top right value of the corner radius.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757156332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1080644882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740721124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeries","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Specifies the type of series\n The type of the series are\n Line\n Column\n Area\n Bar\n Histogram\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n StepArea\n Scatter\n Spline\n StackingColumn100\n StackingBar100\n StackingArea100\n RangeColumn\n Hilo\n HiloOpenClose\n Waterfall\n RangeArea\n Bubble\n Candle\n Polar\n Radar\n BoxAndWhisker\n Pareto.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represent the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the volume value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ZOrder","TypeName":"System.Int32","Documentation":"\n \n Specifies the z order of the series.\n \n ","Metadata":{"Common.PropertyName":"ZOrder"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.Charts.ChartDrawType","IsEnum":true,"Documentation":"\n \n Type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n This property used to improve chart performance via data mapping for series dataSource.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the tooltip for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the size value for the bubble series.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the series fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Documentation":"\n \n Defines the border of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Specifies the legend shape of the series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Documentation":"\n \n Specifies the customization of the marker of the series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Documentation":"\n \n Specifies the customization of the empty point settins for the series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n Defines the space between adjacent series for the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Documentation":"\n \n Specifies the corner radius of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the column width of the rectangle typed series.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n Based on this value stacking series are grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"Syncfusion.Blazor.Charts.Segment","IsEnum":true,"Documentation":"\n \n Specifies in which axis segment will be done.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Enables the polar line based series to be closed.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Specifies the CardinalSplineTension for spline series.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.Charts.SplineType","IsEnum":true,"Documentation":"\n \n Specifies the splineType for spline series.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n Enables SolidCandles for candle series.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n Specifies BearFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the BullFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the maximum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the minimum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Connector","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Metadata":{"Common.PropertyName":"Connector"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Specifies the intermediateSumIndexes for waterfall series\n The provided value will be considered as a Tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"IntermediateSumIndexes","TypeName":"System.Double[]","Documentation":"\n \n IntermediateSumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"IntermediateSumIndexes"}},{"Kind":"Components.Component","Name":"SumIndexes","TypeName":"System.Double[]","Documentation":"\n \n Specifies the sumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SumIndexes"}},{"Kind":"Components.Component","Name":"SummaryFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the summaryFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SummaryFillColor"}},{"Kind":"Components.Component","Name":"NegativeFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the NegativeFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"NegativeFillColor"}},{"Kind":"Components.Component","Name":"ShowNormalDistribution","TypeName":"System.Boolean","Documentation":"\n \n Specifies the ShowNormalDistribution for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"ShowNormalDistribution"}},{"Kind":"Components.Component","Name":"BinInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the BinInterval for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"BinInterval"}},{"Kind":"Components.Component","Name":"BoxPlotMode","TypeName":"Syncfusion.Blazor.Charts.BoxPlotMode","IsEnum":true,"Documentation":"\n \n Specifies the BoxPlotMode for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"BoxPlotMode"}},{"Kind":"Components.Component","Name":"ShowMean","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Showmean for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"ShowMean"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the trendlines for the series.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specified the segments of the multicolor series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Documentation":"\n \n Specifies the configuration of the animation settings for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"UnSelectedStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is deselected.\n \n ","Metadata":{"Common.PropertyName":"UnSelectedStyle"}},{"Kind":"Components.Component","Name":"NonHighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is non-highlighted.\n \n ","Metadata":{"Common.PropertyName":"NonHighlightStyle"}},{"Kind":"Components.Component","Name":"HighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightStyle"}},{"Kind":"Components.Component","Name":"ChartDataEditSettings","TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Documentation":"\n \n Configuration of drag settings for the series.\n \n ","Metadata":{"Common.PropertyName":"ChartDataEditSettings"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries"}},{"HashCode":1798140322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeries","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Specifies the type of series\n The type of the series are\n Line\n Column\n Area\n Bar\n Histogram\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n StepArea\n Scatter\n Spline\n StackingColumn100\n StackingBar100\n StackingArea100\n RangeColumn\n Hilo\n HiloOpenClose\n Waterfall\n RangeArea\n Bubble\n Candle\n Polar\n Radar\n BoxAndWhisker\n Pareto.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represent the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the volume value for financial type series.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ZOrder","TypeName":"System.Int32","Documentation":"\n \n Specifies the z order of the series.\n \n ","Metadata":{"Common.PropertyName":"ZOrder"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `SfDataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.Charts.ChartDrawType","IsEnum":true,"Documentation":"\n \n Type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EnableComplexProperty","TypeName":"System.Boolean","Documentation":"\n \n This property used to improve chart performance via data mapping for series dataSource.\n \n ","Metadata":{"Common.PropertyName":"EnableComplexProperty"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n Specifies the format of the tooltip for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the size value for the bubble series.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the series fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Documentation":"\n \n Defines the border of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Specifies the legend shape of the series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Documentation":"\n \n Specifies the customization of the marker of the series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Documentation":"\n \n Specifies the customization of the empty point settins for the series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n Defines the space between adjacent series for the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.Charts.ChartCornerRadius","Documentation":"\n \n Specifies the corner radius of the rectangle shaped series.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the column width of the rectangle typed series.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n Based on this value stacking series are grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"Syncfusion.Blazor.Charts.Segment","IsEnum":true,"Documentation":"\n \n Specifies in which axis segment will be done.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Enables the polar line based series to be closed.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Specifies the CardinalSplineTension for spline series.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.Charts.SplineType","IsEnum":true,"Documentation":"\n \n Specifies the splineType for spline series.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n Enables SolidCandles for candle series.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n Specifies BearFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the BullFillColor for candle series.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the maximum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Denoted the minimum radius for bubble series.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Connector","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Metadata":{"Common.PropertyName":"Connector"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Specifies the intermediateSumIndexes for waterfall series\n The provided value will be considered as a Tooltip Mapping name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"IntermediateSumIndexes","TypeName":"System.Double[]","Documentation":"\n \n IntermediateSumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"IntermediateSumIndexes"}},{"Kind":"Components.Component","Name":"SumIndexes","TypeName":"System.Double[]","Documentation":"\n \n Specifies the sumIndexes for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SumIndexes"}},{"Kind":"Components.Component","Name":"SummaryFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the summaryFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"SummaryFillColor"}},{"Kind":"Components.Component","Name":"NegativeFillColor","TypeName":"System.String","Documentation":"\n \n Specifies the NegativeFillColor for waterfall series.\n \n ","Metadata":{"Common.PropertyName":"NegativeFillColor"}},{"Kind":"Components.Component","Name":"ShowNormalDistribution","TypeName":"System.Boolean","Documentation":"\n \n Specifies the ShowNormalDistribution for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"ShowNormalDistribution"}},{"Kind":"Components.Component","Name":"BinInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the BinInterval for Histogram series.\n \n ","Metadata":{"Common.PropertyName":"BinInterval"}},{"Kind":"Components.Component","Name":"BoxPlotMode","TypeName":"Syncfusion.Blazor.Charts.BoxPlotMode","IsEnum":true,"Documentation":"\n \n Specifies the BoxPlotMode for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"BoxPlotMode"}},{"Kind":"Components.Component","Name":"ShowMean","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Showmean for box and whisker series.\n \n ","Metadata":{"Common.PropertyName":"ShowMean"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the trendlines for the series.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specified the segments of the multicolor series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Documentation":"\n \n Specifies the configuration of the animation settings for series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is selected.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"UnSelectedStyle","TypeName":"System.String","Documentation":"\n \n Spectifies class name when the series is deselected.\n \n ","Metadata":{"Common.PropertyName":"UnSelectedStyle"}},{"Kind":"Components.Component","Name":"NonHighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is non-highlighted.\n \n ","Metadata":{"Common.PropertyName":"NonHighlightStyle"}},{"Kind":"Components.Component","Name":"HighlightStyle","TypeName":"System.String","Documentation":"\n \n Specfies the class name when the series is highlighted.\n \n ","Metadata":{"Common.PropertyName":"HighlightStyle"}},{"Kind":"Components.Component","Name":"ChartDataEditSettings","TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Documentation":"\n \n Configuration of drag settings for the series.\n \n ","Metadata":{"Common.PropertyName":"ChartDataEditSettings"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1055404694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1992595253,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1364885381,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}},{"HashCode":1104040572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2050536755,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2128966865,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-987718917,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}},{"HashCode":-59393211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1467448670,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-214768530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386587240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the border of the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}},{"HashCode":888082023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the border of the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298705314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-374249977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2013826786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}},{"HashCode":-1213179529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n Specifies the type of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Specifies the length of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1372170395,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-791276917,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSeriesConnector"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSeriesConnector.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1622897531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the datalabel mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies the angle at which label rotation takes place.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enable the rotation of datalabel.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the label position of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in vertical orientation.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for the datalabels.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Documentation":"\n \n Options to customize the border of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Documentation":"\n \n Options to customize the margin for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Documentation":"\n \n Options to customize the text style of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Specifies the label intersect action for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel"}},{"HashCode":-724097109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visiblity of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the datalabel mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies the angle at which label rotation takes place.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enable the rotation of datalabel.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the label position of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Width of rounded corner in vertical orientation.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for the datalabels.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Documentation":"\n \n Options to customize the border of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Documentation":"\n \n Options to customize the margin for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Documentation":"\n \n Options to customize the text style of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Specifies the label intersect action for the datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":628581493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2038125317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom HTML element in place of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1162446698,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1028176483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":186968837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the datalabel border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}},{"HashCode":-1538891053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the datalabel border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":595510600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-732705840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-56873442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Defines the size of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defind the color of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}},{"HashCode":1690724602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Defines the size of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defind the color of the datalabel text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1414861810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-127844793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-33169233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Specifies the left margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Specifies the right margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Specifies the top margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}},{"HashCode":-938244577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Specifies the left margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Specifies the right margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Specifies the top margin of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":207464354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1674802213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-351274982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the border color of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}},{"HashCode":1802335971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the border color of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":218327535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1780807172,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":431961095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Empty Point configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Documentation":"\n \n Sets and gets the border of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}},{"HashCode":-1819240306,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Empty Point configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointBorder","Documentation":"\n \n Sets and gets the border of the empty point.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1166524431,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":558265505,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1092362439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar cap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}},{"HashCode":-1554118932,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar cap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":478634376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarCapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454023269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704377028,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Charts.ErrorBarDirection","IsEnum":true,"Documentation":"\n \n The direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Documentation":"\n \n Options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ErrorBarMode","IsEnum":true,"Documentation":"\n \n The mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ErrorBarType","IsEnum":true,"Documentation":"\n \n The type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}},{"HashCode":344755636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the error bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Charts.ErrorBarDirection","IsEnum":true,"Documentation":"\n \n The direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarCapSettings","Documentation":"\n \n Options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ErrorBarMode","IsEnum":true,"Documentation":"\n \n The mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ErrorBarType","IsEnum":true,"Documentation":"\n \n The type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Double","Documentation":"\n \n Denotes the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1584541477,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1122853105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartErrorBarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartErrorBarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524091490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the marker configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker"}},{"HashCode":-1355925732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the marker configuration of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCommonMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-200260432,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCommonMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1656095820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCommonMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCommonMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345213519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker"}},{"HashCode":-1206577926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":733595700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-714127823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":243630173,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}},{"HashCode":-483262711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker border.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2035017550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-656030948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1267279427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartMarkerOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}},{"HashCode":-472589237,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":763466934,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartMarkerOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1206278929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartMarkerOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1152861634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment"}},{"HashCode":-160777504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":561987168,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":767294898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2114170602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments"}},{"HashCode":340712192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of regions that helps to differentiate a line Type series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1206291697,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1879264814,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":551218677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline"}},{"HashCode":-1117278793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the segment series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Documentation":"\n \n Sets and gets the dash array of the segment series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1989136246,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1569372910,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":54289975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of animation for the trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}},{"HashCode":779812159,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of animation for the trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-827044684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-871962609,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1191470543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}},{"HashCode":-378104188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerBorder","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Charts.ChartMarkerOffset","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.Charts.ChartDataLabel","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1207544416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-381498492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1093034787,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines"}},{"HashCode":62066654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":785352277,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2087354086,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2011567979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}},{"HashCode":-886538301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1606667766,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataBoundComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":289599179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataBoundComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataBoundComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-803489185,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the drag settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n To enable the drag the points.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To set the color of the edited point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n To set the maximum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n To set the minimum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}},{"HashCode":-46631041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the drag settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n To enable the drag the points.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To set the color of the edited point.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n To set the maximum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n To set the minimum y of the point.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1392946259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-256609703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartDataEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartDataEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":712346843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the zoom settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings"}},{"HashCode":-1576694425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the zoom settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818176536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1100062858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1160945329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis's crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Documentation":"\n \n Options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}},{"HashCode":503334568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis's crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Documentation":"\n \n Options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1541276298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-983959604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1537181778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair line of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}},{"HashCode":-960867863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair line of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2096701807,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2111869147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-283385513,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair for the charts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Documentation":"\n \n Options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}},{"HashCode":-1570308802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the crosshair for the charts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Specifies the dashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairLine","Documentation":"\n \n Options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-423711974,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1143651098,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316862174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to cusomize the tooltip text style of the crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCrosshairTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}},{"HashCode":749529374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to cusomize the tooltip text style of the crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":420688902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartCrosshairTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":830871535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartCrosshairTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1889663223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}},{"HashCode":-209369234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-106560874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-850095453,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2019874440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}},{"HashCode":1402948788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SelectedData in the chart appears inimitable from the rest of the data points.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1869832803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-907615365,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1521969423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}},{"HashCode":714249536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-496698633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2085740581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1833655730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}},{"HashCode":-1505257874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipBorder","Documentation":"\n \n Options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Documentation":"\n \n Options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1349385048,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-35933071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1159751972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1559597237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231204973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}},{"HashCode":-1419498135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style of the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-918218953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":767125743,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.ChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":876215029,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SelectionStyleComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SelectionStyleComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ComponentId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ComponentId"}},{"Kind":"Components.Component","Name":"GivenPattern","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"GivenPattern"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SelectionStyleComponent"}},{"HashCode":324277529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SelectionStyleComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SelectionStyleComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ComponentId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ComponentId"}},{"Kind":"Components.Component","Name":"GivenPattern","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"GivenPattern"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SelectionStyleComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299453693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase"}},{"HashCode":2023393678,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.LegendBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":678899333,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LegendBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1127587298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.LegendBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2114569885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder"}},{"HashCode":-619531283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74414656,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Range Navigator events customization are mentioned through this.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the range navigator loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers for each label renderig.\n \n ","Metadata":{"Common.PropertyName":"LabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"System.Action","Documentation":"\n \n Triggers value changed when start and end value for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before print.\n \n ","Metadata":{"Common.PropertyName":"OnPrintCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectorRender","TypeName":"System.Action","Documentation":"\n \n Triggers value changed.\n \n ","Metadata":{"Common.PropertyName":"SelectorRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents"}},{"HashCode":-2062042546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Range Navigator events customization are mentioned through this.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the range navigator loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing of chart.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the tooltip for series is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LabelRender","TypeName":"System.Action","Documentation":"\n \n Triggers for each label renderig.\n \n ","Metadata":{"Common.PropertyName":"LabelRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"System.Action","Documentation":"\n \n Triggers value changed when start and end value for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before print.\n \n ","Metadata":{"Common.PropertyName":"OnPrintCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectorRender","TypeName":"System.Action","Documentation":"\n \n Triggers value changed.\n \n ","Metadata":{"Common.PropertyName":"SelectorRender","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1560231195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the label style for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle"}},{"HashCode":444414270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the label style for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-479040609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major grid lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines"}},{"HashCode":-909832445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major grid lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1697345102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major tick lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines"}},{"HashCode":-955397367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the major tick lines for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":461524157,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the margin for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin"}},{"HashCode":1002363890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the margin for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1234522336,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator style settings for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorStyleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRegionColor","TypeName":"System.String","Documentation":"\n \n Defines the selected region color for selected area.\n \n ","Metadata":{"Common.PropertyName":"SelectedRegionColor"}},{"Kind":"Components.Component","Name":"UnselectedRegionColor","TypeName":"System.String","Documentation":"\n \n Un Selected region color for un selected area.\n \n ","Metadata":{"Common.PropertyName":"UnselectedRegionColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}},{"HashCode":453932201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator style settings for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SelectedRegionColor","TypeName":"System.String","Documentation":"\n \n Defines the selected region color for selected area.\n \n ","Metadata":{"Common.PropertyName":"SelectedRegionColor"}},{"Kind":"Components.Component","Name":"UnselectedRegionColor","TypeName":"System.String","Documentation":"\n \n Un Selected region color for un selected area.\n \n ","Metadata":{"Common.PropertyName":"UnselectedRegionColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1115601543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorStyleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-654164287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorStyleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333406362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for navigator thumb.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorThumbBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder"}},{"HashCode":1111375450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for navigator thumb.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1137739801,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator thumb settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorThumbSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Set and gets the fill color for the thumb.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Get and sets the height of thumb.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ThumbType","IsEnum":true,"Documentation":"\n \n Get and sets the type of thumb.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Get and sets the width of thumb.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}},{"HashCode":1840801351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the navigator thumb settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Set and gets the fill color for the thumb.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Get and sets the height of thumb.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ThumbType","IsEnum":true,"Documentation":"\n \n Get and sets the type of thumb.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Get and sets the width of thumb.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2089711126,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorThumbSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-661427757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorThumbSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345892128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period element for an periodselector in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets and sets the interval value for the periods.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n Gets and sets the IntervalType of period.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod"}},{"HashCode":1797271961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period element for an periodselector in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets and sets the interval value for the periods.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n Gets and sets the IntervalType of period.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriod","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1767316471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the periods that are to be added to the periodselector of the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}},{"HashCode":-772385822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the periods that are to be added to the periodselector of the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526828675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1559540232,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-687469692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the periodselector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorPeriodSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height for the period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.PeriodSelectorPosition","IsEnum":true,"Documentation":"\n \n vertical position of the period selector.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}},{"HashCode":761304155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the periodselector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height for the period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.PeriodSelectorPosition","IsEnum":true,"Documentation":"\n \n vertical position of the period selector.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1562400147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorPeriodSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1814498435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorPeriodSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838780063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets animation of thumb for the range slider in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation"}},{"HashCode":1074633500,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets animation of thumb for the range slider in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496025141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the series for range navigator.\n \n \n Sets and gets the options for customizing the range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a series.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n It defines the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorType","IsEnum":true,"Documentation":"\n \n It defines the series type of the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the series.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the series.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}},{"HashCode":980322517,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the series for range navigator.\n \n \n Sets and gets the options for customizing the range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a series.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n It defines the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorType","IsEnum":true,"Documentation":"\n \n It defines the series type of the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the series.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the series.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1022648185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":801048521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1147463067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder"}},{"HashCode":-427685428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1518089758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the series collections that are added to the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}},{"HashCode":-2063759135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the series collections that are added to the range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-438455522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-663288445,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":854548198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.Charts.TooltipDisplayMode","IsEnum":true,"Documentation":"\n \n It defines display mode for tooltip.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Sets or gets the tempate of tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}},{"HashCode":685272698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.Charts.TooltipDisplayMode","IsEnum":true,"Documentation":"\n \n It defines display mode for tooltip.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Sets or gets the tempate of tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":930431274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RangeNavigatorRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1843471602,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1792664938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder"}},{"HashCode":1273231120,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":55061469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeNavigatorTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle"}},{"HashCode":437544337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of range navigator tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigatorTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-669765755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The range navigator component is quickly visualize high-level data and select a time period with a modern interface to filter data for in-depth analysis.\n The range navigator contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRangeNavigator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Set and gets the id for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowIntervalData","TypeName":"System.Boolean","Documentation":"\n \n Allow the data to be selected for that particular interval while clicking the particular label.\n \n ","Metadata":{"Common.PropertyName":"AllowIntervalData"}},{"Kind":"Components.Component","Name":"AllowSnapping","TypeName":"System.Boolean","Documentation":"\n \n Enable snapping for range navigator sliders.\n \n ","Metadata":{"Common.PropertyName":"AllowSnapping"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n It defines the duration for an animation.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a range navigator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"DisableRangeSelector","TypeName":"System.Boolean","Documentation":"\n \n To render the period selector with out range navigator.\n \n ","Metadata":{"Common.PropertyName":"DisableRangeSelector"}},{"Kind":"Components.Component","Name":"EnableDeferredUpdate","TypeName":"System.Boolean","Documentation":"\n \n To enable deferred update on the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredUpdate"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n Specifies the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"ChartHeight","TypeName":"System.Double","Documentation":"\n \n Specifies the chart height.\n \n \n ","Metadata":{"Common.PropertyName":"ChartHeight"}},{"Kind":"Components.Component","Name":"UpdateChartData","TypeName":"System.Action","Documentation":"\n \n Specifies the data to be update in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateChartData","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ShouldSelectorRender","TypeName":"System.Func","Documentation":"\n \n Specifies the rendering in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"ShouldSelectorRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdatePeriodEvent","TypeName":"System.Action","Documentation":"\n \n Specifies the event to update the period.\n \n \n ","Metadata":{"Common.PropertyName":"UpdatePeriodEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateCustomElement","TypeName":"System.Func>","Documentation":"\n \n Specifies to update the element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateCustomElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateDropdownElement","TypeName":"System.Action>","Documentation":"\n \n Specifies to update the dropdown element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateDropdownElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetRangeNavigator","TypeName":"System.Func","Documentation":"\n \n Specifies to get the range navigator instance..\n \n \n ","Metadata":{"Common.PropertyName":"GetRangeNavigator","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"EnableGrouping","TypeName":"System.Boolean","Documentation":"\n \n Enable grouping for the labels.\n \n ","Metadata":{"Common.PropertyName":"EnableGrouping"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable persistence state of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n GroupBy property for the axis.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, range navigator renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n interval value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType for the dateTime axis.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.RangeLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies, when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Label positions for the axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the locale of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n Get and sets the base value for log axis.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Get and sets maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Get and sets minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Get and sets the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SecondaryLabelAlignment","TypeName":"Syncfusion.Blazor.Charts.LabelAlignment","IsEnum":true,"Documentation":"\n \n It specifies the label alignment for secondary axis labels.\n \n ","Metadata":{"Common.PropertyName":"SecondaryLabelAlignment"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n Specifies the skeleton type of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the tick Position for axis.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Selected range for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.RangeValueType","IsEnum":true,"Documentation":"\n \n Get and sets the valueType for the axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the range navigator as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, range navigator renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}},{"HashCode":-1750856595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The range navigator component is quickly visualize high-level data and select a time period with a modern interface to filter data for in-depth analysis.\n The range navigator contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Set and gets the id for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowIntervalData","TypeName":"System.Boolean","Documentation":"\n \n Allow the data to be selected for that particular interval while clicking the particular label.\n \n ","Metadata":{"Common.PropertyName":"AllowIntervalData"}},{"Kind":"Components.Component","Name":"AllowSnapping","TypeName":"System.Boolean","Documentation":"\n \n Enable snapping for range navigator sliders.\n \n ","Metadata":{"Common.PropertyName":"AllowSnapping"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n It defines the duration for an animation.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n It defines the data source for a range navigator.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"DisableRangeSelector","TypeName":"System.Boolean","Documentation":"\n \n To render the period selector with out range navigator.\n \n ","Metadata":{"Common.PropertyName":"DisableRangeSelector"}},{"Kind":"Components.Component","Name":"EnableDeferredUpdate","TypeName":"System.Boolean","Documentation":"\n \n To enable deferred update on the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnableDeferredUpdate"}},{"Kind":"Components.Component","Name":"IsStockChart","TypeName":"System.Boolean","Documentation":"\n \n Specifies the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"IsStockChart"}},{"Kind":"Components.Component","Name":"ChartHeight","TypeName":"System.Double","Documentation":"\n \n Specifies the chart height.\n \n \n ","Metadata":{"Common.PropertyName":"ChartHeight"}},{"Kind":"Components.Component","Name":"UpdateChartData","TypeName":"System.Action","Documentation":"\n \n Specifies the data to be update in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateChartData","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ShouldSelectorRender","TypeName":"System.Func","Documentation":"\n \n Specifies the rendering in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"ShouldSelectorRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdatePeriodEvent","TypeName":"System.Action","Documentation":"\n \n Specifies the event to update the period.\n \n \n ","Metadata":{"Common.PropertyName":"UpdatePeriodEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateCustomElement","TypeName":"System.Func>","Documentation":"\n \n Specifies to update the element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateCustomElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"UpdateDropdownElement","TypeName":"System.Action>","Documentation":"\n \n Specifies to update the dropdown element in range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"UpdateDropdownElement","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetRangeNavigator","TypeName":"System.Func","Documentation":"\n \n Specifies to get the range navigator instance..\n \n \n ","Metadata":{"Common.PropertyName":"GetRangeNavigator","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"EnableGrouping","TypeName":"System.Boolean","Documentation":"\n \n Enable grouping for the labels.\n \n ","Metadata":{"Common.PropertyName":"EnableGrouping"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable persistence state of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n GroupBy property for the axis.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, range navigator renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n interval value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType for the dateTime axis.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.RangeLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies, when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Label positions for the axis.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the locale of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n Get and sets the base value for log axis.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Get and sets maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Get and sets minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Get and sets the query for the data source.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SecondaryLabelAlignment","TypeName":"Syncfusion.Blazor.Charts.LabelAlignment","IsEnum":true,"Documentation":"\n \n It specifies the label alignment for secondary axis labels.\n \n ","Metadata":{"Common.PropertyName":"SecondaryLabelAlignment"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n Specifies the skeleton type of the range navigator.\n \n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the tick Position for axis.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a grouping separator should be used for a number.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Selected range for range navigator.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.RangeValueType","IsEnum":true,"Documentation":"\n \n Get and sets the valueType for the axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the range navigator as a string accepts input as both like '100px' or '100%'.\n If specified as '100%, range navigator renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n It defines the xName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n It defines the yName for the range navigator.\n \n ","Metadata":{"Common.PropertyName":"YName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916937368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRangeNavigator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2089528915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfRangeNavigator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1502553150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}},{"HashCode":-936914375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-371836944,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-589600700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779912256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Size of the horizontal axis label.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}},{"HashCode":2062040872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Size of the horizontal axis label.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":220768622,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":478678671,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-660660260,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}},{"HashCode":-1826232539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1732156534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-365546784,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and set the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740708941,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}},{"HashCode":805000371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the axis major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2015084902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1529388390,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-576842060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartHorizontalMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets minor grid lines count.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}},{"HashCode":-1543152017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for horizontal axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets minor grid lines count.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1102953183,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartHorizontalMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":901422640,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartHorizontalMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":108885591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}},{"HashCode":364303507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.SmithChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Axis labels will be hide when overlap with each other.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisLabelPosition","IsEnum":true,"Documentation":"\n \n Position of axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of axis.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447048867,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1544048343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1329543514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets font size for radial axis label size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}},{"HashCode":1859921932,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis label style for the radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets font size for radial axis label size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":991369908,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105969055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":546290679,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visile of the axisline.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}},{"HashCode":-1384669065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the axis line for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visile of the axisline.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-833353053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-114343933,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialAxisLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195044107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}},{"HashCode":-1165790274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the major grid lines.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1116645195,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2043500540,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2136503611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartRadialMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets count for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}},{"HashCode":-1037617789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines for radial axis of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visible of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Gets and sets count for minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971236579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartRadialMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1630093465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartRadialMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1980395058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the axis line settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartAxisLine"}},{"HashCode":1754967605,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the axis line settings of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1123909147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder"}},{"HashCode":-9672033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":835967689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonFont"}},{"HashCode":363691731,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets and sets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-310410323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines"}},{"HashCode":866618521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1536936037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines"}},{"HashCode":-1645017741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370022393,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendItemStyleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}},{"HashCode":-1919188750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-66088686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LegendItemStyleBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2072135885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.LegendItemStyleBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.LegendItemStyleBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":464391394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}},{"HashCode":-2080569910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2094595618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1224602423,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-547299286,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the item style for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendItemStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specify the height for legend item.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specify the width for legend item.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}},{"HashCode":1006284710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the item style for legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specify the height for legend item.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specify the width for legend item.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1654629139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendItemStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-442545822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendItemStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1295510950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend location in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n X position for legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Y position for legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}},{"HashCode":2134134050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend location in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n X position for legend.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Y position for legend.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2012935840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1591759877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-542901326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"ColumnCount","TypeName":"System.Int32","Documentation":"\n \n Column count for legend.\n \n ","Metadata":{"Common.PropertyName":"ColumnCount"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ItemPadding","TypeName":"System.Double","Documentation":"\n \n Spacing between legend items.\n \n ","Metadata":{"Common.PropertyName":"ItemPadding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RowCount","TypeName":"System.Int32","Documentation":"\n \n Row count for legend.\n \n ","Metadata":{"Common.PropertyName":"RowCount"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the legend.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}},{"HashCode":-1348116474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the legend in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"ColumnCount","TypeName":"System.Int32","Documentation":"\n \n Column count for legend.\n \n ","Metadata":{"Common.PropertyName":"ColumnCount"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Height of the legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ItemPadding","TypeName":"System.Double","Documentation":"\n \n Spacing between legend items.\n \n ","Metadata":{"Common.PropertyName":"ItemPadding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LegendPosition","IsEnum":true,"Documentation":"\n \n Position of the legend.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RowCount","TypeName":"System.Int32","Documentation":"\n \n Row count for legend.\n \n ","Metadata":{"Common.PropertyName":"RowCount"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the legend.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the legend.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Width of the legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851506252,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1729108967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1245790246,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the legend text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle"}},{"HashCode":-2095057227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the legend text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1188200785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tilte for legend of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for legend title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for legend title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}},{"HashCode":1049845987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tilte for legend of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for legend title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for legend title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Alignment for legend title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for legend title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1513399972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":381689293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624339101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}},{"HashCode":-424561118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for legend title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477631414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1829222923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2037340146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label connector line settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartDataLabelConnectorLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}},{"HashCode":-1021078125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label connector line settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label connector line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-456985238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartDataLabelConnectorLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":806282346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelConnectorLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-555472307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label text settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}},{"HashCode":-1569856551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the data label text settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":760545941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":385640472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-171129086,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for data label.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for data label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Showing data label template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for data label.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}},{"HashCode":-1020066387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for data label.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for data label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Showing data label template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility for data label.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1801392298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesDatalabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":181768545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":162359508,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Showing data label template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-748394792,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Showing data label template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDatalabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-683813295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label border settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}},{"HashCode":26499955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines data label border settings for series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for data label.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for data label.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1168043342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1659564456,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":702299937,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the image for series marker.\n \n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}},{"HashCode":-1764200146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the image for series marker.\n \n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.Shape","IsEnum":true,"Documentation":"\n \n Shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":722461483,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1522861142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1978596075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker border in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for marker.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}},{"HashCode":-1483868802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the marker border in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Border color for marker.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Border width for marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1478170684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":273739936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1894675695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Perform animation of series based on animation duration.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation of series.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Avoid the overlap of data labels.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Points","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Points for series.\n \n ","Metadata":{"Common.PropertyName":"Points"}},{"Kind":"Components.Component","Name":"Reactance","TypeName":"System.String","Documentation":"\n \n Reactance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Reactance"}},{"Kind":"Components.Component","Name":"Resistance","TypeName":"System.String","Documentation":"\n \n Resistance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Resistance"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Tooltip mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries"}},{"HashCode":-1270133015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Perform animation of series based on animation duration.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation of series.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Avoid the overlap of data labels.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for series.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Points","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Points for series.\n \n ","Metadata":{"Common.PropertyName":"Points"}},{"Kind":"Components.Component","Name":"Reactance","TypeName":"System.String","Documentation":"\n \n Reactance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Reactance"}},{"Kind":"Components.Component","Name":"Resistance","TypeName":"System.String","Documentation":"\n \n Resistance name from data source.\n \n ","Metadata":{"Common.PropertyName":"Resistance"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Tooltip mapping name for the series.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1393788982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-298488430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1319422855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series collection of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}},{"HashCode":-848969563,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the series collection of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":23664604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1716984715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779105978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip of the chart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}},{"HashCode":-1053634103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the tooltip of the chart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Color for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":531572421,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1605626645,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-371044347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template for the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-150755052,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template for the tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltip.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1935216233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for tooltip in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSeriesTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}},{"HashCode":1577424931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border for tooltip in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets and sets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1598821475,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSeriesTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1736271053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSeriesTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":847804130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the border.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the border.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder"}},{"HashCode":-1480075966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the border.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the border.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width for the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765722068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":950694879,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-179270739,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Chart events are defined by this class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers after the animation gets completed.\n \n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n Triggers while print the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after print is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after export is completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"System.Action","Documentation":"\n \n Triggers before render the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the window is re-sizing.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers when the series is rendering.\n \n ","Metadata":{"Common.PropertyName":"SeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TextRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label text is rendered.\n \n ","Metadata":{"Common.PropertyName":"TextRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip rendering.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SubtitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sub-title is rendered.\n \n ","Metadata":{"Common.PropertyName":"SubtitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the title is rendered.\n \n ","Metadata":{"Common.PropertyName":"TitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n Triggers before export the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartEvents"}},{"HashCode":843301512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Chart events are defined by this class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"System.Action","Documentation":"\n \n Triggers after the animation gets completed.\n \n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"System.Action","Documentation":"\n \n Triggers while print the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after print is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExportComplete","TypeName":"System.Action","Documentation":"\n \n Triggers after export is completed.\n \n ","Metadata":{"Common.PropertyName":"OnExportComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the legend is rendered.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"System.Action","Documentation":"\n \n Triggers before render the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers when the chart rendering completed.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the window is re-sizing.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SeriesRender","TypeName":"System.Action","Documentation":"\n \n Triggers when the series is rendering.\n \n ","Metadata":{"Common.PropertyName":"SeriesRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TextRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the data label text is rendered.\n \n ","Metadata":{"Common.PropertyName":"TextRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TooltipRender","TypeName":"System.Action","Documentation":"\n \n Triggers before the tooltip rendering.\n \n ","Metadata":{"Common.PropertyName":"TooltipRender","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SubtitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sub-title is rendered.\n \n ","Metadata":{"Common.PropertyName":"SubtitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"TitleRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the title is rendered.\n \n ","Metadata":{"Common.PropertyName":"TitleRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"System.Action","Documentation":"\n \n Triggers before export the smith chart component.\n \n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":479017335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont"}},{"HashCode":866282779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font style of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":127255398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":939780769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1795465005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets and sets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets and sets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets and sets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets and sets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin"}},{"HashCode":-2088652655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets and sets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets and sets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets and sets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets and sets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809789206,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-977659008,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-625646270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the subtitle.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}},{"HashCode":-1598496018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the subtitle.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the subtitle.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1045596407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1855630704,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSubtitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535877952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}},{"HashCode":505735987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for subtitle of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":828959088,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1842646518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1551363308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the title.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle"}},{"HashCode":-1977215384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for the title.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Trim the title.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"MaximumWidth","TypeName":"System.Double","Documentation":"\n \n Maximum width of the subtitle.\n \n ","Metadata":{"Common.PropertyName":"MaximumWidth"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text for the title.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.SmithChartAlignment","IsEnum":true,"Documentation":"\n \n Text alignment for the title.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Visibility of the title.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1679660023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2131477128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-780521479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font for title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitleFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}},{"HashCode":1475350841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the font for title of the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308886542,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitleFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":46349352,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitleFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1123884905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for title in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SmithChartTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}},{"HashCode":-1130072970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the text style for title in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size of the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the title text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1521062592,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SmithChartTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-761493975,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChartTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":90074472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSmithChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Smith Chart is a component for showing the parameters of transmission lines in high-frequency circuit applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSmithChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the ID for smith chart.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Documentation":"\n \n Gets and sets the model type.\n \n \n ","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ElementSpacing","TypeName":"System.Double","Documentation":"\n \n Use to set space between elements.\n \n ","Metadata":{"Common.PropertyName":"ElementSpacing"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets to enable persistence of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets right-to-left rendering of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets and sets locale of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the radius of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RenderType","TypeName":"Syncfusion.Blazor.Charts.RenderType","IsEnum":true,"Documentation":"\n \n Gets and sets the render type of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"RenderType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart"}},{"HashCode":1051267675,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSmithChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Smith Chart is a component for showing the parameters of transmission lines in high-frequency circuit applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfSmithChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the ID for smith chart.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Documentation":"\n \n Gets and sets the model type.\n \n \n ","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ElementSpacing","TypeName":"System.Double","Documentation":"\n \n Use to set space between elements.\n \n ","Metadata":{"Common.PropertyName":"ElementSpacing"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets to enable persistence of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets right-to-left rendering of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets and sets locale of the smith chart.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the radius of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RenderType","TypeName":"Syncfusion.Blazor.Charts.RenderType","IsEnum":true,"Documentation":"\n \n Gets and sets the render type of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"RenderType"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets and sets the theme for the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the smith chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1317848978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSmithChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1844839954,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfSmithChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSmithChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":358033429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of line settings in sparkline axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineAxisLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line dashArray.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the axis line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings"}},{"HashCode":1085877967,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of line settings in sparkline axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline axis line dashArray.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the axis line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline axis line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":552223585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of sparkline axis settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineAxisSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxX"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinX"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline horizontal axis line position.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}},{"HashCode":-739984369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the configures of sparkline axis settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxX"}},{"Kind":"Components.Component","Name":"MaxY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis maximum value.\n \n ","Metadata":{"Common.PropertyName":"MaxY"}},{"Kind":"Components.Component","Name":"MinX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline X axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinX"}},{"Kind":"Components.Component","Name":"MinY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline Y axis minimum value.\n \n ","Metadata":{"Common.PropertyName":"MinY"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline horizontal axis line position.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2133281426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineAxisSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970888186,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineAxisSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineAxisSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039649836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BorderSettings"}},{"HashCode":-1839064713,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50692797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineBorder"}},{"HashCode":-2010399695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":201278126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the container area of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineContainerArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline background color.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea"}},{"HashCode":-936132474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the container area of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineContainerArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the sparkline background color.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":492982225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineContainerArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1853269261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineContainerArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666853148,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineContainerAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder"}},{"HashCode":333404401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineContainerAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":957796740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the sparkline data label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder"}},{"HashCode":517124918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the sparkline data label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526302993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the X and Y axis of the sparkline data label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset"}},{"HashCode":-95592266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the X and Y axis of the sparkline data label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y axis of the data label.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1188213004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label settings of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EdgeLabelMode","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelMode","IsEnum":true,"Documentation":"\n \n Sets and gets the edge placement of the data label.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelMode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dataLabel fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets to configure the data label format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the data label opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the data label visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}},{"HashCode":-1923346965,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label settings of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EdgeLabelMode","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelMode","IsEnum":true,"Documentation":"\n \n Sets and gets the edge placement of the data label.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelMode"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the dataLabel fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets to configure the data label format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the data label opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the data label visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-305041440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1861833450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2035878295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.FontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.FontSettings"}},{"HashCode":1320913321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.FontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.FontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.FontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":365316746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineFont"}},{"HashCode":1130466874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the data label style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1137364065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder"}},{"HashCode":-685541348,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the border of the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1186982726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the marker fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the marker visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}},{"HashCode":541582525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the marker fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Sets and gets the marker size.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets and gets the marker visibility type.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-848817454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-481422426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521439261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSparkline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Sparkline Charts is a replacement for normal charts to display trends in a very small area. Customize sparklines completely by changing the series or axis type and by adding markers, data labels, range bands, and more.\n \n Represents the generic data type of the sparkline control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSparkline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfSparkline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the sparkline component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n To configure sparkline data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets to enable the persistence of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series last x value point color.\n \n ","Metadata":{"Common.PropertyName":"EndPointColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To configure sparkline series fill.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n To apply internationalization for sparkline.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To configure Sparkline height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series highest y value point color.\n \n ","Metadata":{"Common.PropertyName":"HighPointColor"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series width.\n \n ","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Sets or gets to locale of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LowPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series lowest y value point color.\n \n ","Metadata":{"Common.PropertyName":"LowPointColor"}},{"Kind":"Components.Component","Name":"NegativePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series negative y value point color.\n \n ","Metadata":{"Common.PropertyName":"NegativePointColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n To configure sparkline series color palette. It applicable to column and pie type series.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies the query for filter the data.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.SparklineRangePadding","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"StartPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series first x value point color.\n \n ","Metadata":{"Common.PropertyName":"StartPointColor"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n To configure sparkline theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TiePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline winloss series tie y value point color.\n \n ","Metadata":{"Common.PropertyName":"TiePointColor"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.SparklineType","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n To enable the separator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.SparklineValueType","IsEnum":true,"Documentation":"\n \n To configure sparkline series value type.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To configure Sparkline width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series xName.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series yName.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline","Components.GenericTyped":"True"}},{"HashCode":1741595715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfSparkline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Sparkline Charts is a replacement for normal charts to display trends in a very small area. Customize sparklines completely by changing the series or axis type and by adding markers, data labels, range bands, and more.\n \n Represents the generic data type of the sparkline control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfSparkline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SfSparkline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the sparkline component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n To configure sparkline data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets to enable the persistence of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series last x value point color.\n \n ","Metadata":{"Common.PropertyName":"EndPointColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To configure sparkline series fill.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n To apply internationalization for sparkline.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To configure Sparkline height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series highest y value point color.\n \n ","Metadata":{"Common.PropertyName":"HighPointColor"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series width.\n \n ","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Sets or gets to locale of sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"LowPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series lowest y value point color.\n \n ","Metadata":{"Common.PropertyName":"LowPointColor"}},{"Kind":"Components.Component","Name":"NegativePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series negative y value point color.\n \n ","Metadata":{"Common.PropertyName":"NegativePointColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n To configure sparkline line series opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n To configure sparkline series color palette. It applicable to column and pie type series.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies the query for filter the data.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.SparklineRangePadding","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"StartPointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline series first x value point color.\n \n ","Metadata":{"Common.PropertyName":"StartPointColor"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n To configure sparkline theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TiePointColor","TypeName":"System.String","Documentation":"\n \n To configure sparkline winloss series tie y value point color.\n \n ","Metadata":{"Common.PropertyName":"TiePointColor"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.SparklineType","IsEnum":true,"Documentation":"\n \n To configure Sparkline series type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n To enable the separator.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.SparklineValueType","IsEnum":true,"Documentation":"\n \n To configure sparkline series value type.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To configure Sparkline width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series xName.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n To configure sparkline series yName.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":606206858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSparkline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-570081376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfSparkline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfSparkline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":165354486,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklinePadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the top, left, right and bottom padding of the sparkline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklinePadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline bottom padding.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline left padding.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline right padding.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline top padding.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklinePadding"}},{"HashCode":-898161450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklinePadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the top, left, right and bottom padding of the sparkline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklinePadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline bottom padding.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline left padding.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline right padding.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the sparkline top padding.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklinePadding","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":773773310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineRangeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets sparkline rangeband color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end range.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the rangeband opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the start range.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBand"}},{"HashCode":-1896807069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineRangeBand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets sparkline rangeband color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the end range.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the rangeband opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double","Documentation":"\n \n Sets and gets the start range.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-340391005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for providing the list of range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineRangeBandSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}},{"HashCode":906335110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for providing the list of range band of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262935595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineRangeBandSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-91906823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineRangeBandSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":375074471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the toolip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder"}},{"HashCode":1065953341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the toolip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450510564,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline tooltip.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SparklineTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip text format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tooltip visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","Components.GenericTyped":"True"}},{"HashCode":-528624823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the sparkline tooltip.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.SparklineTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip fill color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the tooltip text format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tooltip visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300961245,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SparklineTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-692429235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108091090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1445822990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the tooltip template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.SparklineTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1645714126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip text style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle"}},{"HashCode":-445982988,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip text style of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":330772340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the track line of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTrackLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the tracker line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tracker line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tracker line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings"}},{"HashCode":-69833532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the track line of the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the tracker line color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the tracker line visibility.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the tracker line width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineTrackLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406956894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sparkline axis render.\n \n ","Metadata":{"Common.PropertyName":"OnAxisRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse click on the sparkline point region.\n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on point region.\n \n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the sparkline rendered.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse click on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnTooltipInitialize","TypeName":"System.Action","Documentation":"\n \n Triggers while rendering the sparkline tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"OnTooltipInitialize","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline datalabel render.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the sparkline component is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMarkerRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline marker render.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline points render.\n \n ","Metadata":{"Common.PropertyName":"OnPointRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on resizing the sparkline.\n \n ","Metadata":{"Common.PropertyName":"OnResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline series render.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRendering","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineEvents"}},{"HashCode":1515019323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SparklineEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the sparkline component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SparklineEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnAxisRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sparkline axis render.\n \n ","Metadata":{"Common.PropertyName":"OnAxisRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse click on the sparkline point region.\n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRegionMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on point region.\n \n \n ","Metadata":{"Common.PropertyName":"OnPointRegionMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the sparkline rendered.\n \n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse click on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnSparklineMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on sparkline.\n \n \n ","Metadata":{"Common.PropertyName":"OnSparklineMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnTooltipInitialize","TypeName":"System.Action","Documentation":"\n \n Triggers while rendering the sparkline tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"OnTooltipInitialize","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnDataLabelRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline datalabel render.\n \n ","Metadata":{"Common.PropertyName":"OnDataLabelRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the sparkline component is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnMarkerRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before the sparkline marker render.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline points render.\n \n ","Metadata":{"Common.PropertyName":"OnPointRendering","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on resizing the sparkline.\n \n ","Metadata":{"Common.PropertyName":"OnResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSeriesRendering","TypeName":"System.Action","Documentation":"\n \n Triggers before sparkline series render.\n \n ","Metadata":{"Common.PropertyName":"OnSeriesRendering","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SparklineEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":143302163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the horizontal alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Position","IsEnum":true,"Documentation":"\n \n Specifies the vertical alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation"}},{"HashCode":-519443746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CoordinateUnits","TypeName":"Syncfusion.Blazor.Charts.Units","IsEnum":true,"Documentation":"\n \n Specifies the coordinate units of the annotation. They are\n Pixel - Annotation renders based on x and y pixel value.\n Point - Annotation renders based on x and y axis value.\n \n ","Metadata":{"Common.PropertyName":"CoordinateUnits"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Charts.Regions","IsEnum":true,"Documentation":"\n \n Specifies the regions of the annotation. They are\n Chart - Annotation renders based on chart coordinates.\n Series - Annotation renders based on series coordinates.\n \n ","Metadata":{"Common.PropertyName":"Region"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Object","Documentation":"\n \n if set coordinateUnit as `Pixel` X specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of horizontal axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n if set coordinateUnit as `Pixel` Y specifies the axis value\n else is specifies pixel or percentage of coordinate.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of vertical axis associated with the annotation.\n It requires `Axes` of chart.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the horizontal alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Position","IsEnum":true,"Documentation":"\n \n Specifies the vertical alignment of annotation.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1341303243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"StockChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1386985430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the template of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Charts.StockChartAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1216821716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation collection for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations"}},{"HashCode":-1836370925,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies annotation collection for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1881232871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1261180208,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074776507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes"}},{"HashCode":1691227428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2003363613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":380233251,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-134674873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis"}},{"HashCode":-1570272470,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart Axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-836297379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1665600793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-394707519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}},{"HashCode":-403789436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1657463212,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126150547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2021963925,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}},{"HashCode":-1209780953,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2065592628,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":759664125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1551526572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}},{"HashCode":-1763139763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1041854842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1893174919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1469689041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}},{"HashCode":-786310890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535719197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":238784164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1235605887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}},{"HashCode":-923810195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586773210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2099936311,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1548843338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}},{"HashCode":-554391902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1669241188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-82709148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1638952426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}},{"HashCode":-1534202579,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-991924442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1374111109,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":951828746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}},{"HashCode":-106281736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1615208629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":114252518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":397650473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}},{"HashCode":-233548798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1925239196,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":140263943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420897374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}},{"HashCode":-1102084174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis striplines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2029879864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1582629355,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":997280136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisStripLineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}},{"HashCode":270682582,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis stripline text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1882508325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisStripLineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126924637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisStripLineTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034029216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}},{"HashCode":-563724207,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization values for stockchart axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Unique size of the axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":650219987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1607913082,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2107897627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryXAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}},{"HashCode":2022808915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryXAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833590620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1455703159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-560878199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryYAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}},{"HashCode":-561890132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart PrimaryYAxis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774082372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-718235278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-510211159,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAxis"}},{"HashCode":1310697961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CrossesAt","TypeName":"System.Object","Documentation":"\n \n Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.\n \n ","Metadata":{"Common.PropertyName":"CrossesAt"}},{"Kind":"Components.Component","Name":"CrossesInAxis","TypeName":"System.String","Documentation":"\n \n Specifies axis name with which the axis line has to be crossed.\n \n ","Metadata":{"Common.PropertyName":"CrossesInAxis"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DesiredIntervals","TypeName":"System.Double","Documentation":"\n \n With this property, you can request axis to calculate intervals approximately equal to your specified interval.\n \n ","Metadata":{"Common.PropertyName":"DesiredIntervals"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.Charts.EdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the position of labels at the edge of the axis.They are,\n None: No action will be performed.\n Hide: Edge label will be hidden.\n Shift: Shifts the edge labels.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableAutoIntervalOnZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis interval will be calculated automatically with respect to the zoomed range.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoIntervalOnZooming"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Specifies the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds` in date time axis.They are,\n Auto: Defines the interval of the axis based on data.\n Years: Defines the interval of the axis in years.\n Months: Defines the interval of the axis in months.\n Days: Defines the interval of the axis in days.\n Hours: Defines the interval of the axis in hours.\n Minutes: Defines the interval of the axis in minutes.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.Charts.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.Charts.LabelPlacement","IsEnum":true,"Documentation":"\n \n Specifies the placement of a label for category axis. They are,\n betweenTicks: Renders the label between the ticks.\n onTicks: Renders the label on the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a labels to the axis line. They are,\n inside: Renders the labels inside to the axis line.\n outside: Renders the labels outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LogBase","TypeName":"System.Double","Documentation":"\n \n The base value for logarithmic axis. It requires `ValueType` to be `Logarithmic`.\n \n ","Metadata":{"Common.PropertyName":"LogBase"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"MaximumLabels","TypeName":"System.Double","Documentation":"\n \n The maximum number of label count per 100 pixels with respect to the axis length.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabels"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Unique identifier of an axis.\n To associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlaceNextToAxisLine","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line.\n \n ","Metadata":{"Common.PropertyName":"PlaceNextToAxisLine"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Double","Documentation":"\n \n Left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"RangePadding","TypeName":"Syncfusion.Blazor.Charts.ChartRangePadding","IsEnum":true,"Documentation":"\n \n Specifies the padding for the axis range in terms of interval.They are,\n none: Padding cannot be applied to the axis.\n normal: Padding is applied to the axis based on the range calculation.\n additional: Interval of the axis is added as padding to the minimum and maximum values of the range.\n round: Axis range is rounded to the nearest possible value divided by the interval.\n \n ","Metadata":{"Common.PropertyName":"RangePadding"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using `Rows`.\n \n \n ","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"Skeleton","TypeName":"System.String","Documentation":"\n \n Specifies the skeleton format in which the dateTime format will process.\n \n ","Metadata":{"Common.PropertyName":"Skeleton"}},{"Kind":"Components.Component","Name":"SkeletonType","TypeName":"Syncfusion.Blazor.Charts.SkeletonType","IsEnum":true,"Documentation":"\n \n It specifies the type of format to be used in dateTime format process.\n \n ","Metadata":{"Common.PropertyName":"SkeletonType"}},{"Kind":"Components.Component","Name":"Span","TypeName":"System.Double","Documentation":"\n \n Specifies the number of `Columns` or `rows` an axis has to span horizontally or vertically.\n \n ","Metadata":{"Common.PropertyName":"Span"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n The start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n TabIndex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.Charts.AxisPosition","IsEnum":true,"Documentation":"\n \n Specifies the placement of a ticks to the axis line. They are,\n inside: Renders the ticks inside to the axis line.\n outside: Renders the ticks outside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.Charts.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis is handling.\n Double: Renders a numeric axis.\n DateTime: Renders a dateTime axis.\n Category: Renders a category axis.\n Logarithmic: Renders a log axis.\n \n ","Metadata":{"Common.PropertyName":"ValueType"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomPosition","TypeName":"System.Double","Documentation":"\n \n Position of the zoomed axis. Value ranges from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"ZoomPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2060496466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart common crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip"}},{"HashCode":738080631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart common crosshair tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n Default value is false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1089396836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}},{"HashCode":-1960698425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-926083517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-545550615,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1844720136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}},{"HashCode":-680069996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-519063285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1649456142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128217752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}},{"HashCode":-1913796699,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":401367881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-746110402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1562718946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}},{"HashCode":-304890726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor gridlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":571099790,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1390751819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034646293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}},{"HashCode":17648649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1931853052,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1312197865,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927207107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine"}},{"HashCode":1744805318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart axis stripline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Dash Array of the strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Object","Documentation":"\n \n End value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n isRepeat value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n isSegmented value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.Object","Documentation":"\n \n RepeatEvery value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.Object","Documentation":"\n \n RepeatUntil value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n The angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n SegmentAxisName of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.Object","Documentation":"\n \n SegmentEnd value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.Object","Documentation":"\n \n SegmentStart value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Size of the strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.Charts.SizeType","IsEnum":true,"Documentation":"\n \n Size type of the strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Object","Documentation":"\n \n Start value of the strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from axis origin.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Charts.Anchor","IsEnum":true,"Documentation":"\n \n Defines the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.Charts.ZIndex","IsEnum":true,"Documentation":"\n \n Specifies the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonStripLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-316834053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea"}},{"HashCode":1166390944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartArea","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the chart area that accepts value in hex and rgba as a valid CSS color string..\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BackgroundImage","TypeName":"System.String","Documentation":"\n \n The background image of the chart area that accepts value in string as url link or location of an image.\n \n ","Metadata":{"Common.PropertyName":"BackgroundImage"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2984880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-753361997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartArea"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":401421251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chartarea border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}},{"HashCode":1597492769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart chartarea border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1269662402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1459878454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartAreaBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558436221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder"}},{"HashCode":-1119026143,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1431220038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2108637689,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":596627854,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin"}},{"HashCode":1067920108,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886411596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":126292737,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2127452729,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}},{"HashCode":1349391879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-125870754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCommonAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2112869858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCommonAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-541812190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n Triggers before rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers after rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the stock chart rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is done.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers during point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n Triggers when point moved.\n \n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RangeChange","TypeName":"System.Action","Documentation":"\n \n Triggers when the range is changed.\n \n ","Metadata":{"Common.PropertyName":"RangeChange","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while click mouse on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseDown","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse down on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse leave on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseUp","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse up on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers when print operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PeriodChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the period is selected.\n \n ","Metadata":{"Common.PropertyName":"PeriodChanged","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEvents"}},{"HashCode":-1739923244,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Load","TypeName":"System.Action","Documentation":"\n \n Triggers before rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"System.Action","Documentation":"\n \n Triggers after rendering the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnLoaded","TypeName":"System.Action","Documentation":"\n \n Triggers after the stock chart rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoaded","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnZooming","TypeName":"System.Action","Documentation":"\n \n Triggers after the zoom selection is done.\n \n ","Metadata":{"Common.PropertyName":"OnZooming","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPointClick","TypeName":"System.Action","Documentation":"\n \n Triggers during point click.\n \n ","Metadata":{"Common.PropertyName":"OnPointClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PointMoved","TypeName":"System.Action","Documentation":"\n \n Triggers when point moved.\n \n \n ","Metadata":{"Common.PropertyName":"PointMoved","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"RangeChange","TypeName":"System.Action","Documentation":"\n \n Triggers when the range is changed.\n \n ","Metadata":{"Common.PropertyName":"RangeChange","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseClick","TypeName":"System.Action","Documentation":"\n \n Triggers while click mouse on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseClick","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseDown","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse down on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseDown","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseLeave","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse leave on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseLeave","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseMove","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse move on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseMove","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnStockChartMouseUp","TypeName":"System.Action","Documentation":"\n \n Triggers while mouse up on the stock chart.\n \n \n ","Metadata":{"Common.PropertyName":"OnStockChartMouseUp","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnPrintComplete","TypeName":"System.Action","Documentation":"\n \n Triggers when print operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnPrintComplete","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PeriodChanged","TypeName":"System.Action","Documentation":"\n \n Triggers when the period is selected.\n \n ","Metadata":{"Common.PropertyName":"PeriodChanged","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-204650586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont"}},{"HashCode":-725972385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":994817278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":907464506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1823531259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin"}},{"HashCode":1438318444,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart datalabel margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-870867387,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1206071850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1122305963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart period.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Count value for the button.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType of button.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod"}},{"HashCode":-1733513689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriod","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart period.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriod"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Count value for the button.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.Charts.RangeIntervalType","IsEnum":true,"Documentation":"\n \n IntervalType of button.\n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n To select the default period.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Text to be displayed on the button.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-905840861,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriod"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454169672,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriod"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriod.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333953464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart periods.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods"}},{"HashCode":-1880739890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriods","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart periods.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriods"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":69140087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1368620985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriods"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriods.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909820756,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Specifies index of point.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Specifies index of series.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}},{"HashCode":2124599150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Specifies index of point.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Specifies index of series.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1199906550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-874356663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-964870308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data indexes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}},{"HashCode":-1033384206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart selected data indexes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":430273606,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-78454687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSelectedDataIndexes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-306839323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}},{"HashCode":918866329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2052112101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1514216703,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":722613794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator connector line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCommonConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonConnector"}},{"HashCode":-877882394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCommonConnector","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator connector line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCommonConnector"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCommonConnector","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865759401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"System.String","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the slow period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator"}},{"HashCode":2126683318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BandColor","TypeName":"System.String","Documentation":"\n \n Options for customizing the BollingerBand in the indicator.\n \n ","Metadata":{"Common.PropertyName":"BandColor"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will define the %D value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"DPeriod"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"FastPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the fast period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"FastPeriod"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.Charts.FinancialDataFields","IsEnum":true,"Documentation":"\n \n Defines the field to compare the current value with previous values.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"KPeriod","TypeName":"System.Double","Documentation":"\n \n Defines the look back period, the price changes over which will define the %K value in stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"KPeriod"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"MacdNegativeColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the negative bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdNegativeColor"}},{"Kind":"Components.Component","Name":"MacdPositiveColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the positive bars in Macd indicators.\n \n ","Metadata":{"Common.PropertyName":"MacdPositiveColor"}},{"Kind":"Components.Component","Name":"MacdType","TypeName":"Syncfusion.Blazor.Charts.MacdType","IsEnum":true,"Documentation":"\n \n Defines the type of the Macd indicator.\n \n ","Metadata":{"Common.PropertyName":"MacdType"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"OverBought","TypeName":"System.Double","Documentation":"\n \n Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverBought"}},{"Kind":"Components.Component","Name":"OverSold","TypeName":"System.Double","Documentation":"\n \n Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators.\n \n ","Metadata":{"Common.PropertyName":"OverSold"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point.\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"System.String","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SeriesName","TypeName":"System.String","Documentation":"\n \n Defines the name of the series, the data of which has to be depicted as indicator.\n \n ","Metadata":{"Common.PropertyName":"SeriesName"}},{"Kind":"Components.Component","Name":"ShowZones","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the over-bought and over-sold regions.\n \n ","Metadata":{"Common.PropertyName":"ShowZones"}},{"Kind":"Components.Component","Name":"SlowPeriod","TypeName":"System.Double","Documentation":"\n \n Sets the slow period to define the Macd line.\n \n ","Metadata":{"Common.PropertyName":"SlowPeriod"}},{"Kind":"Components.Component","Name":"StandardDeviation","TypeName":"System.Double","Documentation":"\n \n Sets the standard deviation values that helps to define the upper and lower bollinger bands.\n \n ","Metadata":{"Common.PropertyName":"StandardDeviation"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TechnicalIndicators","IsEnum":true,"Documentation":"\n \n Defines the type of the technical indicator.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610546197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1832290370,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicator"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicator.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293661518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}},{"HashCode":-1382360115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":107822546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1976798972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicatorAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-309056784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicators.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators"}},{"HashCode":-9131964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartIndicators","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicators.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartIndicators"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2035015793,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1127631677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartIndicators"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartIndicators.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464470257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator lower line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine"}},{"HashCode":-1784184939,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator lower line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartLowerLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1152174994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-237718503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartLowerLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartLowerLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754745960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator macd line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine"}},{"HashCode":-96065206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator macd line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMacdLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789300346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-254580100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMacdLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMacdLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1892709529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator period line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}},{"HashCode":-1319984828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator period line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1769485135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1724680834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartPeriodLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartPeriodLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-855530750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator upper line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine"}},{"HashCode":266329290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart indicator upper line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartUpperLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color of the connector line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1784020524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1989810596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartUpperLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartUpperLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1200956885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the row as a string accept input both as '100px' and '100%'.\n If specified as '100%, row renders to the full height of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow"}},{"HashCode":1737545897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the row as a string accept input both as '100px' and '100%'.\n If specified as '100%, row renders to the full height of its chart.\n \n ","Metadata":{"Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":319524825,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-18688728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434660171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRowBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder"}},{"HashCode":452482987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart row border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRowBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-712755511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRowBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2094558215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRowBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRowBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-581993687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows"}},{"HashCode":1637924968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1793408617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-628350097,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-336713552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AnimationModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the trend line animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel"}},{"HashCode":365728747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AnimationModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the trend line animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AnimationModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1033421252,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AnimationModel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1934252817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.AnimationModel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.AnimationModel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1020748674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.OffsetModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the stockchart series marker offset position.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OffsetModel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.OffsetModel"}},{"HashCode":-2072319808,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.OffsetModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and gets the stockchart series marker offset position.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.OffsetModel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.OffsetModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-947384631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series corner radius.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Specifies the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}},{"HashCode":-343380363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series corner radius.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Double","Documentation":"\n \n Specifies the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Double","Documentation":"\n \n Specifies the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Double","Documentation":"\n \n Specifies the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47785436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-458905916,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610677187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel"}},{"HashCode":-614190269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2018495068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-647115332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDatalabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}},{"HashCode":-1847667232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1808266361,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDatalabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":975396692,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDatalabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2009049229,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}},{"HashCode":283973670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series datalabel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment for data Label. They are,\n Near: Aligns the label to the left of the point.\n Center: Aligns the label to the center of the point.\n Far: Aligns the label to the right of the point.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Specifies angle for data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Enables rotation for data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Show Datalabel Even two Data Labels Are Overflow.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the data label value.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity for the background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Charts.LabelPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the data label. They are,\n Outer: Positions the label outside the point.\n top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n The roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n The roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, data label for series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-145099668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-562360186,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-19409408,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}},{"HashCode":485496983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727862980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1455887569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-391844446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}},{"HashCode":-2012252790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart empty point settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n To customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.EmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1417894218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1459972397,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1953902370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}},{"HashCode":1069830401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583137304,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1526846914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1931711655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}},{"HashCode":-784736287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":626057401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1516108616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883626655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in stock charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is less than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in financial charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is higher than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n It defines tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column width. If the series type is histogram the\n default value is 1 otherwise 0.7.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n This property is applicable for candle series.\n It enables/disables to visually compare the current values with the previous values in stock.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n The type of the series are\n Line\n Column\n Area\n Spline\n Hilo\n HiloOpenClose\n Candle.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n The provided format will be considered as a Tooltip format.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries"}},{"HashCode":-2017941671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BearFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in stock charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is less than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BearFillColor"}},{"Kind":"Components.Component","Name":"BullFillColor","TypeName":"System.String","Documentation":"\n \n This property is used in financial charts to visualize the price movements in stock.\n It defines the color of the candle/point, when the opening price is higher than the closing price.\n \n ","Metadata":{"Common.PropertyName":"BullFillColor"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n It defines tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"Close","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the close value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n To render the column series points with particular column width. If the series type is histogram the\n default value is 1 otherwise 0.7.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableSolidCandles","TypeName":"System.Boolean","Documentation":"\n \n This property is applicable for candle series.\n It enables/disables to visually compare the current values with the previous values in stock.\n \n ","Metadata":{"Common.PropertyName":"EnableSolidCandles"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n It also represents the color of the signal lines in technical indicators.\n For technical indicators, the default value is 'blue' and for series, it has null.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"High","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the high value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"High"}},{"Kind":"Components.Component","Name":"Low","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the low value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Low"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n The name of the series visible in legend.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Open","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the open value of y\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Open"}},{"Kind":"Components.Component","Name":"PointColorMapping","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the color value of point\n It is applicable for series.\n \n ","Metadata":{"Common.PropertyName":"PointColorMapping"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Specifies query to select data from DataSource. This property is applicable only when the DataSource is `Ej.DataManager`.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n The provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.ChartSeriesType","IsEnum":true,"Documentation":"\n \n The type of the series are\n Line\n Column\n Area\n Spline\n Hilo\n HiloOpenClose\n Candle.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Volume","TypeName":"System.String","Documentation":"\n \n Defines the data source field that contains the volume value in candle charts\n It is applicable for financial series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Volume"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The stroke width for the series that is applicable only for `Line` type series.\n It also represents the stroke width of the signal lines in technical indicators.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxisName","TypeName":"System.String","Documentation":"\n \n The name of the horizontal axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XAxisName"}},{"Kind":"Components.Component","Name":"XName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the x value.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"XName"}},{"Kind":"Components.Component","Name":"YAxisName","TypeName":"System.String","Documentation":"\n \n The name of the vertical axis associated with the series. It requires `Axes` of the chart.\n It is applicable for series and technical indicators.\n \n ","Metadata":{"Common.PropertyName":"YAxisName"}},{"Kind":"Components.Component","Name":"YName","TypeName":"System.String","Documentation":"\n \n The DataSource field that contains the y value.\n \n ","Metadata":{"Common.PropertyName":"YName"}},{"Kind":"Components.Component","Name":"TooltipFormat","TypeName":"System.String","Documentation":"\n \n The provided format will be considered as a Tooltip format.\n \n ","Metadata":{"Common.PropertyName":"TooltipFormat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":691725314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":714637901,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422712167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}},{"HashCode":506662036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series animation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n The option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n The duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":674519253,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":919089221,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262805441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}},{"HashCode":63283142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1468301898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1582653761,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2039343258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}},{"HashCode":-409255526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1105840288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":616590187,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1110734828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}},{"HashCode":256656542,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n The URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Charts.ChartShape","IsEnum":true,"Documentation":"\n \n The different shape of a marker:\n Circle\n Rectangle\n Triangle\n Diamond\n HorizontalLine\n VerticalLine\n Pentagon\n InvertedTriangle\n Image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1350249093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-459704101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartSeriesMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartSeriesMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-874230684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Defines the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Defines the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Defines the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Defines the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline"}},{"HashCode":-253198963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Defines the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Double","Documentation":"\n \n Defines the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Double","Documentation":"\n \n Defines the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.Charts.LegendShape","IsEnum":true,"Documentation":"\n \n Sets the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Double","Documentation":"\n \n Defines the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Double","Documentation":"\n \n Defines the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.TrendlineTypes","IsEnum":true,"Documentation":"\n \n Defines the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":502770389,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1427925145,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1827781060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendlineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}},{"HashCode":-1781527479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendline marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1417336130,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendlineMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1621754031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlineMarkerBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-73519149,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines"}},{"HashCode":850764376,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730299090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-651602118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1331489248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfStockChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stock Chart is a well-crafted, easy-to-use financial charting package to track and visualize the stock price of any\n company over a specific period using charting (such as Candlestick chart, OHLC, etc) and range tools.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfStockChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the identification of the component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the stock chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source for the stock chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableCustomRange","TypeName":"System.Boolean","Documentation":"\n \n Defines the custom range.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomRange"}},{"Kind":"Components.Component","Name":"EnablePeriodSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the period selector to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnablePeriodSelector"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n specifies whether to enable persistence of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies locale of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the range navigator to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnableSelector"}},{"Kind":"Components.Component","Name":"ExportType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of export options in financial chart.\n \n ","Metadata":{"Common.PropertyName":"ExportType"}},{"Kind":"Components.Component","Name":"IndicatorType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of indicators in financial chart.\n \n ","Metadata":{"Common.PropertyName":"IndicatorType"}},{"Kind":"Components.Component","Name":"SeriesType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of series in financial chart.\n \n ","Metadata":{"Common.PropertyName":"SeriesType"}},{"Kind":"Components.Component","Name":"TrendlineType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of trendline types in financial chart.\n \n ","Metadata":{"Common.PropertyName":"TrendlineType"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the stock chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, stockChart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi-selection in chart. It requires `SelectionMode` set to be `Point` | `Series` | or `Cluster`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation in chart.\n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the stock chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n None: Disables the selection.\n Series: Selects a series.\n Point: Selects a point.\n Cluster: Selects a cluster of point.\n DragXY: Selects points by dragging with respect to both horizontal and vertical axes.\n DragX: Selects points by dragging with respect to horizontal axis.\n DragY: Selects points by dragging with respect to vertical axis.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Title of the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the stock chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, stock chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart"}},{"HashCode":2064390404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SfStockChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stock Chart is a well-crafted, easy-to-use financial charting package to track and visualize the stock price of any\n company over a specific period using charting (such as Candlestick chart, OHLC, etc) and range tools.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfStockChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets and sets the identification of the component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background color of the stock chart that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the data source for the stock chart. It can be an array of JSON objects or an instance of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"EnableCustomRange","TypeName":"System.Boolean","Documentation":"\n \n Defines the custom range.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomRange"}},{"Kind":"Components.Component","Name":"EnablePeriodSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the period selector to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnablePeriodSelector"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n specifies whether to enable persistence of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n specifies locale of the stock chart instance.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelector","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the range navigator to be rendered in financial chart.\n \n ","Metadata":{"Common.PropertyName":"EnableSelector"}},{"Kind":"Components.Component","Name":"ExportType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of export options in financial chart.\n \n ","Metadata":{"Common.PropertyName":"ExportType"}},{"Kind":"Components.Component","Name":"IndicatorType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of indicators in financial chart.\n \n ","Metadata":{"Common.PropertyName":"IndicatorType"}},{"Kind":"Components.Component","Name":"SeriesType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of series in financial chart.\n \n ","Metadata":{"Common.PropertyName":"SeriesType"}},{"Kind":"Components.Component","Name":"TrendlineType","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It specifies the types of trendline types in financial chart.\n \n ","Metadata":{"Common.PropertyName":"TrendlineType"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the stock chart as a string accepts input both as '100px' or '100%'.\n If specified as '100%, stockChart renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the multi-selection in chart. It requires `SelectionMode` set to be `Point` | `Series` | or `Cluster`.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsSelect","TypeName":"System.Boolean","Documentation":"\n \n If set true, enables the animation in chart.\n \n ","Metadata":{"Common.PropertyName":"IsSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n It specifies whether the stock chart should be render in transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.Charts.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether series or data point has to be selected. They are,\n None: Disables the selection.\n Series: Selects a series.\n Point: Selects a point.\n Cluster: Selects a cluster of point.\n DragXY: Selects points by dragging with respect to both horizontal and vertical axes.\n DragX: Selects points by dragging with respect to horizontal axis.\n DragY: Selects points by dragging with respect to vertical axis.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Title of the stock chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the stock chart as a string accepts input as both like '100px' or '100%'. If specified as '100%, stock chart renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":918438258,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfStockChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1166980454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.SfStockChart"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SfStockChart.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-994741125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Documentation":"\n \n Date value of stock event in which stock event shows.\n \n ","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Specifies the description for the chart which renders in tooltip for stock event.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"PlaceAt","TypeName":"System.String","Documentation":"\n \n Corresponding values in which stock event placed.\n Close\n Open\n High\n Close.\n \n ","Metadata":{"Common.PropertyName":"PlaceAt"}},{"Kind":"Components.Component","Name":"ShowOnSeries","TypeName":"System.Boolean","Documentation":"\n \n Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSeries"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text for the stock chart text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"SeriesIndexes","TypeName":"System.Int32[]","Documentation":"\n \n To render stock events in particular series.\n \n ","Metadata":{"Common.PropertyName":"SeriesIndexes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FlagType","IsEnum":true,"Documentation":"\n \n Specifies type of stock events\n Circle\n Square\n Flag\n Text\n Sign\n Triangle\n InvertedTriangle\n ArrowUp\n ArrowDown\n ArrowLeft\n ArrowRight.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent"}},{"HashCode":1318375810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n The background of the stock event that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.DateTime","Documentation":"\n \n Date value of stock event in which stock event shows.\n \n ","Metadata":{"Common.PropertyName":"Date"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Specifies the description for the chart which renders in tooltip for stock event.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"PlaceAt","TypeName":"System.String","Documentation":"\n \n Corresponding values in which stock event placed.\n Close\n Open\n High\n Close.\n \n ","Metadata":{"Common.PropertyName":"PlaceAt"}},{"Kind":"Components.Component","Name":"ShowOnSeries","TypeName":"System.Boolean","Documentation":"\n \n Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSeries"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text for the stock chart text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"SeriesIndexes","TypeName":"System.Int32[]","Documentation":"\n \n To render stock events in particular series.\n \n ","Metadata":{"Common.PropertyName":"SeriesIndexes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.FlagType","IsEnum":true,"Documentation":"\n \n Specifies type of stock events\n Circle\n Square\n Flag\n Text\n Sign\n Triangle\n InvertedTriangle\n ArrowUp\n ArrowDown\n ArrowLeft\n ArrowRight.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-159142261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEvent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1163005818,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEvent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-436579649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents"}},{"HashCode":-1579343514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1111719002,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":500117470,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEvents"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEvents.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1134342230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEventsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}},{"HashCode":1875726651,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":398485166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEventsBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":168350747,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564776270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartStockEventsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}},{"HashCode":330560566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart stockevents text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n FontFamily for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n FontStyle for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n FontWeight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-219954868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartStockEventsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-741346684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartStockEventsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1557144272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}},{"HashCode":-1761233761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1806330905,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-554823574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCrosshairLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1035874022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}},{"HashCode":799184444,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart crosshair.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.Charts.LineType","IsEnum":true,"Documentation":"\n \n Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2028567381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":214105414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-212968087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}},{"HashCode":939454611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1579837084,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":257675437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703647406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}},{"HashCode":112826383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Duration for the ToolTip animation.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"EnableTextWrap","TypeName":"System.Boolean","Documentation":"\n \n To wrap the tooltip long text based on available space.\n This is only application for chart tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableTextWrap"}},{"Kind":"Components.Component","Name":"FadeOutDuration","TypeName":"System.Double","Documentation":"\n \n Fade Out duration for the ToolTip hide.\n \n ","Metadata":{"Common.PropertyName":"FadeOutDuration"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-562587248,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1794638407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-624795302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2020083698,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1299871333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}},{"HashCode":1409427923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2133115432,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":572245749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":582276356,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart zooming.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}},{"HashCode":-1688274829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart zooming.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Charts.ZoomMode","IsEnum":true,"Documentation":"\n \n Specifies whether to allow zooming vertically or horizontally or in both ways. They are,\n x,y: Chart can be zoomed both vertically and horizontally.\n x: Chart can be zoomed horizontally.\n y: Chart can be zoomed vertically.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolkit options for the zooming as follows:\n Zoom\n ZoomIn\n ZoomOut\n Pan\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-140615408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StockChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1641447789,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.StockChartZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181906825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationElements"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements"}},{"HashCode":-280427345,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.AnnotationElements","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-820712418,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateDataLabel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel"}},{"HashCode":1534009838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.AccumulationChart.Internal.TemplateDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266450537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies legend rendering of the bullet chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend"}},{"HashCode":615104834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies legend rendering of the bullet chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":445367382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies tooltip rendering of the bullet chart.\n \n Represents the generic data type of the bullet chart tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BulletChartTooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","Components.GenericTyped":"True"}},{"HashCode":1248612804,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies tooltip rendering of the bullet chart.\n \n Represents the generic data type of the bullet chart tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.BulletChart.Internal.BulletChartTooltipRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-269490353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart internal chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StockChart","TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Documentation":"\n \n Specifies the instance of the component.\n \n ","Metadata":{"Common.PropertyName":"StockChart"}},{"Kind":"Components.Component","Name":"ChartSize","TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.Size","Documentation":"\n \n Specifies the characters size.\n \n ","Metadata":{"Common.PropertyName":"ChartSize"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the series of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Documentation":"\n \n Specifies the area of stock chart.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Documentation":"\n \n Specifies the tooltip of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Documentation":"\n \n Specifies the cross hair of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Documentation":"\n \n Specifies the X axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Documentation":"\n \n Specifies the Y axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Documentation":"\n \n Specifies the zoom settings.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart"}},{"HashCode":-515537614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify customization options for stockchart internal chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"StockChart","TypeName":"Syncfusion.Blazor.Charts.SfStockChart","Documentation":"\n \n Specifies the instance of the component.\n \n ","Metadata":{"Common.PropertyName":"StockChart"}},{"Kind":"Components.Component","Name":"ChartSize","TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.Size","Documentation":"\n \n Specifies the characters size.\n \n ","Metadata":{"Common.PropertyName":"ChartSize"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the series of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.Charts.StockChartChartArea","Documentation":"\n \n Specifies the area of stock chart.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Charts.StockChartTooltipSettings","Documentation":"\n \n Specifies the tooltip of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.Charts.StockChartCrosshairSettings","Documentation":"\n \n Specifies the cross hair of stock chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryXAxis","Documentation":"\n \n Specifies the X axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.Charts.StockChartPrimaryYAxis","Documentation":"\n \n Specifies the Y axis.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.Charts.StockChartZoomSettings","Documentation":"\n \n Specifies the zoom settings.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Chart.Internal.CustomChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-137758184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}},{"HashCode":2119520167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":834910835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1479440513,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1986932795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}},{"HashCode":-562555231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":939946545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1492775914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-861445161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}},{"HashCode":97921322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-788928203,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1859568859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-718483972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}},{"HashCode":-1298884095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711562209,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1371659745,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultLocation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1141734880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}},{"HashCode":856040623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":533395569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1710747508,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083687354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDefaultSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}},{"HashCode":-902370241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-787945742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDefaultSelectedData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-888701817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDefaultSelectedData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1876562271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}},{"HashCode":-1897541739,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-555571296,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateTimeAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-221491152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1722515242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}},{"HashCode":-2079151301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-671986443,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DateTimeBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-431981734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.DateTimeBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DateTimeBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":752199162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LogarithmicAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}},{"HashCode":-1942976870,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":794381055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LogarithmicAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1365472331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.LogarithmicAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2059883299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}},{"HashCode":-1984175719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1903238825,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NumericAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-778347487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.NumericAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1610738161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimaryXAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}},{"HashCode":1239844794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1053970855,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PrimaryXAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-834447096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryXAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":771250082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimaryYAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}},{"HashCode":-1824329959,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1964581440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PrimaryYAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1433947864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PrimaryYAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":624242033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParetoAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}},{"HashCode":-1415226311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1336946652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ParetoAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1279593844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1868404481,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}},{"HashCode":2091233447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1662175314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-422083163,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1718580828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisOutsideContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}},{"HashCode":1820388392,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1274045629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisOutsideContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2038388459,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1539363726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisOutsideRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisRenderer","TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Metadata":{"Common.PropertyName":"AxisRenderer"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}},{"HashCode":-1057392254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisRenderer","TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Metadata":{"Common.PropertyName":"AxisRenderer"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106173060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisOutsideRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-136809765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisOutsideRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468059944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}},{"HashCode":-932866471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1713681180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":898814557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAxisRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-174572119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumnRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}},{"HashCode":553750982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1778250667,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumnRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":794523977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":62014969,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}},{"HashCode":-1841426532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1605283738,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartColumnRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":988709180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartColumnRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1325848608,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRowRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}},{"HashCode":-670780512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371861557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRowRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2019910327,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1147434235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRowRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}},{"HashCode":2144743545,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1559367783,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRowRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1795638103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRowRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":498939577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAnnotationRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}},{"HashCode":1785921572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":18232697,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1248231198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAnnotationRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1817185935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartAreaRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}},{"HashCode":2117519045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1776490362,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartAreaRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-571049693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartAreaRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-988057048,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBorderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}},{"HashCode":1577672127,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-485035127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartBorderRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1276706870,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartBorderRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160012763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}},{"HashCode":1447016079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":359300937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1299996175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1744477303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}},{"HashCode":-445205408,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-779641243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1136809922,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1221089065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}},{"HashCode":-1698002958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-757328753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1142911079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587033117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTitleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}},{"HashCode":-442711566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-591162405,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTitleRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1951550418,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTitleRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1414199197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}},{"HashCode":492992506,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978968842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CustomLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-88431939,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CustomLegendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-637547810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataLabelTemplateContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer"}},{"HashCode":-1295128916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.DataLabelTemplateContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471679602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartIndicatorContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}},{"HashCode":650046192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587007233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartIndicatorContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":518731520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartIndicatorContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":883969420,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartScrollbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ScrollBar","TypeName":"Syncfusion.Blazor.Charts.Internal.Scrollbar","Documentation":"\n \n Sets and gets the chart scrollbar.\n \n ","Metadata":{"Common.PropertyName":"ScrollBar"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar"}},{"HashCode":-983483594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ScrollBar","TypeName":"Syncfusion.Blazor.Charts.Internal.Scrollbar","Documentation":"\n \n Sets and gets the chart scrollbar.\n \n ","Metadata":{"Common.PropertyName":"ScrollBar"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartScrollbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":508937578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}},{"HashCode":-1267685053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Chart","TypeName":"Syncfusion.Blazor.Charts.SfChart","Metadata":{"Common.PropertyName":"Chart"}},{"Kind":"Components.Component","Name":"StartY","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StartY"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1327020008,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScrollbarContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":562518959,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ScrollbarContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1548670052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartSeriesRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}},{"HashCode":-647253236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-758078369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartSeriesRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1049021243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartSeriesRendererContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2004780367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}},{"HashCode":-1181134592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":937063620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartDataLabelRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-50609104,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartDataLabelRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":191262522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BoxAndWhiskerSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}},{"HashCode":-65242880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-356249269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BoxAndWhiskerSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":590053930,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.BoxAndWhiskerSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446284251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CandleSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}},{"HashCode":-267459644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":568062913,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CandleSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-904559213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.CandleSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1714127660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}},{"HashCode":-468124577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":226029561,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-982627923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1775918091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartErrorBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}},{"HashCode":-993677522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"Syncfusion.Blazor.Charts.ChartSeries","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1676022379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartErrorBarRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-569135024,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartErrorBarRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424913841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HiloOpenCloseSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}},{"HashCode":-1084300283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1782384970,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HiloOpenCloseSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1745032351,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloOpenCloseSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-682545692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HiloSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}},{"HashCode":-1327905462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1828712147,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HiloSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":233839134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HiloSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2136540848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HistogramSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}},{"HashCode":1313305483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-33328733,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HistogramSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-854545212,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.HistogramSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799381232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParetoSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}},{"HashCode":-1056391505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754658375,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ParetoSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1535132315,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ParetoSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":810269309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingBarSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}},{"HashCode":-386677863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304419155,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingBarSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":632451224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBarSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":531124517,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingBar100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}},{"HashCode":1310655631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":728566540,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingBar100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-15956164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingBar100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1834405753,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}},{"HashCode":1050368121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-446987596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1241676113,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumnSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1870271161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackingColumn100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}},{"HashCode":-1728605827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2098331092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"StackingColumn100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":674916108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StackingColumn100SeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470042479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WaterfallSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}},{"HashCode":-1417584251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1408759402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"WaterfallSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1446367559,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.WaterfallSeriesRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435710603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}},{"HashCode":2067266865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840027223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2029077867,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1919907232,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBehindContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}},{"HashCode":-253634427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":447675822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBehindContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1680467905,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369280606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineOverContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}},{"HashCode":875556893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1501839717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineOverContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1805212122,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143123228,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}},{"HashCode":-1549451819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104839545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-395232014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":709834286,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineBehindRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}},{"HashCode":-1752736447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1403928572,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineBehindRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1621783288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineBehindRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1605350309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartStriplineOverRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}},{"HashCode":550566076,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-670803335,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartStriplineOverRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-191123288,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartStriplineOverRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1880903732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer"}},{"HashCode":-1024348967,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TooltipContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1693156642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTrendlineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}},{"HashCode":-1697386781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":312704237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ChartTrendlineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":929221553,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTrendlineContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":700093913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"PathChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PathChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":-833832607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"PathChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"PathChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":158183019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"DragRect","TypeName":"Syncfusion.Blazor.DataVizCommon.Rect","Metadata":{"Common.PropertyName":"DragRect"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DragRectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragRectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":-532693788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"DragRect","TypeName":"Syncfusion.Blazor.DataVizCommon.Rect","Metadata":{"Common.PropertyName":"DragRect"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Close","TypeName":"Syncfusion.Blazor.Charts.Internal.CloseOptions","Metadata":{"Common.PropertyName":"Close"}},{"Kind":"Components.Component","Name":"DragRectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"DragRectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CloseChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"CloseChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":439327707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRectCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedRectangles","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"SelectedRectangles"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection"}},{"HashCode":407770886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"SelectedRectangles","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"SelectedRectangles"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRectCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-699242212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ZoomContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomContent"}},{"HashCode":-1459419448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ZoomContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1959319161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ZoomToolkit"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit"}},{"HashCode":-922459146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ZoomToolkit","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1502274422,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StyleElement","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StyleElement"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StyleElement"}},{"HashCode":-281514677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StyleElement","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StyleElement"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StyleElement","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1716153449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}},{"HashCode":665744946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":943737438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2078224717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1766010307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TrimTooltipBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase"}},{"HashCode":-90015064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.TrimTooltipBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1298896495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation"}},{"HashCode":842862004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the option for animation delay of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Option to series gets animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1031829640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder"}},{"HashCode":-14890094,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-651432503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont"}},{"HashCode":1666055456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.Charts.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.Charts.TextOverflow","IsEnum":true,"Documentation":"\n \n Sets and gets the chart text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-769500745,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the label border of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder"}},{"HashCode":-1343521706,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the label border of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Charts.BorderType","IsEnum":true,"Documentation":"\n \n Border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1264039446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation"}},{"HashCode":350585879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the location.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the x coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the y coordinate of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-102863130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines"}},{"HashCode":2035113647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1517682445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines"}},{"HashCode":1065880230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the major tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-248138874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin"}},{"HashCode":753914208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the chart component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903829219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines"}},{"HashCode":-1533285456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor grid lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n The dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-244062826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines"}},{"HashCode":-1527381004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the minor tick lines of the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n The height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":587419715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartCommonSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData"}},{"HashCode":-1796799275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the selected data of the chart component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the series index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Series"}},{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the point index for the seleceted data.\n \n ","Metadata":{"Common.PropertyName":"Point"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.ChartCommonSelectedData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-342201191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PeriodSelectorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}},{"HashCode":2103705612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1008661290,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PeriodSelectorContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2071122194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.PeriodSelectorContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1482435572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Internal Customized dropdown component for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockChartDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies dropdowm items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the item selected event for drop down.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown"}},{"HashCode":-2068317164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Internal Customized dropdown component for stockchart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies dropdowm items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the item selected event for drop down.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockChartDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-380428079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StockEventsRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender"}},{"HashCode":2051973943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.StockEventsRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":230278396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PeriodSelectorItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolbar item for period selector.\n \n ","Metadata":{"Common.PropertyName":"RangeToolbarItems"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies the minimum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies the maximum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the start date for period selector.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the end date for period selector.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems"}},{"HashCode":389713747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the period selector for range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the toolbar item for period selector.\n \n ","Metadata":{"Common.PropertyName":"RangeToolbarItems"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.DateTime","Documentation":"\n \n Specifies the minimum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.DateTime","Documentation":"\n \n Specifies the maximum value for period selector.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the start date for period selector.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.DateTime","Documentation":"\n \n Specifies the end date for period selector.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height for period selector.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.PeriodSelectorItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1016863462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeSlider"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider"}},{"HashCode":967605927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.RangeSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748688021,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSliderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the identification of element.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Documentation":"\n \n Specifies the transform of element.\n \n ","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of element.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the shape information of the slider thump.\n \n ","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup"}},{"HashCode":-514552496,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the slider of range navigator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the identification of element.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Documentation":"\n \n Specifies the transform of element.\n \n ","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of element.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the shape information of the slider thump.\n \n ","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.RangeNavigator.Internal.SvgSliderGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-966569918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering data of tooltip element in smith chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content of toottip.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the identification of tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the class of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}},{"HashCode":-1839848203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering data of tooltip element in smith chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content of toottip.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the identification of tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the class of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the style of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1371549754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content of toottip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-308155108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content of toottip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Charts.SmithChart.Internal.TooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2082644836,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of tooltip in sparkline component.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1871375899,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of tooltip in sparkline component.\n \n Represents the generic data type of tooltip in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1132536311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of trackline in sparkline component.\n \n Represents the generic data type of trackline in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SparklineTrackline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","Components.GenericTyped":"True"}},{"HashCode":-2127393523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rendering of trackline in sparkline component.\n \n Represents the generic data type of trackline in sparkline component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Charts.Sparkline.Internal.SparklineTrackline","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":148105793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the annotation element for an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the annotation rotation along the axis.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of an annotation in an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}},{"HashCode":392043335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the annotation element for an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the annotation rotation along the axis.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about annotation for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius for annotation with respect to axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of an annotation in an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-625172987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1804313029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":560187309,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-861009368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2006738702,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the axis of the circular guage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}},{"HashCode":-1474820322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the axis of the circular guage.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434869774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-744927491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-165436477,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle"}},{"HashCode":-423186486,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":181746302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for annotation tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder"}},{"HashCode":690451620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for annotation tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87197205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the annotation tooltip. By default, the animation is set as true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the annotation tooltip. This property accepts value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of annotation in tooltip.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}},{"HashCode":2049676124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip settings for the annotation in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the annotation tooltip. By default, the animation is set as true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the annotation tooltip. This property accepts value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of annotation in tooltip.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":174218627,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2144531957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":715532616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362309125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1422862508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAnnotationTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle"}},{"HashCode":1576101240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the tooltip text style of annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAnnotationTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1143931323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of axes to the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}},{"HashCode":102766793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of axes to the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1847585383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1176924236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-812139789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing a axis of circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the direction of an axis.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"HideIntersectingLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the intersecting labels to be hidden in axis.\n \n ","Metadata":{"Common.PropertyName":"HideIntersectingLabel"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of an axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RangeGap","TypeName":"System.Double","Documentation":"\n \n Gets or sets the gap between the ranges by specified value in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RangeGap"}},{"Kind":"Components.Component","Name":"RoundingPlaces","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the rounding Off value in the label in an axis.\n \n ","Metadata":{"Common.PropertyName":"RoundingPlaces"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the last label of axis when it is hidden in a circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}},{"Kind":"Components.Component","Name":"StartAndEndRangeGap","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the start and end gap between the ranges and axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"StartAndEndRangeGap"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}},{"HashCode":1949015235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing a axis of circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the direction of an axis.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"HideIntersectingLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the intersecting labels to be hidden in axis.\n \n ","Metadata":{"Common.PropertyName":"HideIntersectingLabel"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value of an axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of an axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RangeGap","TypeName":"System.Double","Documentation":"\n \n Gets or sets the gap between the ranges by specified value in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RangeGap"}},{"Kind":"Components.Component","Name":"RoundingPlaces","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the rounding Off value in the label in an axis.\n \n ","Metadata":{"Common.PropertyName":"RoundingPlaces"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the last label of axis when it is hidden in a circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}},{"Kind":"Components.Component","Name":"StartAndEndRangeGap","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the start and end gap between the ranges and axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"StartAndEndRangeGap"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start angle of an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":688547424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1423065655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":394458974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in axis labels in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}},{"HashCode":67579193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in axis labels in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1820671143,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1386411200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1729408055,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the axis label in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the labels get rotated along the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HiddenLabel","TypeName":"Syncfusion.Blazor.CircularGauge.HiddenLabel","IsEnum":true,"Documentation":"\n \n Gets or sets the label of an axis, which gets hidden when an axis makes a complete circle.\n \n ","Metadata":{"Common.PropertyName":"HiddenLabel"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the labels from the axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the labels in the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShouldMaintainPadding","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the default padding value of axis labels in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShouldMaintainPadding"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color in the axis labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}},{"HashCode":131404626,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the axis label in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoAngle","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the labels get rotated along the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"AutoAngle"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global string format like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HiddenLabel","TypeName":"Syncfusion.Blazor.CircularGauge.HiddenLabel","IsEnum":true,"Documentation":"\n \n Gets or sets the label of an axis, which gets hidden when an axis makes a complete circle.\n \n ","Metadata":{"Common.PropertyName":"HiddenLabel"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the labels from the axis in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the labels in the axis in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShouldMaintainPadding","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the default padding value of axis labels in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ShouldMaintainPadding"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color in the axis labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-533315765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":229528426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":844695714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the line in axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis line in the circular gauge component. This property accepts the value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}},{"HashCode":1057311534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the style of the line in axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis line in the circular gauge component. This property accepts the value in hex code,\n rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the line in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2119048015,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1721349957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526518259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the major tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}},{"HashCode":-401789772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the major tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1646215184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1260220647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307432779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the minor tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeAxisMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}},{"HashCode":-1278956431,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the minor tick lines of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1595063503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeAxisMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1256286069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeAxisMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554049035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder"}},{"HashCode":-1914415736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1553044208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings"}},{"HashCode":-1672282505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1193477251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the cap of pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeCap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the radius of pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}},{"HashCode":-1847881314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the cap of pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the radius of pointer cap in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1069322478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeCap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-110531302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":763328581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the border of the pointer cap in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeCapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder"}},{"HashCode":-27751766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the border of the pointer cap in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeCapBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471693410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the Circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the animation gets completed for pointers.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each annotation for the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while dragging the pointers.\n \n ","Metadata":{"Common.PropertyName":"OnDragMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRadiusCalculate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the radius for the circular gauge gets calculated.\n \n ","Metadata":{"Common.PropertyName":"OnRadiusCalculate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse down.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while cursor leaves the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on hovering the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse up.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the tooltip for pointer of the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents"}},{"HashCode":1453805334,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the Circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the animation gets completed for pointers.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each annotation for the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while dragging the pointers.\n \n ","Metadata":{"Common.PropertyName":"OnDragMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the circular gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRadiusCalculate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the radius for the circular gauge gets calculated.\n \n ","Metadata":{"Common.PropertyName":"OnRadiusCalculate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse down.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while cursor leaves the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on hovering the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it on mouse up.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the tooltip for pointer of the circular gauge gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-242878354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings"}},{"HashCode":462310902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1472646490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border settings of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder"}},{"HashCode":1878942577,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border settings of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367474673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the legend margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin"}},{"HashCode":226962184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the legend margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432437387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.CircularGauge.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the options to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the ranges visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}},{"HashCode":-367886174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.CircularGauge.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the options to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the legend shape in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the ranges visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of the legend in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748865096,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-370016647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2002591923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for the shape of the legend in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder"}},{"HashCode":-1320444122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for the shape of the legend in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-361773308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the text of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle"}},{"HashCode":-759757575,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the text of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-822102919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient"}},{"HashCode":-168288095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeLinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1859241121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin"}},{"HashCode":-870766509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-949901574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings"}},{"HashCode":170501550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1994255483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tail of needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeNeedleTail"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the needle pointer in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Gets or sets the length of the needle in pixels or in percentage in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Length"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}},{"HashCode":513093041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tail of needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the needle pointer in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Gets or sets the length of the needle in pixels or in percentage in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Length"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144262744,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeNeedleTail"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-172954535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTail.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2092749367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets options to customize the color and width of the border for the pointer needle in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeNeedleTailBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder"}},{"HashCode":-1541524568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets options to customize the color and width of the border for the pointer needle in the circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeNeedleTailBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838361429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and Gets the properties of the pointer in an axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about pointer for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the url for the image that is to be displayed as pointer.\n It requires marker shape value to be Image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerHeight"}},{"Kind":"Components.Component","Name":"MarkerShape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the marker type pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerShape"}},{"Kind":"Components.Component","Name":"MarkerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerWidth"}},{"Kind":"Components.Component","Name":"NeedleEndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleEndWidth"}},{"Kind":"Components.Component","Name":"NeedleStartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleStartWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of pointer from scale.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"PointerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerWidth"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of pointer for an axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text in pointer.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.CircularGauge.PointerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer for an axis in Circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}},{"HashCode":931774848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and Gets the properties of the pointer in an axis of circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about pointer for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the url for the image that is to be displayed as pointer.\n It requires marker shape value to be Image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerHeight"}},{"Kind":"Components.Component","Name":"MarkerShape","TypeName":"Syncfusion.Blazor.CircularGauge.GaugeShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the marker type pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerShape"}},{"Kind":"Components.Component","Name":"MarkerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the marker pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerWidth"}},{"Kind":"Components.Component","Name":"NeedleEndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleEndWidth"}},{"Kind":"Components.Component","Name":"NeedleStartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start width of the needle pointer in an axis.\n \n ","Metadata":{"Common.PropertyName":"NeedleStartWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of pointer from scale.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"PointerWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerWidth"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of pointer for an axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text in pointer.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.CircularGauge.PointerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer for an axis in Circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":484610912,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-952700522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2315041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the animation of pointers while rendering the axis in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointerAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in milliseconds in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the pointer animation during initial rendering in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation"}},{"HashCode":-724729384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the animation of pointers while rendering the axis in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in milliseconds in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the pointer animation during initial rendering in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-311501351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder"}},{"HashCode":261988490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the color and width of the border for the needle pointer in an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-233391823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the pointers of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}},{"HashCode":-1988276441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the pointers of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1060432668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1983753820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1379106111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient"}},{"HashCode":-722376086,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":760374290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the properties of a range of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the end of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the legend in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the range and pointer for an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the range for circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the start of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}},{"HashCode":342026632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the properties of a range of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the end of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the legend in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the offset value of range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.PointerRangePosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the range and pointer for an axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the range for circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for ranges in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value of the range in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the start of the range in the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":974755110,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":715518595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1728212832,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the ranges of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}},{"HashCode":149425987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the ranges of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":629454874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-27851073,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1515642304,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder"}},{"HashCode":-2101676053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-243677046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip settings of the range in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the range tooltip to be shown at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}},{"HashCode":457920245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip settings of the range in circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the range tooltip to be shown at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1507287774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":960061325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-774026223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-650478785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":63493397,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the text style of the tooltip text for ranges in circular Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle"}},{"HashCode":-897861659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the text style of the tooltip text for ranges in circular Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeRangeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":41221972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tick line settings of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings"}},{"HashCode":572468426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tick line settings of an axis in circular gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.CircularGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tick lines to take the range color.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTickSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":866075382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title for circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle"}},{"HashCode":1606105560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title for circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":104963881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for circular gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder"}},{"HashCode":-1947170387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border for circular gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border in the circular gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-116520785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation to take place in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the tooltip content in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tooltip of the circular gauge at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the options to select the type of tooltip for range, annotation and pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}},{"HashCode":1470576676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation to take place in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the tooltip content in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the tooltip of the circular gauge at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the options to select the type of tooltip for range, annotation and pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865156998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-759249524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922895917,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2145166446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to render the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1635272016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle"}},{"HashCode":-63400056,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the text style of the gauge tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.CircularGaugeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":392561641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the gradient color begin and end in percentage.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop in the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStop"}},{"HashCode":-962918135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the gradient color begin and end in percentage.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to be used in the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop in the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1999539904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops"}},{"HashCode":-181593685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1579162101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1624679929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":821209357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.GradientPosition"}},{"HashCode":-1879061893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.GradientPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1954067864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition"}},{"HashCode":1833319795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-221129599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1271821871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293762949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCircularGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to image functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to pdf functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Axes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the options for customizing the axes of circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Axes"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"CenterX","TypeName":"System.String","Documentation":"\n \n Gets or sets the X coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterX"}},{"Kind":"Components.Component","Name":"CenterY","TypeName":"System.String","Documentation":"\n \n Gets or sets the Y coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterY"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about gauge for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePointerDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the pointer in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnablePointerDrag"}},{"Kind":"Components.Component","Name":"EnableRangeDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the ranges in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeDrag"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin padding in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"MoveToCenter","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to place the half or quarter circle in center position, if values not specified for centerX and centerY.\n \n ","Metadata":{"Common.PropertyName":"MoveToCenter"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the themes supported for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the grouping separator for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}},{"HashCode":-357269078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n \n The circular gauge component is used to visualize the numeric values on the circular scale.\n The circular gauge contains labels, ticks, and an axis line to customize its appearance.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the circular gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to image functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export to pdf functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Axes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the options for customizing the axes of circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Axes"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"CenterX","TypeName":"System.String","Documentation":"\n \n Gets or sets the X coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterX"}},{"Kind":"Components.Component","Name":"CenterY","TypeName":"System.String","Documentation":"\n \n Gets or sets the Y coordinate of the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"CenterY"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the information about gauge for assistive technology.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePointerDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the pointer in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnablePointerDrag"}},{"Kind":"Components.Component","Name":"EnableRangeDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the drag movement of the ranges in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"EnableRangeDrag"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin padding in circular gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"MoveToCenter","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to place the half or quarter circle in center position, if values not specified for centerX and centerY.\n \n ","Metadata":{"Common.PropertyName":"MoveToCenter"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the themes supported for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the grouping separator for a number.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2053913884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfCircularGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":969553471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.SfCircularGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.SfCircularGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":71327629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the location of the legend, relative to the circular gauge.\n If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the `Position` to be `Custom` in the legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the X coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Y coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LegendLocation"}},{"HashCode":803248112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the location of the legend, relative to the circular gauge.\n If x is 20, legend moves by 20 pixels to the right of the gauge. It requires the `Position` to be `Custom` in the legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.LegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the X coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Y coordinate of the legend in the circular gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367140261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n If both linear and radial gradient is set, then the linear gradient will be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient"}},{"HashCode":-408071501,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a linear gradient in the circular gauge.\n If both linear and radial gradient is set, then the linear gradient will be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-523956710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2012567774,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50833599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of text in pointer of an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle"}},{"HashCode":-345159990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the style of text in pointer of an axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of the text in annotation, label and tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family for the given text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the font, which is in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight for the text in annotation, tooltip etc.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the annotation or tooltip text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the font size of the text in annotation, label, and tooltip, etc. The default of the size is '16px'.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.MarkerTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":713560789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.OuterPosition"}},{"HashCode":226361280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.OuterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1296832491,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient"}},{"HashCode":658027098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties to render a radial gradient in the circular gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient in percentage.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-202324686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":834295499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.CircularGauge.RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.CircularGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-929824761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the font opacity of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the show the shadow.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location x of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location y of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the ry value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginy value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to render the tooltip from right to left.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip is inverted.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip arrow.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the internet explorer is enabled.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip"}},{"HashCode":-1641404855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the font opacity of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border to the tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the show the shadow.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location x of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location y of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the ry value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginx value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the marginy value of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to render the tooltip from right to left.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip is inverted.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip arrow.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the internet explorer is enabled.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1784384497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender"}},{"HashCode":-100177614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1677230612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender"}},{"HashCode":-544162362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.AxisRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1537095406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender"}},{"HashCode":733082642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.LegendRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304591966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender"}},{"HashCode":1927024135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.PointerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524612146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender"}},{"HashCode":85141570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.RangeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789761482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender"}},{"HashCode":287339861,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"AxisIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TicksRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1099507880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender"}},{"HashCode":1099698730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.CircularGauge.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":189806116,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Data.SfDataManager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager"}},{"HashCode":1032673940,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Data.SfDataManager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Data.SfDataManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HttpClientInstance","TypeName":"System.Net.Http.HttpClient","Documentation":"\n \n Specifies the HttpClient instance to be used by DataManager.\n \n Use HttpClientInstance property to inject named HttpClient into DataManager.\n ","Metadata":{"Common.PropertyName":"HttpClientInstance"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the endpoint URL. DataManager requests this URL when data is needed.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"AdaptorInstance","TypeName":"System.Type","Documentation":"\n \n Specifies the custom adaptor class type. DataManager uses this type value to instantiate custom adaptor class.\n \n DataManager uses Activator.CreateInstance method to create custom adaptor instance.\n Injecting services into custom adaptor class, is not supported while using this approach.\n To inject and use services, provide custom adaptor as a Blazor component by extending DataAdaptor class.\n ","Metadata":{"Common.PropertyName":"AdaptorInstance"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Gets or sets the data adaptor to be used by DataManager.\n \n \n BlazorAdaptor\n Default. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.\n \n \n ODataAdaptor\n \n OData Adaptor provies ability to consume and manipulate data from OData services.\n \n \n \n ODataV4Adaptor\n \n ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services\n \n \n \n WebApiAdaptor\n \n WebApi Adaptor provies ability to consume and manipulate data from WebApi services.\n This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor\n \n \n \n UrlAdaptor\n \n URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.\n \n \n \n RemoteSaveAdaptor\n \n Remote Save Adaptor is used for binding JSON data.\n It interacts with remote services only for CRUD operations.\n \n \n \n CustomAdaptor\n \n CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component\n extended from DataAdaptor class.\n \n \n \n JsonAdaptor\n \n JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.\n \n \n \n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"DataAdaptor","TypeName":"Syncfusion.Blazor.Data.IAdaptor","Documentation":"\n \n Holds adaptor instance.\n \n \n ","Metadata":{"Common.PropertyName":"DataAdaptor"}},{"Kind":"Components.Component","Name":"InsertUrl","TypeName":"System.String","Documentation":"\n \n Specifies the insert URL.\n \n Applicable for remote adaptors.\n When Insert method is called, request will be made to InsertUrl.\n If InsertUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"InsertUrl"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the remove URL.\n \n Applicable for remote adaptors.\n When Remove method is called, request will be made to RemoveUrl.\n If RemoveUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"UpdateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the update URL.\n \n Applicable for remote adaptors.\n When Update method is called, request will be made to UpdateUrl.\n If UpdateUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"UpdateUrl"}},{"Kind":"Components.Component","Name":"CrudUrl","TypeName":"System.String","Documentation":"\n \n Specifies the CRUD URL.\n \n Applicable for remote adaptors.\n When Insert, Remove or Update method is called, request will be made to CrudUrl.\n If CrudUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"CrudUrl"}},{"Kind":"Components.Component","Name":"BatchUrl","TypeName":"System.String","Documentation":"\n \n Specifies the batch url.\n \n Applicable for remote adaptors.\n When SaveChanges method is called, request will be made to BatchUrl.\n If BatchUrl is not provided, Url is used as fallback.\n ","Metadata":{"Common.PropertyName":"BatchUrl"}},{"Kind":"Components.Component","Name":"Json","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the IEnumerable collection. This data could be queried and manipulated.\n \n ","Metadata":{"Common.PropertyName":"Json"}},{"Kind":"Components.Component","Name":"Headers","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Specifies the key/value pair of headers.\n \n \n Use Headers to add any custom headers to the request made by DataManager.\n Users can also send authentication bearer token using Headers property.\n \n ","Metadata":{"Common.PropertyName":"Headers"}},{"Kind":"Components.Component","Name":"Accept","TypeName":"System.Boolean","Documentation":"\n \n Specifies the accept type.\n \n ","Metadata":{"Common.PropertyName":"Accept"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Object","Documentation":"\n \n Specifies the IEnumerale data.\n \n \n ","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"TimeTillExpiration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time limit to clear the cached data.\n \n ","Metadata":{"Common.PropertyName":"TimeTillExpiration"}},{"Kind":"Components.Component","Name":"CachingPageSize","TypeName":"System.Int32","Documentation":"\n \n Specifies the caching page size.\n \n ","Metadata":{"Common.PropertyName":"CachingPageSize"}},{"Kind":"Components.Component","Name":"EnableCaching","TypeName":"System.Boolean","Documentation":"\n \n Enables data caching.\n \n ","Metadata":{"Common.PropertyName":"EnableCaching"}},{"Kind":"Components.Component","Name":"RequestType","TypeName":"System.String","Documentation":"\n \n Specifies the request type for sending data fetching.\n \n \n ","Metadata":{"Common.PropertyName":"RequestType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the primary key value.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"CrossDomain","TypeName":"System.Boolean","Documentation":"\n \n When true, then indicates that the request is a cross-domain request.\n \n ","Metadata":{"Common.PropertyName":"CrossDomain"}},{"Kind":"Components.Component","Name":"Jsonp","TypeName":"System.String","Documentation":"\n \n Specifies the jsonp request.\n \n ","Metadata":{"Common.PropertyName":"Jsonp"}},{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Specifies the data type.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"Offline","TypeName":"System.Boolean","Documentation":"\n \n Enables offline mode in datamanager.\n \n \n Applicable for remote data source. If offline is true then initial request will be made to fetch\n data. Further actions will be handled at the in-memory data and no more request will be made to the service.\n Cached data is stored in the JSON property.\n \n ","Metadata":{"Common.PropertyName":"Offline"}},{"Kind":"Components.Component","Name":"RequiresFormat","TypeName":"System.Boolean","Documentation":"\n \n Sepcifies requires format.\n \n ","Metadata":{"Common.PropertyName":"RequiresFormat"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1323771693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-139205437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Data.SfDataManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Data.SfDataManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1757377402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgAxisGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"PathAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"PathAttributes"}},{"Kind":"Components.Component","Name":"TextAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"TextAttributes"}},{"Kind":"Components.Component","Name":"ChartId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChartId"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"HorizontalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"HorizontalDir"}},{"Kind":"Components.Component","Name":"VerticalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"VerticalDir"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup"}},{"HashCode":-686296858,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"PathAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"PathAttributes"}},{"Kind":"Components.Component","Name":"TextAttributes","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"TextAttributes"}},{"Kind":"Components.Component","Name":"ChartId","TypeName":"System.String","Metadata":{"Common.PropertyName":"ChartId"}},{"Kind":"Components.Component","Name":"LineWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"LineWidth"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"HorizontalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"HorizontalDir"}},{"Kind":"Components.Component","Name":"VerticalDir","TypeName":"System.String","Metadata":{"Common.PropertyName":"VerticalDir"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgAxisGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1101938715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgCircle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgCircle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"R","TypeName":"System.String","Metadata":{"Common.PropertyName":"R"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgCircle"}},{"HashCode":-1766950401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgCircle","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgCircle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"R","TypeName":"System.String","Metadata":{"Common.PropertyName":"R"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgCircle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1159069783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgClass","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgClass"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgClass"}},{"HashCode":408031799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgClass","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgClass"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgClass","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":533082031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgEllipse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.String","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse"}},{"HashCode":-1635399409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.String","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Cx","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cx"}},{"Kind":"Components.Component","Name":"Cy","TypeName":"System.String","Metadata":{"Common.PropertyName":"Cy"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgEllipse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":283687141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgImage","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Href","TypeName":"System.String","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"PreserveAspectRatio","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreserveAspectRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgImage"}},{"HashCode":-854119350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgImage","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgImage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Href","TypeName":"System.String","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"PreserveAspectRatio","TypeName":"System.String","Metadata":{"Common.PropertyName":"PreserveAspectRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgImage","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2113733367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgLine","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgLine"}},{"HashCode":-43554447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgLine","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X1"}},{"Kind":"Components.Component","Name":"Y1","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y1"}},{"Kind":"Components.Component","Name":"X2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X2"}},{"Kind":"Components.Component","Name":"Y2","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y2"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528341065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"System.String","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeMiterLimit","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeMiterLimit"}},{"Kind":"Components.Component","Name":"ClipPath","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClipPath"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPath"}},{"HashCode":-300783174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPath","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPath"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"System.String","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"StrokeDashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeDashArray"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeMiterLimit","TypeName":"System.String","Metadata":{"Common.PropertyName":"StrokeMiterLimit"}},{"Kind":"Components.Component","Name":"ClipPath","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClipPath"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1248771812,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPattern","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPattern"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"PatternUnits","TypeName":"System.String","Metadata":{"Common.PropertyName":"PatternUnits"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPattern"}},{"HashCode":-1901515104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPattern","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPattern"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"PatternUnits","TypeName":"System.String","Metadata":{"Common.PropertyName":"PatternUnits"}},{"Kind":"Components.Component","Name":"ShapeOptions","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ShapeOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPattern","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-220091873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgPolygon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"points","TypeName":"System.String","Metadata":{"Common.PropertyName":"points"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon"}},{"HashCode":897089222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"points","TypeName":"System.String","Metadata":{"Common.PropertyName":"points"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgPolygon","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1906771753,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgRect"}},{"HashCode":67832913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgRect","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgRect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Stroke","TypeName":"System.String","Metadata":{"Common.PropertyName":"Stroke"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"StrokeWidth","TypeName":"System.Double","Metadata":{"Common.PropertyName":"StrokeWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Visibility","TypeName":"System.String","Metadata":{"Common.PropertyName":"Visibility"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Metadata":{"Common.PropertyName":"Class"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1316469620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgText","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"TextAnchor","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextAnchor"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DominantBaseline","TypeName":"System.String","Metadata":{"Common.PropertyName":"DominantBaseline"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText"}},{"HashCode":-153982379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DataVizCommon.SvgText","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DataVizCommon.SvgText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"TextAnchor","TypeName":"System.String","Metadata":{"Common.PropertyName":"TextAnchor"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DominantBaseline","TypeName":"System.String","Metadata":{"Common.PropertyName":"DominantBaseline"}},{"Kind":"Components.Component","Name":"Transform","TypeName":"System.String","Metadata":{"Common.PropertyName":"Transform"}},{"Kind":"Components.Component","Name":"AccessibilityText","TypeName":"System.String","Metadata":{"Common.PropertyName":"AccessibilityText"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-619498416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SvgText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1993931531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DataVizCommon.SvgText"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DataVizCommon.SvgText.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464006019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates"}},{"HashCode":1892732708,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1435293344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-500116525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2084502660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-992333192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":741414139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1250141780,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of the UI to be rendered for a Userhandle.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"Syncfusion.Blazor.Diagram.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1055910234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-77533090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1768987171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the characteristics of the background of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ImageSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Source value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the color value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageScaleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scale value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageScaleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageAlignChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the align value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageAlignChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageSource","TypeName":"System.String","Documentation":"\n \n Defines the source of the background image.\n \n ","Metadata":{"Common.PropertyName":"ImageSource"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Defines the background color of diagram.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ImageScale","TypeName":"Syncfusion.Blazor.Diagram.Scale","IsEnum":true,"Documentation":"\n \n Defines how the background image should be scaled/stretched.\n \n ","Metadata":{"Common.PropertyName":"ImageScale"}},{"Kind":"Components.Component","Name":"ImageAlign","TypeName":"Syncfusion.Blazor.Diagram.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines how to align the background image over the diagram area.\n \n ","Metadata":{"Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":1804192247,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the characteristics of the background of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ImageSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Source value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the color value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageScaleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scale value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageScaleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageAlignChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the align value changes.\n \n ","Metadata":{"Common.PropertyName":"ImageAlignChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageSource","TypeName":"System.String","Documentation":"\n \n Defines the source of the background image.\n \n ","Metadata":{"Common.PropertyName":"ImageSource"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Defines the background color of diagram.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"ImageScale","TypeName":"Syncfusion.Blazor.Diagram.Scale","IsEnum":true,"Documentation":"\n \n Defines how the background image should be scaled/stretched.\n \n ","Metadata":{"Common.PropertyName":"ImageScale"}},{"Kind":"Components.Component","Name":"ImageAlign","TypeName":"Syncfusion.Blazor.Diagram.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines how to align the background image over the diagram area.\n \n ","Metadata":{"Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2027568811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin of the diagram page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":245829851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin of the diagram page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1898670228,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies how to customize the appearance, width, and height of the diagram page.\n \n \n \n \n \n \n \n \n @code\n {\n SfDiagramComponent diagram;\n double PageWidth = 300;\n double PageHeight = 300;\n PageOrientation pageOrientation = PageOrientation.Landscape;\n bool IsMultiplePage = true;\n bool IsShowPageBreaks = true;\n double marginLeft = 10;\n double marginRight = 10;\n double marginTop = 10;\n double marginBottom = 10;\n DiagramObjectCollection nodes; DiagramObjectCollection connectors;\n protected override void OnInitialized()\n {\n nodes = new DiagramObjectCollection()\n {\n new Node { ID = \"node1\", Width = 150, Height = 100, OffsetX = 100, OffsetY = 100, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node1\" } } },\n new Node { ID = \"node2\", Width = 80, Height = 130, OffsetX = 200, OffsetY = 200, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node2\" } } },\n new Node { ID = \"node3\", Width = 100, Height = 75, OffsetX = 300, OffsetY = 350, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node3\" } } }\n };\n connectors = new DiagramObjectCollection \n {\n new Connector { ID=\"connector1\", SourcePoint=new DiagramPoint { X=300, Y=400}, TargetPoint = new DiagramPoint { X = 500, Y = 500 } }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width value changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height value changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Orientation value changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundaryConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the BoundaryConstraints value changes.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowPageBreaksChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the ShowPageBreaks value changes.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaksChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MultiplePageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the MultiplePage value changes.\n \n ","Metadata":{"Common.PropertyName":"MultiplePageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Background value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Margin value changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagram.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n Allows the user to customize the interactive region.\n \n \n The boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n Allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fit the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n Allows the user to enable or disable the page break lines.\n \n \n The ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it is false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-1785186615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies how to customize the appearance, width, and height of the diagram page.\n \n \n \n \n \n \n \n \n @code\n {\n SfDiagramComponent diagram;\n double PageWidth = 300;\n double PageHeight = 300;\n PageOrientation pageOrientation = PageOrientation.Landscape;\n bool IsMultiplePage = true;\n bool IsShowPageBreaks = true;\n double marginLeft = 10;\n double marginRight = 10;\n double marginTop = 10;\n double marginBottom = 10;\n DiagramObjectCollection nodes; DiagramObjectCollection connectors;\n protected override void OnInitialized()\n {\n nodes = new DiagramObjectCollection()\n {\n new Node { ID = \"node1\", Width = 150, Height = 100, OffsetX = 100, OffsetY = 100, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node1\" } } },\n new Node { ID = \"node2\", Width = 80, Height = 130, OffsetX = 200, OffsetY = 200, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node2\" } } },\n new Node { ID = \"node3\", Width = 100, Height = 75, OffsetX = 300, OffsetY = 350, Annotations = new DiagramObjectCollection() { new ShapeAnnotation() { Content = \"Node3\" } } }\n };\n connectors = new DiagramObjectCollection \n {\n new Connector { ID=\"connector1\", SourcePoint=new DiagramPoint { X=300, Y=400}, TargetPoint = new DiagramPoint { X = 500, Y = 500 } }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width value changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height value changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Orientation value changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundaryConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the BoundaryConstraints value changes.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowPageBreaksChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the ShowPageBreaks value changes.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaksChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MultiplePageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the MultiplePage value changes.\n \n ","Metadata":{"Common.PropertyName":"MultiplePageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BackgroundChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Background value changes.\n \n ","Metadata":{"Common.PropertyName":"BackgroundChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the Margin value changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagram.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n Allows the user to customize the interactive region.\n \n \n The boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.\n \n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n Allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fit the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n Allows the user to enable or disable the page break lines.\n \n \n The ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it is false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1640658948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":141261590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the page settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.PageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":257161954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the diagram's current zoom value, zoom factor, scroll state, and viewport size.\n \n \n \n \n \n \n \n @code\n {\n double verticalOffset { get; set; } = 300;\n double horizontalOffset { get; set; } = -1000;\n ScrollLimitMode scrollLimit { get; set; } = ScrollLimitMode.Infinity;\n double currentZoom { get; set; } = 1;\n double minZoom { get; set; } = 0.2;\n double maxZoom { get; set; } = 1.5;\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HorizontalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal offset changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical offset changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the current zoom changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MinZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the minimum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MinZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the maximum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MaxZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollLimitChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scroll limit changes.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimitChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Vertical offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the diagram's currentZoom value. \n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's minimum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's maximum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagram.ScrollLimitMode","IsEnum":true,"Documentation":"\n \n Gets or sets the upper limit of values of the scrollable range.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":191623611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the diagram's current zoom value, zoom factor, scroll state, and viewport size.\n \n \n \n \n \n \n \n @code\n {\n double verticalOffset { get; set; } = 300;\n double horizontalOffset { get; set; } = -1000;\n ScrollLimitMode scrollLimit { get; set; } = ScrollLimitMode.Infinity;\n double currentZoom { get; set; } = 1;\n double minZoom { get; set; } = 0.2;\n double maxZoom { get; set; } = 1.5;\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HorizontalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal offset changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalOffsetChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical offset changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffsetChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the current zoom changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MinZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the minimum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MinZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MaxZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the maximum zoom changes.\n \n ","Metadata":{"Common.PropertyName":"MaxZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollLimitChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the scroll limit changes.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimitChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Vertical offset of the scroller. \n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the diagram's currentZoom value. \n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's minimum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the scroller's maximum zoom value.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagram.ScrollLimitMode","IsEnum":true,"Documentation":"\n \n Gets or sets the upper limit of values of the scrollable range.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1358710708,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1413975058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the ScrollSettings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.ScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":753410051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n \n \n \n \n \n \n \n @code\n {\n //Set the line intervals for the gridlines\n public double[] LineInterval { get; set; } = new double[] \n {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":-1097088551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n \n \n \n \n \n \n \n @code\n {\n //Set the line intervals for the gridlines\n public double[] LineInterval { get; set; } = new double[] \n {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521664329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the horizontal gridlines of the diagram.\n \n \n Horizontal Gridlines provide visual guidance while dragging or arranging objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-1692274828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the horizontal gridlines of the diagram.\n \n \n Horizontal Gridlines provide visual guidance while dragging or arranging objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-405965195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and the snap behavior of the diagram.\n \n \n \n \n // Shows the horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"VerticalGridLines","TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridLines"}},{"Kind":"Components.Component","Name":"HorizontalGridLines","TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridLines"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables the features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraints changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, it is 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapDistance"}},{"Kind":"Components.Component","Name":"SnapDistanceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnapObjectDistance changes.\n \n ","Metadata":{"Common.PropertyName":"SnapDistanceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapAngleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnaAngle changes.\n \n ","Metadata":{"Common.PropertyName":"SnapAngleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagram.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"GridTypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the GridType changes.\n \n ","Metadata":{"Common.PropertyName":"GridTypeChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":510756926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and the snap behavior of the diagram.\n \n \n \n \n // Shows the horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"VerticalGridLines","TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridLines"}},{"Kind":"Components.Component","Name":"HorizontalGridLines","TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridLines"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables the features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraints changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, it is 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapDistance"}},{"Kind":"Components.Component","Name":"SnapDistanceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnapObjectDistance changes.\n \n ","Metadata":{"Common.PropertyName":"SnapDistanceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapAngleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the SnaAngle changes.\n \n ","Metadata":{"Common.PropertyName":"SnapAngleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagram.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"GridTypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the GridType changes.\n \n ","Metadata":{"Common.PropertyName":"GridTypeChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1760984308,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":885439163,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the SnapSettings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128589188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the vertical gridlines of the diagram.\n \n \n VerticalGridlines provides the visual guidance while dragging or arranging the objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":2118294807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the vertical gridlines of the diagram.\n \n \n VerticalGridlines provides the visual guidance while dragging or arranging the objects on the diagram surface.\n \n \n \n \n @* Shows vertical gridlines *@\n \n @* Customizes the line color and line style to the gridlines*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps in the horizontal or vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n The thickness and the space between horizontal/vertical gridlines can be customized by using line intervals.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n Represents the pattern of gaps defined by a set of dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals for snapping the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}},{"Kind":"Components.Component","Name":"LineColorChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linecolor changes.\n \n ","Metadata":{"Common.PropertyName":"LineColorChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineDashArrayChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the linedasharray changes.\n \n ","Metadata":{"Common.PropertyName":"LineDashArrayChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LineIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the lineintervals changes.\n \n ","Metadata":{"Common.PropertyName":"LineIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the snapintervals changes.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervalsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DotIntervalsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the dotintervals changes.\n \n ","Metadata":{"Common.PropertyName":"DotIntervalsChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":189177530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Notifies when changes are reverted or restored.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramHistoryManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentEntry","TypeName":"Syncfusion.Blazor.Diagram.HistoryEntryBase","Documentation":"\n \n Specifies the current entry object.\n \n ","Metadata":{"Common.PropertyName":"CurrentEntry"}},{"Kind":"Components.Component","Name":"Undo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in undo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomUndo(HistoryEntryBase entry)\n {\n (entry.RedoObject) = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Start\";\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Undo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Redo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in the redo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomRedo(HistoryEntryBase entry)\n {\n Node current = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Description\";\n entry.RedoObject = current;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Redo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryAdding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Decides whether the changes are stored in the history or not.\n \n \n \n \n \n \n @code\n {\n private void OnHistoryAdding(HistoryAddingEventArgs args)\n {\n args.Cancel = true;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"HistoryAdding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}},{"HashCode":-966967555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Notifies when changes are reverted or restored.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentEntry","TypeName":"Syncfusion.Blazor.Diagram.HistoryEntryBase","Documentation":"\n \n Specifies the current entry object.\n \n ","Metadata":{"Common.PropertyName":"CurrentEntry"}},{"Kind":"Components.Component","Name":"Undo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in undo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomUndo(HistoryEntryBase entry)\n {\n (entry.RedoObject) = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Start\";\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Undo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Redo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The method will be called when the custom entry is in the redo stage.\n \n \n \n \n \n \n @code\n {\n private void onCustomRedo(HistoryEntryBase entry)\n {\n Node current = entry.UndoObject.Clone() as Node;\n (entry.UndoObject as Node).AdditionalInfo[(entry.UndoObject as Node).ID] = \"Description\";\n entry.RedoObject = current;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Redo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryAdding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Decides whether the changes are stored in the history or not.\n \n \n \n \n \n \n @code\n {\n private void OnHistoryAdding(HistoryAddingEventArgs args)\n {\n args.Cancel = true;\n }\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"HistoryAdding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":961553216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramHistoryManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1100692479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the scroll settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DiagramHistoryManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2056580346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DataSourceSettings is used to specify the data source and defines how the parent and child relationship will be generated in the layout. It is applicable only when the layout is used. \n \n \n \n \n \n \n \n \n @code {\n public object data { get; set; }\n public string Id;\n public string ParentId;\n public LayoutType LayoutType = LayoutType.HierarchicalTree;\n protected override void OnInitialized()\n {\n Id = \"Name\";\n ParentId = \"Category\";\n data = Data1;\n }\n //bind the external data with the node\n private Node doBinding(Node node, object data)\n {\n HierarchicalDetails hierarchicalData = data as HierarchicalDetails;\n node.Annotations = new DiagramObjectCollection()\n {\n new ShapeAnnotation()\n {\n ID = \"annotation\"+node.ID,\n Content = hierarchicalData.Name,\n },\n };\n return node;\n }\n public List Data1 = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\"},\n new HierarchicalDetails(){ Name =\"Tree Layout\",Category=\"Layout\"},\n new HierarchicalDetails(){ Name =\"Organizational Chart\", Category=\"Layout\"}\n };\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string Category { get; set; }\n public string FillColor { get; set; }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Gets or sets the data source that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be mapped to each node id from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be used to find the parent and child relationship between the nodes from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Gets or sets the root (primary) node of the layout populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"IDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the id value changes.\n \n ","Metadata":{"Common.PropertyName":"IDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ParentIDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the parent id value changes.\n \n ","Metadata":{"Common.PropertyName":"ParentIDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RootChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the root value changes.\n \n ","Metadata":{"Common.PropertyName":"RootChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SymbolBinding","TypeName":"System.Func","Documentation":"\n \n Returns the customized node information. It is a call-back method which is triggered for each node when initializing the layout.\n \n \n \n \n \n \n
For more details, refer Organizational Chart
\n
\n ","Metadata":{"Common.PropertyName":"SymbolBinding","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query that is displayed for.\n \n ","Metadata":{"Common.PropertyName":"Query"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":1439416060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DataSourceSettings is used to specify the data source and defines how the parent and child relationship will be generated in the layout. It is applicable only when the layout is used. \n \n \n \n \n \n \n \n \n @code {\n public object data { get; set; }\n public string Id;\n public string ParentId;\n public LayoutType LayoutType = LayoutType.HierarchicalTree;\n protected override void OnInitialized()\n {\n Id = \"Name\";\n ParentId = \"Category\";\n data = Data1;\n }\n //bind the external data with the node\n private Node doBinding(Node node, object data)\n {\n HierarchicalDetails hierarchicalData = data as HierarchicalDetails;\n node.Annotations = new DiagramObjectCollection()\n {\n new ShapeAnnotation()\n {\n ID = \"annotation\"+node.ID,\n Content = hierarchicalData.Name,\n },\n };\n return node;\n }\n public List Data1 = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\"},\n new HierarchicalDetails(){ Name =\"Tree Layout\",Category=\"Layout\"},\n new HierarchicalDetails(){ Name =\"Organizational Chart\", Category=\"Layout\"}\n };\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string Category { get; set; }\n public string FillColor { get; set; }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n Gets or sets the data source that the layout is displayed for.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be mapped to each node id from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Defines the property name that will be used to find the parent and child relationship between the nodes from the data source record.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Gets or sets the root (primary) node of the layout populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"IDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the id value changes.\n \n ","Metadata":{"Common.PropertyName":"IDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ParentIDChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the parent id value changes.\n \n ","Metadata":{"Common.PropertyName":"ParentIDChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RootChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the root value changes.\n \n ","Metadata":{"Common.PropertyName":"RootChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SymbolBinding","TypeName":"System.Func","Documentation":"\n \n Returns the customized node information. It is a call-back method which is triggered for each node when initializing the layout.\n \n \n \n \n \n \n
For more details, refer Organizational Chart
\n
\n ","Metadata":{"Common.PropertyName":"SymbolBinding","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query that is displayed for.\n \n ","Metadata":{"Common.PropertyName":"Query"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":560107898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1530548210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content that the layout is displayed for.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.DataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1859401385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.CommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of commands and the corresponding key gestures. It is responsible for managing routed commands.\n \n \n CommandManager provides the support to define custom commands. The custom commands are executed when the specified key gesture is recognized.\n \n \n \n \n Notifies when to execute the custom keyboard commands .\n \n \n The following code illustrates how to create a custom command.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n @code\n {\n // Reference to the diagram\n SfDiagramComponent diagram;\n DiagramObjectCollection command = new DiagramObjectCollection()\n {\n new Command()\n {\n Name = \"CustomGroup\",\n Gesture = new KeyGesture() { Key = Keys.G, KeyModifiers = KeyModifiers.Control }\n },\n new Command()\n {\n Name = \"CustomUnGroup\",\n Gesture = new KeyGesture() { Key = Keys.U, KeyModifiers = KeyModifiers.Control }\n },\n };\n // Define the diagram's nodes collection\n DiagramObjectCollection nodes = new DiagramObjectCollection();\n public void canexe(CommandKeyArgs args)\n {\n args.CanExecute = true;\n }\n public void CommandExecute(CommandKeyArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n Selector selector = diagram.SelectedItems;\n //Custom command to ungroup the selected items\n if (selector.Nodes.Count > 0 && selector.Nodes[0] is Group)\n {\n if ((selector.Nodes[0] as Group).Children.Length > 0)\n {\n diagram.UnGroup();\n }\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents storing multiple command names with the corresponding command object.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CanExecute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Determines whether this command can execute in its current state.\n \n ","Metadata":{"Common.PropertyName":"CanExecute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Executes the command on the current command target.\n \n ","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager"}},{"HashCode":766024551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.CommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of commands and the corresponding key gestures. It is responsible for managing routed commands.\n \n \n CommandManager provides the support to define custom commands. The custom commands are executed when the specified key gesture is recognized.\n \n \n \n \n Notifies when to execute the custom keyboard commands .\n \n \n The following code illustrates how to create a custom command.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n @code\n {\n // Reference to the diagram\n SfDiagramComponent diagram;\n DiagramObjectCollection command = new DiagramObjectCollection()\n {\n new Command()\n {\n Name = \"CustomGroup\",\n Gesture = new KeyGesture() { Key = Keys.G, KeyModifiers = KeyModifiers.Control }\n },\n new Command()\n {\n Name = \"CustomUnGroup\",\n Gesture = new KeyGesture() { Key = Keys.U, KeyModifiers = KeyModifiers.Control }\n },\n };\n // Define the diagram's nodes collection\n DiagramObjectCollection nodes = new DiagramObjectCollection();\n public void canexe(CommandKeyArgs args)\n {\n args.CanExecute = true;\n }\n public void CommandExecute(CommandKeyArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n Selector selector = diagram.SelectedItems;\n //Custom command to ungroup the selected items\n if (selector.Nodes.Count > 0 && selector.Nodes[0] is Group)\n {\n if ((selector.Nodes[0] as Group).Children.Length > 0)\n {\n diagram.UnGroup();\n }\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.CommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents storing multiple command names with the corresponding command object.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CanExecute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Determines whether this command can execute in its current state.\n \n ","Metadata":{"Common.PropertyName":"CanExecute","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Execute","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Executes the command on the current command target.\n \n ","Metadata":{"Common.PropertyName":"Execute","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":736608135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1275135605,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the Command Manager.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.CommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.CommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-107406984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class for arranging the nodes and connectors in a tree structure.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FixedNode","TypeName":"System.String","Documentation":"\n \n Sets the name of the node concerning which all the other nodes will be translated.\n \n ","Metadata":{"Common.PropertyName":"FixedNode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedNodeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the fixed node changes.\n \n ","Metadata":{"Common.PropertyName":"FixedNodeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical spacing changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the type changes.\n \n ","Metadata":{"Common.PropertyName":"TypeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal alignment changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical alignment changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal spacing changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bounds changes.\n \n ","Metadata":{"Common.PropertyName":"BoundsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the orientation changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the margin changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetLayoutInfo","TypeName":"System.Func","Documentation":"\n \n GetLayoutInfo is used to configure every subtree of the organizational chart.\n \n ","Metadata":{"Common.PropertyName":"GetLayoutInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetBranch","TypeName":"System.Func","Documentation":"\n \n Returns the branch type of the layout. Applicable only if it is a mindmap layout. \n \n ","Metadata":{"Common.PropertyName":"GetBranch","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be Vertically left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacing"}},{"Kind":"Components.Component","Name":"Bounds","TypeName":"Syncfusion.Blazor.Diagram.DiagramRect","Documentation":"\n \n Aligns the layout within the given bounds.\n \n ","Metadata":{"Common.PropertyName":"Bounds"}},{"Kind":"Components.Component","Name":"HorizontalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be horizontally left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacing"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Specifies the parent node of the layout.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.LayoutOrientation","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the layout.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Diagram.HorizontalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the HorizontalAlignment..\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Diagram.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the VerticalAlignment.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Diagram.LayoutType","IsEnum":true,"Documentation":"\n \n Defines the type of layout.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Documentation":"\n \n Specifies the space between the viewport and the layout. By default {left:50, top:50, right:0, bottom:0}.\n \n ","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":702315153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the class for arranging the nodes and connectors in a tree structure.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FixedNode","TypeName":"System.String","Documentation":"\n \n Sets the name of the node concerning which all the other nodes will be translated.\n \n ","Metadata":{"Common.PropertyName":"FixedNode"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FixedNodeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the fixed node changes.\n \n ","Metadata":{"Common.PropertyName":"FixedNodeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical spacing changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TypeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the type changes.\n \n ","Metadata":{"Common.PropertyName":"TypeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal alignment changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"VerticalAlignmentChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the vertical alignment changes.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignmentChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HorizontalSpacingChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the horizontal spacing changes.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacingChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BoundsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bounds changes.\n \n ","Metadata":{"Common.PropertyName":"BoundsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OrientationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the orientation changes.\n \n ","Metadata":{"Common.PropertyName":"OrientationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarginChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the margin changes.\n \n ","Metadata":{"Common.PropertyName":"MarginChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetLayoutInfo","TypeName":"System.Func","Documentation":"\n \n GetLayoutInfo is used to configure every subtree of the organizational chart.\n \n ","Metadata":{"Common.PropertyName":"GetLayoutInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetBranch","TypeName":"System.Func","Documentation":"\n \n Returns the branch type of the layout. Applicable only if it is a mindmap layout. \n \n ","Metadata":{"Common.PropertyName":"GetBranch","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"VerticalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be Vertically left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"VerticalSpacing"}},{"Kind":"Components.Component","Name":"Bounds","TypeName":"Syncfusion.Blazor.Diagram.DiagramRect","Documentation":"\n \n Aligns the layout within the given bounds.\n \n ","Metadata":{"Common.PropertyName":"Bounds"}},{"Kind":"Components.Component","Name":"HorizontalSpacing","TypeName":"System.Int32","Documentation":"\n \n Specifies the space that must be horizontally left between the nodes. It is 30, by default.\n \n ","Metadata":{"Common.PropertyName":"HorizontalSpacing"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n Specifies the parent node of the layout.\n \n ","Metadata":{"Common.PropertyName":"Root"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagram.LayoutOrientation","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the layout.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Diagram.HorizontalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the HorizontalAlignment..\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Diagram.VerticalAlignment","IsEnum":true,"Documentation":"\n \n Describes how the layout should be positioned or stretched in the VerticalAlignment.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Diagram.LayoutType","IsEnum":true,"Documentation":"\n \n Defines the type of layout.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Documentation":"\n \n Specifies the space between the viewport and the layout. By default {left:50, top:50, right:0, bottom:0}.\n \n ","Metadata":{"Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1851591918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.Layout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2100022990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.Layout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content of the layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.Layout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2110753185,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space between the viewport and the automatic layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-2035719133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space between the viewport and the automatic layout. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeftChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the left values changes.\n \n ","Metadata":{"Common.PropertyName":"LeftChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the right values changes.\n \n ","Metadata":{"Common.PropertyName":"RightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TopChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the top values changes.\n \n ","Metadata":{"Common.PropertyName":"TopChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BottomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bottom values changes.\n \n ","Metadata":{"Common.PropertyName":"BottomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the left side of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the right side of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the top side of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the extra space at the bottom of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":647966821,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Renders the diagram. It contains all the properties of the diagram to be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Documentation":"\n \n Notifies when a change is reverted or restored. \n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagram.Direction","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the connector segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"BridgeDirectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bridge direction changes.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Documentation":"\n \n Configures the data source that is to be bound with the diagram. \n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Enables/disables certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraint changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InteractionController","TypeName":"Syncfusion.Blazor.Diagram.InteractionController","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. \n \n ","Metadata":{"Common.PropertyName":"InteractionController"}},{"Kind":"Components.Component","Name":"InteractionControllerChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the tool changes.\n \n ","Metadata":{"Common.PropertyName":"InteractionControllerChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Documentation":"\n \n Defines the gridlines and specifies how and when objects must be snapped. \n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"DiagramTemplates","TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Documentation":"\n \n Represents the template of the diagram element. \n \n ","Metadata":{"Common.PropertyName":"DiagramTemplates"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Documentation":"\n \n Page settings enable you to customize the appearance, width, and height of the Diagram page. \n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status, and view port size of the diagram. \n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram. \n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagram.Layout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area. \n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures. \n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Diagram.DiagramSelectionSettings","Documentation":"\n \n Defines the collection of selected items, the size and position of the selector. \n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"Syncfusion.Blazor.Diagram.IDiagramObject","Documentation":"\n \n Defines the object to be drawn using a drawing tool. \n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"DrawingObjectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the drawing object changes.\n \n ","Metadata":{"Common.PropertyName":"DrawingObjectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of node objects, used to visualize the geometrical information. \n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of connector objects, used to create links between two points, nodes or ports to represent the relationships between them. \n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"NodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the node changes.\n \n ","Metadata":{"Common.PropertyName":"NodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the connector changes.\n \n ","Metadata":{"Common.PropertyName":"ConnectorsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node or connector property changes. \n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the selection is change in the diagram.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node’s/connector's label is changed in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo). \n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an element drags over another diagram element. \n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into the diagram from the symbol palette \n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram. \n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from the symbol palette to the drawing area. \n \n ","Metadata":{"Common.PropertyName":"DragDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user presses a key. \n \n ","Metadata":{"Common.PropertyName":"KeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key. \n \n ","Metadata":{"Common.PropertyName":"KeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the node/connector is add or remove from the diagram.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node/connector is added or removed from the diagram. \n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SegmentCollectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s segment collection is updated. \n \n ","Metadata":{"Common.PropertyName":"SegmentCollectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse enters a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseHover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse pointer rests on the node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseHover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse leaves a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scrollbar is updated. \n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in the diagram. \n \n ","Metadata":{"Common.PropertyName":"PositionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node's/connector's position is changed.\n \n ","Metadata":{"Common.PropertyName":"PositionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the connector’s source or target point is connect or disconnect from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source or target point is connected or disconnected from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s source end in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SourcePointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source point is changed.\n \n ","Metadata":{"Common.PropertyName":"SourcePointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s target end in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s target point is changed.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked. \n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before a node is resize.\n \n ","Metadata":{"Common.PropertyName":"SizeChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the diagram elements are rotate.\n \n ","Metadata":{"Common.PropertyName":"RotationChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated.\n \n ","Metadata":{"Common.PropertyName":"RotationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram layout is rendered completely. \n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SetNodeTemplate","TypeName":"System.Func","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"SetNodeTemplate","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomTool","TypeName":"System.Func","Documentation":"\n \n This method allows users to customize the tool. \n \n ","Metadata":{"Common.PropertyName":"GetCustomTool","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomCursor","TypeName":"System.Func","Documentation":"\n \n This method allows users to create their own cursor. \n \n ","Metadata":{"Common.PropertyName":"GetCustomCursor","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of nodes. \n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of the connector. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-134660221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Renders the diagram. It contains all the properties of the diagram to be rendered.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagram.DiagramHistoryManager","Documentation":"\n \n Notifies when a change is reverted or restored. \n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagram.Direction","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the connector segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"BridgeDirectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the bridge direction changes.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Documentation":"\n \n Configures the data source that is to be bound with the diagram. \n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WidthChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the width changes.\n \n ","Metadata":{"Common.PropertyName":"WidthChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HeightChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the height changes.\n \n ","Metadata":{"Common.PropertyName":"HeightChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagram.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Enables/disables certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ConstraintsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the constraint changes.\n \n ","Metadata":{"Common.PropertyName":"ConstraintsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"InteractionController","TypeName":"Syncfusion.Blazor.Diagram.InteractionController","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. \n \n ","Metadata":{"Common.PropertyName":"InteractionController"}},{"Kind":"Components.Component","Name":"InteractionControllerChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the tool changes.\n \n ","Metadata":{"Common.PropertyName":"InteractionControllerChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Documentation":"\n \n Defines the gridlines and specifies how and when objects must be snapped. \n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"DiagramTemplates","TypeName":"Syncfusion.Blazor.Diagram.DiagramTemplates","Documentation":"\n \n Represents the template of the diagram element. \n \n ","Metadata":{"Common.PropertyName":"DiagramTemplates"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Documentation":"\n \n Page settings enable you to customize the appearance, width, and height of the Diagram page. \n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status, and view port size of the diagram. \n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram. \n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagram.Layout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area. \n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagram.CommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures. \n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Diagram.DiagramSelectionSettings","Documentation":"\n \n Defines the collection of selected items, the size and position of the selector. \n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"Syncfusion.Blazor.Diagram.IDiagramObject","Documentation":"\n \n Defines the object to be drawn using a drawing tool. \n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"DrawingObjectChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the drawing object changes.\n \n ","Metadata":{"Common.PropertyName":"DrawingObjectChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of node objects, used to visualize the geometrical information. \n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Defines a collection of connector objects, used to create links between two points, nodes or ports to represent the relationships between them. \n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"NodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the node changes.\n \n ","Metadata":{"Common.PropertyName":"NodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Specifies the callback to trigger when the connector changes.\n \n ","Metadata":{"Common.PropertyName":"ConnectorsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node or connector property changes. \n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the selection is change in the diagram.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node’s/connector's label is changed in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TextChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo). \n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an element drags over another diagram element. \n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into the diagram from the symbol palette \n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram. \n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from the symbol palette to the drawing area. \n \n ","Metadata":{"Common.PropertyName":"DragDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user presses a key. \n \n ","Metadata":{"Common.PropertyName":"KeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"KeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key. \n \n ","Metadata":{"Common.PropertyName":"KeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the node/connector is add or remove from the diagram.\n \n ","Metadata":{"Common.PropertyName":"CollectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CollectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node/connector is added or removed from the diagram. \n \n ","Metadata":{"Common.PropertyName":"CollectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SegmentCollectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s segment collection is updated. \n \n ","Metadata":{"Common.PropertyName":"SegmentCollectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse enters a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseHover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse pointer rests on the node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseHover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse leaves a node/connector. \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ScrollChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scrollbar is updated. \n \n ","Metadata":{"Common.PropertyName":"ScrollChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in the diagram. \n \n ","Metadata":{"Common.PropertyName":"PositionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PositionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the node's/connector's position is changed.\n \n ","Metadata":{"Common.PropertyName":"PositionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the connector’s source or target point is connect or disconnect from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source or target point is connected or disconnected from the source or target.\n \n ","Metadata":{"Common.PropertyName":"ConnectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s source end in the diagram. \n \n ","Metadata":{"Common.PropertyName":"SourcePointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SourcePointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s source point is changed.\n \n ","Metadata":{"Common.PropertyName":"SourcePointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the connector’s target end in the diagram.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TargetPointChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connector’s target point is changed.\n \n ","Metadata":{"Common.PropertyName":"TargetPointChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked. \n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before a node is resize.\n \n ","Metadata":{"Common.PropertyName":"SizeChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the diagram elements are rotate.\n \n ","Metadata":{"Common.PropertyName":"RotationChanging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RotationChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated.\n \n ","Metadata":{"Common.PropertyName":"RotationChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram layout is rendered completely. \n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SetNodeTemplate","TypeName":"System.Func","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"SetNodeTemplate","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomTool","TypeName":"System.Func","Documentation":"\n \n This method allows users to customize the tool. \n \n ","Metadata":{"Common.PropertyName":"GetCustomTool","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"GetCustomCursor","TypeName":"System.Func","Documentation":"\n \n This method allows users to create their own cursor. \n \n ","Metadata":{"Common.PropertyName":"GetCustomCursor","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of nodes. \n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Helps to assign the default properties of the connector. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1945602402,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDiagramComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1071755440,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content of the diagram component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1615531387,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the diagram objects are rendered in the diagram. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent"}},{"HashCode":1322318257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the diagram objects are rendered in the diagram. \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":855875817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the basic HTML building blocks are rendered in a diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramHtmlContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer"}},{"HashCode":-2064107079,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how the basic HTML building blocks are rendered in a diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramHtmlContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-565489621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramLayerContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent"}},{"HashCode":104599090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramLayerContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2128866090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the selector objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSelectorContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent"}},{"HashCode":-520462178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the selector objects that are rendered in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramSelectorContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-513163340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the frequently used commands that are rendered around the selector objects in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramUserHandleContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent"}},{"HashCode":-1246971473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the frequently used commands that are rendered around the selector objects in the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramUserHandleContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1736516409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the object to be rendered in the diagram once the data has been processed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer"}},{"HashCode":-1503186137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the object to be rendered in the diagram once the data has been processed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.DiagramRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":891612997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the content of the palette.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PaletteContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent"}},{"HashCode":2090894770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the content of the palette.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.Internal.PaletteContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1560811193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how to display a collection of palettes. The palette shows a set of nodes and connectors. It allows you to drag and drop the nodes and connectors into the diagram. \n \n \n \n \n \n @code\n { \n DiagramSize SymbolPreview;\n SymbolMargin SymbolMargin = new SymbolMargin { Left = 10, Right = 10, Top = 10, Bottom = 10 };\n double symbolSizeWidth;\n double symbolSizeHeight;\n DiagramObjectCollection Palettes = new DiagramObjectCollection();\n DiagramObjectCollection Tnodes = new DiagramObjectCollection();\n private SymbolInfo GetSymbolInfo(IDiagramObject symbol)\n {\n SymbolInfo SymbolInfo = new SymbolInfo();\n SymbolInfo.Fit = true;\n return SymbolInfo;\n }\n protected override void OnInitialized()\n {\n SymbolPreview = new DiagramSize();\n SymbolPreview.Width = 80;\n SymbolPreview.Height = 80;\n symbolSizeWidth = 50;\n symbolSizeHeight = 50;\n Tnodes = new DiagramObjectCollection();\n Node Tnode2 = new Node()\n { \n ID = \"node1\", \n Shape = new FlowShape() { Type = Shapes.Flow, Shape = FlowShapeType.Decision } \n };\n Tnodes.Add(Tnode2);\n Palettes = new DiagramObjectCollection()\n {\n new Palette(){Symbols =Tnodes,Title=\"Flow Shapes\",ID=\"Flow Shapes\" },\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSymbolPaletteComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the Height of the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Represents whether the symbols can be dragged from the palette or not. \n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the symbol which will be positioned inside the palette. \n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Height of the symbol which will be positioned inside the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolDragPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the size of the symbol preview while dragging a symbol from the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolDragPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolDiagramPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the customization of the drag size of the individual palette items.\n \n ","Metadata":{"Common.PropertyName":"SymbolDiagramPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolPaletteTemplates","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Documentation":"\n \n Sets a segment of the UI content, implemented as a delegate that writes the content of a Node . \n \n ","Metadata":{"Common.PropertyName":"SymbolPaletteTemplates"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents how to display a collection of similar symbols and annotates the group textually with its heading and the unique id of a symbol group. \n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolMargin","Documentation":"\n \n Sets an extra space around the outer boundaries of an element.\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the nodes to be returned.\n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the connectors to be returned. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetSymbolInfo","TypeName":"System.Func","Documentation":"\n \n Represents the size, appearance and description of a symbol.\n \n ","Metadata":{"Common.PropertyName":"GetSymbolInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the object selection changes in the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be Triggers before the item gets collapsed/expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}},{"HashCode":904815080,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents how to display a collection of palettes. The palette shows a set of nodes and connectors. It allows you to drag and drop the nodes and connectors into the diagram. \n \n \n \n \n \n @code\n { \n DiagramSize SymbolPreview;\n SymbolMargin SymbolMargin = new SymbolMargin { Left = 10, Right = 10, Top = 10, Bottom = 10 };\n double symbolSizeWidth;\n double symbolSizeHeight;\n DiagramObjectCollection Palettes = new DiagramObjectCollection();\n DiagramObjectCollection Tnodes = new DiagramObjectCollection();\n private SymbolInfo GetSymbolInfo(IDiagramObject symbol)\n {\n SymbolInfo SymbolInfo = new SymbolInfo();\n SymbolInfo.Fit = true;\n return SymbolInfo;\n }\n protected override void OnInitialized()\n {\n SymbolPreview = new DiagramSize();\n SymbolPreview.Width = 80;\n SymbolPreview.Height = 80;\n symbolSizeWidth = 50;\n symbolSizeHeight = 50;\n Tnodes = new DiagramObjectCollection();\n Node Tnode2 = new Node()\n { \n ID = \"node1\", \n Shape = new FlowShape() { Type = Shapes.Flow, Shape = FlowShapeType.Decision } \n };\n Tnodes.Add(Tnode2);\n Palettes = new DiagramObjectCollection()\n {\n new Palette(){Symbols =Tnodes,Title=\"Flow Shapes\",ID=\"Flow Shapes\" },\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the Height of the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Represents whether the symbols can be dragged from the palette or not. \n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the symbol which will be positioned inside the palette. \n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the Height of the symbol which will be positioned inside the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolDragPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the size of the symbol preview while dragging a symbol from the palette.\n \n ","Metadata":{"Common.PropertyName":"SymbolDragPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolDiagramPreviewSize","TypeName":"Syncfusion.Blazor.Diagram.DiagramSize","Documentation":"\n \n Represents the customization of the drag size of the individual palette items.\n \n ","Metadata":{"Common.PropertyName":"SymbolDiagramPreviewSize"}},{"Kind":"Components.Component","Name":"SymbolPaletteTemplates","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Documentation":"\n \n Sets a segment of the UI content, implemented as a delegate that writes the content of a Node . \n \n ","Metadata":{"Common.PropertyName":"SymbolPaletteTemplates"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"Syncfusion.Blazor.Diagram.DiagramObjectCollection","Documentation":"\n \n Represents how to display a collection of similar symbols and annotates the group textually with its heading and the unique id of a symbol group. \n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolMargin","Documentation":"\n \n Sets an extra space around the outer boundaries of an element.\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"NodeCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the nodes to be returned.\n \n ","Metadata":{"Common.PropertyName":"NodeCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConnectorCreating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Represents the default properties of the connectors to be returned. \n \n ","Metadata":{"Common.PropertyName":"ConnectorCreating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"GetSymbolInfo","TypeName":"System.Func","Documentation":"\n \n Represents the size, appearance and description of a symbol.\n \n ","Metadata":{"Common.PropertyName":"GetSymbolInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the object selection changes in the symbol palette.\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be Triggers before the item gets collapsed/expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2126680378,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSymbolPaletteComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1129545680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets Child content for the symbol Palette component\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SfSymbolPaletteComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-20095317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}},{"HashCode":-1032797668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented as a delegate that writes the content of a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1894961823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPaletteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1692769193,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1503605647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1981370607,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A NodeTemplate represents a segment of the UI to be rendered for a Node.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagram.SymbolPalette.SymbolPaletteTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":731903211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is a built-in menu loaded with few features which open when right-clicked.\n \n \n \n \n // Defines context menu and set the ShowCustomMenuOnly to false to render the custom context menu along with the default context menu\n \n \n \n @code\n {\n //Reference to diagram\n SfDiagram Diagram;\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n protected override void OnInitialized()\n {\n //Create a node\n DiagramNode Node = new DiagramNode()\n {\n OffsetX = 100,\n OffsetY = 100,\n Height = 100,\n Width = 100,\n Id = \"node1\",\n };\n //Add node into node's collection\n NodeCollection.Add(Node);\n }\n // Add the custom context menu items\n List ContextMenuItemModels = new List()\n {\n new ContextMenuItemModel()\n {\n Text =\"color\",\n Id=\"Save\",\n Target =\".e-elementcontent\",\n // Add the nested custom context menu items\n Items = new List()\n {\n new ContextMenuItemModel(){ Text =\"Red\", Id=\"Red\", },\n new ContextMenuItemModel(){ Text =\"Yellow\", Id=\"Yellow\", },\n new ContextMenuItemModel(){ Text =\"Green\", Id=\"Green\", }\n }\n },\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the items to be displayed in the context menu.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to enable or disable the context menu.\n \n \n By default, the Show is set to false. The context menu can be enabled by setting the Show to true.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"ShowCustomMenuOnly","TypeName":"System.Boolean","Documentation":"\n \n Enables only the custom menu items.\n \n \n By default, the ShowCustomMenuOnly is set to false. The context menu can be enabled by setting the ShowCustomMenuOnly to true.\n \n \n \n \n // Define custom menu \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"ShowCustomMenuOnly"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}},{"HashCode":-1653631879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is a built-in menu loaded with few features which open when right-clicked.\n \n \n \n \n // Defines context menu and set the ShowCustomMenuOnly to false to render the custom context menu along with the default context menu\n \n \n \n @code\n {\n //Reference to diagram\n SfDiagram Diagram;\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n protected override void OnInitialized()\n {\n //Create a node\n DiagramNode Node = new DiagramNode()\n {\n OffsetX = 100,\n OffsetY = 100,\n Height = 100,\n Width = 100,\n Id = \"node1\",\n };\n //Add node into node's collection\n NodeCollection.Add(Node);\n }\n // Add the custom context menu items\n List ContextMenuItemModels = new List()\n {\n new ContextMenuItemModel()\n {\n Text =\"color\",\n Id=\"Save\",\n Target =\".e-elementcontent\",\n // Add the nested custom context menu items\n Items = new List()\n {\n new ContextMenuItemModel(){ Text =\"Red\", Id=\"Red\", },\n new ContextMenuItemModel(){ Text =\"Yellow\", Id=\"Yellow\", },\n new ContextMenuItemModel(){ Text =\"Green\", Id=\"Green\", }\n }\n },\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the items to be displayed in the context menu.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to enable or disable the context menu.\n \n \n By default, the Show is set to false. The context menu can be enabled by setting the Show to true.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"ShowCustomMenuOnly","TypeName":"System.Boolean","Documentation":"\n \n Enables only the custom menu items.\n \n \n By default, the ShowCustomMenuOnly is set to false. The context menu can be enabled by setting the ShowCustomMenuOnly to true.\n \n \n \n \n // Define custom menu \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"ShowCustomMenuOnly"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1018664092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2024040013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873190929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n @* Customize the appearance of the grid lines *@\n \n < HorizontalGridlines LineColor=\"blue\" LineDashArray=\"2,2\" LineIntervals=\"@LineIntervals\">\n \n \n \n \n \n @code{\n //Sets the line intervals for the gridlines\n public double[] LineIntervals { get; set; } = new double[] {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines"}},{"HashCode":513913883,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the visual guidance while dragging or arranging the objects.\n \n \n \n \n @* Customize the appearance of the grid lines *@\n \n < HorizontalGridlines LineColor=\"blue\" LineDashArray=\"2,2\" LineIntervals=\"@LineIntervals\">\n \n \n \n \n \n @code{\n //Sets the line intervals for the gridlines\n public double[] LineIntervals { get; set; } = new double[] {\n 1.25, 14, 0.25, 15, 0.25, 15, 0.25, 15, 0.25, 15\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1733232043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the behavior and appearance of the horizontal/vertical rulers for the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsRuler"}},{"HashCode":-1518234669,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the behavior and appearance of the horizontal/vertical rulers for the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":723816384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content that appears while the mouse is hovering over an element of the diagram.\n \n \n The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.\n \n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramsTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip"}},{"HashCode":-1942740841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content that appears while the mouse is hovering over an element of the diagram.\n \n \n The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.\n \n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramsTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":192921395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Acts as a repository for the collection of objects to be mapped and populated in the layout of the diagram.\n \n \n \n \n \n \n \n \n \n \n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n {\n List Datamap { get; set; } = new List()\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConnectionDataSource","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Documentation":"\n \n Defines the collection of connector’s data source objects.\n \n ","Metadata":{"Common.PropertyName":"ConnectionDataSource"}},{"Kind":"Components.Component","Name":"DataMapSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A collection of JSON objects, where each object represents the items mapped to the specific node. \n \n ","Metadata":{"Common.PropertyName":"DataMapSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n A repository for the collection of objects to be mapped and populated in the diagram.\n \n \n \n \n //Set the DataSource in the DiagramDataSource\n \n \n \n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\",FillColor=\"\"},\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets a unique Id for the data source in the diagram.\n \n \n The Id should be unique always, else overlap over the data source might occur.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Defines a unique Id for all the Data source items. The ParentId clubs all the data source items as a collection.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n The Root property is used to set the root (primary) node of the diagram populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}},{"HashCode":-1567062986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Acts as a repository for the collection of objects to be mapped and populated in the layout of the diagram.\n \n \n \n \n \n \n \n \n \n \n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n {\n List Datamap { get; set; } = new List()\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConnectionDataSource","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Documentation":"\n \n Defines the collection of connector’s data source objects.\n \n ","Metadata":{"Common.PropertyName":"ConnectionDataSource"}},{"Kind":"Components.Component","Name":"DataMapSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A collection of JSON objects, where each object represents the items mapped to the specific node. \n \n ","Metadata":{"Common.PropertyName":"DataMapSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Object","Documentation":"\n \n A repository for the collection of objects to be mapped and populated in the diagram.\n \n \n \n \n //Set the DataSource in the DiagramDataSource\n \n \n \n //Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n new HierarchicalDetails(){ Name =\"Layout\", Category=\"Diagram\",FillColor=\"\"},\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets a unique Id for the data source in the diagram.\n \n \n The Id should be unique always, else overlap over the data source might occur.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Defines a unique Id for all the Data source items. The ParentId clubs all the data source items as a collection.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Root","TypeName":"System.String","Documentation":"\n \n The Root property is used to set the root (primary) node of the diagram populated from the data source.\n \n ","Metadata":{"Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452520455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1109183715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":572389604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and the scroll bar to trigger auto-scrolling.\n \n \n \n \n @* Sets the auto scroll border for the diagram *@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoScrollMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}},{"HashCode":-1828606980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and the scroll bar to trigger auto-scrolling.\n \n \n \n \n @* Sets the auto scroll border for the diagram *@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":859391314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AutoScrollMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1322539038,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.AutoScrollMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-596828471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and edge of the page.\n \n \n \n \n @* Sets the Padding for the diagram Scroll*@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoScrollPadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}},{"HashCode":-692675594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the maximum distance to be left between the object and edge of the page.\n \n \n \n \n @* Sets the Padding for the diagram Scroll*@\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2055691139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AutoScrollPadding"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2040620278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.AutoScrollPadding"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97143639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the appearance of the diagram background.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n < DiagramBackground Color=\"lightblue\"/>\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Diagrams.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment of background image over the diagram area.\n \n \n Users can customize the alignment of the background image by using the Align property of the background. The Align Property contains some options such as XMinYMin, XMidYMid, XMaxYMin, and XMaxYMin, etc. Users can choose any one of the above options. By default, it will be None.\n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n \n \n \n //set color to the background\n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Scale","TypeName":"Syncfusion.Blazor.Diagrams.Scale","IsEnum":true,"Documentation":"\n \n This property allows the user to stretch or scale the images to diagram bounds.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The following values can be set to the scale property,
1.\tNone - Scale value will be set as None for the image.
2.\tMeet – The entire diagram is visible within the viewport.
3.\tSlice - Entire viewport is visible within the diagram.
By default, the scale will be None.
\n
\n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Scale"}},{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Defines the source path to the background image.\n \n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Source"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground"}},{"HashCode":919279562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the appearance of the diagram background.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n < DiagramBackground Color=\"lightblue\"/>\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramBackground"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Diagrams.ImageAlignment","IsEnum":true,"Documentation":"\n \n Defines the alignment of background image over the diagram area.\n \n \n Users can customize the alignment of the background image by using the Align property of the background. The Align Property contains some options such as XMinYMin, XMidYMid, XMaxYMin, and XMaxYMin, etc. Users can choose any one of the above options. By default, it will be None.\n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n \n \n \n //set color to the background\n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Scale","TypeName":"Syncfusion.Blazor.Diagrams.Scale","IsEnum":true,"Documentation":"\n \n This property allows the user to stretch or scale the images to diagram bounds.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The following values can be set to the scale property,
1.\tNone - Scale value will be set as None for the image.
2.\tMeet – The entire diagram is visible within the viewport.
3.\tSlice - Entire viewport is visible within the diagram.
By default, the scale will be None.
\n
\n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Scale"}},{"Kind":"Components.Component","Name":"Source","TypeName":"System.String","Documentation":"\n \n Defines the source path to the background image.\n \n \n \n \n //set image to the background\n \n \n @code{\n ImageAlignment Scale = ImageAlignment.Meet;\n }\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Source"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1886199184,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1252679551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramBackground"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1121260526,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies a command and a key gesture to define when the command should be executed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Gesture","TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Documentation":"\n \n Specifies a combination of keys and key modifiers, on recognition of which the command will be executed.\n \n ","Metadata":{"Common.PropertyName":"Gesture"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the command.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Parameter","TypeName":"System.String","Documentation":"\n \n Specifies any additional parameters that are required at runtime.\n \n ","Metadata":{"Common.PropertyName":"Parameter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand"}},{"HashCode":666321008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies a command and a key gesture to define when the command should be executed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Gesture","TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Documentation":"\n \n Specifies a combination of keys and key modifiers, on recognition of which the command will be executed.\n \n ","Metadata":{"Common.PropertyName":"Gesture"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the command.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Parameter","TypeName":"System.String","Documentation":"\n \n Specifies any additional parameters that are required at runtime.\n \n ","Metadata":{"Common.PropertyName":"Parameter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1930064819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1860050947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommand"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommand.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1118497948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents to map or bind command execution with the desired combination of key gestures.\n \n \n \n \n \n \n
CommandManager provides support to define custom commands. The custom commands are executed when the specified key gesture is recognized.
\n
\n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n @* To define the custom commands execution event *@\n \n \n @code\n {\n // Reference to diagram\n SfDiagram Diagram;\n // Defines diagram's nodes collection\n public ObservableCollection NodeCollection { get; set; }\n protected override void OnInitialized()\n {\n //Initializing the nodes collection\n NodeCollection = new ObservableCollection();\n DiagramNode DiagramNode1 = new DiagramNode()\n {\n Id = \"node1\",\n OffsetX = 100,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode1);\n DiagramNode DiagramNode2 = new DiagramNode()\n {\n Id = \"node2\",\n OffsetX = 300,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode2);\n }\n /// \n /// Custom command execution event\n /// \n public void CommandExecute(ICommandExecuteEventArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n Diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n //Custom command to ungroup the selected items\n if (Diagram.SelectedItems.Nodes.Count > 0 && Diagram.SelectedItems.Nodes[0].Children != null && Diagram.SelectedItems.Nodes[0].Children.Length > 0)\n {\n Diagram.UnGroup();\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Stores the multiple command names with the corresponding command objects\n \n ","Metadata":{"Common.PropertyName":"Commands"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}},{"HashCode":1046748490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents to map or bind command execution with the desired combination of key gestures.\n \n \n \n \n \n \n
CommandManager provides support to define custom commands. The custom commands are executed when the specified key gesture is recognized.
\n
\n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n @* To define the custom commands execution event *@\n \n \n @code\n {\n // Reference to diagram\n SfDiagram Diagram;\n // Defines diagram's nodes collection\n public ObservableCollection NodeCollection { get; set; }\n protected override void OnInitialized()\n {\n //Initializing the nodes collection\n NodeCollection = new ObservableCollection();\n DiagramNode DiagramNode1 = new DiagramNode()\n {\n Id = \"node1\",\n OffsetX = 100,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode1);\n DiagramNode DiagramNode2 = new DiagramNode()\n {\n Id = \"node2\",\n OffsetX = 300,\n OffsetY = 100,\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#659be5\", StrokeColor = \"none\" },\n Annotations = new ObservableCollection() { new DiagramNodeAnnotation() { Content = \"Node\" } }\n };\n NodeCollection.Add(DiagramNode2);\n }\n /// \n /// Custom command execution event\n /// \n public void CommandExecute(ICommandExecuteEventArgs args)\n {\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.G)\n {\n //Custom command to group the selected nodes\n Diagram.Group();\n }\n if (args.Gesture.KeyModifiers == KeyModifiers.Control && args.Gesture.Key == Keys.U)\n {\n //Custom command to ungroup the selected items\n if (Diagram.SelectedItems.Nodes.Count > 0 && Diagram.SelectedItems.Nodes[0].Children != null && Diagram.SelectedItems.Nodes[0].Children.Length > 0)\n {\n Diagram.UnGroup();\n }\n }\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Stores the multiple command names with the corresponding command objects\n \n ","Metadata":{"Common.PropertyName":"Commands"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1741513017,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2138199994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommandManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-685738558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stores n number of actions to perform in the diagram.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramCommands"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands"}},{"HashCode":677708008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Stores n number of actions to perform in the diagram.\n \n \n \n \n @* Initializing the custom commands*@\n \n \n \n < DiagramKeyGesture Key=\"Keys.G\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n < DiagramKeyGesture Key=\"Keys.U\" KeyModifiers=\"KeyModifiers.Control\">\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramCommands"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1799410494,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramCommands"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1147999978,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramCommands"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommands.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726284847,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Interface for a class ConnectionDataSource.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramConnectionDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataManager","TypeName":"System.Object","Documentation":"\n \n Specifies the data source either as a collection of objects or as an URL of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataManager"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies an Id for connector dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Specifies the SourceID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"SourcePointX","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointX"}},{"Kind":"Components.Component","Name":"SourcePointY","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointY"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Specifies TargetID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}},{"Kind":"Components.Component","Name":"TargetPointX","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointX"}},{"Kind":"Components.Component","Name":"TargetPointY","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointY"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}},{"HashCode":-1601874122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Interface for a class ConnectionDataSource.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataManager","TypeName":"System.Object","Documentation":"\n \n Specifies the data source either as a collection of objects or as an URL of DataManager.\n \n ","Metadata":{"Common.PropertyName":"DataManager"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies an Id for connector dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Specifies the SourceID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"SourcePointX","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointX"}},{"Kind":"Components.Component","Name":"SourcePointY","TypeName":"System.Double","Documentation":"\n \n Specifies the SourcePoint to render connector start point.\n \n ","Metadata":{"Common.PropertyName":"SourcePointY"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Specifies TargetID to connect with the connector.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}},{"Kind":"Components.Component","Name":"TargetPointX","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointX"}},{"Kind":"Components.Component","Name":"TargetPointY","TypeName":"System.Double","Documentation":"\n \n Specifies TargetPoint to render the connector target point.\n \n ","Metadata":{"Common.PropertyName":"TargetPointY"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":758380690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramConnectionDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":23838742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnectionDataSource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1859527438,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Maps the data from the data source to the diagram layout nodes.\n \n \n \n \n \n \n
Based on the user-defined JSON (Local) data, the diagram is populated. This can be done only by mapping the local data to Data Source fields.
\n
\n \n \n \n \n \n \n \n \n \n @code{\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n }\n List Datamap { get; set; } = new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n ///Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataMapSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Fields for the Data source item to be mapped with Node.\n \n \n \n \n \n \n //Set the field in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Field = \"Name\" }\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Documentation":"\n \n Defines the property mapped with the data source items value.\n \n \n \n \n \n \n //Set the property in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\"}\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Property"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}},{"HashCode":-482573759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Maps the data from the data source to the diagram layout nodes.\n \n \n \n \n \n \n
Based on the user-defined JSON (Local) data, the diagram is populated. This can be done only by mapping the local data to Data Source fields.
\n
\n \n \n \n \n \n \n \n \n \n @code{\n public class HierarchicalDetails\n {\n public string Name { get; set; }\n public string FillColor { get; set; }\n public string Category { get; set; }\n }\n List Datamap { get; set; } = new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\", Field = \"Name\" }\n };\n ///Create the data source with node name and fill color values.\n public List DataSource = new List()\n {\n new HierarchicalDetails(){ Name =\"Diagram\", Category=\"\",FillColor=\"#916DAF\"},\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Fields for the Data source item to be mapped with Node.\n \n \n \n \n \n \n //Set the field in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Field = \"Name\" }\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Property","TypeName":"System.String","Documentation":"\n \n Defines the property mapped with the data source items value.\n \n \n \n \n \n \n //Set the property in DiagramDataMapSetting\n \n \n \n \n //Create the data map settings.\n new List()\n {\n new DiagramDataMapSetting() { Property = \"Shape.TextContent\"}\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Property"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299486885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataMapSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1796855930,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1516370894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies to Mapping the collection of local data to Data Source fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramDataMapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}},{"HashCode":-675044732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies to Mapping the collection of local data to Data Source fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438447381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramDataMapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1184020196,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataMapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":584283322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the diagram events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCommandExecuted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a command executed.\n \n ","Metadata":{"Common.PropertyName":"OnCommandExecuted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnConnectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connection is changed\n \n ","Metadata":{"Common.PropertyName":"OnConnectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a context menu item is clicked\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked\n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the context menu\n \n ","Metadata":{"Common.PropertyName":"OnContextMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram layout is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram model is clicked twice\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into diagram from symbol palette\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from symbol palette to drawing area\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomHistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a custom entry change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"CustomHistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user is pressing a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse enters a node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse leaves node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseDown on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseEnter on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseLeave on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseUp on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPositionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in diagram\n \n ","Metadata":{"Common.PropertyName":"OnPositionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the node or connector property changed.\n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRotateChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated\n \n ","Metadata":{"Common.PropertyName":"OnRotateChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in diagram\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSizeChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized\n \n ","Metadata":{"Common.PropertyName":"OnSizeChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when editor got focus at the time of node’s label or text node editing.\n \n ","Metadata":{"Common.PropertyName":"TextEdited","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramEvents"}},{"HashCode":-2014285370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the diagram events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram is clicked\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCommandExecuted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a command executed.\n \n ","Metadata":{"Common.PropertyName":"OnCommandExecuted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnConnectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the connection is changed\n \n ","Metadata":{"Common.PropertyName":"OnConnectionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a context menu item is clicked\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FixedUserHandleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a Fixed User Handle item is clicked\n \n ","Metadata":{"Common.PropertyName":"FixedUserHandleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the context menu\n \n ","Metadata":{"Common.PropertyName":"OnContextMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when the diagram layout is rendered completely.\n \n ","Metadata":{"Common.PropertyName":"DataLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node, connector or diagram model is clicked twice\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged into diagram from symbol palette\n \n ","Metadata":{"Common.PropertyName":"DragEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged outside of the diagram.\n \n ","Metadata":{"Common.PropertyName":"DragLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a symbol is dragged and dropped from symbol palette to drawing area\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"HistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomHistoryChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a custom entry change is reverted or restored(undo/redo)\n \n ","Metadata":{"Common.PropertyName":"CustomHistoryChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user is pressing a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a user releases a key.\n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse enters a node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered when mouse leaves node/connector.\n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseDown on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseEnter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseEnter on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseEnter","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseLeave on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUserHandleMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a mouseUp on the user handle.\n \n ","Metadata":{"Common.PropertyName":"OnUserHandleMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPositionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while dragging the elements in diagram\n \n ","Metadata":{"Common.PropertyName":"OnPositionChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PropertyChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the node or connector property changed.\n \n ","Metadata":{"Common.PropertyName":"PropertyChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRotateChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the diagram elements are rotated\n \n ","Metadata":{"Common.PropertyName":"OnRotateChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SelectionChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the selection is changed in diagram\n \n ","Metadata":{"Common.PropertyName":"SelectionChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSizeChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a node is resized\n \n ","Metadata":{"Common.PropertyName":"OnSizeChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when editor got focus at the time of node’s label or text node editing.\n \n ","Metadata":{"Common.PropertyName":"TextEdited","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1986654504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the diagram content that can fit into the diagram.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramFitOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CanFit","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the fit of diagram content while rendering. It'll be false by default.\n \n ","Metadata":{"Common.PropertyName":"CanFit"}},{"Kind":"Components.Component","Name":"CanZoomIn","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the zooming, to insert the smaller content into the larger viewport.\n \n ","Metadata":{"Common.PropertyName":"CanZoomIn"}},{"Kind":"Components.Component","Name":"CustomBounds","TypeName":"System.Object","Documentation":"\n \n Defines the custom region that can be fit into the viewport.\n \n ","Metadata":{"Common.PropertyName":"CustomBounds"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Documentation":"\n \n Specifies the space around the diagram content. By default, it will be 25 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.FitModes","IsEnum":true,"Documentation":"\n \n Defines whether the diagram can fit within the viewport based on viewport width or viewport Height or page.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The mode has the following three options. They are
�\tPage
�\tWidth
�\tHeight
By default, the Mode is set to Page.
\n
\n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRegions","IsEnum":true,"Documentation":"\n \n Defines the region that can be fit into the viewport.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The region has the following three options. They are
�\tPageSettings
�\tContent
�\tCustomBounds
By default, the region is set to PageSettings.
\n
\n ","Metadata":{"Common.PropertyName":"Region"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}},{"HashCode":1284365193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the diagram content that can fit into the diagram.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CanFit","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the fit of diagram content while rendering. It'll be false by default.\n \n ","Metadata":{"Common.PropertyName":"CanFit"}},{"Kind":"Components.Component","Name":"CanZoomIn","TypeName":"System.Boolean","Documentation":"\n \n It allows the user to enable or disable the zooming, to insert the smaller content into the larger viewport.\n \n ","Metadata":{"Common.PropertyName":"CanZoomIn"}},{"Kind":"Components.Component","Name":"CustomBounds","TypeName":"System.Object","Documentation":"\n \n Defines the custom region that can be fit into the viewport.\n \n ","Metadata":{"Common.PropertyName":"CustomBounds"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Documentation":"\n \n Specifies the space around the diagram content. By default, it will be 25 from all sides.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.FitModes","IsEnum":true,"Documentation":"\n \n Defines whether the diagram can fit within the viewport based on viewport width or viewport Height or page.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The mode has the following three options. They are
�\tPage
�\tWidth
�\tHeight
By default, the Mode is set to Page.
\n
\n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Region","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRegions","IsEnum":true,"Documentation":"\n \n Defines the region that can be fit into the viewport.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
The region has the following three options. They are
�\tPageSettings
�\tContent
�\tCustomBounds
By default, the region is set to PageSettings.
\n
\n ","Metadata":{"Common.PropertyName":"Region"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1749290626,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramFitOptions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-240578748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramFitOptions"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1035648625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the diagram content.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramFitOptionsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}},{"HashCode":1376168744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the diagram content.\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1568936267,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramFitOptionsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1451202647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptionsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1832724030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines a keyboard combination that can be used to invoke a command.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramKeyGesture"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Key","TypeName":"Syncfusion.Blazor.Diagrams.Keys","IsEnum":true,"Documentation":"\n \n Each key enables users to enter data when clicked.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"KeyModifiers","TypeName":"Syncfusion.Blazor.Diagrams.KeyModifiers","IsEnum":true,"Documentation":"\n \n A special key commonly used to enter keyboard shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyModifiers"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}},{"HashCode":1602462738,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines a keyboard combination that can be used to invoke a command.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Key","TypeName":"Syncfusion.Blazor.Diagrams.Keys","IsEnum":true,"Documentation":"\n \n Each key enables users to enter data when clicked.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"KeyModifiers","TypeName":"Syncfusion.Blazor.Diagrams.KeyModifiers","IsEnum":true,"Documentation":"\n \n A special key commonly used to enter keyboard shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyModifiers"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1904352996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramKeyGesture"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":524612210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramKeyGesture.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":309224560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DiagramPagesetting enables to customize the appearance, width, and height of the diagram page.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n @* Set the page margin*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Documentation":"\n \n Defines the appearance of the page background.\n \n \n Users can customize the background of the diagram page by using background property. Source property of background allows the user to set the path of the image to the background whereas the Color property of background allows the user to set a color to the background of the diagram page. By default, it is set to transparent.\n \n \n \n \n @*Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagrams.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n This property allows the user to customize the interactive region.\n \n \n \n \n \n \n \n \n \n
�\tThe boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.
�\tThe following values can be set to the boundary constraints property. They are infinity, diagram, page. By default, boundary constraints will be infinity.
\n
\n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"FitOptions","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Documentation":"\n \n This property allows the user to specify the diagram content can fit within the diagram\n \n \n Users can customize the FitOptions property when the diagram content is not fit into the diagram.\n There are some options available on the FitOptions property.They are Mode, Region, CustomBounds, Margin, CanZoomIn, and CanFit.These options have default values.Users can customize these options based on their requirements.\n \n \n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"FitOptions"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Documentation":"\n \n Specifies the space around the diagram content. The default values for the margin are set to 25 from all sides.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n This property allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fits the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n This property allows, the user to enable or disable the page break lines\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}},{"HashCode":1088421174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DiagramPagesetting enables to customize the appearance, width, and height of the diagram page.\n \n \n \n \n @* Initialize the page settings with page orientation and break lines*@\n \n @* Set the page margin*@\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"Syncfusion.Blazor.Diagrams.DiagramBackground","Documentation":"\n \n Defines the appearance of the page background.\n \n \n Users can customize the background of the diagram page by using background property. Source property of background allows the user to set the path of the image to the background whereas the Color property of background allows the user to set a color to the background of the diagram page. By default, it is set to transparent.\n \n \n \n \n @*Initialize the page settings with page orientation and break lines*@\n \n //set image to the background\n \n //set color to the background\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BoundaryConstraints","TypeName":"Syncfusion.Blazor.Diagrams.BoundaryConstraints","IsEnum":true,"Documentation":"\n \n This property allows the user to customize the interactive region.\n \n \n \n \n \n \n \n \n \n
�\tThe boundary constraints property restricts or customizes the interactive region, out of which the elements cannot be dragged, resized or rotated.
�\tThe following values can be set to the boundary constraints property. They are infinity, diagram, page. By default, boundary constraints will be infinity.
\n
\n ","Metadata":{"Common.PropertyName":"BoundaryConstraints"}},{"Kind":"Components.Component","Name":"FitOptions","TypeName":"Syncfusion.Blazor.Diagrams.DiagramFitOptions","Documentation":"\n \n This property allows the user to specify the diagram content can fit within the diagram\n \n \n Users can customize the FitOptions property when the diagram content is not fit into the diagram.\n There are some options available on the FitOptions property.They are Mode, Region, CustomBounds, Margin, CanZoomIn, and CanFit.These options have default values.Users can customize these options based on their requirements.\n \n \n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"FitOptions"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the height of the diagram page.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Documentation":"\n \n Specifies the space around the diagram content. The default values for the margin are set to 25 from all sides.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"MultiplePage","TypeName":"System.Boolean","Documentation":"\n \n This property allows users to enable or disable multiple pages.\n \n \n When multiple pages are enabled, the size of the page dynamically increases or decreases to split the single page into multiple pages and completely fits the diagram within the page boundaries. \n \n ","Metadata":{"Common.PropertyName":"MultiplePage"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.PageOrientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the page in the diagram. By default, the orientation of the page is set to landscape.\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ShowPageBreaks","TypeName":"System.Boolean","Documentation":"\n \n This property allows, the user to enable or disable the page break lines\n \n \n ShowPageBreaks property is used as a visual guide to see how pages are split into multiple pages. By default, it will be false. If it is true, then the page break lines will be visible.\n \n ","Metadata":{"Common.PropertyName":"ShowPageBreaks"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the width of the diagram page\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":510112289,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2110172223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":454702780,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The diagram has vertical and horizontal rulers that show measurements at the scale objects like nodes etc.,.\n \n \n \n \n \n \n
The ShowRulers should be set to true in DiagramRulerSettings, to make the rulers visible
\n
\n \n \n \n \n \n @code{\n HorizontalRuler Horizontal = new HorizontalRuler()\n {\n SegmentWidth = 50,\n Orientation = RulerOrientation.Horizontal,\n Interval = 10\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramRulerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DynamicGrid","TypeName":"System.Boolean","Documentation":"\n \n The Dynamic Grid allows user to create dynamic responsive grid lines and sets the gridlines can be relative to the ruler ticks or not.\n \n ","Metadata":{"Common.PropertyName":"DynamicGrid"}},{"Kind":"Components.Component","Name":"HorizontalRuler","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Documentation":"\n \n Defines the properties of the horizontal ruler.\n \n ","Metadata":{"Common.PropertyName":"HorizontalRuler"}},{"Kind":"Components.Component","Name":"ShowRulers","TypeName":"System.Boolean","Documentation":"\n \n A Boolean type which enables or disables ruler both horizontally and vertically. By default, ShowRulers is set to false.\n \n ","Metadata":{"Common.PropertyName":"ShowRulers"}},{"Kind":"Components.Component","Name":"VerticalRuler","TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Documentation":"\n \n Defines the properties of the vertical ruler.\n \n \n \n \n \n \n \n VerticalRuler Vertical = new VerticalRuler()\n {\n SegmentWidth = 50,\n Thickness = 10,\n Interval = 10\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"VerticalRuler"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}},{"HashCode":-1327881616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The diagram has vertical and horizontal rulers that show measurements at the scale objects like nodes etc.,.\n \n \n \n \n \n \n
The ShowRulers should be set to true in DiagramRulerSettings, to make the rulers visible
\n
\n \n \n \n \n \n @code{\n HorizontalRuler Horizontal = new HorizontalRuler()\n {\n SegmentWidth = 50,\n Orientation = RulerOrientation.Horizontal,\n Interval = 10\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DynamicGrid","TypeName":"System.Boolean","Documentation":"\n \n The Dynamic Grid allows user to create dynamic responsive grid lines and sets the gridlines can be relative to the ruler ticks or not.\n \n ","Metadata":{"Common.PropertyName":"DynamicGrid"}},{"Kind":"Components.Component","Name":"HorizontalRuler","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Documentation":"\n \n Defines the properties of the horizontal ruler.\n \n ","Metadata":{"Common.PropertyName":"HorizontalRuler"}},{"Kind":"Components.Component","Name":"ShowRulers","TypeName":"System.Boolean","Documentation":"\n \n A Boolean type which enables or disables ruler both horizontally and vertically. By default, ShowRulers is set to false.\n \n ","Metadata":{"Common.PropertyName":"ShowRulers"}},{"Kind":"Components.Component","Name":"VerticalRuler","TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Documentation":"\n \n Defines the properties of the vertical ruler.\n \n \n \n \n \n \n \n VerticalRuler Vertical = new VerticalRuler()\n {\n SegmentWidth = 50,\n Thickness = 10,\n Interval = 10\n };\n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"VerticalRuler"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1558773347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramRulerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1483034709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-871033339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and viewport size of the diagram.\n \n \n \n \n \n \n
The diagrams can be scrolled both horizontally and vertically, over the diagram content. Even, the mouse wheel can be used to scroll
\n
\n \n \n \n //Sets the ScrollSettings for the diagram\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoScrollBorder","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Documentation":"\n \n Specifies the space between the object (Node/Connector) and the diagram edge such that, auto-scroll triggers.\n \n \n By default, the value is set to 15 on all four sides (Left, Right, Bottom, Top). AutoScrollMargin should be set to the diagram to set the border.\n \n \n \n \n //Sets the ScrollSettings for the diagram\n \n //Sets the Auto Scroll border for the diagram\n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"AutoScrollBorder"}},{"Kind":"Components.Component","Name":"CanAutoScroll","TypeName":"System.Boolean","Documentation":"\n \n A boolean which enables or disables auto-scroll in the diagram while dragging any diagram object.\n \n \n By default, CanAutoScroll is set as false.\n \n ","Metadata":{"Common.PropertyName":"CanAutoScroll"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets the current zoom level. By default, CurrentZoom is set to 1.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the horizontal offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets maximum zoom value of the scroller. By default, MaxZoom is set to 30.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets the minimum zoom value of the scroller. By default, MinZoom is set to 0.2.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Documentation":"\n \n Defines the maximum space between the object and the diagram viewport edge.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagrams.ScrollLimit","IsEnum":true,"Documentation":"\n \n Controls and sets the scrollable region in the diagram. Scrollable Area can be set to Diagram, Limited, or Infinity.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}},{"Kind":"Components.Component","Name":"ScrollableArea","TypeName":"System.Object","Documentation":"\n \n Scrolling beyond any rectangular area can be restricted by using the ScrollableArea property of scroll settings.\n \n ","Metadata":{"Common.PropertyName":"ScrollableArea"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the vertical offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"ViewPortHeight","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport height.\n \n ","Metadata":{"Common.PropertyName":"ViewPortHeight"}},{"Kind":"Components.Component","Name":"ViewPortWidth","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport width.\n \n ","Metadata":{"Common.PropertyName":"ViewPortWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}},{"HashCode":784857307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and viewport size of the diagram.\n \n \n \n \n \n \n
The diagrams can be scrolled both horizontally and vertically, over the diagram content. Even, the mouse wheel can be used to scroll
\n
\n \n \n \n //Sets the ScrollSettings for the diagram\n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoScrollBorder","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollMargin","Documentation":"\n \n Specifies the space between the object (Node/Connector) and the diagram edge such that, auto-scroll triggers.\n \n \n By default, the value is set to 15 on all four sides (Left, Right, Bottom, Top). AutoScrollMargin should be set to the diagram to set the border.\n \n \n \n \n //Sets the ScrollSettings for the diagram\n \n //Sets the Auto Scroll border for the diagram\n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"AutoScrollBorder"}},{"Kind":"Components.Component","Name":"CanAutoScroll","TypeName":"System.Boolean","Documentation":"\n \n A boolean which enables or disables auto-scroll in the diagram while dragging any diagram object.\n \n \n By default, CanAutoScroll is set as false.\n \n ","Metadata":{"Common.PropertyName":"CanAutoScroll"}},{"Kind":"Components.Component","Name":"CurrentZoom","TypeName":"System.Double","Documentation":"\n \n Gets the current zoom level. By default, CurrentZoom is set to 1.\n \n ","Metadata":{"Common.PropertyName":"CurrentZoom"}},{"Kind":"Components.Component","Name":"HorizontalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the horizontal offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"HorizontalOffset"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets maximum zoom value of the scroller. By default, MaxZoom is set to 30.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets the minimum zoom value of the scroller. By default, MinZoom is set to 0.2.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"Syncfusion.Blazor.Diagrams.AutoScrollPadding","Documentation":"\n \n Defines the maximum space between the object and the diagram viewport edge.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ScrollLimit","TypeName":"Syncfusion.Blazor.Diagrams.ScrollLimit","IsEnum":true,"Documentation":"\n \n Controls and sets the scrollable region in the diagram. Scrollable Area can be set to Diagram, Limited, or Infinity.\n \n ","Metadata":{"Common.PropertyName":"ScrollLimit"}},{"Kind":"Components.Component","Name":"ScrollableArea","TypeName":"System.Object","Documentation":"\n \n Scrolling beyond any rectangular area can be restricted by using the ScrollableArea property of scroll settings.\n \n ","Metadata":{"Common.PropertyName":"ScrollableArea"}},{"Kind":"Components.Component","Name":"VerticalOffset","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the vertical offset of the scroller.\n \n ","Metadata":{"Common.PropertyName":"VerticalOffset"}},{"Kind":"Components.Component","Name":"ViewPortHeight","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport height.\n \n ","Metadata":{"Common.PropertyName":"ViewPortHeight"}},{"Kind":"Components.Component","Name":"ViewPortWidth","TypeName":"System.Double?","Documentation":"\n \n Get the Viewport width.\n \n ","Metadata":{"Common.PropertyName":"ViewPortWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-317781637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1922429415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1648962273,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the serialization settings of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSerializationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaults","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"PreventDefaults"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}},{"HashCode":-1855848625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the serialization settings of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"PreventDefaults","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"PreventDefaults"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1387506848,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSerializationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1525621525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1041559696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the settings of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"InversedAlignment","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n ","Metadata":{"Common.PropertyName":"InversedAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings"}},{"HashCode":-533264931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the settings of the diagram.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"InversedAlignment","TypeName":"System.Boolean","Documentation":"\n \n Enables or Disables serialization of default values.\n \n ","Metadata":{"Common.PropertyName":"InversedAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1070193273,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":546214915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":205520134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and snap behavior of the diagram.\n \n \n \n \n // Shows horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramSnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagrams.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"HorizontalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridlines"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapObjectDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapObjectDistance"}},{"Kind":"Components.Component","Name":"VerticalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridlines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}},{"HashCode":1699247810,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes and controls the gridlines and snap behavior of the diagram.\n \n \n \n \n // Shows horizontal gridlines\n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.SnapConstraints","IsEnum":true,"Documentation":"\n \n Enables or disables features of gridlines and SnapSettings.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"GridType","TypeName":"Syncfusion.Blazor.Diagrams.GridType","IsEnum":true,"Documentation":"\n \n Defines the diagram Grid pattern.\n \n \n The GridType can be set to lines or dots. By default, the GridType is set to lines.\n \n ","Metadata":{"Common.PropertyName":"GridType"}},{"Kind":"Components.Component","Name":"HorizontalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Documentation":"\n \n Defines the pattern of horizontal gridlines\n \n ","Metadata":{"Common.PropertyName":"HorizontalGridlines"}},{"Kind":"Components.Component","Name":"SnapAngle","TypeName":"System.Double","Documentation":"\n \n SnapAngle defines the angle by which the object needs to be rotated. By default, 5.\n \n ","Metadata":{"Common.PropertyName":"SnapAngle"}},{"Kind":"Components.Component","Name":"SnapObjectDistance","TypeName":"System.Double","Documentation":"\n \n Defines the minimum distance between the selected object and the nearest object. By default, 5.\n \n \n \n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"SnapObjectDistance"}},{"Kind":"Components.Component","Name":"VerticalGridlines","TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Documentation":"\n \n Defines the pattern of vertical gridlines.\n \n ","Metadata":{"Common.PropertyName":"VerticalGridlines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1278655694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramSnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1603051546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1166648130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplateData"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplateData"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplateData"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}},{"HashCode":1534296893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n \n Represents the template’s content to the node, annotation, and user handles. The User can define any HTML content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NodeTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the node.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplateData"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplateData"}},{"Kind":"Components.Component","Name":"UserHandleTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"UserHandleTemplateData","TypeName":"System.Collections.Generic.List>","Documentation":"\n \n Sets the template data to the userhandle.\n \n ","Metadata":{"Common.PropertyName":"UserHandleTemplateData"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":996663638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1763004020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1784137388,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":764485046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the node. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-949233060,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'AnnotationTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2109905926,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the annotation. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'AnnotationTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.AnnotationTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1378109760,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1706568980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the template content to the userhandle. By default, it will be undefined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UserHandleTemplate","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'UserHandleTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTemplates.UserHandleTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-304167581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content which appears when the mouse hovers over an element of the diagram.\n \n \n \n \n \n \n
The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.
\n
\n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}},{"HashCode":-937126703,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the textual content which appears when the mouse hovers over an element of the diagram.\n \n \n \n \n \n \n
The Tooltip will be displayed, when dragging, resizing, rotating a node, and when the cursor hovers over any diagram elements.
\n
\n \n \n \n \n \n @code{\n //Defines diagram's node collection\n public ObservableCollection NodeCollection { get; set; }\n // Defines position of the tooltip\n public DiagramTooltip Tooltip = new DiagramTooltip()\n {\n Content = \"Nodes\",\n Position = Syncfusion.Blazor.Popups.Position.TopLeft\n };\n protected override void OnInitialized()\n {\n NodeCollection = new ObservableCollection();\n //Defines nodes\n DiagramNode Node = new DiagramNode()\n {\n Id = \"node1\",\n Width = 100,\n Height = 100,\n OffsetX = 200,\n OffsetY = 200,\n Style = new NodeShapeStyle() { StrokeColor = \"#6BA5D7\", Fill = \"#6BA5D7\" },\n Constraints = NodeConstraints.Default | NodeConstraints.InheritTooltip,\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltipAnimation","Documentation":"\n \n This property allows the user to enable the animation to the tooltip.\n \n \n To animate the tooltip specific animation effects are available, and it can be controlled by Animation property. This property allows the user to set some animation effects such as display, duration, zoom in, zoom out,etc., The following code shows how to define the Animation property of DiagramsTooltip.\n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the content of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"OpenOn","TypeName":"Syncfusion.Blazor.Diagrams.TooltipMode","IsEnum":true,"Documentation":"\n \n Specifies whether the tooltip can be open automatically or open manually using public API.\n \n \n This property has two options, they are Auto and custom. By default, it will be Auto.\n \n ","Metadata":{"Common.PropertyName":"OpenOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Defines the position of the Tooltip.\n \n \n \n \n \n \n \n \n \n \n \n \n
• Tooltip can be aligned by using the DiagramsTooltip property.
• There are applicable positions such as TopLeft, TopRight, BottomLeft, BottomRight, etc., where the tooltip can be displayed over the specific target elements.
• By default, the position of the tooltip will be TopLeft.
\n
\n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RelativeMode","TypeName":"Syncfusion.Blazor.Diagrams.TooltipRelativeMode","IsEnum":true,"Documentation":"\n \n This property defines whether the tooltip has to displayed around the object or at the mouse position. By default, it will be Mouse.\n \n ","Metadata":{"Common.PropertyName":"RelativeMode"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Defines the tooltip has tip pointer or not. By default, it will be true.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1891116769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DiagramTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-430148409,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.DiagramTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1689883084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the horizontal gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
Horizontal Gridlines provides visual guidance while dragging or arranging the objects on the diagram surface.
\n
\n \n \n \n \n //Shows horizontal gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}},{"HashCode":-461378191,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the horizontal gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
Horizontal Gridlines provides visual guidance while dragging or arranging the objects on the diagram surface.
\n
\n \n \n \n \n //Shows horizontal gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1101629403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HorizontalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":859771455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.HorizontalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1457433462,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of Horizontal ruler.\n \n \n \n \n \n \n
The Horizontal Ruler appearance can be customized according to the user’s perception.
\n
\n \n \n \n //Set the HorizontallRuler in DiagramRulerSettings\n \n \n @code\n {\n HorizontalRuler HorizontalRulers = new HorizontalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}},{"HashCode":2049595774,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of Horizontal ruler.\n \n \n \n \n \n \n
The Horizontal Ruler appearance can be customized according to the user’s perception.
\n
\n \n \n \n //Set the HorizontallRuler in DiagramRulerSettings\n \n \n @code\n {\n HorizontalRuler HorizontalRulers = new HorizontalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":166016621,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HorizontalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1221039322,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.HorizontalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.HorizontalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":48935546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.OverviewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the overview control events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OverviewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after render the diagram elements\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.OverviewEvents"}},{"HashCode":-1222610826,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.OverviewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the overview control events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.OverviewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after render the diagram elements\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.OverviewEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-67772391,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the page of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettingsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}},{"HashCode":-1827049345,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the space around the page of the diagram.\n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2024662424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageSettingsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-635322720,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.PageSettingsMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.PageSettingsMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1369520710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of the symbol.\n \n \n \n \n \n \n
By default, the margin is set to 0 in all the four sides.
\n
\n \n \n \n ///Sets the margin for the symbols\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin"}},{"HashCode":-879309078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the extra space around the outer boundaries of the symbol.\n \n \n \n \n \n \n
By default, the margin is set to 0 in all the four sides.
\n
\n \n \n \n ///Sets the margin for the symbols\n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74080911,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011430885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-352479584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the symbol palette events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPaletteSelectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the selection changes in the symbol palette\n \n ","Metadata":{"Common.PropertyName":"OnPaletteSelectionChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents"}},{"HashCode":330110357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It is used to defines the symbol palette events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnPaletteSelectionChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the selection changes in the symbol palette\n \n ","Metadata":{"Common.PropertyName":"OnPaletteSelectionChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1516067766,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance of the symbols on preview(before dragging into the diagram).\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteSymbolPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbols before drag. By default, the height is null.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Documentation":"\n \n Defines the distance between the symbol and the cursor. \n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbols before drag. By default, the width is null.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}},{"HashCode":1882149258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance of the symbols on preview(before dragging into the diagram).\n \n \n \n \n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbols before drag. By default, the height is null.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Documentation":"\n \n Defines the distance between the symbol and the cursor. \n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbols before drag. By default, the width is null.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-927327943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPaletteSymbolPreview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1794538276,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2006831291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the offset for the symbol on the preview.\n \n \n \n `\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}},{"HashCode":-2022862121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the offset for the symbol on the preview.\n \n \n \n `\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1679958648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SymbolPreviewOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-686462133,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SymbolPreviewOffset.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1394581450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the vertical gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
The VerticalGridlines should be set in DiagramSnapSettings.
\n
\n \n \n \n \n //Shows vertical gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}},{"HashCode":-1459371532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customizes the vertical gridlines as per the user’s preference in the diagram.\n \n \n \n \n \n \n
The VerticalGridlines should be set in DiagramSnapSettings.
\n
\n \n \n \n \n //Shows vertical gridlines\n \n \n \n \n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DotIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of gaps that defines a set of horizontal/vertical grid dots.\n \n ","Metadata":{"Common.PropertyName":"DotIntervals"}},{"Kind":"Components.Component","Name":"LineColor","TypeName":"System.String","Documentation":"\n \n Sets the line color of gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineColor"}},{"Kind":"Components.Component","Name":"LineDashArray","TypeName":"System.String","Documentation":"\n \n Defines the pattern of dashes and gaps used to stroke horizontal grid lines.\n \n ","Metadata":{"Common.PropertyName":"LineDashArray"}},{"Kind":"Components.Component","Name":"LineIntervals","TypeName":"System.Double[]","Documentation":"\n \n A pattern of lines and gaps that defines a set of horizontal/vertical gridlines.\n \n \n In the line intervals collections, values at the odd places are referred to as the thickness of lines and values at the even places are referred to as the space between gridlines.\n \n ","Metadata":{"Common.PropertyName":"LineIntervals"}},{"Kind":"Components.Component","Name":"SnapIntervals","TypeName":"System.Double[]","Documentation":"\n \n Specifies a set of intervals to snap the objects. By default, the objects are snapped towards the nearest grid line.\n \n ","Metadata":{"Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1469837303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"VerticalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1880629247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.VerticalGridlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalGridlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-994736012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of the vertical ruler. The Vertical Ruler appearance can be customized according to the user’s perception.\n \n \n \n \n \n \n
\n
\n \n \n \n //Set the VerticalRuler in DiagramRulerSettings\n \n \n @code\n {\n VerticalRuler VerticalRulers = new VerticalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler"}},{"HashCode":2099548603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the appearance and properties of the vertical ruler. The Vertical Ruler appearance can be customized according to the user’s perception.\n \n \n \n \n \n \n
\n
\n \n \n \n //Set the VerticalRuler in DiagramRulerSettings\n \n \n @code\n {\n VerticalRuler VerticalRulers = new VerticalRuler()\n {\n MarkerColor = \"red\",\n Orientation = RulerOrientation.Horizontal,\n TickAlignment = TickAlignment.LeftOrTop\n };\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.VerticalRuler"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Defines the number of intervals to be present on each segment of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MarkerColor","TypeName":"System.String","Documentation":"\n \n Defines the color of the ruler marker brush.\n \n ","Metadata":{"Common.PropertyName":"MarkerColor"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Diagrams.RulerOrientation","IsEnum":true,"Documentation":"\n \n Defines the orientation of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"SegmentWidth","TypeName":"System.Double","Documentation":"\n \n Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.\n \n ","Metadata":{"Common.PropertyName":"SegmentWidth"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Double","Documentation":"\n \n Defines the height of the ruler.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"TickAlignment","TypeName":"Syncfusion.Blazor.Diagrams.TickAlignment","IsEnum":true,"Documentation":"\n \n Defines and sets the tick alignment of the ruler scale.\n \n ","Metadata":{"Common.PropertyName":"TickAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-180647516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"VerticalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1691372903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.VerticalRuler"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.VerticalRuler.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":675634234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfDiagram","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfDiagram renders the diagram. It contains all the properties for the diagram to be rendered.\n \n \n \n \n \n @code{\n public ObservableCollection NodeCollection = new ObservableCollection() { };\n protected override void OnInitialized()\n {\n // A node is created and stored in the nodes collection.\n DiagramNode node1 = new DiagramNode()\n {\n // Position of the node\n OffsetX = 250,\n OffsetY = 250,\n // Size of the node\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#6BA5D7\", StrokeColor = \"white\" }\n };\n // Add node\n NodeCollection.Add(node1);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagram"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tool","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTools","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. They are,.\n \n ","Metadata":{"Common.PropertyName":"Tool"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"AddInfo","TypeName":"System.Object","Documentation":"\n \n Allows the user to save custom information/data about diagram.\n \n ","Metadata":{"Common.PropertyName":"AddInfo"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the annotation template.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagrams.BridgeDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures.\n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to assign the default properties of connector.\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them.\n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Constraints are used to enable/disable certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Documentation":"\n \n Defines type of menu that appears when you perform right-click operation\n An object to customize the context menu of diagram.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CustomCursor","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"CustomCursor"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Documentation":"\n \n Configures the data source that is to be bound with diagram.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"System.Object","Documentation":"\n \n Defines the object to be drawn using drawing tool.\n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagrams.History","Documentation":"\n \n Customizes the undo redo functionality.\n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"Layers","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"Layers"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagrams.DiagramLayout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.RenderingMode","IsEnum":true,"Documentation":"\n \n Defines the diagram rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to assign the default properties of nodes.\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of nodes.\n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Documentation":"\n \n Page settings enable to customize the appearance, width, and height of the Diagram page.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"RulerSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Documentation":"\n \n Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.\n \n ","Metadata":{"Common.PropertyName":"RulerSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and view port size of the diagram.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSelectedItems","Documentation":"\n \n Defines the collection of selected items, size and position of the selector.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SerializationSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Documentation":"\n \n Defines the serialization settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"SerializationSettings"}},{"Kind":"Components.Component","Name":"DiagramSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Documentation":"\n \n Defines the settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"DiagramSettings"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Documentation":"\n \n Defines the gridlines and defines how and when the objects have to be snapped.\n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Documentation":"\n \n Defines the tooltip that should be shown when the mouse hovers over a node or connector\n An object that defines the description, appearance and alignments of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram"}},{"HashCode":-1367991172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfDiagram","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfDiagram renders the diagram. It contains all the properties for the diagram to be rendered.\n \n \n \n \n \n @code{\n public ObservableCollection NodeCollection = new ObservableCollection() { };\n protected override void OnInitialized()\n {\n // A node is created and stored in the nodes collection.\n DiagramNode node1 = new DiagramNode()\n {\n // Position of the node\n OffsetX = 250,\n OffsetY = 250,\n // Size of the node\n Width = 100,\n Height = 100,\n Style = new NodeShapeStyle() { Fill = \"#6BA5D7\", StrokeColor = \"white\" }\n };\n // Add node\n NodeCollection.Add(node1);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfDiagram"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Tool","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTools","IsEnum":true,"Documentation":"\n \n Defines the precedence of the interactive tools. They are,.\n \n ","Metadata":{"Common.PropertyName":"Tool"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ModelType","TypeName":"System.Type","Metadata":{"Common.PropertyName":"ModelType"}},{"Kind":"Components.Component","Name":"AddInfo","TypeName":"System.Object","Documentation":"\n \n Allows the user to save custom information/data about diagram.\n \n ","Metadata":{"Common.PropertyName":"AddInfo"}},{"Kind":"Components.Component","Name":"AnnotationTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the annotation template.\n \n ","Metadata":{"Common.PropertyName":"AnnotationTemplate"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Defines the background color of the diagram.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BridgeDirection","TypeName":"Syncfusion.Blazor.Diagrams.BridgeDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of the bridge that is inserted when the segments are intersected.\n \n ","Metadata":{"Common.PropertyName":"BridgeDirection"}},{"Kind":"Components.Component","Name":"CommandManager","TypeName":"Syncfusion.Blazor.Diagrams.DiagramCommandManager","Documentation":"\n \n Defines a set of custom commands and binds them with a set of desired key gestures.\n \n ","Metadata":{"Common.PropertyName":"CommandManager"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to assign the default properties of connector.\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"Connectors","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them.\n \n ","Metadata":{"Common.PropertyName":"Connectors"}},{"Kind":"Components.Component","Name":"Constraints","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConstraints","IsEnum":true,"Documentation":"\n \n Constraints are used to enable/disable certain behaviors of the diagram.\n \n ","Metadata":{"Common.PropertyName":"Constraints"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramContextMenuSettings","Documentation":"\n \n Defines type of menu that appears when you perform right-click operation\n An object to customize the context menu of diagram.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CustomCursor","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"CustomCursor"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramDataSource","Documentation":"\n \n Configures the data source that is to be bound with diagram.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DrawingObject","TypeName":"System.Object","Documentation":"\n \n Defines the object to be drawn using drawing tool.\n \n ","Metadata":{"Common.PropertyName":"DrawingObject"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HistoryManager","TypeName":"Syncfusion.Blazor.Diagrams.History","Documentation":"\n \n Customizes the undo redo functionality.\n \n ","Metadata":{"Common.PropertyName":"HistoryManager"}},{"Kind":"Components.Component","Name":"Layers","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.\n \n ","Metadata":{"Common.PropertyName":"Layers"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"Syncfusion.Blazor.Diagrams.DiagramLayout","Documentation":"\n \n Layout is used to auto-arrange the nodes in the Diagram area.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Diagrams.RenderingMode","IsEnum":true,"Documentation":"\n \n Defines the diagram rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to assign the default properties of nodes.\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"System.String","Documentation":"\n \n Customizes the node template.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate"}},{"Kind":"Components.Component","Name":"Nodes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of nodes.\n \n ","Metadata":{"Common.PropertyName":"Nodes"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramPageSettings","Documentation":"\n \n Page settings enable to customize the appearance, width, and height of the Diagram page.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"RulerSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramRulerSettings","Documentation":"\n \n Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.\n \n ","Metadata":{"Common.PropertyName":"RulerSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramScrollSettings","Documentation":"\n \n Defines the current zoom value, zoom factor, scroll status and view port size of the diagram.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSelectedItems","Documentation":"\n \n Defines the collection of selected items, size and position of the selector.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SerializationSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSerializationSettings","Documentation":"\n \n Defines the serialization settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"SerializationSettings"}},{"Kind":"Components.Component","Name":"DiagramSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSettings","Documentation":"\n \n Defines the settings of diagram.\n \n ","Metadata":{"Common.PropertyName":"DiagramSettings"}},{"Kind":"Components.Component","Name":"SnapSettings","TypeName":"Syncfusion.Blazor.Diagrams.DiagramSnapSettings","Documentation":"\n \n Defines the gridlines and defines how and when the objects have to be snapped.\n \n ","Metadata":{"Common.PropertyName":"SnapSettings"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Diagrams.DiagramTooltip","Documentation":"\n \n Defines the tooltip that should be shown when the mouse hovers over a node or connector\n An object that defines the description, appearance and alignments of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the diagram model.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1086131418,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDiagram"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1825256842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfDiagram"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfDiagram.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739311644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfOverview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows the user to see a preview or an overall view of the entire content of a diagram.\n \n \n \n \n \n < DiagramSnapSettings Constraints=\"@SnapConstraints.None\"/>\n \n \n < SfOverview Width=\"100%\" Height=\"150px\" SourceID=\"diagram\" />\n @Code\n {\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n public DiagramConstraints DiagramConstraints = DiagramConstraints.Default;\n protected override void OnInitialized()\n {\n DiagramNode Node = new DiagramNode()\n {\n Id = \"group\",\n OffsetX = 200,\n OffsetY = 200,\n Width = 100,\n Height = 100,\n Annotations = new ObservableCollection()\n {\n new DiagramNodeAnnotation()\n {\n Content = \"Node1\",\n Style = new AnnotationStyle()\n {\n Color = \"white\",\n }\n }\n },\n Style = new NodeShapeStyle() { Fill = \"cornflowerblue\", StrokeColor = \"white\" }\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfOverview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the overview\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Defines the ID of the overview\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the overview\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview"}},{"HashCode":-298801479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfOverview","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows the user to see a preview or an overall view of the entire content of a diagram.\n \n \n \n \n \n < DiagramSnapSettings Constraints=\"@SnapConstraints.None\"/>\n \n \n < SfOverview Width=\"100%\" Height=\"150px\" SourceID=\"diagram\" />\n @Code\n {\n //Defines diagram's nodes collection\n public ObservableCollection NodeCollection = new ObservableCollection();\n public DiagramConstraints DiagramConstraints = DiagramConstraints.Default;\n protected override void OnInitialized()\n {\n DiagramNode Node = new DiagramNode()\n {\n Id = \"group\",\n OffsetX = 200,\n OffsetY = 200,\n Width = 100,\n Height = 100,\n Annotations = new ObservableCollection()\n {\n new DiagramNodeAnnotation()\n {\n Content = \"Node1\",\n Style = new AnnotationStyle()\n {\n Color = \"white\",\n }\n }\n },\n Style = new NodeShapeStyle() { Fill = \"cornflowerblue\", StrokeColor = \"white\" }\n };\n NodeCollection.Add(Node);\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfOverview"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the overview\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"SourceID","TypeName":"System.String","Documentation":"\n \n Defines the ID of the overview\n \n ","Metadata":{"Common.PropertyName":"SourceID"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the overview\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1553903024,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfOverview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1309429226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a segment of UI content, implemented.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfOverview"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfOverview.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943573372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SymbolPalette represents to displays a collection of palettes. The palette shows a set of nodes and connectors. It allows to drag and drop the nodes and connectors into the diagram.\n \n \n \n \n \n @* Sets the palette header property for the symbols *@\n \n \n \n \n @Code{\n // Defines palette's basic-shape collection\n public ObservableCollection BasicShapes { get; set; }\n public SymbolInfo SymbolInfo;\n protected override void OnInitialized()\n {\n // Enables to fit the content into the specified palette item size. When it is set as false, the element is rendered with actual node size\n SymbolInfo = new SymbolInfo() { Fit = true };\n //Initialize the basicshapes for the symbol palette\n BasicShapes = new ObservableCollection()\n {\n new DiagramNode()\n {\n Id = \"Rectangle\",\n Shape = new DiagramShape() { Type = Shapes.Basic, BasicShape = Syncfusion.Blazor.Diagrams.BasicShapes.Rectangle }\n }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSymbolPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccessKey","TypeName":"System.String","Documentation":"\n \n Configures the key, when it pressed the symbol palette will be focused\n \n ","Metadata":{"Common.PropertyName":"AccessKey"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Defines whether the symbols can be dragged from palette or not\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to return the default properties of connectors\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables animation when the palette header is expanded/collapsed\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSearch","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables search option in symbol palette\n \n ","Metadata":{"Common.PropertyName":"EnableSearch"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Defines how many palettes can be at expanded mode at a time\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IgnoreSymbolsOnSearch","TypeName":"System.String[]","Documentation":"\n \n Defines the symbols to be added in search palette\n \n ","Metadata":{"Common.PropertyName":"IgnoreSymbolsOnSearch"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to return the default properties of node\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of symbol groups\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolDragSize","TypeName":"Syncfusion.Blazor.Diagrams.SymbolDragSizeModel","Documentation":"\n \n Defines the size of a drop symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolDragSize"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolInfo","TypeName":"Syncfusion.Blazor.Diagrams.SymbolInfo","Documentation":"\n \n Defines the size, appearance and description of a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolInfo"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Documentation":"\n \n Defines the space to be left around a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"SymbolPreview","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Documentation":"\n \n Defines the size and position of the symbol preview\n \n ","Metadata":{"Common.PropertyName":"SymbolPreview"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}},{"HashCode":-1443150680,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SymbolPalette represents to displays a collection of palettes. The palette shows a set of nodes and connectors. It allows to drag and drop the nodes and connectors into the diagram.\n \n \n \n \n \n @* Sets the palette header property for the symbols *@\n \n \n \n \n @Code{\n // Defines palette's basic-shape collection\n public ObservableCollection BasicShapes { get; set; }\n public SymbolInfo SymbolInfo;\n protected override void OnInitialized()\n {\n // Enables to fit the content into the specified palette item size. When it is set as false, the element is rendered with actual node size\n SymbolInfo = new SymbolInfo() { Fit = true };\n //Initialize the basicshapes for the symbol palette\n BasicShapes = new ObservableCollection()\n {\n new DiagramNode()\n {\n Id = \"Rectangle\",\n Shape = new DiagramShape() { Type = Shapes.Basic, BasicShape = Syncfusion.Blazor.Diagrams.BasicShapes.Rectangle }\n }\n };\n }\n }\n ]]>\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccessKey","TypeName":"System.String","Documentation":"\n \n Configures the key, when it pressed the symbol palette will be focused\n \n ","Metadata":{"Common.PropertyName":"AccessKey"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Defines whether the symbols can be dragged from palette or not\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"ConnectorDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramConnector","Documentation":"\n \n Helps to return the default properties of connectors\n \n ","Metadata":{"Common.PropertyName":"ConnectorDefaults"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables animation when the palette header is expanded/collapsed\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSearch","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables search option in symbol palette\n \n ","Metadata":{"Common.PropertyName":"EnableSearch"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Defines how many palettes can be at expanded mode at a time\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IgnoreSymbolsOnSearch","TypeName":"System.String[]","Documentation":"\n \n Defines the symbols to be added in search palette\n \n ","Metadata":{"Common.PropertyName":"IgnoreSymbolsOnSearch"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NodeDefaults","TypeName":"Syncfusion.Blazor.Diagrams.DiagramNode","Documentation":"\n \n Helps to return the default properties of node\n \n ","Metadata":{"Common.PropertyName":"NodeDefaults"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.Collections.ObjectModel.ObservableCollection","Documentation":"\n \n Defines the collection of symbol groups\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"SymbolDragSize","TypeName":"Syncfusion.Blazor.Diagrams.SymbolDragSizeModel","Documentation":"\n \n Defines the size of a drop symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolDragSize"}},{"Kind":"Components.Component","Name":"SymbolHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolHeight"}},{"Kind":"Components.Component","Name":"SymbolInfo","TypeName":"Syncfusion.Blazor.Diagrams.SymbolInfo","Documentation":"\n \n Defines the size, appearance and description of a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolInfo"}},{"Kind":"Components.Component","Name":"SymbolMargin","TypeName":"Syncfusion.Blazor.Diagrams.SymbolMargin","Documentation":"\n \n Defines the space to be left around a symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolMargin"}},{"Kind":"Components.Component","Name":"SymbolPreview","TypeName":"Syncfusion.Blazor.Diagrams.SymbolPaletteSymbolPreview","Documentation":"\n \n Defines the size and position of the symbol preview\n \n ","Metadata":{"Common.PropertyName":"SymbolPreview"}},{"Kind":"Components.Component","Name":"SymbolWidth","TypeName":"System.Double","Documentation":"\n \n Defines the width of the symbol\n \n ","Metadata":{"Common.PropertyName":"SymbolWidth"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the symbol palette\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseout","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMousedown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnMouseup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDblclick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeydown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnKeyup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1199868152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSymbolPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":831884480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Diagrams.SfSymbolPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Diagrams.SfSymbolPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-812299475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Margin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin for the diagram, nodes, connectors, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Margin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Margin"}},{"HashCode":-1792320017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Margin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the margin for the diagram, nodes, connectors, etc.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.Margin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the bottom side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the left side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the right side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space to be left from the top side of the parent of an element.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Margin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":187711476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space around the symbol preview.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviewMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewMargin"}},{"HashCode":286370816,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the space around the symbol preview.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PreviewMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the bottom of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the left of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the right of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double?","Documentation":"\n \n It sets the space left at the top of a symbol preview. By default, it is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2018444852,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the distance to be left between the cursor and the symbol.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewOffset"}},{"HashCode":2145604944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.PreviewOffset","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the distance to be left between the cursor and the symbol.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.PreviewOffset"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double?","Documentation":"\n \n Sets the x-coordinate position for the symbol. By default, X is set to 0.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double?","Documentation":"\n \n Sets the y-coordinate position for the symbol. By default, Y is set to 0.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.PreviewOffset","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1071454530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SymbolPaletteContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the collection of accordion item\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent"}},{"HashCode":-655746405,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the collection of accordion item\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Diagrams.Internal.SymbolPaletteContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1707359887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the AutoComplete Events of the component.\n \n Specifies the value type.\n Specifies the type of AutoCompleteEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","Components.GenericTyped":"True"}},{"HashCode":-1748095494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the AutoComplete Events of the component.\n \n Specifies the value type.\n Specifies the type of AutoCompleteEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1900880848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings"}},{"HashCode":-858492341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774228784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n /// Specifies the type of AutoCompleteTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","Components.GenericTyped":"True"}},{"HashCode":-907605002,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n /// Specifies the type of AutoCompleteTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.AutoCompleteTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1621157990,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1773957633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1413169009,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1358878613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1729732823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-713714560,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2113797366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1389100538,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1217146459,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1946936679,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1408900920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1858107123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.AutoCompleteTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-4815292,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', highlight the searched characters on suggested list items.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the minimum search character length, the search action will perform after typed minimum characters.\n \n ","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowPopupButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the popup button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowPopupButton"}},{"Kind":"Components.Component","Name":"SuggestionCount","TypeName":"System.Int32","Documentation":"\n \n Supports the specified number of list items on the suggestion popup.\n \n ","Metadata":{"Common.PropertyName":"SuggestionCount"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.GenericTyped":"True"}},{"HashCode":-2141116778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n \n The AutoComplete component provides the matched suggestion list when type into the input, from which the user can select one.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfAutoComplete component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to 'true', highlight the searched characters on suggested list items.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"MinLength","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the minimum search character length, the search action will perform after typed minimum characters.\n \n ","Metadata":{"Common.PropertyName":"MinLength"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowPopupButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the popup button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowPopupButton"}},{"Kind":"Components.Component","Name":"SuggestionCount","TypeName":"System.Int32","Documentation":"\n \n Supports the specified number of list items on the suggestion popup.\n \n ","Metadata":{"Common.PropertyName":"SuggestionCount"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1706611412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1344896951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-834034564,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330015881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-782064372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2138260822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":535325534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1873922478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1503873521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-919171370,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-940363694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":701421394,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025764839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":397191923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":229991012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1333802467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1860264673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n Specifies the type of SfDropDownBase.\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.DropDowns.SfDropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase","Components.GenericTyped":"True"}},{"HashCode":1516725720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n Specifies the type of SfDropDownBase.\n \n The DropDownBase can be created data source and fetch the list of data from data bound component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.DropDowns.SfDropDownBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":86163159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1323040095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1324996762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1197373149,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1110637765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":504775375,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1907364751,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":702846187,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownBase.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":771909540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of ComboBoxEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","Components.GenericTyped":"True"}},{"HashCode":-1780760983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of ComboBoxEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on set a custom value to this component.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1976936550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings"}},{"HashCode":442070282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1613744616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of ComboBoxTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","Components.GenericTyped":"True"}},{"HashCode":-781181272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of ComboBoxTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ComboBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1887997526,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":144120230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284909179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":537345075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1511290757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1339662547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1194206570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":734020191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":471965579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":818915640,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159114589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":753704926,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ComboBoxTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":348122539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n Specifies the value type.\n Specifies the type of SfComboBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.GenericTyped":"True"}},{"HashCode":425472222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n \n The ComboBox component allows the user to type a value or choose an option from the list of predefined options.\n \n Specifies the value type.\n Specifies the type of SfComboBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfComboBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AllowCustom","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the component allows user defined value which does not exist in data source.\n \n ","Metadata":{"Common.PropertyName":"AllowCustom"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-421515775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2105673756,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1661620325,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2123300522,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638300658,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-660629465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1615115045,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":49295177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":649346415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1556646786,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1320811236,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1097678850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1359548849,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1700489995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-482827710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1904344393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfComboBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-139117022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListEvents","Components.GenericTyped":"True"}},{"HashCode":-1164469807,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DropDownList Events of the component.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup before opens.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when focus moves out from the component.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in a popup is selected or when the model value is changed by user.\n Use Change event to configure the cascading DropDownList.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the filter bar when the AllowFiltering is enabled.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the popup opens.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757345629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings"}},{"HashCode":570707205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-907188782,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of DropDownListTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","Components.GenericTyped":"True"}},{"HashCode":1037300318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of DropDownListTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.DropDownListTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106887305,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1090327642,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1847477344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":378676293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1512923856,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1227327250,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1903807683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1814881702,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1446378107,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1633151441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668403854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":571830175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":911865395,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2027441955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.DropDownListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.DropDownListTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1819371569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.GenericTyped":"True"}},{"HashCode":-108224368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n \n The DropDownList component contains a list of predefined values from which a single value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfDropDownList.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfDropDownList component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n When AllowFiltering is set to true, show the filter bar (search box) of the component.\n The filter action retrieves matched items through the `Filtering` event based on the characters typed in the search TextBox.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the DropDownList. One or more custom CSS classes can be added to a DropDownList.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the DropDownList that the placeholder text floats above the DropDownList based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the DropDownList when the placeholder is available.\n \n \n Always\n The floating label always floats above the DropDownList.\n \n \n Auto\n The floating label floats above the DropDownList after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32?","Documentation":"\n \n Gets or sets the index of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IndexChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the index changes.\n \n ","Metadata":{"Common.PropertyName":"IndexChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in DropDownList. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup list.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Specifies the width of the popup list. By default, the popup width sets based on the width of\n the component.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the DropDownList allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the clear button.\n When the clear button is clicked, `Value`, `Text`, and `Index` properties are reset to null.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the selected item in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the component. By default, the component width sets based on the width of\n its parent container.\n You can also set the width in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1164160614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1905261943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-581010457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1555598367,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-312036363,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1766420998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-571782723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1994230336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":610505993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1696304955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":652021219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011500496,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":148298617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1951963354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446939092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-222371927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfDropDownList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1439163402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\n ListBox contains same 'scope' property enables drag and drop between multiple ListBox.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `noRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of this component, which helps to customize the\n complete styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the height of the ListBox component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Double","Documentation":"\n \n Sets limitation to the value selection.\n based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Scope","TypeName":"System.String","Documentation":"\n \n Defines the connected ListBox reference to group sets of draggable and droppable ListBox.\n A draggable ListBox with the scope reference will be accepted by the droppable.\n \n ","Metadata":{"Common.PropertyName":"Scope"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the specified item to the selected state or gets the selected item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as id, title etc., to the listbox element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.GenericTyped":"True"}},{"HashCode":874165927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n \n ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.\n It supports sorting, grouping, reordering and drag and drop of items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfListBox component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\n ListBox contains same 'scope' property enables drag and drop between multiple ListBox.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `noRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of this component, which helps to customize the\n complete styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the height of the ListBox component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Double","Documentation":"\n \n Sets limitation to the value selection.\n based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Scope","TypeName":"System.String","Documentation":"\n \n Defines the connected ListBox reference to group sets of draggable and droppable ListBox.\n A draggable ListBox with the scope reference will be accepted by the droppable.\n \n ","Metadata":{"Common.PropertyName":"Scope"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the specified item to the selected state or gets the selected item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as id, title etc., to the listbox element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1189664341,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1545382539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652007125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":548235219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":701215487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1184118087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":543868012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1632535112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":972233950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":351829037,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfListBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":14917869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListBox Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while select / unselect the list item.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after dragging the list item.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"Dropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the component.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxEvents","Components.GenericTyped":"True"}},{"HashCode":1469300536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListBox Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"OnDrop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each list item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while select / unselect the list item.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after dragging the list item.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before dropping the list item on another list item.\n \n ","Metadata":{"Common.PropertyName":"Dropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on typing a character in the component.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1478866856,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings"}},{"HashCode":-769740064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1770630006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the selection settings of List Box.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CheckboxPosition","TypeName":"Syncfusion.Blazor.DropDowns.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Set the position of the checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are\n `Single`: Allows you to select a single item in the ListBox.\n `Multiple`: Allows you to select more than one item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings"}},{"HashCode":2010903145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the selection settings of List Box.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CheckboxPosition","TypeName":"Syncfusion.Blazor.DropDowns.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Set the position of the checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are\n `Single`: Allows you to select a single item in the ListBox.\n `Multiple`: Allows you to select more than one item in the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":66284325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify custom templates for rendering list in ListBox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","Components.GenericTyped":"True"}},{"HashCode":601194163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify custom templates for rendering list in ListBox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.ListBoxTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-433146574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1628167590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the listbox.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848505881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"ListBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1253833810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to listbox, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.ListBoxTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2114504317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ListBox tool bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBoxToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of tools for dual ListBox.\n The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.DropDowns.ToolBarPosition","IsEnum":true,"Documentation":"\n \n Positions the toolbar before/after the ListBox.\n The possible values are:\n - Left: The toolbar will be positioned to the left of the ListBox.\n - Right: The toolbar will be positioned to the right of the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings"}},{"HashCode":-1031184918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ListBox tool bar settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of tools for dual ListBox.\n The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.DropDowns.ToolBarPosition","IsEnum":true,"Documentation":"\n \n Positions the toolbar before/after the ListBox.\n The possible values are:\n - Left: The toolbar will be positioned to the left of the ListBox.\n - Right: The toolbar will be positioned to the right of the ListBox.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.ListBoxToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":440625241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a single value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfMultiSelect.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the MultiSelect component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowCustomValue","TypeName":"System.Boolean","Documentation":"\n \n Allows user to add a\n Custom value the value which is not present in the suggestion list.\n \n ","Metadata":{"Common.PropertyName":"AllowCustomValue"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `NoRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"ChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"ChangeOnBlur"}},{"Kind":"Components.Component","Name":"EnableChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"EnableChangeOnBlur"}},{"Kind":"Components.Component","Name":"ClosePopupOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"ClosePopupOnSelect"}},{"Kind":"Components.Component","Name":"EnableCloseOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"EnableCloseOnSelect"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the MultiSelect. One or more custom CSS classes can be added to a MultiSelect.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DelimiterChar","TypeName":"System.String","Documentation":"\n \n Sets the delimiter character for 'default' and 'delimiter' visibility modes.\n \n ","Metadata":{"Common.PropertyName":"DelimiterChar"}},{"Kind":"Components.Component","Name":"EnableGroupCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates the whether the grouped list items are\n allowed to check by checking the group header in checkbox mode.\n By default, there is no checkbox provided for group headers.\n This property allows you to render checkbox for group headers and to select\n all the grouped items at once.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupCheckBox"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelectionOrder","TypeName":"System.Boolean","Documentation":"\n \n Reorder the selected items in popup visibility state.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionOrder"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the MultiSelect that the placeholder text floats above the MultiSelect based on the following values.\n Possible values are: \n \n \n Never\n Never floats the label in the MultiSelect when the placeholder is available.\n \n \n Always\n The floating label always floats above the MultiSelect.\n \n \n Auto\n The floating label floats above the MultiSelect after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HideSelectedItem","TypeName":"System.Boolean","Documentation":"\n \n Hides the selected item from the list item.\n \n ","Metadata":{"Common.PropertyName":"HideSelectedItem"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Int32","Documentation":"\n \n Sets limitation to the value selection.\n Based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.VisualMode","IsEnum":true,"Documentation":"\n \n configures visibility mode for component interaction.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"OpenOnClick","TypeName":"System.Boolean","Documentation":"\n \n Whether to automatically open the popup when the control is clicked.\n \n ","Metadata":{"Common.PropertyName":"OpenOnClick"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in MultiSelect. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the popup list. By default, it renders based on its list item.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the popup list and percentage values has calculated based on input width.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the MultiSelect allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the selectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Enables close icon with the each selected item.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowDropDownIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the DropDown button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowDropDownIcon"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Selects the list item which maps the data `Text` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"UnSelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the UnSelectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"UnSelectAllText"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Selects the list item which maps the data `Value` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the component. By default, it sizes based on its parent.\n container dimension.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.GenericTyped":"True"}},{"HashCode":-1192373844,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a single value can be chosen.\n \n \n The MultiSelect component contains a list of predefined values from which a multiple value can be chosen.\n \n Specifies the value type.\n Specifies the type of SfMultiSelect.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.SfMultiSelect component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the MultiSelect component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowCustomValue","TypeName":"System.Boolean","Documentation":"\n \n Allows user to add a\n Custom value the value which is not present in the suggestion list.\n \n ","Metadata":{"Common.PropertyName":"AllowCustomValue"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n The Virtual Scrolling feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDowns, that is, when scrolling, the datamanager request is sent to fetch some amount of data from the server dynamically.\n To achieve this scenario with DropDowns, set the EnableVirtualization to true.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ItemsCount","TypeName":"System.Int32","Documentation":"\n \n The data can be fetched in popup based on ItemsCount, when enabled the EnableVirtualization.\n \n ","Metadata":{"Common.PropertyName":"ItemsCount"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n To enable the filtering option in this component.\n Filter action performs when type in search box and collect the matched item through `Filtering` event.\n If searching character does not match, `NoRecordsTemplate` property value will be shown.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"ChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"ChangeOnBlur"}},{"Kind":"Components.Component","Name":"EnableChangeOnBlur","TypeName":"System.Boolean","Documentation":"\n \n By default, the MultiSelect component fires the Change event while focus out the component.\n If you want to fires the Change event on every value selection and remove, then disable the EnabledChangeOnBlur property.\n \n ","Metadata":{"Common.PropertyName":"EnableChangeOnBlur"}},{"Kind":"Components.Component","Name":"ClosePopupOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"ClosePopupOnSelect"}},{"Kind":"Components.Component","Name":"EnableCloseOnSelect","TypeName":"System.Boolean","Documentation":"\n \n Based on the property, when item get select popup visibility state will changed.\n \n ","Metadata":{"Common.PropertyName":"EnableCloseOnSelect"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the MultiSelect. One or more custom CSS classes can be added to a MultiSelect.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DelimiterChar","TypeName":"System.String","Documentation":"\n \n Sets the delimiter character for 'default' and 'delimiter' visibility modes.\n \n ","Metadata":{"Common.PropertyName":"DelimiterChar"}},{"Kind":"Components.Component","Name":"EnableGroupCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates the whether the grouped list items are\n allowed to check by checking the group header in checkbox mode.\n By default, there is no checkbox provided for group headers.\n This property allows you to render checkbox for group headers and to select\n all the grouped items at once.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupCheckBox"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableSelectionOrder","TypeName":"System.Boolean","Documentation":"\n \n Reorder the selected items in popup visibility state.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionOrder"}},{"Kind":"Components.Component","Name":"FilterBarPlaceholder","TypeName":"System.String","Documentation":"\n \n Accepts the value to be displayed as a watermark text on the filter bar.\n \n ","Metadata":{"Common.PropertyName":"FilterBarPlaceholder"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the MultiSelect that the placeholder text floats above the MultiSelect based on the following values.\n Possible values are: \n \n \n Never\n Never floats the label in the MultiSelect when the placeholder is available.\n \n \n Always\n The floating label always floats above the MultiSelect.\n \n \n Auto\n The floating label floats above the MultiSelect after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HideSelectedItem","TypeName":"System.Boolean","Documentation":"\n \n Hides the selected item from the list item.\n \n ","Metadata":{"Common.PropertyName":"HideSelectedItem"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both the property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"MaximumSelectionLength","TypeName":"System.Int32","Documentation":"\n \n Sets limitation to the value selection.\n Based on the limitation, list selection will be prevented.\n \n ","Metadata":{"Common.PropertyName":"MaximumSelectionLength"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.DropDowns.VisualMode","IsEnum":true,"Documentation":"\n \n configures visibility mode for component interaction.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"OpenOnClick","TypeName":"System.Boolean","Documentation":"\n \n Whether to automatically open the popup when the control is clicked.\n \n ","Metadata":{"Common.PropertyName":"OpenOnClick"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in MultiSelect. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"PopupHeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the popup list. By default, it renders based on its list item.\n \n ","Metadata":{"Common.PropertyName":"PopupHeight"}},{"Kind":"Components.Component","Name":"PopupWidth","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the popup list and percentage values has calculated based on input width.\n \n ","Metadata":{"Common.PropertyName":"PopupWidth"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the MultiSelect allows the user to change the value.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the selectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"SelectAllText"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Enables close icon with the each selected item.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"ShowDropDownIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the DropDown button on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowDropDownIcon"}},{"Kind":"Components.Component","Name":"ShowSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either show or hide the selectAll option on the component.\n \n ","Metadata":{"Common.PropertyName":"ShowSelectAll"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Selects the list item which maps the data `Text` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"UnSelectAllText","TypeName":"System.String","Documentation":"\n \n Specifies the UnSelectAllText to be displayed on the component.\n \n ","Metadata":{"Common.PropertyName":"UnSelectAllText"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Selects the list item which maps the data `Value` field in the component.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the component. By default, it sizes based on its parent.\n container dimension.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the DropDownList component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnKeyUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnKeyUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input loses the focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":114549007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1559271070,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1971788408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":531481705,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367417399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2131588003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1963436069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":78778673,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1162847822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":719386768,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-527889010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":417006270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1270383016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":589393668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-241263471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":359368549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025102673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the MultiSelect Events of the component.\n \n Specifies the value type.\n Specifies the type of MultiSelectEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens before animation.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires each time when selection changes happened in list items after model and input value get affected.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChipSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the chip selection.\n \n ","Metadata":{"Common.PropertyName":"ChipSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CustomValue is selected.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers event,when user types a text in search box.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens after animation completion.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"ValueRemoved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"OnValueRemove","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after select all process completion.\n \n ","Metadata":{"Common.PropertyName":"SelectedAll","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires after cleared all item using clear icon.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChipTag","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before set the selected item as chip in the component.\n \n ","Metadata":{"Common.PropertyName":"OnChipTag","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","Components.GenericTyped":"True"}},{"HashCode":1639792592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the MultiSelect Events of the component.\n \n Specifies the value type.\n Specifies the type of MultiSelectEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectEvents component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before fetching data from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after data is fetched successfully from the remote server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens before animation.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires each time when selection changes happened in list items after model and input value get affected.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChipSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the chip selection.\n \n ","Metadata":{"Common.PropertyName":"ChipSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the popup is closed. If you cancel this event, the popup remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CustomValueSpecifier","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the CustomValue is selected.\n \n ","Metadata":{"Common.PropertyName":"CustomValueSpecifier","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the popup list.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Filtering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers event,when user types a text in search box.\n \n ","Metadata":{"Common.PropertyName":"Filtering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the input get focused.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when popup opens after animation completion.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the popup has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"ValueRemoved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before the selected item removed from the widget.\n \n ","Metadata":{"Common.PropertyName":"OnValueRemove","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnValueSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.\n \n ","Metadata":{"Common.PropertyName":"OnValueSelect","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SelectedAll","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires after select all process completion.\n \n ","Metadata":{"Common.PropertyName":"SelectedAll","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Cleared","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires after cleared all item using clear icon.\n \n ","Metadata":{"Common.PropertyName":"Cleared","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChipTag","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires before set the selected item as chip in the component.\n \n ","Metadata":{"Common.PropertyName":"OnChipTag","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610393790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings"}},{"HashCode":-1932685600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Fields property maps the columns of the data table and binds the data to the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Group the list items with it's related items by mapping groupBy field.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the list element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Maps the icon class column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Maps the text column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Maps the value column from data table for each list item.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":145053322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MulitSelect has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of MultiSelectTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","Components.GenericTyped":"True"}},{"HashCode":1137752091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MulitSelect has been provided with several options to customize each list item, group title, selected value, header, and footer elements.\n \n Specifies the type of MultiSelectTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.MultiSelectTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971650940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-690934641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the selected list item in the input element of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1850490996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1576191642,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1659960042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":982154376,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1078145500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-143568681,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":875501620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-529531734,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1161400425,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1753349596,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-74700543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1973885876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.MultiSelectTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":589095927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDowns has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of DropDownsTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","Components.GenericTyped":"True"}},{"HashCode":1793635457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The DropDowns has been provided with several options to customize each list item, group title, header, and footer elements.\n \n Specifies the type of DropDownsTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":499112218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1395293330,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the footer container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-989718601,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":520908066,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the header container of the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":175720111,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":853742354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the DropDowns popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1518937130,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-41956366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-112541089,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1646116404,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of DropDowns component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564177498,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1999656020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the DropDowns component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.DropDownsTemplates.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100580126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.NoRecord component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsFaiure","TypeName":"System.Boolean","Documentation":"\n \n IsActionFaiure set to true, then the action failure template is show in popup.\n \n ","Metadata":{"Common.PropertyName":"IsFaiure"}},{"Kind":"Components.Component","Name":"LocaleKey","TypeName":"System.String","Documentation":"\n \n Get the no record locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleKey"}},{"Kind":"Components.Component","Name":"FailureLocaleKey","TypeName":"System.String","Documentation":"\n \n Get the action failure locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleKey"}},{"Kind":"Components.Component","Name":"LocaleValue","TypeName":"System.String","Documentation":"\n \n Get the no record locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleValue"}},{"Kind":"Components.Component","Name":"FailureLocaleValue","TypeName":"System.String","Documentation":"\n \n Get the action failure locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleValue"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","Components.GenericTyped":"True"}},{"HashCode":-322982469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.DropDowns.Internal.NoRecord component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsFaiure","TypeName":"System.Boolean","Documentation":"\n \n IsActionFaiure set to true, then the action failure template is show in popup.\n \n ","Metadata":{"Common.PropertyName":"IsFaiure"}},{"Kind":"Components.Component","Name":"LocaleKey","TypeName":"System.String","Documentation":"\n \n Get the no record locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleKey"}},{"Kind":"Components.Component","Name":"FailureLocaleKey","TypeName":"System.String","Documentation":"\n \n Get the action failure locale key for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleKey"}},{"Kind":"Components.Component","Name":"LocaleValue","TypeName":"System.String","Documentation":"\n \n Get the no record locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"LocaleValue"}},{"Kind":"Components.Component","Name":"FailureLocaleValue","TypeName":"System.String","Documentation":"\n \n Get the action failure locale value for dropdowns component.\n \n ","Metadata":{"Common.PropertyName":"FailureLocaleValue"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the `Value` state will be persisted.\n \n \n Value\n \n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"NoRecordsTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","Metadata":{"Common.PropertyName":"NoRecordsTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionFailureTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"ActionFailureTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.DropDowns.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies the `SortOrder` to sort the data source.\n The available type of sort orders are.\n \n \n None\n The data source is not sorting.\n \n \n Ascending\n The data source is sorting with ascending order.\n \n \n Descending\n The data source is sorting with descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the component allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be an array of JSON Objects or an instance of `DataManager`.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Accepts the external `Query` that execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.DropDowns.FilterType","IsEnum":true,"Documentation":"\n \n Determines on which filter type, the component needs to be considered on search action.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, consider the `case-sensitive` on performing the search to find suggestions.\n By default, consider the casing.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n specifies the z-index value of the component popup element.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1195355484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1438553021,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to each list item present in the popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-319395638,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1889105687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the popup list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1505075349,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":237035102,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to popup list of component, when no data is available on the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NoRecordsTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.NoRecordsTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2075298287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1286086566,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template and assigns it to the popup list content of the component, when the data fetch request from the remote server fails.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ActionFailureTemplate","ParentTag":"Syncfusion.Blazor.DropDowns.Internal.NoRecord"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.DropDowns.Internal.NoRecord.ActionFailureTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840133102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Ajaxsettings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerAjaxSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DownloadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to download the files from server.\n \n ","Metadata":{"Common.PropertyName":"DownloadUrl"}},{"Kind":"Components.Component","Name":"GetImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to get the images from server.\n \n ","Metadata":{"Common.PropertyName":"GetImageUrl"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to upload the files to server.\n \n ","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL to read the files from server.\n \n ","Metadata":{"Common.PropertyName":"Url"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings"}},{"HashCode":-1595749129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Ajaxsettings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DownloadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to download the files from server.\n \n ","Metadata":{"Common.PropertyName":"DownloadUrl"}},{"Kind":"Components.Component","Name":"GetImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to get the images from server.\n \n ","Metadata":{"Common.PropertyName":"GetImageUrl"}},{"Kind":"Components.Component","Name":"UploadUrl","TypeName":"System.String","Documentation":"\n \n Specifies URL to upload the files to server.\n \n ","Metadata":{"Common.PropertyName":"UploadUrl"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL to read the files from server.\n \n ","Metadata":{"Common.PropertyName":"Url"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944888333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the each column in details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n The `Field` name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If `HeaderText` is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn"}},{"HashCode":1385614920,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the each column in details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to disables or enables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n The `Field` name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If `HeaderText` is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.FileManager.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977833233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1229539177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1058516449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":683537927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1121997844,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-472055551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1341291461,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns"}},{"HashCode":381477524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the columns settings for the details view of filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-995272401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1339231499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929235488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the context menu settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"File","TypeName":"System.String[]","Documentation":"\n \n Specifies the array of string that is used to configure file items.\n \n ","Metadata":{"Common.PropertyName":"File"}},{"Kind":"Components.Component","Name":"Folder","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure folder items.\n \n ","Metadata":{"Common.PropertyName":"Folder"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure layout items.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings"}},{"HashCode":-537122456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the context menu settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"File","TypeName":"System.String[]","Documentation":"\n \n Specifies the array of string that is used to configure file items.\n \n ","Metadata":{"Common.PropertyName":"File"}},{"Kind":"Components.Component","Name":"Folder","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure folder items.\n \n ","Metadata":{"Common.PropertyName":"Folder"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.String[]","Documentation":"\n \n An array of string that is used to configure layout items.\n \n ","Metadata":{"Common.PropertyName":"Layout"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-509193530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Details view settings of the FileManager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerDetailsViewSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnResizing","TypeName":"System.Boolean","Documentation":"\n \n If `ColumnResizing` is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"ColumnResizing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the customizable details view.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}},{"HashCode":1095311275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Details view settings of the FileManager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnResizing","TypeName":"System.Boolean","Documentation":"\n \n If `ColumnResizing` is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"ColumnResizing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the customizable details view.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720640511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerDetailsViewSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":163700787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1735873219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the FileManager component.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.FileManagerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"BeforeDownload","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the download request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeDownload","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeImageLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the getImage request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeImageLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforePopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sending the AJAX request to the server.\n \n ","Metadata":{"Common.PropertyName":"OnSend","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnError","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"OnError","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder dragging is started.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is about to be dropped at the target.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while dragging the file/folder.\n \n ","Metadata":{"Common.PropertyName":"FileDragging","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is dropped.\n \n ","Metadata":{"Common.PropertyName":"FileDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnFileLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is opened.\n \n ","Metadata":{"Common.PropertyName":"OnFileOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelection","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is selected.\n \n ","Metadata":{"Common.PropertyName":"FileSelection","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnMenuClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the context menu item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnMenuClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"MenuOpened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PopupOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"PopupOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the AJAX request is success.\n \n ","Metadata":{"Common.PropertyName":"OnSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before creating the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadListCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item in upload dialog box.\n \n ","Metadata":{"Common.PropertyName":"UploadListCreated","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerEvents","Components.GenericTyped":"True"}},{"HashCode":-708825978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the FileManager component.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.FileManagerEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"BeforeDownload","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the download request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeDownload","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeImageLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before sending the getImage request to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeImageLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforePopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"BeforePopupOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before sending the AJAX request to the server.\n \n ","Metadata":{"Common.PropertyName":"OnSend","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the file manager component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnError","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"OnError","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder dragging is started.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is about to be dropped at the target.\n \n ","Metadata":{"Common.PropertyName":"OnFileDragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while dragging the file/folder.\n \n ","Metadata":{"Common.PropertyName":"FileDragging","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is dropped.\n \n ","Metadata":{"Common.PropertyName":"FileDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnFileLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnFileOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is opened.\n \n ","Metadata":{"Common.PropertyName":"OnFileOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the file/folder is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FileSelection","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the file/folder is selected.\n \n ","Metadata":{"Common.PropertyName":"FileSelection","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnMenuClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the context menu item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnMenuClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"MenuOpened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PopupClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is closed.\n \n ","Metadata":{"Common.PropertyName":"PopupClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PopupOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"PopupOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the AJAX request is success.\n \n ","Metadata":{"Common.PropertyName":"OnSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ToolbarCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before creating the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UploadListCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item in upload dialog box.\n \n ","Metadata":{"Common.PropertyName":"UploadListCreated","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1535296867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the navigation pane settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerNavigationPaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Specifies the maximum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Specifies the minimum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the navigation pane.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings"}},{"HashCode":-1054859943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the navigation pane settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Specifies the maximum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Specifies the minimum width of navigation pane.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the navigation pane.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641635138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the search settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSearchOnTyping","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the allowSearchOnTyping.\n \n ","Metadata":{"Common.PropertyName":"AllowSearchOnTyping"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.FileManager.FilterType","IsEnum":true,"Documentation":"\n \n Specifies the filter type while searching the content. The available filter types are:\n `Contains`\n `StartsWith`\n `EndsWith`.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase is set to false, searches files that match exactly,\n else searches files that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}},{"HashCode":1011044364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the search settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSearchOnTyping","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the allowSearchOnTyping.\n \n ","Metadata":{"Common.PropertyName":"AllowSearchOnTyping"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.FileManager.FilterType","IsEnum":true,"Documentation":"\n \n Specifies the filter type while searching the content. The available filter types are:\n `Contains`\n `StartsWith`\n `EndsWith`.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase is set to false, searches files that match exactly,\n else searches files that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1650707706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"FileManagerSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":570366509,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1486955652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toolbar settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of toolbar in the file manager component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings"}},{"HashCode":1778897339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toolbar settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of toolbar in the file manager component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":243924303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the upload settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerUploadSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\n For example, if you want to upload specific image files, pass allowedExtensions as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to close the upload dialog after uploading all the files.\n \n ","Metadata":{"Common.PropertyName":"AutoClose"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the FileManager component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the autoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when the autoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings"}},{"HashCode":1198626373,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the upload settings for the filemanager component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\n For example, if you want to upload specific image files, pass allowedExtensions as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AutoClose","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to close the upload dialog after uploading all the files.\n \n ","Metadata":{"Common.PropertyName":"AutoClose"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the FileManager component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the autoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when the autoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property is used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1747111633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class hold constants of file manager.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders.\n \n \n This class holds the property members of file manager.\n \n \n This class holds the methods required to execute file manager functionalities.\n \n \n This class holds the methods for file manager operation functionalities.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operations\n like accessing, editing, and sorting the files and folders.\n \n The generic type parameter.\n \n This class holds the filemanager actions methods.\n \n \n This class contains the filemanager utitility functionalities.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.SfFileManager component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the file manager element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Documentation":"\n \n Specifies the AJAX settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AjaxSettings"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables drag-and-drop of files.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the multiple files selection of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Documentation":"\n \n Specifies the context menu settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DetailsViewSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Documentation":"\n \n Specifies the details view settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"DetailsViewSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:\n 1. `View`: Represents the previous view of the file manager.\n 2. `path`: Represents the previous path of the file manager.\n 3. `selectedItems`: Represents the previous selected items in the file manager.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NavigationPaneSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Documentation":"\n \n Specifies the navigationpane settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"NavigationPaneSettings"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the current path of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"PopupTarget","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the file manager's dialog will be displayed.\n The default value is null, which refers to the File Manager element.\n \n ","Metadata":{"Common.PropertyName":"PopupTarget"}},{"Kind":"Components.Component","Name":"RootAliasName","TypeName":"System.String","Documentation":"\n \n Specifies the root folder alias name in file manager.\n \n ","Metadata":{"Common.PropertyName":"RootAliasName"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Documentation":"\n \n Specifies the search settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"System.String[]","Documentation":"\n \n Specifies the selected folders and files name of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SelectedItemsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowFileExtension","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the file extension in file manager.\n \n ","Metadata":{"Common.PropertyName":"ShowFileExtension"}},{"Kind":"Components.Component","Name":"ShowHiddenItems","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the files and folders that are marked as hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHiddenItems"}},{"Kind":"Components.Component","Name":"ShowThumbnail","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the thumbnail images in largeicons view.\n \n ","Metadata":{"Common.PropertyName":"ShowThumbnail"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.FileManager.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,\n or they are not sorted at all. The available types of sort orders are,\n `None` - Indicates that the folders and files are not sorted.\n `Ascending` - Indicates that the folders and files are sorted in the ascending order.\n `Descending` - Indicates that the folders and files are sorted in the descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Documentation":"\n \n Specifies the group of items aligned horizontally in the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"UploadSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Documentation":"\n \n Specifies the upload settings for the file manager.\n \n ","Metadata":{"Common.PropertyName":"UploadSettings"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.FileManager.ViewType","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the file manager.\n With the help of this property, initial view can be changed to details or largeicons view. The available views are:\n `LargeIcons`\n `Details`.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"ViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the file manager element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.GenericTyped":"True"}},{"HashCode":1731701552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class hold constants of file manager.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operation like accessing, editing, and sorting the files and folders.\n \n \n This class holds the property members of file manager.\n \n \n This class holds the methods required to execute file manager functionalities.\n \n \n This class holds the methods for file manager operation functionalities.\n \n \n The SfFileManager is a graphical user interface component for managing the file system that allows the users to perform most common file operations\n like accessing, editing, and sorting the files and folders.\n \n The generic type parameter.\n \n This class holds the filemanager actions methods.\n \n \n This class contains the filemanager utitility functionalities.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.SfFileManager component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the file manager element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerAjaxSettings","Documentation":"\n \n Specifies the AJAX settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AjaxSettings"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables drag-and-drop of files.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the multiple files selection of the file manager.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerContextMenuSettings","Documentation":"\n \n Specifies the context menu settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DetailsViewSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerDetailsViewSettings","Documentation":"\n \n Specifies the details view settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"DetailsViewSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:\n 1. `View`: Represents the previous view of the file manager.\n 2. `path`: Represents the previous path of the file manager.\n 3. `selectedItems`: Represents the previous selected items in the file manager.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NavigationPaneSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerNavigationPaneSettings","Documentation":"\n \n Specifies the navigationpane settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"NavigationPaneSettings"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the current path of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"PopupTarget","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the file manager's dialog will be displayed.\n The default value is null, which refers to the File Manager element.\n \n ","Metadata":{"Common.PropertyName":"PopupTarget"}},{"Kind":"Components.Component","Name":"RootAliasName","TypeName":"System.String","Documentation":"\n \n Specifies the root folder alias name in file manager.\n \n ","Metadata":{"Common.PropertyName":"RootAliasName"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerSearchSettings","Documentation":"\n \n Specifies the search settings of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedItems","TypeName":"System.String[]","Documentation":"\n \n Specifies the selected folders and files name of the file manager.\n \n ","Metadata":{"Common.PropertyName":"SelectedItems"}},{"Kind":"Components.Component","Name":"SelectedItemsChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemsChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowFileExtension","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the file extension in file manager.\n \n ","Metadata":{"Common.PropertyName":"ShowFileExtension"}},{"Kind":"Components.Component","Name":"ShowHiddenItems","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the files and folders that are marked as hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHiddenItems"}},{"Kind":"Components.Component","Name":"ShowThumbnail","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the thumbnail images in largeicons view.\n \n ","Metadata":{"Common.PropertyName":"ShowThumbnail"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.FileManager.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order,\n or they are not sorted at all. The available types of sort orders are,\n `None` - Indicates that the folders and files are not sorted.\n `Ascending` - Indicates that the folders and files are sorted in the ascending order.\n `Descending` - Indicates that the folders and files are sorted in the descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerToolbarSettings","Documentation":"\n \n Specifies the group of items aligned horizontally in the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"UploadSettings","TypeName":"Syncfusion.Blazor.FileManager.FileManagerUploadSettings","Documentation":"\n \n Specifies the upload settings for the file manager.\n \n ","Metadata":{"Common.PropertyName":"UploadSettings"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.FileManager.ViewType","IsEnum":true,"Documentation":"\n \n Specifies the initial view of the file manager.\n With the help of this property, initial view can be changed to details or largeicons view. The available views are:\n `LargeIcons`\n `Details`.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"ViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the file manager.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as title, native events etc., to the file manager element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":153442233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfFileManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1885654242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.FileManager.SfFileManager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2096432330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds contextmenu operations required functionalities.\n \n Generic TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the context menu.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used to set id for context menu.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"MenuItemsValue","TypeName":"System.String[]","Documentation":"\n \n The `MenuItemsValue` property is to set menu item values.\n \n ","Metadata":{"Common.PropertyName":"MenuItemsValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","Components.GenericTyped":"True"}},{"HashCode":183741240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds contextmenu operations required functionalities.\n \n Generic TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the context menu.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used to set id for context menu.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"MenuItemsValue","TypeName":"System.String[]","Documentation":"\n \n The `MenuItemsValue` property is to set menu item values.\n \n ","Metadata":{"Common.PropertyName":"MenuItemsValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-514059003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds filemanager dialog operations.\n \n Generic type paramater.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DialogName","TypeName":"System.String","Documentation":"\n \n The `DialogName` property is used set dialog name.\n \n ","Metadata":{"Common.PropertyName":"DialogName"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `Id` property is used set id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used set custom class in the root element of Dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n The `ResponseData` property is used set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","Components.GenericTyped":"True"}},{"HashCode":1081172700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds filemanager dialog operations.\n \n Generic type paramater.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DialogName","TypeName":"System.String","Documentation":"\n \n The `DialogName` property is used set dialog name.\n \n ","Metadata":{"Common.PropertyName":"DialogName"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `Id` property is used set id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used set custom class in the root element of Dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n The `ResponseData` property is used set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1946695791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the methods for breadcrumbar functionalities.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerBreadCrumbBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n This `ID` property is used to set Id for breadcrumbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"SearchID","TypeName":"System.String","Documentation":"\n \n This `SearchID` property is used to set search id for input.\n \n ","Metadata":{"Common.PropertyName":"SearchID"}},{"Kind":"Components.Component","Name":"CurrentDirectory","TypeName":"System.String","Documentation":"\n \n This `CurrentDirectory` property is used to set current directory.\n \n ","Metadata":{"Common.PropertyName":"CurrentDirectory"}},{"Kind":"Components.Component","Name":"RootDirectoryName","TypeName":"System.String","Documentation":"\n \n This `RootDirectoryName` property is used to root directory name.\n \n ","Metadata":{"Common.PropertyName":"RootDirectoryName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","Components.GenericTyped":"True"}},{"HashCode":-492206984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the methods for breadcrumbar functionalities.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n This `ID` property is used to set Id for breadcrumbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"SearchID","TypeName":"System.String","Documentation":"\n \n This `SearchID` property is used to set search id for input.\n \n ","Metadata":{"Common.PropertyName":"SearchID"}},{"Kind":"Components.Component","Name":"CurrentDirectory","TypeName":"System.String","Documentation":"\n \n This `CurrentDirectory` property is used to set current directory.\n \n ","Metadata":{"Common.PropertyName":"CurrentDirectory"}},{"Kind":"Components.Component","Name":"RootDirectoryName","TypeName":"System.String","Documentation":"\n \n This `RootDirectoryName` property is used to root directory name.\n \n ","Metadata":{"Common.PropertyName":"RootDirectoryName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerBreadCrumbBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-361576977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file items operations functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerFileItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FileName","TypeName":"System.String","Documentation":"\n \n This `FileName` property is used to file name.\n \n ","Metadata":{"Common.PropertyName":"FileName"}},{"Kind":"Components.Component","Name":"IconClass","TypeName":"System.String","Documentation":"\n \n This `IconClass` property is used set icon class for file items.\n \n ","Metadata":{"Common.PropertyName":"IconClass"}},{"Kind":"Components.Component","Name":"IsFile","TypeName":"System.Boolean","Documentation":"\n \n This `IsFile` property is used to check the file or not.\n \n ","Metadata":{"Common.PropertyName":"IsFile"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n This `IsSelected` property is used to set a file in selected state.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"DataUId","TypeName":"System.String","Documentation":"\n \n This `DataUId` property is used to set data UID for file item.\n \n ","Metadata":{"Common.PropertyName":"DataUId"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n This `Data` property is used to set data.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","Components.GenericTyped":"True"}},{"HashCode":-1870503814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file items operations functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FileName","TypeName":"System.String","Documentation":"\n \n This `FileName` property is used to file name.\n \n ","Metadata":{"Common.PropertyName":"FileName"}},{"Kind":"Components.Component","Name":"IconClass","TypeName":"System.String","Documentation":"\n \n This `IconClass` property is used set icon class for file items.\n \n ","Metadata":{"Common.PropertyName":"IconClass"}},{"Kind":"Components.Component","Name":"IsFile","TypeName":"System.Boolean","Documentation":"\n \n This `IsFile` property is used to check the file or not.\n \n ","Metadata":{"Common.PropertyName":"IsFile"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n This `IsSelected` property is used to set a file in selected state.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"DataUId","TypeName":"System.String","Documentation":"\n \n This `DataUId` property is used to set data UID for file item.\n \n ","Metadata":{"Common.PropertyName":"DataUId"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n This `Data` property is used to set data.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerFileItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302188980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file manager's grid functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerGridView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerGridView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This `Data` property is used to set data to details view.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","Components.GenericTyped":"True"}},{"HashCode":125496769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains file manager's grid functionalities.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerGridView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.List","Documentation":"\n \n This `Data` property is used to set data to details view.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerGridView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424707867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the treeview in filemanager functionalities.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n This `ResponseData` property is used to set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","Components.GenericTyped":"True"}},{"HashCode":511032202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the treeview in filemanager functionalities.\n \n TValue.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResponseData","TypeName":"Syncfusion.Blazor.FileManager.FileManagerResponse","Documentation":"\n \n This `ResponseData` property is used to set response data.\n \n ","Metadata":{"Common.PropertyName":"ResponseData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerTreeView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1537055604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the toolbar operation functionalities of filemanager.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FileManagerToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies to customize the root CSS class of the toolbar that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","Components.GenericTyped":"True"}},{"HashCode":228161561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class contains the toolbar operation functionalities of filemanager.\n \n Specifies the TValue parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies to customize the root CSS class of the toolbar that allows you to customize the appearance by overriding the styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the ID value of the toolbar.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.FileManager.Internal.FileManagerToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":631795968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttAddDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogField"}},{"HashCode":-1432921050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttAddDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406057536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure Gantt Add dialog fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttAddDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}},{"HashCode":-1055218218,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure Gantt Add dialog fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":219407595,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttAddDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":106904410,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttAddDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttAddDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":825204390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}},{"HashCode":548384371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-569696349,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttBottomTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1521401025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":419679518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1185066859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttBottomTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1504281986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines column collection displayed in grid If the columns declaration was empty then columns are automatically populated from taskSettings value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.String","Documentation":"\n \n Defines default values for the component when adding a new record to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn"}},{"HashCode":-988051860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines column collection displayed in grid If the columns declaration was empty then columns are automatically populated from taskSettings value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.String","Documentation":"\n \n Defines default values for the component when adding a new record to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-423621242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":393696000,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-574497788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1723520588,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367807136,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1972510471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1347627219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":522023617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011420541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":602994718,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":389380512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Column chooser settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}},{"HashCode":-1620337124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Column chooser settings\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-281155961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumnChooserSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2085913471,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1973590338,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-560443666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1123698254,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-379157266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":753468999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns"}},{"HashCode":1400441316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-369398393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-459521338,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":669458147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt DayWorkingTime collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttDayWorkingTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Documentation":"\n \n Defines start time of working time range.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Documentation":"\n \n Defines end time of working time range.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}},{"HashCode":-1164576927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt DayWorkingTime collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.Double","Documentation":"\n \n Defines start time of working time range.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.Double","Documentation":"\n \n Defines end time of working time range.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1838254312,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttDayWorkingTime"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2090675732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTime.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":128875570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt dayworking time collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttDayWorkingTimeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}},{"HashCode":-1161641962,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt dayworking time collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-407385180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttDayWorkingTimeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1049255101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttDayWorkingTimeCollection.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-310154360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure edit dialog field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogField"}},{"HashCode":1087670321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure edit dialog field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditDialogField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Gantt.GanttDialogFieldType","IsEnum":true,"Documentation":"\n \n Defines types of tab which contains editor for columns.\n `General` - Defines tab container type as general.\n `Dependency` - Defines tab as dependency editor.\n `Resources` - Defines tab as resources editor.\n `Notes` - Defines tab as notes editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Defines edited column fields placed inside the tab.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines header text of tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-194271830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}},{"HashCode":-1871526629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1079033193,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEditDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2096682985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEditDialogFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditDialogFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":50907259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class that defines the edit settings property in Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If `AllowAdding` is set to true, new records can be added to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowDeleting` is set to true, existing record can be deleted from the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowEditing` is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowTaskbarEditing","TypeName":"System.Boolean","Documentation":"\n \n Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\n predecessor draw action in chart side.\n \n ","Metadata":{"Common.PropertyName":"AllowTaskbarEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Gantt.EditMode","IsEnum":true,"Documentation":"\n \n Defines edit mode in Gantt.\n `Auto` - Defines cell edit mode in grid side and dialog mode in chart side.\n `Dialog` - Defines dialog edit mode on both sides.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Gantt.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If `ShowDeleteConfirmDialog` is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings"}},{"HashCode":996845303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class that defines the edit settings property in Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If `AllowAdding` is set to true, new records can be added to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowDeleting` is set to true, existing record can be deleted from the Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowEditing` is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowTaskbarEditing","TypeName":"System.Boolean","Documentation":"\n \n Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\n predecessor draw action in chart side.\n \n ","Metadata":{"Common.PropertyName":"AllowTaskbarEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Gantt.EditMode","IsEnum":true,"Documentation":"\n \n Defines edit mode in Gantt.\n `Auto` - Defines cell edit mode in grid side and dialog mode in chart side.\n `Dialog` - Defines dialog edit mode on both sides.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Gantt.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If `ShowDeleteConfirmDialog` is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434719927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1871532696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-195806379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEventMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of Gantt EventMarker to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Day","TypeName":"System.DateTime","Documentation":"\n \n Defines date of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Day"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Label"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker"}},{"HashCode":1784600218,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEventMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of Gantt EventMarker to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Day","TypeName":"System.DateTime","Documentation":"\n \n Defines date of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Day"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of Gantt EventMarker.\n \n ","Metadata":{"Common.PropertyName":"Label"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876176612,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines events and status of project throughout the timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEventMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}},{"HashCode":-1947501654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines events and status of project throughout the timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1778897093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttEventMarkers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1641267044,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttEventMarkers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarkers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1574350694,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt events.\n \n Specifies the type of GanttEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Gantt properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"SplitterResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when splitter bar was dragging.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Gantt action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item was clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TaskbarEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when taskbar was dragged and dropped on new position.\n \n ","Metadata":{"Common.PropertyName":"TaskbarEdited","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a task gets saved by cell edit.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n This will be triggered a cell get begins to edit.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before a cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before tooltip get rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeTooltipRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryChartRowInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access chart information, element, or data.\n This will be triggered while the chart element is appended to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"QueryChartRowInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEvents","Components.GenericTyped":"True"}},{"HashCode":-1931507825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt events.\n \n Specifies the type of GanttEvents.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Gantt properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"SplitterResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SplitterResizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when splitter bar was dragging.\n \n ","Metadata":{"Common.PropertyName":"SplitterResizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Gantt action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item was clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TaskbarEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when taskbar was dragged and dropped on new position.\n \n ","Metadata":{"Common.PropertyName":"TaskbarEdited","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a task gets saved by cell edit.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n This will be triggered a cell get begins to edit.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before a cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before tooltip get rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeTooltipRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryChartRowInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access chart information, element, or data.\n This will be triggered while the chart element is appended to the Gantt.\n \n ","Metadata":{"Common.PropertyName":"QueryChartRowInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on treegrid's expand icon.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the row getting collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641401601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the filter settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Object","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n `Parent`: Shows the filtered record with parent record.\n `Child`: Shows the filtered record with child record.\n `Both` : shows the filtered record with both parent and child record.\n `None` : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}},{"HashCode":-440431783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the filter settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Object","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n `Parent`: Shows the filtered record with parent record.\n `Child`: Shows the filtered record with child record.\n `Both` : shows the filtered record with both parent and child record.\n `None` : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1537149446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1112112520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":227958640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHoliday","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt Holiday collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttHoliday"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of holiday to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of holiday.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of holiday.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of holiday.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday"}},{"HashCode":-1664312635,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHoliday","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gantt Holiday collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttHoliday"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines custom css class of holiday to customize background and label.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"From","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of holiday.\n \n ","Metadata":{"Common.PropertyName":"From"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Defines label of holiday.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"To","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of holiday.\n \n ","Metadata":{"Common.PropertyName":"To"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1549894740,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttHoliday"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1033029967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttHoliday"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHoliday.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1187956630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHolidays","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt holidays collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttHolidays"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays"}},{"HashCode":1949453897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttHolidays","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt holidays collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttHolidays"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569620599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttHolidays"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":917332608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttHolidays"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttHolidays.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-65612036,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Label settings.\n \n Specifies the type of GanttLabelSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttLabelSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RightLabel","TypeName":"System.String","Documentation":"\n \n Defines right side label of task.\n \n ","Metadata":{"Common.PropertyName":"RightLabel"}},{"Kind":"Components.Component","Name":"LeftLabel","TypeName":"System.String","Documentation":"\n \n Defines left side label of task.\n \n ","Metadata":{"Common.PropertyName":"LeftLabel"}},{"Kind":"Components.Component","Name":"TaskLabel","TypeName":"System.String","Documentation":"\n \n Defines label which is placed inside the taskbar.\n \n ","Metadata":{"Common.PropertyName":"TaskLabel"}},{"Kind":"Components.Component","Name":"RightLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for right label.\n \n ","Metadata":{"Common.PropertyName":"RightLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LeftLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for left label.\n \n ","Metadata":{"Common.PropertyName":"LeftLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for task label.\n \n ","Metadata":{"Common.PropertyName":"TaskLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings","Components.GenericTyped":"True"}},{"HashCode":2055706201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Label settings.\n \n Specifies the type of GanttLabelSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttLabelSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RightLabel","TypeName":"System.String","Documentation":"\n \n Defines right side label of task.\n \n ","Metadata":{"Common.PropertyName":"RightLabel"}},{"Kind":"Components.Component","Name":"LeftLabel","TypeName":"System.String","Documentation":"\n \n Defines left side label of task.\n \n ","Metadata":{"Common.PropertyName":"LeftLabel"}},{"Kind":"Components.Component","Name":"TaskLabel","TypeName":"System.String","Documentation":"\n \n Defines label which is placed inside the taskbar.\n \n ","Metadata":{"Common.PropertyName":"TaskLabel"}},{"Kind":"Components.Component","Name":"RightLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for right label.\n \n ","Metadata":{"Common.PropertyName":"RightLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LeftLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for left label.\n \n ","Metadata":{"Common.PropertyName":"LeftLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskLabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for task label.\n \n ","Metadata":{"Common.PropertyName":"TaskLabelTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-517264169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1077288869,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":583662960,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for right label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RightLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":796295118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for right label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RightLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.RightLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1737261549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for left label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LeftLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1839096135,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for left label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LeftLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.LeftLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1596402881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for task label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskLabelTemplate","ParentTag":"GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":19242997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for task label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskLabelTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskLabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttLabelSettings.TaskLabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":359377271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n The second generic type parameter.\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGantt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.SfGantt component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.GenericTyped":"True"}},{"HashCode":-583713070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n The second generic type parameter.\n \n Blazor Gantt chart is a project management tool which is used for scheduling and managing projects. It allows us to manage tasks, task relationships, and resources in a project.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.SfGantt"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.SfGantt component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427729530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfGantt"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1683057829,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.SfGantt"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1516154295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttResourceFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines mapping properties for resource values.\n \n Specifies the type of GanttResourceFields.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttResourceFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TResources","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TResources for the Syncfusion.Blazor.Gantt.GanttResourceFields component.","Metadata":{"Common.PropertyName":"TResources","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render Gantt chart resources.\n `Resources` value was defined as array of JavaScript objects or instances of `Resources`.\n \n ","Metadata":{"Common.PropertyName":"Resources","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Components.GenericTyped":"True"}},{"HashCode":487403162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttResourceFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines mapping properties for resource values.\n \n Specifies the type of GanttResourceFields.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttResourceFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TResources","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TResources for the Syncfusion.Blazor.Gantt.GanttResourceFields component.","Metadata":{"Common.PropertyName":"TResources","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render Gantt chart resources.\n `Resources` value was defined as array of JavaScript objects or instances of `Resources`.\n \n ","Metadata":{"Common.PropertyName":"Resources","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1571536741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the search settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the search types. The available options are,\n `Parent`: Shows the searched record with parent record.\n `Child`: Shows the searched record with child record.\n `Both` : shows the searched record with both parent and child record.\n `None` : Shows only searched record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the Gantt content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records. The available operators are:.\n \n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}},{"HashCode":-843409761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the search settings for Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the Gantt.\n You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.Gantt.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the search types. The available options are,\n `Parent`: Shows the searched record with parent record.\n `Child`: Shows the searched record with child record.\n `Both` : shows the searched record with both parent and child record.\n `None` : Shows only searched record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If ignoreCase set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the Gantt content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records. The available operators are:.\n \n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":723634442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-565718246,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSearchSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1162581001,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Selection settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n To define selection mode of cell.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Gantt supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If 'persistSelection' set to true, then the Gantt selection is persisted on all operations.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n `Single`: Allows selection of only a row or a cell.\n `Multiple`: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}},{"HashCode":1566693903,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Selection settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n To define selection mode of cell.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Gantt supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If 'persistSelection' set to true, then the Gantt selection is persisted on all operations.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n `Single`: Allows selection of only a row or a cell.\n `Multiple`: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1582631550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":723664426,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1951384485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortDescriptor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor"}},{"HashCode":1610410057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452874931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptors.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortDescriptors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}},{"HashCode":-1961647243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures sort descriptors.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1029002414,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSortDescriptors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1763068018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSortDescriptors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortDescriptors.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-502822053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the sort settings of the Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the Gantt in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Gantt.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings"}},{"HashCode":1697505791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the sort settings of the Gantt.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the Gantt in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Gantt.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":956536201,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1472902299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1318675453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt splitter settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttSplitterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Int32","Documentation":"\n \n Defines splitter position with respect to column index value.\n If `ColumnIndex` set as `2` then splitter bar placed at third column of grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Defines splitter position at initial load, it accepts values in pixels.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Documentation":"\n \n Defines splitter bar size.\n \n ","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.Gantt.SplitterView","IsEnum":true,"Documentation":"\n \n Defines predefined view of Gantt.\n `Default` - Shows grid side and side of Gantt.\n `Grid` - Shows grid side alone in Gantt.\n `Chart` - Shows chart side alone in Gantt.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n This property is used to enable/disable splitter expand collapse feature in Gantt chart.\n \n boolean value to enable/disable expand/collapse feature \n It enables expand collapse icon near splitter resizer.\n ","Metadata":{"Common.PropertyName":"Collapsible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}},{"HashCode":2043188796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt splitter settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnIndex","TypeName":"System.Int32","Documentation":"\n \n Defines splitter position with respect to column index value.\n If `ColumnIndex` set as `2` then splitter bar placed at third column of grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnIndex"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Defines splitter position at initial load, it accepts values in pixels.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Documentation":"\n \n Defines splitter bar size.\n \n ","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.Gantt.SplitterView","IsEnum":true,"Documentation":"\n \n Defines predefined view of Gantt.\n `Default` - Shows grid side and side of Gantt.\n `Grid` - Shows grid side alone in Gantt.\n `Chart` - Shows chart side alone in Gantt.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n This property is used to enable/disable splitter expand collapse feature in Gantt chart.\n \n boolean value to enable/disable expand/collapse feature \n It enables expand collapse icon near splitter resizer.\n ","Metadata":{"Common.PropertyName":"Collapsible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-851954166,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttSplitterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1214713462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttSplitterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-412176596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt taskfields column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTaskFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineEndDate","TypeName":"System.String","Documentation":"\n \n To map baseline end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineEndDate"}},{"Kind":"Components.Component","Name":"BaselineStartDate","TypeName":"System.String","Documentation":"\n \n To map baseline start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineStartDate"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n To map child of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To map custom css class of task from data source.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Dependency","TypeName":"System.String","Documentation":"\n \n To map dependency of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Dependency"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.String","Documentation":"\n \n To map duration of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"System.String","Documentation":"\n \n To map duration unit of task from data source.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.String","Documentation":"\n \n To map end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"ExpandState","TypeName":"System.String","Documentation":"\n \n To map expand status of parent record from data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandState"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Indicators","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Indicators"}},{"Kind":"Components.Component","Name":"Manual","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Manual"}},{"Kind":"Components.Component","Name":"Milestone","TypeName":"System.String","Documentation":"\n \n To map milestone of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Milestone"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map name of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n To map notes value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n To map parent id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"System.String","Documentation":"\n \n To map progress of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Progress"}},{"Kind":"Components.Component","Name":"ResourceInfo","TypeName":"System.String","Documentation":"\n \n To map assigned resources of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ResourceInfo"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.String","Documentation":"\n \n To map start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"System.String","Documentation":"\n \n To map taskType value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"Work","TypeName":"System.String","Documentation":"\n \n To map work of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Work"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields"}},{"HashCode":-482880109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt taskfields column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTaskFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineEndDate","TypeName":"System.String","Documentation":"\n \n To map baseline end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineEndDate"}},{"Kind":"Components.Component","Name":"BaselineStartDate","TypeName":"System.String","Documentation":"\n \n To map baseline start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"BaselineStartDate"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n To map child of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To map custom css class of task from data source.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Dependency","TypeName":"System.String","Documentation":"\n \n To map dependency of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Dependency"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.String","Documentation":"\n \n To map duration of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"System.String","Documentation":"\n \n To map duration unit of task from data source.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EndDate","TypeName":"System.String","Documentation":"\n \n To map end date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"EndDate"}},{"Kind":"Components.Component","Name":"ExpandState","TypeName":"System.String","Documentation":"\n \n To map expand status of parent record from data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandState"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n To map id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Indicators","TypeName":"System.String","Documentation":"\n \n To map indicators of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Indicators"}},{"Kind":"Components.Component","Name":"Manual","TypeName":"System.String","Documentation":"\n \n To map schedule mode of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Manual"}},{"Kind":"Components.Component","Name":"Milestone","TypeName":"System.String","Documentation":"\n \n To map milestone of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Milestone"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n To map name of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n To map notes value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n To map parent id of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Progress","TypeName":"System.String","Documentation":"\n \n To map progress of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Progress"}},{"Kind":"Components.Component","Name":"ResourceInfo","TypeName":"System.String","Documentation":"\n \n To map assigned resources of task from data source.\n \n ","Metadata":{"Common.PropertyName":"ResourceInfo"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.String","Documentation":"\n \n To map start date of task from data source.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"System.String","Documentation":"\n \n To map taskType value of task from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"Work","TypeName":"System.String","Documentation":"\n \n To map work of task from data source.\n \n ","Metadata":{"Common.PropertyName":"Work"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-229689085,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTaskFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-48333075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTaskFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-176776558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart templates.\n \n Specifies the type of GanttTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ParentTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","Metadata":{"Common.PropertyName":"ParentTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","Metadata":{"Common.PropertyName":"MilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineMilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","Metadata":{"Common.PropertyName":"BaselineMilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates","Components.GenericTyped":"True"}},{"HashCode":-1305843747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart templates.\n \n Specifies the type of GanttTemplates.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ParentTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","Metadata":{"Common.PropertyName":"ParentTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","Metadata":{"Common.PropertyName":"MilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BaselineMilestoneTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","Metadata":{"Common.PropertyName":"BaselineMilestoneTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1680664023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2014694754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1981939493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ParentTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":752115749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize parent taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ParentTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ParentTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-479972609,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1302058882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize taskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1049813399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":202827925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.MilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1180887393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-322665726,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":114665551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-809497546,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize ManualTaskbar element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1283747316,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":619526317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-379281724,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestoneTemplate","ParentTag":"GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineMilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1340771306,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize Baseline Milestone element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestoneTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineMilestoneTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTemplates.BaselineMilestoneTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":352687118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}},{"HashCode":1650247236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886058873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1316454614,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-983200502,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Timeline tier collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}},{"HashCode":-655408236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures gantt Timeline tier collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1315756132,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTimelineTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2073997629,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652221260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1153572450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978353659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Tooltip settings collection.\n \n Specifies the type of GanttTooltipSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip of Gantt element.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ConnectorLineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","Metadata":{"Common.PropertyName":"EditingTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Components.GenericTyped":"True"}},{"HashCode":-2034204372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Tooltip settings collection.\n \n Specifies the type of GanttTooltipSettings.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.GanttTooltipSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip of Gantt element.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"BaselineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","Metadata":{"Common.PropertyName":"BaselineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ConnectorLineTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditingTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","Metadata":{"Common.PropertyName":"EditingTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","Metadata":{"Common.PropertyName":"TaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ManualTaskbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","Metadata":{"Common.PropertyName":"ManualTaskbarTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":962185222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-364180921,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1107202817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":946710473,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for baseline tooltip element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'BaselineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.BaselineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266377081,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ConnectorLineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":112466676,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for dependency line tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ConnectorLineTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ConnectorLineTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":980626139,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditingTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditingTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1388639690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar editing action.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditingTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditingTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.EditingTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1664438896,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":607219722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for taskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.TaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":600112169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1057402585,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines tooltip template for ManualTaskbar elements.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ManualTaskbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings.ManualTaskbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2111923058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines top tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}},{"HashCode":150141759,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines top tier settings in timeline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Count","TypeName":"System.Int32","Documentation":"\n \n Defines number of timeline units combined for single cell.\n \n ","Metadata":{"Common.PropertyName":"Count"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Defines timeline cell format.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"dynamic","Documentation":"\n \n Defines method to get custom formatted values of timeline cells.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"Unit","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n defines number units per cell.\n \n ","Metadata":{"Common.PropertyName":"Unit"}},{"Kind":"Components.Component","Name":"FormatterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FormatterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":782130821,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttTopTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1777890593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-525406057,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":936186951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormatterTemplate","ParentTag":"Syncfusion.Blazor.Gantt.GanttTopTierSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FormatterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttTopTierSettings.FormatterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":856244742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart zoom timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GanttZoomTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Defines Level in timeline.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"PerDayWidth","TypeName":"System.Double","Documentation":"\n \n Defines perDayWidth in ZoomingLevels.\n \n ","Metadata":{"Common.PropertyName":"PerDayWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}},{"HashCode":1480164835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart zoom timeline settings collection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Defines Level in timeline.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"PerDayWidth","TypeName":"System.Double","Documentation":"\n \n Defines perDayWidth in ZoomingLevels.\n \n ","Metadata":{"Common.PropertyName":"PerDayWidth"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables tooltip for timeline cells.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"TimelineUnitSize","TypeName":"System.Int32","Documentation":"\n \n Defines width of timeline cell.\n \n ","Metadata":{"Common.PropertyName":"TimelineUnitSize"}},{"Kind":"Components.Component","Name":"TimelineViewMode","TypeName":"Syncfusion.Blazor.Gantt.TimelineViewMode","IsEnum":true,"Documentation":"\n \n Defines timeline mode of Gantt header.\n \n ","Metadata":{"Common.PropertyName":"TimelineViewMode"}},{"Kind":"Components.Component","Name":"UpdateTimescaleView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables timeline auto update on editing action.\n \n ","Metadata":{"Common.PropertyName":"UpdateTimescaleView"}},{"Kind":"Components.Component","Name":"WeekStartDay","TypeName":"System.Int32","Documentation":"\n \n Defines week start day in timeline.\n \n ","Metadata":{"Common.PropertyName":"WeekStartDay"}},{"Kind":"Components.Component","Name":"WeekendBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of weekend cell in week - day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"WeekendBackground"}},{"Kind":"Components.Component","Name":"BottomTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines bottom tier settings in timeline.\n \n ","Metadata":{"Common.PropertyName":"BottomTier"}},{"Kind":"Components.Component","Name":"TopTier","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Defines top tier setting in timeline.\n \n ","Metadata":{"Common.PropertyName":"TopTier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":922203039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GanttZoomTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1234042437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043970557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExpandCollpase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ExpandCollpase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","Components.GenericTyped":"True"}},{"HashCode":416826875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ExpandCollpase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ExpandCollpase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-426931108,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Selection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Handles selection feature of Gantt.\n \n Specifies the type of Selection.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Selection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Selection component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Selection","Components.GenericTyped":"True"}},{"HashCode":915214395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Selection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Handles selection feature of Gantt.\n \n Specifies the type of Selection.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Selection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Selection component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Selection","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":86849566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Toolbar","Components.GenericTyped":"True"}},{"HashCode":151687406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Toolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1463760065,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Zooming","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Zooming"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Zooming component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Zooming","Components.GenericTyped":"True"}},{"HashCode":1037879975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Zooming","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Zooming"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Zooming component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Zooming","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":946446996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line milestone.\n \n Specifies the type of BaselineMilestone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","Components.GenericTyped":"True"}},{"HashCode":1861668219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line milestone.\n \n Specifies the type of BaselineMilestone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1056706213,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line renderer.\n \n Specifies the type of BaselineRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","Components.GenericTyped":"True"}},{"HashCode":224753488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart base line renderer.\n \n Specifies the type of BaselineRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-853475803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart body content.\n \n Specifies the type of ChartBodyContent.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartBodyContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartBodyContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RefreshChartBody","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RefreshChartBody"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","Components.GenericTyped":"True"}},{"HashCode":1348038814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart body content.\n \n Specifies the type of ChartBodyContent.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartBodyContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RefreshChartBody","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RefreshChartBody"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartBodyContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873616817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart pane.\n \n Specifies the type of ChartPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartPane","Components.GenericTyped":"True"}},{"HashCode":-1916769509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart pane.\n \n Specifies the type of ChartPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartPane","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749762732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row container.\n \n Specifies the type of ChartRow.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartRow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"RowData"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartRow","Components.GenericTyped":"True"}},{"HashCode":-1003067281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row container.\n \n Specifies the type of ChartRow.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChartRow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"RowData"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699007111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Row","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row.\n \n Specifies the type of Row.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Row component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Row","Components.GenericTyped":"True"}},{"HashCode":-1913950938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Row","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart row.\n \n Specifies the type of Row.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Row"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Row component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"RowIndex","TypeName":"System.Double","Metadata":{"Common.PropertyName":"RowIndex"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Row","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1892342996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart connector line render.\n \n Specifies the type of ConnectorLineRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ConnectorLine","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"ConnectorLine"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","Components.GenericTyped":"True"}},{"HashCode":-1543871212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart connector line render.\n \n Specifies the type of ConnectorLineRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ConnectorLine","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"ConnectorLine"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-672527977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart dependency render.\n \n Specifies the type of DependencyRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DependencyRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","Components.GenericTyped":"True"}},{"HashCode":943531992,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart dependency render.\n \n Specifies the type of DependencyRender.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-993604808,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType1.\n \n Specifies the type of FFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType1","Components.GenericTyped":"True"}},{"HashCode":1366743874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType1.\n \n Specifies the type of FFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1475210919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType2.\n \n Specifies the type of FFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType2","Components.GenericTyped":"True"}},{"HashCode":791551944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType2.\n \n Specifies the type of FFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1992921674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType3.\n \n Specifies the type of FFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType3","Components.GenericTyped":"True"}},{"HashCode":724807502,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType3.\n \n Specifies the type of FFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1896508082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType4.\n \n Specifies the type of FFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType4","Components.GenericTyped":"True"}},{"HashCode":-1121279214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FFType4.\n \n Specifies the type of FFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FFType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-880844459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType1.\n \n Specifies the type of FSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType1","Components.GenericTyped":"True"}},{"HashCode":-1357404119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType1.\n \n Specifies the type of FSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1732036525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType2.\n \n Specifies the type of FSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType2","Components.GenericTyped":"True"}},{"HashCode":1389047423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType2.\n \n Specifies the type of FSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1466668350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType3.\n \n Specifies the type of FSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType3","Components.GenericTyped":"True"}},{"HashCode":-959738621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType3.\n \n Specifies the type of FSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1311481976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType4.\n \n Specifies the type of FSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType4","Components.GenericTyped":"True"}},{"HashCode":2051086270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.FSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart FSType4.\n \n Specifies the type of FSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.FSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.FSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.FSType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":431667623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType1.\n \n Specifies the type of SFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType1","Components.GenericTyped":"True"}},{"HashCode":1297171183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType1.\n \n Specifies the type of SFType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1092071320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType2.\n \n Specifies the type of SFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType2","Components.GenericTyped":"True"}},{"HashCode":1287392599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType2.\n \n Specifies the type of SFType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043484511,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType3.\n \n Specifies the type of SFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType3","Components.GenericTyped":"True"}},{"HashCode":1593975016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType3.\n \n Specifies the type of SFType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-280860033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType4.\n \n Specifies the type of SFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType4","Components.GenericTyped":"True"}},{"HashCode":372115714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SFType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SFType4.\n \n Specifies the type of SFType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SFType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SFType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SFType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":393920841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType1.\n \n Specifies the type of SSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType1","Components.GenericTyped":"True"}},{"HashCode":993189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType1","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType1.\n \n Specifies the type of SSType1.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType1"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType1 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType1","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916614829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType2.\n \n Specifies the type of SSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType2","Components.GenericTyped":"True"}},{"HashCode":-1361823880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType2","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType2.\n \n Specifies the type of SSType2.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType2"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType2 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType2","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-793933162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType3.\n \n Specifies the type of SSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType3","Components.GenericTyped":"True"}},{"HashCode":1392933202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType3","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType3.\n \n Specifies the type of SSType3.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType3"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType3 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType3","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754200564,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType4.\n \n Specifies the type of SSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType4","Components.GenericTyped":"True"}},{"HashCode":717928401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SSType4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart SSType4.\n \n Specifies the type of SSType4.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SSType4"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SSType4 component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SSType4","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1100232454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart date time template.\n \n Specifies the type of DateTimeTemplate.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateTimeTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.String","Metadata":{"Common.PropertyName":"Date"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","Components.GenericTyped":"True"}},{"HashCode":-318310633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt chart date time template.\n \n Specifies the type of DateTimeTemplate.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"Date","TypeName":"System.String","Metadata":{"Common.PropertyName":"Date"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DateTimeTemplate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9550940,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart left label container.\n \n Specifies the type of LeftLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LeftLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.LeftLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","Components.GenericTyped":"True"}},{"HashCode":811018363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart left label container.\n \n Specifies the type of LeftLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.LeftLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.LeftLabel","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2095166288,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.RightLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart right label container.\n \n Specifies the type of RightLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RightLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.RightLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.RightLabel","Components.GenericTyped":"True"}},{"HashCode":1238178664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.RightLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart right label container.\n \n Specifies the type of RightLabel.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.RightLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.RightLabel component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.RightLabel","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1656494154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt splitter pane.\n \n Specifies the type of SplitterRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SplitterRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTreeGridRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTreeGridRendered"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.GenericTyped":"True"}},{"HashCode":67728310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt splitter pane.\n \n Specifies the type of SplitterRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.SplitterRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsTreeGridRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTreeGridRendered"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":127689400,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2066038853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":96314014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Child MileStone.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","Components.GenericTyped":"True"}},{"HashCode":-799185450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Child MileStone.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1003029809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures child Taskbar.\n \n Specifies the type of ChildTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","Components.GenericTyped":"True"}},{"HashCode":-1888793536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures child Taskbar.\n \n Specifies the type of ChildTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ChildTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChildTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1636050947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Indicator Renderer.\n \n Specifies the type of IndicatorRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndicatorRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indicator","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Indicator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","Components.GenericTyped":"True"}},{"HashCode":1125151555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Indicator Renderer.\n \n Specifies the type of IndicatorRenderer.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Indicator","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Indicator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":57399505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Manual Parent Taskbar.\n \n Specifies the type of ManualParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","Components.GenericTyped":"True"}},{"HashCode":-1857868726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Manual Parent Taskbar.\n \n Specifies the type of ManualParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2090619664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Parent MileStone.\n \n Specifies the type of ParentMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","Components.GenericTyped":"True"}},{"HashCode":1191270280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Parent MileStone.\n \n Specifies the type of ParentMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentMilestone component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentMilestone","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2104948363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Taskbar.\n \n Specifies the type of ParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","Components.GenericTyped":"True"}},{"HashCode":-918294654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Parent Taskbar.\n \n Specifies the type of ParentTaskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ParentTaskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ParentTaskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057109094,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Taskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart taskbar main container.\n \n Specifies the type of Taskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Taskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Taskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Taskbar","Components.GenericTyped":"True"}},{"HashCode":88895631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.Taskbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Chart taskbar main container.\n \n Specifies the type of Taskbar.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.Taskbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.Taskbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"GanttProperties","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"GanttProperties"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.Taskbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535526102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline cell.\n \n Specifies the type of TimelineCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineFormat","Metadata":{"Common.PropertyName":"CellValue"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","Components.GenericTyped":"True"}},{"HashCode":507038863,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline cell.\n \n Specifies the type of TimelineCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellValue","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineFormat","Metadata":{"Common.PropertyName":"CellValue"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-945004927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline header.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"OnHeaderTimelineRendered"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRenderedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnHeaderTimelineRenderedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.GenericTyped":"True"}},{"HashCode":398610420,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Timeline header.\n \n Specifies the type of ChildMileStone.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TimelineHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Tier","TypeName":"System.String","Metadata":{"Common.PropertyName":"Tier"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRendered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"OnHeaderTimelineRendered"}},{"Kind":"Components.Component","Name":"OnHeaderTimelineRenderedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnHeaderTimelineRenderedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-843636436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Baseline Tooltip.\n \n Specifies the type of BaselineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaselineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1214911322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Baseline Tooltip.\n \n Specifies the type of BaselineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaselineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaselineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":210388068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Connector Line Tooltip.\n \n Specifies the type of ConnectorLineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConnectorLineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","Components.GenericTyped":"True"}},{"HashCode":-1511775400,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Connector Line Tooltip.\n \n Specifies the type of ConnectorLineTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Line","TypeName":"Syncfusion.Blazor.Gantt.ConnectorLine","Metadata":{"Common.PropertyName":"Line"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ConnectorLineTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-231971684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt EventMarker Tooltip.\n \n Specifies the type of EventMarkerTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventMarkerTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","Components.GenericTyped":"True"}},{"HashCode":1143463714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt EventMarker Tooltip.\n \n Specifies the type of EventMarkerTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-536077547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Indicator Tooltip.\n \n Specifies the type of IndicatorTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndicatorTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","Components.GenericTyped":"True"}},{"HashCode":-711366121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Indicator Tooltip.\n \n Specifies the type of IndicatorTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttIndicator","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.IndicatorTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1618481659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt ManualParent Taskbar Tooltip.\n \n Specifies the type of ManualParentTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualParentTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":-423157117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt ManualParent Taskbar Tooltip.\n \n Specifies the type of ManualParentTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualParentTaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":443160681,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Manual Taskbar Tooltip.\n \n Specifies the type of ManualTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ManualTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":360478119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Manual Taskbar Tooltip.\n \n Specifies the type of ManualTaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ManualTaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-816254773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt MileStone Tooltip.\n \n Specifies the type of MileStoneTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MilestoneTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","Components.GenericTyped":"True"}},{"HashCode":-716335775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt MileStone Tooltip.\n \n Specifies the type of MileStoneTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.MilestoneTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1277033140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Taskbar Tooltip.\n \n Specifies the type of TaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","Components.GenericTyped":"True"}},{"HashCode":-2061952463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt Taskbar Tooltip.\n \n Specifies the type of TaskbarTooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskModel","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskbarTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-110278533,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt TreeGrid Events.\n \n \n Configures Gantt TreeGrid Lifecycle.\n \n \n Configures Gantt TreeGrid Members.\n \n Specifies the type of TreeGridPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TreeGridPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.GenericTyped":"True"}},{"HashCode":-1940466068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Gantt TreeGrid Events.\n \n \n Configures Gantt TreeGrid Lifecycle.\n \n \n Configures Gantt TreeGrid Members.\n \n Specifies the type of TreeGridPane.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TreeGridPane component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-369403004,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1201799415,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":61889344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartContextMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","Components.GenericTyped":"True"}},{"HashCode":-1300761292,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ChartContextMenuRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1459184015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventMarkerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventMarker","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"EventMarker"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","Components.GenericTyped":"True"}},{"HashCode":-304046840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EventMarkerRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventMarker","TypeName":"Syncfusion.Blazor.Gantt.GanttEventMarker","Metadata":{"Common.PropertyName":"EventMarker"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EventMarkerRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1439145493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GridLines component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GridLines","Components.GenericTyped":"True"}},{"HashCode":94148912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.GridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GridLines component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GridLines","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1535880980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HolidayRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.HolidayRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Holiday","TypeName":"Syncfusion.Blazor.Gantt.GanttHolidayRange","Metadata":{"Common.PropertyName":"Holiday"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","Components.GenericTyped":"True"}},{"HashCode":717954323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.HolidayRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Holiday","TypeName":"Syncfusion.Blazor.Gantt.GanttHolidayRange","Metadata":{"Common.PropertyName":"Holiday"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.HolidayRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-48227482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NonworkingRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","Components.GenericTyped":"True"}},{"HashCode":-1575650440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NonworkingRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1974017600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WeekendRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.GenericTyped":"True"}},{"HashCode":339214163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WeekendRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AddDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the add dialog.\n \n ","Metadata":{"Common.PropertyName":"AddDialogFields"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If 'AllowExcelExport' is set to true, it allows to export excel and csv.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether allowFiltering is true or false.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, Gantt columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, Gantt columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If `AllowRowDragAndDrop` set to true, then it will allow the user to perform drag and drop action in Gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) Gantt records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowUnscheduledTasks","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables rendering of unscheduled tasks in Gantt.\n You can create or update the tasks with anyone of start date, end date, and duration values or none.\n \n ","Metadata":{"Common.PropertyName":"AllowUnscheduledTasks"}},{"Kind":"Components.Component","Name":"BaselineColor","TypeName":"System.String","Documentation":"\n \n Defines the baseline color.\n \n ","Metadata":{"Common.PropertyName":"BaselineColor"}},{"Kind":"Components.Component","Name":"CollapseAllParentTasks","TypeName":"System.Boolean","Documentation":"\n \n if CollapseAllParentTasks is set true,then root tasks are rendered with collapsed state.\n \n ","Metadata":{"Common.PropertyName":"CollapseAllParentTasks"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.String[]","Documentation":"\n \n The available built-in ColumnMenu items are,\n `AutoFitAllColumns` - Auto fit all columns.\n `AutoFitThisColumn` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `ColumnChooser` - To show/hide the TreeGrid columns.\n `Filter` - Filter options will show based on filterSettings property.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines column collection displayed in grid.\n If the `Columns` declaration was empty then `columns` are automatically populated based on `taskFieldSettings` value.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConnectorLineBackground","TypeName":"System.String","Documentation":"\n \n Defines background color of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineBackground"}},{"Kind":"Components.Component","Name":"ConnectorLineWidth","TypeName":"System.Int32","Documentation":"\n \n Defines width of dependency lines.\n \n ","Metadata":{"Common.PropertyName":"ConnectorLineWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n \n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `TaskInformation` - Go to the first page.\n `Save` - Saves the edited Task.\n `Cancel` - Cancels the edited Task.\n `DeleteTask` - Deletes the current Task.\n `Add` - Adds a new row to the Gantt.\n `Convert` - Convert Current Task to Milestone or vice-versa.\n `Indent` - Indent the selected record to one level.\n `Outdent` - Outdent the selected record to one level.\n `DeleteDependency` - Deletes the current dependency task link.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering gantt rows. The data source value can be of any type.\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\n By default, the format is based on the culture.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DayWorkingTime","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines customized working time of project.Default Day Working Time from 8.00 To 17.00.\n \n ","Metadata":{"Common.PropertyName":"DayWorkingTime"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DurationUnit","TypeName":"Syncfusion.Blazor.Gantt.DurationUnit","IsEnum":true,"Documentation":"\n \n `DurationUnit` Specifies the duration unit for each tasks whether day or hour or minute.\n \n ","Metadata":{"Common.PropertyName":"DurationUnit"}},{"Kind":"Components.Component","Name":"EditDialogFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the tabs and fields to be included in the edit dialog.\n \n ","Metadata":{"Common.PropertyName":"EditDialogFields"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttEditSettings","Documentation":"\n \n Configures the edit settings.It enables you to edit the tasks.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n If `EnableContextMenu` set to true, then it will enable all the build in ContextMenu items.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Gantt will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Gantt.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePredecessorValidation","TypeName":"System.Boolean","Documentation":"\n \n If `EnablePredecessorValidation` is set to true, it allows to validate the predecessor link.\n \n ","Metadata":{"Common.PropertyName":"EnablePredecessorValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"TaskType","TypeName":"Syncfusion.Blazor.Gantt.TaskType","IsEnum":true,"Documentation":"\n \n Defines the fixed tasktype resource allocation.\n \n ","Metadata":{"Common.PropertyName":"TaskType"}},{"Kind":"Components.Component","Name":"EventMarkers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines events and status of project throughout the timeline.You can define date and label for the event markers.\n \n ","Metadata":{"Common.PropertyName":"EventMarkers"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttFilterSettings","Documentation":"\n \n Configures the filter settings for Gantt.You can filter the records with different operators.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Gantt.GridLine","IsEnum":true,"Documentation":"\n \n Configures the grid lines in tree grid and gantt chart.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HighlightWeekends","TypeName":"System.Boolean","Documentation":"\n \n If highlightWeekends set to true, then all weekend days are highlighted in week only on day timeline mode.\n \n ","Metadata":{"Common.PropertyName":"HighlightWeekends"}},{"Kind":"Components.Component","Name":"Holidays","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines holidays presented in project timeline.\n \n ","Metadata":{"Common.PropertyName":"Holidays"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n To get Gantt ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"IncludeWeekend","TypeName":"System.Boolean","Documentation":"\n \n Defines weekend days are considered as working day or not.\n \n ","Metadata":{"Common.PropertyName":"IncludeWeekend"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectEndDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines end date of the project, if `ProjectEndDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectEndDate"}},{"Kind":"Components.Component","Name":"ProjectStartDate","TypeName":"System.DateTime?","Documentation":"\n \n Defines start date of the project, if `ProjectStartDate` value not set then it will be calculated from data source.\n \n ","Metadata":{"Common.PropertyName":"ProjectStartDate"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query that will be executed along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RenderBaseline","TypeName":"System.Boolean","Documentation":"\n \n If 'RenderBaseline' is set to true, it allows to baseline.you should map the baseline start and end date values from the data source.\n \n ","Metadata":{"Common.PropertyName":"RenderBaseline"}},{"Kind":"Components.Component","Name":"ResourceFields","TypeName":"Syncfusion.Blazor.Gantt.GanttResourceFields","Documentation":"\n \n Configures the GanttResourceFields.you can show or allocate the resources (human resources) for each task.\n \n ","Metadata":{"Common.PropertyName":"ResourceFields"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Int32","Documentation":"\n \n Defines height value for grid rows and chart rows in Gantt.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSearchSettings","Documentation":"\n \n Configures the search settings for Gantt.You can search records in Gantt.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Int32","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSelectionSettings","Documentation":"\n \n Configures the selection settings.It provides an option to highlight a row or a cell.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns with default items.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n \n true if ShowColumnChooser is enabled; otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSortSettings","Documentation":"\n \n Configures the sort settings of the gantt.It enables you to sort data in the ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"SplitterSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttSplitterSettings","Documentation":"\n \n Configures the splitter settings for Gantt.You can change splitter position.\n \n ","Metadata":{"Common.PropertyName":"SplitterSettings"}},{"Kind":"Components.Component","Name":"TaskbarHeight","TypeName":"System.Int32?","Documentation":"\n \n Defines height of taskbar element in Gantt.\n \n ","Metadata":{"Common.PropertyName":"TaskbarHeight"}},{"Kind":"Components.Component","Name":"TaskFields","TypeName":"Syncfusion.Blazor.Gantt.GanttTaskFields","Documentation":"\n \n Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.\n \n ","Metadata":{"Common.PropertyName":"TaskFields"}},{"Kind":"Components.Component","Name":"TaskMode","TypeName":"Syncfusion.Blazor.Gantt.ScheduleMode","IsEnum":true,"Documentation":"\n \n Specifies task schedule mode for a project.\n \n \n Auto\n Tasks are displayed in auto scheduled mode.\n \n \n Manual\n Tasks are displayed in manual scheduled mode.\n \n \n Custom\n Both Auto and Manual tasks are render by mapped from data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"TaskMode"}},{"Kind":"Components.Component","Name":"TimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"TimelineSettings"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttColumnChooserSettings","Documentation":"\n \n Configures Column chooser settings for the user.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ZoomTimelineSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings","Documentation":"\n \n Configures the time line settings for Gantt.you can define timescale mode of top tier and bottom tier.\n \n ","Metadata":{"Common.PropertyName":"ZoomTimelineSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the toolbar items of the Gantt.\n It contains built-in and custom toolbar items.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n \n The available built-in toolbar items are:\n Add: Adds a new record.\n Edit: Edits the selected task.\n Update: Updates the edited task.\n Delete: Deletes the selected task.\n Cancel: Cancels the edit state.\n Search: Searches tasks by the given key.\n ExpandAll: Expands all the task of Gantt.\n CollapseAll: Collapses all the task of Gantt.\n PrevTimeSpan: Extends timeline with one unit before the timeline start date.\n NextTimeSpan: Extends timeline with one unit after the timeline finish date.\n ZoomIn: ZoomIn the Gantt control.\n ZoomOut: ZoomOut the Gantt control.\n ZoomToFit: Display the all tasks within the viewable Gantt chart.\n ExcelExport: To export in Excel format\n CsvExport : To export in CSV format.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTooltipSettings","Documentation":"\n \n Configures the tooltip settings for Gantt.You can display a tooltip for various UI elements like taskbar, timeline cells, and grid cells.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Int32","Documentation":"\n \n To define expander column index in Grid.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"ValidateManualTasksOnLinking","TypeName":"System.Boolean","Documentation":"\n \n It enables date validation while connecting manually scheduled tasks with predecessor.\n \n ","Metadata":{"Common.PropertyName":"ValidateManualTasksOnLinking"}},{"Kind":"Components.Component","Name":"ViewType","TypeName":"Syncfusion.Blazor.Gantt.ViewType","IsEnum":true,"Documentation":"\n \n Defines the view type of the Gantt.\n \n \n ProjectView\n Defines project view type.\n \n \n \n ","Metadata":{"Common.PropertyName":"ViewType"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the Gantt component container.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkUnit","TypeName":"Syncfusion.Blazor.Gantt.WorkUnit","IsEnum":true,"Documentation":"\n \n Specifies the work unit for each tasks whether day or hour or minute.\n \n \n Minute\n Defines unit value of duration as minute.\n \n \n Hour\n Defines unit value of duration as hour.\n \n \n Day\n Defines unit value of duration as day.\n \n \n \n ","Metadata":{"Common.PropertyName":"WorkUnit"}},{"Kind":"Components.Component","Name":"WorkWeek","TypeName":"System.String[]","Documentation":"\n \n Defines workweek of project.You can customise work week.\n \n ","Metadata":{"Common.PropertyName":"WorkWeek"}},{"Kind":"Components.Component","Name":"TimelineTierSettings","TypeName":"Syncfusion.Blazor.Gantt.GanttTimelineTierSettings","Documentation":"\n \n Configures the topTier and bottomTier timeline settings for Gantt.\n \n ","Metadata":{"Common.PropertyName":"TimelineTierSettings"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the gantt.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"ShowInlineNotes","TypeName":"System.Boolean","Documentation":"\n \n To show notes column cell values inside the cell or in tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowInlineNotes"}},{"Kind":"Components.Component","Name":"CustomZoomingLevels","TypeName":"Syncfusion.Blazor.Gantt.GanttZoomTimelineSettings[]","Documentation":"\n \n To customize zooming Level.\n \n ","Metadata":{"Common.PropertyName":"CustomZoomingLevels"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-127150764,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"WeekendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-131406385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411785012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DeleteDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1877352689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DeleteDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1503592584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1647400208,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EditDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1067124505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseLineEndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":610960087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineEndDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-175673500,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BaseLineStartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":-645388811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BaseLineStartDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1541738616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BooleanCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-2058712924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.BooleanCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":895205413,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","Components.GenericTyped":"True"}},{"HashCode":-445448747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomNumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438751804,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-413371823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DatePickerCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1775028915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DefaultCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","Components.GenericTyped":"True"}},{"HashCode":1702731976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DefaultCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1075100353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-655666872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DropDownCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189545011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DurationEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DurationEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","Components.GenericTyped":"True"}},{"HashCode":1049734607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DurationEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DurationEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1224722363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":42636176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.EndDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-860295018,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","Components.GenericTyped":"True"}},{"HashCode":-1630008382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericCustomColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026501752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","Components.GenericTyped":"True"}},{"HashCode":-13589743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Gantt.Internal.NumericEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NumericEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2009678359,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","Components.GenericTyped":"True"}},{"HashCode":1781582022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.StartDatePickerEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690532707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskModeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskModeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","Components.GenericTyped":"True"}},{"HashCode":-2045812434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskModeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskModeEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544961716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskNameEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskNameEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","Components.GenericTyped":"True"}},{"HashCode":1626642693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskNameEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskNameEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1478582779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TaskTypeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","Components.GenericTyped":"True"}},{"HashCode":753176431,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TaskTypeEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":923590179,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WorkEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WorkEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","Components.GenericTyped":"True"}},{"HashCode":-915795057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.WorkEdit component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WorkEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1283083728,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomAddDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","Components.GenericTyped":"True"}},{"HashCode":1619131473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomAddDialogTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-357083698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","Components.GenericTyped":"True"}},{"HashCode":1089883637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomColumnRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-715067166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomEditDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","Components.GenericTyped":"True"}},{"HashCode":579461674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.CustomEditDialogTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-482963648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DependencyTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","Components.GenericTyped":"True"}},{"HashCode":1198462319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.DependencyTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2019703832,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GeneralTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","Components.GenericTyped":"True"}},{"HashCode":-789657003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.GeneralTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421377642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotesTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","Components.GenericTyped":"True"}},{"HashCode":-1581535351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesTabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720324829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","Components.GenericTyped":"True"}},{"HashCode":1449321099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ResourceRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-644656667,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","Components.GenericTyped":"True"}},{"HashCode":-1907620052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TabRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TabRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":745858587,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","Components.GenericTyped":"True"}},{"HashCode":-987448071,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.ToolbarRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-104572194,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TooltipRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","Components.GenericTyped":"True"}},{"HashCode":-1487841724,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.TooltipRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TooltipRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1331773395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotesColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","Components.GenericTyped":"True"}},{"HashCode":394974183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Gantt.Internal.NotesColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Record","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"Record"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.NotesColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1044461522,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate"}},{"HashCode":-735943824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-424515940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1665153973,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1069213968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If ColumnName is not defined,\n then Field name value will be assigned to the ColumnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"GroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupCaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupFooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupFooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.\n Types of aggregate supported in-built are,.\n \n \n \n Performes sum aggregation.\n \n \n Performes average aggregation.\n \n \n Performes count aggregation.\n \n \n Performes false count aggregation.\n \n \n Performes true count aggregation.\n \n \n Performes max aggregation.\n \n \n Performes min aggregation.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn"}},{"HashCode":-2106698533,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If ColumnName is not defined,\n then Field name value will be assigned to the ColumnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"GroupCaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupCaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupFooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"GroupFooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.\n Types of aggregate supported in-built are,.\n \n \n \n Performes sum aggregation.\n \n \n Performes average aggregation.\n \n \n Performes count aggregation.\n \n \n Performes false count aggregation.\n \n \n Performes true count aggregation.\n \n \n Performes max aggregation.\n \n \n Performes min aggregation.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-720463240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1898541292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1513024280,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":198039001,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1857795300,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaptionTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":328562474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group caption aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaptionTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupCaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupCaptionTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754148149,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupFooterTemplate","ParentTag":"GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupFooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-733332309,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell template for the group footer aggregate column.\n The Type name should be used to access aggregate values inside the template.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupFooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupFooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumn.GroupFooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435620715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate columms.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns"}},{"HashCode":863336529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregate columms.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":259291663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":512498623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":515341712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates"}},{"HashCode":-1474221397,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1098986663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":902227918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377378841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columm.\n \n \n Configures a grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn"}},{"HashCode":1983158744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columm.\n \n \n Configures a grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1568500929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":194648383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1281994274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-821842999,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1228213495,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1171347068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1040387226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":981497539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325988970,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1711106205,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889926986,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1338366217,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2017233433,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n By default search operator is .\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}},{"HashCode":1411094543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n By default search operator is .\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":591471634,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1067746350,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the column chooser dialog. This can be used to introduce own UI inside the column chooser dialog content.\n The checkboxes can be rendered using component.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-734129543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-98432466,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the column chooser.This can be used to introduce own UI inside the column chooser dialog footer content.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1192129113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns"}},{"HashCode":-1263039950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1265274940,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1277629804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-852479910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Define the command button ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.\n \n \n None\n Default. A command button with no default action. Use this for custom command actions.\n \n \n Edit\n A edit command button that edit current record.\n \n \n Delete\n A delete command button that delete current record.\n \n \n Save\n A save command button that saves the current edited record.\n \n \n Cancel\n A cancel command button that cancels the edit state.\n \n \n \n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn"}},{"HashCode":-365204450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Define the command button ID.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.\n \n \n None\n Default. A command button with no default action. Use this for custom command actions.\n \n \n Edit\n A edit command button that edit current record.\n \n \n Delete\n A delete command button that delete current record.\n \n \n Save\n A save command button that saves the current edited record.\n \n \n Cancel\n A cancel command button that cancels the edit state.\n \n \n \n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-286017342,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-756887213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":775729163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns"}},{"HashCode":-603241933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749563679,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1192172675,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732770865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowNextRowEdit","TypeName":"System.Boolean","Documentation":"\n \n If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.\n \n ","Metadata":{"Common.PropertyName":"AllowNextRowEdit"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n \n \n Normal\n Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.\n \n \n Dialog\n Editing is done in a Dialog/Pop component.\n \n \n Batch\n Enables cell editing. Multiple cells can be edited, added or deleted and saved.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Grids.NewRowPosition","IsEnum":true,"Documentation":"\n \n Defines the position of adding a new row. The available position are:\n \n \n Top\n Default. Add form is placed at the first row of the grid.\n \n \n Bottom\n Add form is placed at the last row of the grid\n \n \n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings"}},{"HashCode":980791251,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the Grid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowNextRowEdit","TypeName":"System.Boolean","Documentation":"\n \n If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.\n \n ","Metadata":{"Common.PropertyName":"AllowNextRowEdit"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n \n \n Normal\n Default. Editing is done in an inline form. Edit form is rendered inline as one of the table rows.\n \n \n Dialog\n Editing is done in a Dialog/Pop component.\n \n \n Batch\n Enables cell editing. Multiple cells can be edited, added or deleted and saved.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.Grids.NewRowPosition","IsEnum":true,"Documentation":"\n \n Defines the position of adding a new row. The available position are:\n \n \n Top\n Default. Add form is placed at the first row of the grid.\n \n \n Bottom\n Add form is placed at the last row of the grid\n \n \n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-75234005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":415683782,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1891026368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":129995076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2027807680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1494114514,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057676463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-479314795,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content and edit elements for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":732015616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1165693294,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"Syncfusion.Blazor.Grids.GridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-15095578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Grid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cancel operation is started in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchCancel","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click the context menu items.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when open the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the Grid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Grid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeOpenColumnChooser","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when clicked column chooser.\n \n ","Metadata":{"Common.PropertyName":"BeforeOpenColumnChooser","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfGroupCaptionTemplateInfo event is triggered every time a caption template row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to Excel/Csv Sheet.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelGroupCaptionTemplateInfo event is triggered every time a caption template row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the Excel sheet. So this event is triggered as many times as the data is entered into a cell written in the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExportComplete","TypeName":"System.Action","Documentation":"\n \n The ExportComplete event is triggered when exporting process was completed.\n \n ","Metadata":{"Common.PropertyName":"ExportComplete","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEvents","Components.GenericTyped":"True"}},{"HashCode":464112829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any Grid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cancel operation is started in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchCancel","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click the context menu items.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when open the context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the Grid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Grid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeOpenColumnChooser","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when clicked column chooser.\n \n ","Metadata":{"Common.PropertyName":"BeforeOpenColumnChooser","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The PdfGroupCaptionTemplateInfo event is triggered every time a caption template row created on the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"System.Action","Documentation":"\n \n Triggers before Grid data is exported to Excel/Csv Sheet.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelAggregateTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelAggregateTemplateInfo event is triggered every time a caption/footer/group footer aggregate row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelAggregateTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelGroupCaptionTemplateInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelGroupCaptionTemplateInfo event is triggered every time a caption template row created on the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelGroupCaptionTemplateInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"System.Action>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the Excel sheet. So this event is triggered as many times as the data is entered into a cell written in the excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfoEvent","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfoEvent","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"ExportComplete","TypeName":"System.Action","Documentation":"\n \n The ExportComplete event is triggered when exporting process was completed.\n \n ","Metadata":{"Common.PropertyName":"ExportComplete","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":97920922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn"}},{"HashCode":219132814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-32668046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1333000909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1914960265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns"}},{"HashCode":1867254257,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1817255142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":133915269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1788909147,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filtering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.\n \n \n Use component\n to define filter criteria.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"EnableCaseSensitivity","TypeName":"System.Boolean","Documentation":"\n \n If EnableCaseSensitivity is set to true then searches grid records with exact match based on the filter\n operator. It will have no effect on number, boolean and Date fields.\n \n ","Metadata":{"Common.PropertyName":"EnableCaseSensitivity"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are.\n \n \n OnEnter\n Initiate filter operation after Enter key is pressed.\n \n \n Immediate\n Initiate filter operation after certain time interval. By default time interval is 1500ms.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The Operators is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are.\n \n \n FilterBar\n Default. Specifies the filter type as filter bar.\n \n \n Menu\n Specifies the filter type as menu.\n \n \n CheckBox\n Specifies the filter type as check box.\n \n \n Excel\n Specifies the filter type as excel.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings"}},{"HashCode":-1689258429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid filtering.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.\n \n \n Use component\n to define filter criteria.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"EnableCaseSensitivity","TypeName":"System.Boolean","Documentation":"\n \n If EnableCaseSensitivity is set to true then searches grid records with exact match based on the filter\n operator. It will have no effect on number, boolean and Date fields.\n \n ","Metadata":{"Common.PropertyName":"EnableCaseSensitivity"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are.\n \n \n OnEnter\n Initiate filter operation after Enter key is pressed.\n \n \n Immediate\n Initiate filter operation after certain time interval. By default time interval is 1500ms.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The Operators is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are.\n \n \n FilterBar\n Default. Specifies the filter type as filter bar.\n \n \n Menu\n Specifies the filter type as menu.\n \n \n CheckBox\n Specifies the filter type as check box.\n \n \n Excel\n Specifies the filter type as excel.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1367509016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1887022510,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703066976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid allows the grouped elements to be reordered.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.String[]","Documentation":"\n \n Specifies the column names to group at initial rendering of the Grid.\n You can also get the currently grouped columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DisablePageWiseAggregates","TypeName":"System.Boolean","Documentation":"\n \n If DisablePageWiseAggregates set to true, then the group aggregate value will\n be calculated from the whole data instead of paged data and two requests will be made for each page\n when Grid bound with remote service.\n \n ","Metadata":{"Common.PropertyName":"DisablePageWiseAggregates"}},{"Kind":"Components.Component","Name":"ShowDropArea","TypeName":"System.Boolean","Documentation":"\n \n If ShowDropArea is set to true, the group drop area element will be visible at the top of the Grid.\n \n ","Metadata":{"Common.PropertyName":"ShowDropArea"}},{"Kind":"Components.Component","Name":"ShowGroupedColumn","TypeName":"System.Boolean","Documentation":"\n \n If ShowGroupedColumn is set to false, it hides the grouped column after grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupedColumn"}},{"Kind":"Components.Component","Name":"ShowToggleButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\n or ungroup columns by clicking them.\n \n ","Metadata":{"Common.PropertyName":"ShowToggleButton"}},{"Kind":"Components.Component","Name":"ShowUngroupButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowUngroupButton set to false, then ungroup button is hidden in dropped element.\n It can be used to ungroup the grouped column when click on ungroup button.\n \n ","Metadata":{"Common.PropertyName":"ShowUngroupButton"}},{"Kind":"Components.Component","Name":"EnableLazyLoading","TypeName":"System.Boolean","Documentation":"\n \n The Lazy load grouping, allows the Grid to render only the initial level caption rows in collapsed state while grouping.\n The child rows of each caption will render only when we expand the captions.\n \n ","Metadata":{"Common.PropertyName":"EnableLazyLoading"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings"}},{"HashCode":-1106624833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid allows the grouped elements to be reordered.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"CaptionTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","Metadata":{"Common.PropertyName":"CaptionTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.String[]","Documentation":"\n \n Specifies the column names to group at initial rendering of the Grid.\n You can also get the currently grouped columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DisablePageWiseAggregates","TypeName":"System.Boolean","Documentation":"\n \n If DisablePageWiseAggregates set to true, then the group aggregate value will\n be calculated from the whole data instead of paged data and two requests will be made for each page\n when Grid bound with remote service.\n \n ","Metadata":{"Common.PropertyName":"DisablePageWiseAggregates"}},{"Kind":"Components.Component","Name":"ShowDropArea","TypeName":"System.Boolean","Documentation":"\n \n If ShowDropArea is set to true, the group drop area element will be visible at the top of the Grid.\n \n ","Metadata":{"Common.PropertyName":"ShowDropArea"}},{"Kind":"Components.Component","Name":"ShowGroupedColumn","TypeName":"System.Boolean","Documentation":"\n \n If ShowGroupedColumn is set to false, it hides the grouped column after grouping.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupedColumn"}},{"Kind":"Components.Component","Name":"ShowToggleButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\n or ungroup columns by clicking them.\n \n ","Metadata":{"Common.PropertyName":"ShowToggleButton"}},{"Kind":"Components.Component","Name":"ShowUngroupButton","TypeName":"System.Boolean","Documentation":"\n \n If ShowUngroupButton set to false, then ungroup button is hidden in dropped element.\n It can be used to ungroup the grouped column when click on ungroup button.\n \n ","Metadata":{"Common.PropertyName":"ShowUngroupButton"}},{"Kind":"Components.Component","Name":"EnableLazyLoading","TypeName":"System.Boolean","Documentation":"\n \n The Lazy load grouping, allows the Grid to render only the initial level caption rows in collapsed state while grouping.\n The child rows of each caption will render only when we expand the captions.\n \n ","Metadata":{"Common.PropertyName":"EnableLazyLoading"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-800771026,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1013785447,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1981991748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362135255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Caption Template allows user to display custom group caption.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridGroupSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CaptionTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings.CaptionTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-873826596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridKeySettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures keyboard navigation for grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridKeySettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MoveLeftCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the left cell movement.\n \n \n ShiftTab\n Moves to left cell on pressing Shift+Tab key\n \n \n ArrowLeft\n Moves to left cell on pressing left arrow key\n \n \n ShiftLeft\n Moves to left cell on pressing shift+left arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveLeftCell"}},{"Kind":"Components.Component","Name":"MoveRightCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the right cell movement.\n \n \n Tab\n Moves to right cell on pressing Tab key\n \n \n ArrowRight\n Moves to right cell on pressing right arrow key\n \n \n ShiftRight\n Moves to right cell on pressing shift+right arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveRightCell"}},{"Kind":"Components.Component","Name":"MoveUpCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the up cell movement.\n \n \n ShiftEnter\n Moves to top cell on pressing Shit+Enter key\n \n \n ArrowUp\n Moves to top cell on pressing up arrow key\n \n \n ShiftUp\n Moves to top cell on pressing shift+up arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveUpCell"}},{"Kind":"Components.Component","Name":"MoveDownCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the down cell movement.\n \n \n Enter\n Moves to down cell on pressing Enter key\n \n \n ArrowDown\n Moves to down cell on pressing down arrow key\n \n \n ShiftDown\n Moves to down cell on pressing shift+down arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveDownCell"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridKeySettings"}},{"HashCode":-106335743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridKeySettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures keyboard navigation for grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridKeySettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MoveLeftCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the left cell movement.\n \n \n ShiftTab\n Moves to left cell on pressing Shift+Tab key\n \n \n ArrowLeft\n Moves to left cell on pressing left arrow key\n \n \n ShiftLeft\n Moves to left cell on pressing shift+left arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveLeftCell"}},{"Kind":"Components.Component","Name":"MoveRightCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the right cell movement.\n \n \n Tab\n Moves to right cell on pressing Tab key\n \n \n ArrowRight\n Moves to right cell on pressing right arrow key\n \n \n ShiftRight\n Moves to right cell on pressing shift+right arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveRightCell"}},{"Kind":"Components.Component","Name":"MoveUpCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the up cell movement.\n \n \n ShiftEnter\n Moves to top cell on pressing Shit+Enter key\n \n \n ArrowUp\n Moves to top cell on pressing up arrow key\n \n \n ShiftUp\n Moves to top cell on pressing shift+up arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveUpCell"}},{"Kind":"Components.Component","Name":"MoveDownCell","TypeName":"System.String","Documentation":"\n \n Defines the action keys for the down cell movement.\n \n \n Enter\n Moves to down cell on pressing Enter key\n \n \n ArrowDown\n Moves to down cell on pressing down arrow key\n \n \n ShiftDown\n Moves to down cell on pressing shift+down arrow key\n \n \n \n ","Metadata":{"Common.PropertyName":"MoveDownCell"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":160861151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid paging.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings"}},{"HashCode":597386258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid paging.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935235175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1733441723,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":469684091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1794757516,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-850093454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid row drag and drop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings"}},{"HashCode":-1135193447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid row drag and drop.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104556519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid searching.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to false, searches records that match exactly, else\n searches records that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the key value to search Grid records at initial rendering.\n You can also get the current search key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings"}},{"HashCode":885278600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid searching.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to false, searches records that match exactly, else\n searches records that are case insensitive(uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Specifies the key value to search Grid records at initial rendering.\n You can also get the current search key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645694384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box.\n It requires the to be either cell or both.\n \n \n Flow\n Default. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..\n \n \n Box\n Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range\n \n \n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are,.\n \n \n Default\n Default. In this mode, user can select multiple rows by clicking rows one by one.\n \n \n ResetOnRowClick\n In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n \n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the Grid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n If EnableSimpleMultiRowSelection set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection mode. Available modes are,.\n \n \n Row\n Default. Row selection is enabled\n \n \n Cell\n Cell selection is enabled.\n \n \n Both\n Both Row and Cell selection is enabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the Grid selection is persisted on all operations.\n For persisting selection in the Grid, any one of the column must be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are.\n \n \n Single\n Default. Allows selection of only a row or a cell.\n \n \n Multiple\n Allows user to select a multiple rows or cells.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings"}},{"HashCode":-636262060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box.\n It requires the to be either cell or both.\n \n \n Flow\n Default. Selects the range of cells between start index and end index that also includes the other cells of the selected rows..\n \n \n Box\n Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range\n \n \n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are,.\n \n \n Default\n Default. In this mode, user can select multiple rows by clicking rows one by one.\n \n \n ResetOnRowClick\n In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n \n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the Grid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n If EnableSimpleMultiRowSelection set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection mode. Available modes are,.\n \n \n Row\n Default. Row selection is enabled\n \n \n Cell\n Cell selection is enabled.\n \n \n Both\n Both Row and Cell selection is enabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the Grid selection is persisted on all operations.\n For persisting selection in the Grid, any one of the column must be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are.\n \n \n Single\n Default. Allows selection of only a row or a cell.\n \n \n Multiple\n Allows user to select a multiple rows or cells.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-146341695,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column. Available directions are,.\n \n \n Ascending\n Default. Sorts records in ascending order.\n \n \n Descending\n Sorts records in descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IsFromGroup","TypeName":"System.Boolean","Documentation":"\n \n Defines the sorted column whether or from grouping operation.\n \n ","Metadata":{"Common.PropertyName":"IsFromGroup"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumn"}},{"HashCode":-1566181375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column. Available directions are,.\n \n \n Ascending\n Default. Sorts records in ascending order.\n \n \n Descending\n Sorts records in descending order.\n \n \n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IsFromGroup","TypeName":"System.Boolean","Documentation":"\n \n Defines the sorted column whether or from grouping operation.\n \n ","Metadata":{"Common.PropertyName":"IsFromGroup"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1011700963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns"}},{"HashCode":-1870086250,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975540571,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":882307430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-109415514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sorting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Grid.\n Also user can get current sorted columns, use component\n to set initial sort columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings"}},{"HashCode":1116754611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid sorting.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of Grid.\n Also user can get current sorted columns, use component\n to set initial sort columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985125152,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":810301255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935980051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyRecordTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"EmptyRecordTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates"}},{"HashCode":-746299921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EmptyRecordTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"EmptyRecordTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1687579079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1963648756,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1494315411,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2017278858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-134623542,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":865614676,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use DetailTemplate to render hierarchy grid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1405194295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyRecordTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyRecordTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1958848655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize empty grid row element.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EmptyRecordTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EmptyRecordTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.EmptyRecordTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-849431507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-887761036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":736497647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid text wrapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.Grids.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode` of the Grid. The available modes are:\n \n \n Both\n Default. Wraps both header and content.\n \n \n Header\n Wraps header alone.\n \n \n Content\n Wraps content alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings"}},{"HashCode":-167773504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures grid text wrapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.Grids.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode` of the Grid. The available modes are:\n \n \n Both\n Default. Wraps both header and content.\n \n \n Header\n Wraps header alone.\n \n \n Content\n Wraps content alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-802231027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Grid component displays tabular data and it has in-built support for various data binding, editing,\n sorting and filtering.\n \n A type which provides schema for the grid component.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.SfGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets the Grid aggregate rows. Use component to configure\n aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowExcelExport set to true, then it will allow the user to export grid to Excel file.\n \n \n To perform excel export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to true the filter bar will be displayed for all columns.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter grid records with required criteria.\n \n \n Filter type can be changed from filterbar using property.\n Filter can be disabled for particular column by using .\n \n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\n Grouping can be done by drag and drop columns from column header to group drop area.\n \n \n Grouping can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.\n \n \n must be true to use this property.\n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If AllowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.\n \n \n Paging can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowPdfExport set to true, then it will allow the user to export grid to Pdf file.\n \n \n To perform pdf export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n \n If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop grid rows at another or within grid.\n \n \n To drag and drop rows between grids or to another component, property should be provided\n with the ID of the target grid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If AllowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.\n \n \n Selection can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting is set to true, it allows sorting of grid records when column header is clicked.\n \n \n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If AllowTextWrap set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n \n Text wrap can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,.\n \n \n Clip\n Truncates the cell content when it overflows its area.\n \n \n Ellipsis\n Displays ellipsis when the cell content overflows its area.\n \n \n EllipsisWithTooltip\n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"KeySettings","TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Documentation":"\n \n Configures the cell movement keys in the Grid.\n \n ","Metadata":{"Common.PropertyName":"KeySettings"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n ColumnMenuItems defines both built-in and custom column menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n ColumnQueryModeprovides options to retrive data from the datasource.\n \n \n All\n It retrives whole data source\n \n \n Schema\n Retrives data for all the defined columns in grid from the data source.\n \n \n ExcludeHidden\n Retrives data only for visible columns of grid from the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of data source. Use to add grid columns.\n If the Columns declaration is empty or undefined then the columns are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n ContextMenuItems defines both built-in and custom context menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n Edit - Edit the current record.\n Delete - Delete the current record.\n Save - Save the edited record.\n Cancel - Cancel the edited state.\n Copy - Copy the selected records.\n PdfExport - Export the grid as Pdf format.\n ExcelExport - Export the grid as Excel format.\n CsvExport - Export the grid as CSV format.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n FirstPage - Go to the first page.\n PrevPage - Go to the previous page.\n LastPage - Go to the last page.\n NextPage - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Grids.ActionArgs","Documentation":"\n \n Gets or sets the current action details.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering grid rows. The data source value can be of any type\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n Render the Grid component as Adaptive mode based on Parent element. Also, it's render's the Grid filter, sorting and editing dialogs adaptively\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If EnableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection mode to be Cell and CellSelectionMode to be Box.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"EnableHeaderFocus","TypeName":"System.Boolean","Documentation":"\n \n If EnableHeaderFocus set to true, then header element will be focused when focus moves to grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHeaderFocus"}},{"Kind":"Components.Component","Name":"EnableVirtualMaskRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableMastRow set to true the Masked row append in the DOM elements.\n If set to false default virtual scrolling will work while enabling Enable Virtualization.\n In this feature Masked cells displayed until data cells retrieve.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMaskRow"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If EnableHover is set to true, the row hover is enabled in the Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n \n Enabling this property will store the grid state such as column order, column width, sort information etc in the\n window.localStorage when the component is disposed.\n Users can also store grid state in data base instead of window.localStorage by using method.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Documentation":"\n \n Configures the filter settings of the Grid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n Specific column can be frozen using property.\n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of grid lines. The available modes are,.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Documentation":"\n \n Configures the group settings.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the grid content.\n \n \n Height can be assigned with pixel and percentage values such as 100px, 100% etc.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HierarchyPrintMode","TypeName":"Syncfusion.Blazor.Grids.HierarchyGridPrintMode","IsEnum":true,"Documentation":"\n \n Defines the hierarchy grid print modes. The available modes are.\n \n \n Expanded\n Prints the master grid with expanded child grids.\n \n \n All\n Prints the master grid with all the child grids.\n \n \n None\n Prints the master grid alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"HierarchyPrintMode"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Documentation":"\n \n Configures the pager in the Grid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are.\n \n \n AllPages\n Print all pages records of the Grid.\n \n \n CurrentPage\n Print current page records of the Grid.\n \n \n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Documentation":"\n \n Configures the row drop settings.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of Grid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"RowRenderingMode","TypeName":"Syncfusion.Blazor.Grids.RowDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the row rendering mode in grid. Setting this in vertical mode will render rows vertically with headers in the same row which suits better to use grid in small screens. In vertical row rendering mode, limited features are supported like filtering,sorting, Dialog editing, Selection, Searching and Row virtualization. \n \n ","Metadata":{"Common.PropertyName":"RowRenderingMode"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Documentation":"\n \n Configures the search behavior in the Grid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The SelectedRowIndex allows you to select a row at initial rendering.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Documentation":"\n \n Configures the sort settings.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the Grid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n Toolbar defines the ToolBar items of the Grid.\n It contains built-in and custom toolbar items.\n \n \n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n In some cases user may want to use custom toolbar instead of custom item, in such cases user can use\n property to provide custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the Grid width.\n \n \n Width can be assigned with pixel and percentage values such as 100px, 100% etc.\n When the sum of total column width exceeds this value then the browser horizontal scrollbar will be displayed.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.GenericTyped":"True"}},{"HashCode":-188811984,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Blazor Grid component displays tabular data and it has in-built support for various data binding, editing,\n sorting and filtering.\n \n A type which provides schema for the grid component.\n \n TValue is inferred from value of DataSource property if it is bounded with IEnumerable.\n If data is consumed using SfDataManager then TValue must be assigned explicitly.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.SfGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets the Grid aggregate rows. Use component to configure\n aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowExcelExport set to true, then it will allow the user to export grid to Excel file.\n \n \n To perform excel export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to true the filter bar will be displayed for all columns.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter grid records with required criteria.\n \n \n Filter type can be changed from filterbar using property.\n Filter can be disabled for particular column by using .\n \n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\n Grouping can be done by drag and drop columns from column header to group drop area.\n \n \n Grouping can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.\n \n \n must be true to use this property.\n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If AllowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.\n \n \n Paging can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If AllowPdfExport set to true, then it will allow the user to export grid to Pdf file.\n \n \n To perform pdf export, bind event and\n invoke method\n in its toolbar item click handler.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering is set to true, Grid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n \n \n If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing is set to true, Grid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop grid rows at another or within grid.\n \n \n To drag and drop rows between grids or to another component, property should be provided\n with the ID of the target grid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If AllowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.\n \n \n Selection can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting is set to true, it allows sorting of grid records when column header is clicked.\n \n \n Sorting can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If AllowTextWrap set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n \n Text wrap can be further configured using component.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,.\n \n \n Clip\n Truncates the cell content when it overflows its area.\n \n \n Ellipsis\n Displays ellipsis when the cell content overflows its area.\n \n \n EllipsisWithTooltip\n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"KeySettings","TypeName":"Syncfusion.Blazor.Grids.GridKeySettings","Documentation":"\n \n Configures the cell movement keys in the Grid.\n \n ","Metadata":{"Common.PropertyName":"KeySettings"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n ColumnMenuItems defines both built-in and custom column menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n ColumnQueryModeprovides options to retrive data from the datasource.\n \n \n All\n It retrives whole data source\n \n \n Schema\n Retrives data for all the defined columns in grid from the data source.\n \n \n ExcludeHidden\n Retrives data only for visible columns of grid from the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of data source. Use to add grid columns.\n If the Columns declaration is empty or undefined then the columns are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n ContextMenuItems defines both built-in and custom context menu items.\n \n The available built-in items are,\n AutoFitAll - Auto fit the size of all columns.\n AutoFit - Auto fit the current column.\n Group - Group by current column.\n Ungroup - Ungroup by current column.\n Edit - Edit the current record.\n Delete - Delete the current record.\n Save - Save the edited record.\n Cancel - Cancel the edited state.\n Copy - Copy the selected records.\n PdfExport - Export the grid as Pdf format.\n ExcelExport - Export the grid as Excel format.\n CsvExport - Export the grid as CSV format.\n SortAscending - Sort the current column in ascending order.\n SortDescending - Sort the current column in descending order.\n FirstPage - Go to the first page.\n PrevPage - Go to the previous page.\n LastPage - Go to the last page.\n NextPage - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Grids.ActionArgs","Documentation":"\n \n Gets or sets the current action details.\n \n \n ","Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Provides the data source for rendering grid rows. The data source value can be of any type\n that implements IEnumerable.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n Render the Grid component as Adaptive mode based on Parent element. Also, it's render's the Grid filter, sorting and editing dialogs adaptively\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.Grids.GridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If EnableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection mode to be Cell and CellSelectionMode to be Box.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"EnableHeaderFocus","TypeName":"System.Boolean","Documentation":"\n \n If EnableHeaderFocus set to true, then header element will be focused when focus moves to grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHeaderFocus"}},{"Kind":"Components.Component","Name":"EnableVirtualMaskRow","TypeName":"System.Boolean","Documentation":"\n \n If EnableMastRow set to true the Masked row append in the DOM elements.\n If set to false default virtual scrolling will work while enabling Enable Virtualization.\n In this feature Masked cells displayed until data cells retrieve.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMaskRow"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If EnableHover is set to true, the row hover is enabled in the Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n \n Enabling this property will store the grid state such as column order, column width, sort information etc in the\n window.localStorage when the component is disposed.\n Users can also store grid state in data base instead of window.localStorage by using method.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.GridFilterSettings","Documentation":"\n \n Configures the filter settings of the Grid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n Specific column can be frozen using property.\n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of grid lines. The available modes are,.\n \n \n Both\n Displays both the horizontal and vertical grid lines.\n \n \n None\n No grid lines are displayed.\n \n \n Horizontal\n Displays the horizontal grid lines only.\n \n \n Vertical\n Displays grid lines based on the theme.\n \n \n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"Syncfusion.Blazor.Grids.GridGroupSettings","Documentation":"\n \n Configures the group settings.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the grid content.\n \n \n Height can be assigned with pixel and percentage values such as 100px, 100% etc.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HierarchyPrintMode","TypeName":"Syncfusion.Blazor.Grids.HierarchyGridPrintMode","IsEnum":true,"Documentation":"\n \n Defines the hierarchy grid print modes. The available modes are.\n \n \n Expanded\n Prints the master grid with expanded child grids.\n \n \n All\n Prints the master grid with all the child grids.\n \n \n None\n Prints the master grid alone.\n \n \n \n ","Metadata":{"Common.PropertyName":"HierarchyPrintMode"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.Grids.GridPageSettings","Documentation":"\n \n Configures the pager in the Grid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are.\n \n \n AllPages\n Print all pages records of the Grid.\n \n \n CurrentPage\n Print current page records of the Grid.\n \n \n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.Grids.GridRowDropSettings","Documentation":"\n \n Configures the row drop settings.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of Grid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"RowRenderingMode","TypeName":"Syncfusion.Blazor.Grids.RowDirection","IsEnum":true,"Documentation":"\n \n Gets or sets the row rendering mode in grid. Setting this in vertical mode will render rows vertically with headers in the same row which suits better to use grid in small screens. In vertical row rendering mode, limited features are supported like filtering,sorting, Dialog editing, Selection, Searching and Row virtualization. \n \n ","Metadata":{"Common.PropertyName":"RowRenderingMode"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.Grids.GridSearchSettings","Documentation":"\n \n Configures the search behavior in the Grid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The SelectedRowIndex allows you to select a row at initial rendering.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.Grids.GridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnChooser is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.Grids.GridSortSettings","Documentation":"\n \n Configures the sort settings.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.Grids.GridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the Grid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n Toolbar defines the ToolBar items of the Grid.\n It contains built-in and custom toolbar items.\n \n \n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n In some cases user may want to use custom toolbar instead of custom item, in such cases user can use\n property to provide custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the Grid width.\n \n \n Width can be assigned with pixel and percentage values such as 100px, 100% etc.\n When the sum of total column width exceeds this value then the browser horizontal scrollbar will be displayed.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364406435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1201888463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.SfGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-996814215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItem"}},{"HashCode":-1270075599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159209530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the group title for the checkbox collections. \n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}},{"HashCode":-494789704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the group title for the checkbox collections. \n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":184482095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1035256285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-244384490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridForeignColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridForeignColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ForeignDataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Defines the column data source which will act as foreign data source.\n \n List or any IEnumerable type value is accepted as foreign data source.\n For custom binding or using remote service as foreign data source use\n component and configure data source using\n .\n ","Metadata":{"Common.PropertyName":"ForeignDataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn","Components.GenericTyped":"True"}},{"HashCode":-1149195594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.GridForeignColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.GridForeignColumn component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ForeignDataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Defines the column data source which will act as foreign data source.\n \n List or any IEnumerable type value is accepted as foreign data source.\n For custom binding or using remote service as foreign data source use\n component and configure data source using\n .\n ","Metadata":{"Common.PropertyName":"ForeignDataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n If AllowGrouping set to false, then it disables grouping of a particular column.\n By default all columns are groupable.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSearching","TypeName":"System.Boolean","Documentation":"\n \n If AllowSearching set to false, then it disables searching of a particular column.\n By default all columns are searchable.\n \n ","Metadata":{"Common.PropertyName":"AllowSearching"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n If AutoFit set to true, then the particular column content width will be\n adjusted based on its content in the initial rendering itself.\n Setting this property as true is equivalent to calling AutoFitColumns method in the DataBound event.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are.\n \n \n \n Truncates the cell content when it overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area.\n \n \n \n Displays ellipsis when the cell content overflows its area also it will display tooltip while hover on ellipsis applied cell.\n \n \n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on the Grid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n Use component to declare command columns.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the Grid.\n \n If no default value is provided then the default value of the model property type will be\n used as initial value.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to false, it disables the encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.\n \n \n \n Customizes the default numerictextbox editor.\n \n \n \n Customizes the default dropdown editor.\n \n \n \n Customizes the default datepicker editor.\n \n \n \n Customizes the default checkbox editor.\n \n \n \n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of editor to be used for cell editing.\n \n If EditType is not provided then the EditType will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"EnableGroupByFormat","TypeName":"System.Boolean","Documentation":"\n \n If EnableGroupByFormat set to true, then it groups the particular column by formatted values.\n By default columns are group by format.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupByFormat"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter and group etc.,\n If the Field name contains “dot”, then it is considered as complex binding.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ForeignKeyField","TypeName":"System.String","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyField"}},{"Kind":"Components.Component","Name":"ForeignKeyValue","TypeName":"System.String","Documentation":"\n \n Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.\n \n ","Metadata":{"Common.PropertyName":"ForeignKeyValue"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom formats.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on its Media Queries.\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n This column will be in disabled state in add form.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n Defines the mapping column name of the foreign data source.\n If it is not defined then the Field will be considered as mapping column name.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"SortComparer","TypeName":"System.Collections.Generic.IComparer","Documentation":"\n \n Gets or sets the custom sort comparer function to implement own sort logic for a particular column.\n For foreign key column with local data source a sort comparer will be assigned by default to sort it by text(ForeignKeyValue) instead of the underlying field value.\n \n \n Custom sort comparer cannot be used with remote data and Entity framework data source.\n \n ","Metadata":{"Common.PropertyName":"SortComparer"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Freeze","TypeName":"Syncfusion.Blazor.Grids.FreezeDirection","IsEnum":true,"Documentation":"\n \n Defines which side the column need to freeze.\n \n ","Metadata":{"Common.PropertyName":"Freeze"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n If Type is not provided then the Type will be inferred from the\n property type of the TValue.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, all columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-124309030,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridForeignColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":372749729,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":184050582,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":888008031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that used as editor for a particular column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1077773393,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-287095634,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template that used as filter UI for a particular column in FilterBar and Menu.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1411088617,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":622359105,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template which is used to add customized element in the column header.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1219737668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-231906214,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1384045489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-693888748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.Grids.GridForeignColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.GridForeignColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1679640188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.PagerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on the numeric items.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"System.Object","Documentation":"\n \n Triggers when Pager is created.\n \n ","Metadata":{"Common.PropertyName":"Created"}},{"Kind":"Components.Component","Name":"DropDownChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after pageSize is selected in DropDownList.\n \n ","Metadata":{"Common.PropertyName":"DropDownChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.PagerEvents"}},{"HashCode":-1846241723,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.PagerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.PagerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Click","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on the numeric items.\n \n ","Metadata":{"Common.PropertyName":"Click","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"System.Object","Documentation":"\n \n Triggers when Pager is created.\n \n ","Metadata":{"Common.PropertyName":"Created"}},{"Kind":"Components.Component","Name":"DropDownChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after pageSize is selected in DropDownList.\n \n ","Metadata":{"Common.PropertyName":"DropDownChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.PagerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1095709742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfPager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Double","Documentation":"\n \n Defines the current page number of pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"CustomText","TypeName":"System.String","Documentation":"\n \n Defines the customized text to append with numeric items.\n \n ","Metadata":{"Common.PropertyName":"CustomText"}},{"Kind":"Components.Component","Name":"EnableExternalMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnableExternalMessage set to true, then it adds the message to Pager.\n \n ","Metadata":{"Common.PropertyName":"EnableExternalMessage"}},{"Kind":"Components.Component","Name":"EnablePagerMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnablePagerMessage set to true, then it adds the pager information.\n \n ","Metadata":{"Common.PropertyName":"EnablePagerMessage"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExternalMessage","TypeName":"System.String","Documentation":"\n \n Defines the external message of Pager.\n \n ","Metadata":{"Common.PropertyName":"ExternalMessage"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Double","Documentation":"\n \n Defines the number of pages to display in pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Double","Documentation":"\n \n Defines the records count of visible page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or list of values,\n It renders DropDownList in the pager which allow us to select page size from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalRecordsCount","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalRecordsCount"}},{"Kind":"Components.Component","Name":"TotalPages","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalPages"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager"}},{"HashCode":1837890224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.SfPager","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfPager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"UnMatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"UnMatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Double","Documentation":"\n \n Defines the current page number of pager.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"CustomText","TypeName":"System.String","Documentation":"\n \n Defines the customized text to append with numeric items.\n \n ","Metadata":{"Common.PropertyName":"CustomText"}},{"Kind":"Components.Component","Name":"EnableExternalMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnableExternalMessage set to true, then it adds the message to Pager.\n \n ","Metadata":{"Common.PropertyName":"EnableExternalMessage"}},{"Kind":"Components.Component","Name":"EnablePagerMessage","TypeName":"System.Boolean","Documentation":"\n \n If EnablePagerMessage set to true, then it adds the pager information.\n \n ","Metadata":{"Common.PropertyName":"EnablePagerMessage"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString set to true,\n then it pass current page information as a query string along with the URL while navigating to other page.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExternalMessage","TypeName":"System.String","Documentation":"\n \n Defines the external message of Pager.\n \n ","Metadata":{"Common.PropertyName":"ExternalMessage"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Double","Documentation":"\n \n Defines the number of pages to display in pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Double","Documentation":"\n \n Defines the records count of visible page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or list of values,\n It renders DropDownList in the pager which allow us to select page size from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TotalRecordsCount","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalRecordsCount"}},{"Kind":"Components.Component","Name":"TotalPages","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the total records count which is used to render numeric container.\n \n ","Metadata":{"Common.PropertyName":"TotalPages"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1911294467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1089333366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.SfPager"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1778425555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfPager"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1649763966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.SfPager.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.SfPager"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.SfPager.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-175387783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EditorCellBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","Components.GenericTyped":"True"}},{"HashCode":18944664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EditorCellBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EditorCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944931256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterCheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","Components.GenericTyped":"True"}},{"HashCode":1700513398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterCheckBoxRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1015940176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Xvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Xvalue"}},{"Kind":"Components.Component","Name":"Yvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Yvalue"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","Components.GenericTyped":"True"}},{"HashCode":942595270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Xvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Xvalue"}},{"Kind":"Components.Component","Name":"Yvalue","TypeName":"System.String","Metadata":{"Common.PropertyName":"Yvalue"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterMenuRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1757040552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellBase","Components.GenericTyped":"True"}},{"HashCode":266805164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":467515342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridHeaderBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeaderBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","Components.GenericTyped":"True"}},{"HashCode":383268741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeaderBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeaderBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1056248005,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRowBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRowBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRowBase component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRowBase","Components.GenericTyped":"True"}},{"HashCode":-1455434613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRowBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridRowBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRowBase component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRowBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":300852743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BooleanEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.BooleanEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","Components.GenericTyped":"True"}},{"HashCode":212779674,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.BooleanEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BooleanEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1004674206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatePickerEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DatePickerEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","Components.GenericTyped":"True"}},{"HashCode":847419613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DatePickerEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DatePickerEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1199798478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DropDownEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","Components.GenericTyped":"True"}},{"HashCode":446979216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DropDownEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DropDownEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1440838539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ForeignKeyEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Model","TypeName":"Syncfusion.Blazor.Grids.Internal.EditorDropDownModel","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","Components.GenericTyped":"True"}},{"HashCode":1586187177,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Model","TypeName":"Syncfusion.Blazor.Grids.Internal.EditorDropDownModel","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeyEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-303623544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NumericEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","Components.GenericTyped":"True"}},{"HashCode":1457698955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NumericEditCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"TCell","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NumericEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-45881150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TextBoxEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.TextBoxEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","Components.GenericTyped":"True"}},{"HashCode":-245819128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.TextBoxEditCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RowData","TypeName":"T","Metadata":{"Common.PropertyName":"RowData","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TextBoxEditCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1442671310,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HasValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasValue"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}},{"HashCode":-1085464090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HasValue","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"HasValue"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1645003365,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1077205898,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Grids.Internal.TemplateHolder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.TemplateHolder.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":433653317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","Components.GenericTyped":"True"}},{"HashCode":1971043793,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.AdaptiveDialogRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1638816154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BatchEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BatchEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.BatchEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BatchEdit","Components.GenericTyped":"True"}},{"HashCode":835897750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.BatchEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.BatchEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.BatchEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.BatchEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-44550557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CaptionSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CaptionSummary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","Components.GenericTyped":"True"}},{"HashCode":-48388660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CaptionSummary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CaptionSummary","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1042463120,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CellRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.CellRender component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender","Components.GenericTyped":"True"}},{"HashCode":1958805964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CellRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CellRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.CellRender component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-956702180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CellRender"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1696242727,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.CellRender"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CellRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":912031374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked"}},{"Kind":"Components.Component","Name":"CheckBoxClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CheckBoxClass"}},{"Kind":"Components.Component","Name":"WrapperClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"WrapperClass"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RequireInput","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RequireInput"}},{"Kind":"Components.Component","Name":"Lable","TypeName":"System.String","Metadata":{"Common.PropertyName":"Lable"}},{"Kind":"Components.Component","Name":"CCSelectAll","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"CCSelectAll"}},{"Kind":"Components.Component","Name":"Intermediate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Intermediate"}},{"Kind":"Components.Component","Name":"CCClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CCClass"}},{"Kind":"Components.Component","Name":"CBSelectAllClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CBSelectAllClass"}},{"Kind":"Components.Component","Name":"IsDisabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDisabled"}},{"Kind":"Components.Component","Name":"IsRtl","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRtl"}},{"Kind":"Components.Component","Name":"Records","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Records"}},{"Kind":"Components.Component","Name":"AriaLabel","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"AriaLabel"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnClick","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer"}},{"HashCode":918220067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Checked","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Checked"}},{"Kind":"Components.Component","Name":"CheckBoxClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CheckBoxClass"}},{"Kind":"Components.Component","Name":"WrapperClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"WrapperClass"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"RequireInput","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"RequireInput"}},{"Kind":"Components.Component","Name":"Lable","TypeName":"System.String","Metadata":{"Common.PropertyName":"Lable"}},{"Kind":"Components.Component","Name":"CCSelectAll","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"CCSelectAll"}},{"Kind":"Components.Component","Name":"Intermediate","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Intermediate"}},{"Kind":"Components.Component","Name":"CCClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CCClass"}},{"Kind":"Components.Component","Name":"CBSelectAllClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CBSelectAllClass"}},{"Kind":"Components.Component","Name":"IsDisabled","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDisabled"}},{"Kind":"Components.Component","Name":"IsRtl","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRtl"}},{"Kind":"Components.Component","Name":"Records","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Records"}},{"Kind":"Components.Component","Name":"AriaLabel","TypeName":"System.Collections.Generic.Dictionary","Metadata":{"Common.PropertyName":"AriaLabel"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnClick","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CheckBoxRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1252451022,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnChooser"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnChooser component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","Components.GenericTyped":"True"}},{"HashCode":-1099750095,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnChooser component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnChooser","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1912089769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","Components.GenericTyped":"True"}},{"HashCode":-1362216971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ColumnMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ColumnMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1834351293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CommandColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CommandColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CommandColumn","Components.GenericTyped":"True"}},{"HashCode":955491456,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.CommandColumn","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.CommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.CommandColumn component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.CommandColumn","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2113431046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ContextMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ContextMenu","Components.GenericTyped":"True"}},{"HashCode":-1329899250,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ContextMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1924092869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DetailCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DetailCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DetailCell","Components.GenericTyped":"True"}},{"HashCode":-494004111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DetailCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DetailCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DetailCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DetailCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1772707743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DialogEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DialogEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DialogEdit","Components.GenericTyped":"True"}},{"HashCode":950732084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.DialogEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.DialogEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.DialogEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.DialogEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064620614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EventRegister","Components.GenericTyped":"True"}},{"HashCode":-681895567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.EventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.EventRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1377761993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExpandCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExpandCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.ExpandCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExpandCell","Components.GenericTyped":"True"}},{"HashCode":-336542885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExpandCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ExpandCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.ExpandCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExpandCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1376303074,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExcelBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ExcelBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ExcelBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"isFiltered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"isFiltered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExcelBase","Components.GenericTyped":"True"}},{"HashCode":138728587,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ExcelBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ExcelBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.ExcelBase component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"isFiltered","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"isFiltered"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ExcelBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-727701337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterBarRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","Components.GenericTyped":"True"}},{"HashCode":-2098564130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterBarRenderer component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterBarRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528188785,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterType","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterType"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterType component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterType","Components.GenericTyped":"True"}},{"HashCode":-334433856,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FilterType","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FilterType"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FilterType component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FilterType","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1393535402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FooterContent","Components.GenericTyped":"True"}},{"HashCode":1053273765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FooterContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":327767303,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FilterComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FilterComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditorComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","Components.GenericTyped":"True"}},{"HashCode":581522796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FilterComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"FilterComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorComponent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"EditorComponent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1341586100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterComponent","ParentTag":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1492953530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterComponent","ParentTag":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.FilterComponent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":396861980,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent","ParentTag":"ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":289063586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent","ParentTag":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorComponent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ForeignKeySubComponents.EditorComponent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1979617106,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenContent","Components.GenericTyped":"True"}},{"HashCode":1929457773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2065460598,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenFooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","Components.GenericTyped":"True"}},{"HashCode":-1933684991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenFooterContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Aggregate","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Aggregate"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenFooterContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1025071535,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","Components.GenericTyped":"True"}},{"HashCode":-1007462357,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-571789781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FrozenVirtual"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenVirtual component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsXaxis","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsXaxis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","Components.GenericTyped":"True"}},{"HashCode":729445446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.FrozenVirtual component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsXaxis","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsXaxis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.FrozenVirtual","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2076712341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCell","Components.GenericTyped":"True"}},{"HashCode":183611093,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GridCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1736548640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridCellRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelector","TypeName":"System.Func, Syncfusion.Blazor.Grids.Internal.Cell, System.String>","Metadata":{"Common.PropertyName":"CellSelector","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","Components.GenericTyped":"True"}},{"HashCode":-635321685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridCellRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellSelector","TypeName":"System.Func, Syncfusion.Blazor.Grids.Internal.Cell, System.String>","Metadata":{"Common.PropertyName":"CellSelector","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1519060912,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2096117523,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.GridCellRegister"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridCellRegister.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-604201498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsFrozenVirtual","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenVirtual"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridContent","Components.GenericTyped":"True"}},{"HashCode":-367536210,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"IsFrozenVirtual","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenVirtual"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1961113928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridDetailRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","Components.GenericTyped":"True"}},{"HashCode":-654711920,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridDetailRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridDetailRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1460181253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsFromClient","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFromClient"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"IsFrozenRowMovable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRowMovable"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeader","Components.GenericTyped":"True"}},{"HashCode":-1549933752,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsFromClient","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFromClient"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"IsFrozenRowMovable","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRowMovable"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2128519911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRow","Components.GenericTyped":"True"}},{"HashCode":-1358991144,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Grids.Internal.GridRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}},{"Kind":"Components.Component","Name":"IsMaskedRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedRow"}},{"Kind":"Components.Component","Name":"IsLastRow","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsLastRow"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32?","Metadata":{"Common.PropertyName":"EndColIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1356427684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridToolbar component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridToolbar","Components.GenericTyped":"True"}},{"HashCode":723405727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GridToolbar component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-582390174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridVirtualContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridVirtualContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"QueriedData","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"QueriedData"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"RQueryStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryStartIndex"}},{"Kind":"Components.Component","Name":"RQueryEndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryEndIndex"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"NextRowToNavigate","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"NextRowToNavigate"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","Components.GenericTyped":"True"}},{"HashCode":-1099637819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.GridVirtualContent component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"QueriedData","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"QueriedData"}},{"Kind":"Components.Component","Name":"RStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RStartIndex"}},{"Kind":"Components.Component","Name":"REndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"REndIndex"}},{"Kind":"Components.Component","Name":"RQueryStartIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryStartIndex"}},{"Kind":"Components.Component","Name":"RQueryEndIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RQueryEndIndex"}},{"Kind":"Components.Component","Name":"StartColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColIndex"}},{"Kind":"Components.Component","Name":"EndColIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColIndex"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"TranslateY","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateY"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"NextRowToNavigate","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"NextRowToNavigate"}},{"Kind":"Components.Component","Name":"IsHeader","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsHeader"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468458551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridVirtualHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"THeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter THeader for the Syncfusion.Blazor.Grids.Internal.GridVirtualHeader component.","Metadata":{"Common.PropertyName":"THeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"StartColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColumnIndex"}},{"Kind":"Components.Component","Name":"EndColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColumnIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","Components.GenericTyped":"True"}},{"HashCode":1873814682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"THeader","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter THeader for the Syncfusion.Blazor.Grids.Internal.GridVirtualHeader component.","Metadata":{"Common.PropertyName":"THeader","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"DataRows","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"DataRows"}},{"Kind":"Components.Component","Name":"TranslateX","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"TranslateX"}},{"Kind":"Components.Component","Name":"VTableWidth","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"VTableWidth"}},{"Kind":"Components.Component","Name":"StartColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"StartColumnIndex"}},{"Kind":"Components.Component","Name":"EndColumnIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"EndColumnIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GridVirtualHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1374275561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupCaption","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GroupCaption component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupCaption","Components.GenericTyped":"True"}},{"HashCode":-1902183922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupCaption","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GroupCaption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.GroupCaption component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupCaption","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-356427872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupDropArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GroupDropArea component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","Components.GenericTyped":"True"}},{"HashCode":1041125342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.GroupDropArea component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.GroupDropArea","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-853443692,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.IndentCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IndentCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.IndentCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.IndentCell","Components.GenericTyped":"True"}},{"HashCode":-1592651417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.IndentCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.IndentCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.IndentCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.IndentCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-600606554,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NormalEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NormalEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NormalEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NormalEdit","Components.GenericTyped":"True"}},{"HashCode":-1212481855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.NormalEdit","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.NormalEdit"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.NormalEdit component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cells","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Cells"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.NormalEdit","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316774933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Preloader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Preloader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.Preloader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader","Components.GenericTyped":"True"}},{"HashCode":-918900255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Preloader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Preloader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.Preloader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"System.Collections.Generic.IEnumerable","Metadata":{"Common.PropertyName":"Data"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2058899180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Preloader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1811774683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Grids.Internal.Preloader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Preloader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":607883626,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.PrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.PrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.Grids.SfGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.PrintLayout","Components.GenericTyped":"True"}},{"HashCode":1987039270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.PrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.PrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.PrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.Grids.SfGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.PrintLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2105552717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.RowDragCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowDragCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.RowDragCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.RowDragCell","Components.GenericTyped":"True"}},{"HashCode":1628858717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.RowDragCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.RowDragCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.RowDragCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.RowDragCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653846335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Summary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Summary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.Summary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Summary","Components.GenericTyped":"True"}},{"HashCode":312628142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Summary","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Summary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Grids.Internal.Summary component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Summary","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1593319613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationDialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","Components.GenericTyped":"True"}},{"HashCode":-232241383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationDialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1082797158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","Components.GenericTyped":"True"}},{"HashCode":1929827591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.ValidationTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":492947450,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.WidthController","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WidthController"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.WidthController component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.WidthController","Components.GenericTyped":"True"}},{"HashCode":-978041153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.WidthController","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.WidthController"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Grids.Internal.WidthController component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsFrozenRight","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFrozenRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.WidthController","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833928223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnsValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","Components.GenericTyped":"True"}},{"HashCode":679674634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Grids.Internal.Editors.ColumnsValidator","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-290109536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis labels border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder"}},{"HashCode":1206445067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis labels border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402295104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis"}},{"HashCode":207269985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":374140279,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis label border.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder"}},{"HashCode":-806875458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap common axis label border.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCommonLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1046415704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}},{"HashCode":945778775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1175419058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1813120204,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1685388366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the x-axis text style of the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}},{"HashCode":1415169570,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the x-axis text style of the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":510623764,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2054349353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1395312550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies the heatmap x-axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}},{"HashCode":1585711876,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies the heatmap x-axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1189632463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapXAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1106421248,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-778609259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}},{"HashCode":1477688240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the label text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Documentation":"\n \n Specifies the title of the heatmap axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisLabelBorder","Documentation":"\n \n Defines the axis border.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Enable Trim for heatmap yAxis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Increment","TypeName":"System.Double","Documentation":"\n \n Specifies the increment for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Increment"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval for an axis label.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IntervalType","TypeName":"Syncfusion.Blazor.HeatMap.IntervalType","IsEnum":true,"Documentation":"\n \n Specifies the types like `Years`, `Months`, `Days`, `Hours`, `Minutes` in date-time axis. They are,\n \n \n Years:\n Defines the interval of the axis in years.\n \n \n Months:\n Defines the interval of the axis in months.\n \n \n Days:\n Defines the interval of the axis in days.\n \n \n Hours:\n Defines the interval of the axis in hours.\n \n \n Minutes:\n Defines the interval of the axis in minutes.\n \n \n \n ","Metadata":{"Common.PropertyName":"IntervalType"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the axis to be rendered in the inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represents the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.HeatMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Specifies the actions like `Rotate45`, `None` and `Trim` when the axis labels intersect with each other. They are,\n \n \n None:\n Shows all the labels.\n \n \n Rotate45:\n Rotates the label to 45 degrees when it intersects.\n \n \n Trim:\n Trim the label when label text width exceeds the label width.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Specifies the angle to rotate the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"Labels","TypeName":"System.String[]","Documentation":"\n \n Specifies the options for label assignment.\n \n ","Metadata":{"Common.PropertyName":"Labels"}},{"Kind":"Components.Component","Name":"MaxLabelLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum length of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaxLabelLength"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Specifies the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Specifies the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MultiLevelLabels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level labels collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"MultiLevelLabels"}},{"Kind":"Components.Component","Name":"ShowLabelOn","TypeName":"Syncfusion.Blazor.HeatMap.LabelType","IsEnum":true,"Documentation":"\n \n Defines the axis label display type for date-time axis.\n \n \n None:\n Axis labels are displayed based on the value type.\n \n \n Years:\n Defines the axis labels display in years.\n \n \n Months:\n Defines the axis labels display in months.\n \n \n Days:\n Defines the axis labels display in days.\n \n \n Hours:\n Defines the axis labels display in hours.\n \n \n \n ","Metadata":{"Common.PropertyName":"ShowLabelOn"}},{"Kind":"Components.Component","Name":"ValueType","TypeName":"Syncfusion.Blazor.HeatMap.ValueType","IsEnum":true,"Documentation":"\n \n Specifies the type of data the axis handles.\n \n \n Numeric:\n Renders a numeric axis.\n \n \n DateTime:\n Renders a dateTime axis.\n \n \n Category:\n Renders a category axis.\n \n \n \n ","Metadata":{"Common.PropertyName":"ValueType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":920256938,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-50553181,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":160140141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}},{"HashCode":-586934696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":987482862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2009708537,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-91603602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies heatmap axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Title text\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}},{"HashCode":-225925991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n specifies heatmap axis title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Title text\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-976279121,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapYAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1752094198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2057309454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis multi-level categories class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisMultiLevelCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Int32","Documentation":"\n \n Specifies the end value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum width of the text for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Int32","Documentation":"\n \n Specifies the start value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the multi-level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}},{"HashCode":1467026261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap axis multi-level categories class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Int32","Documentation":"\n \n Specifies the end value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"MaximumTextWidth","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum width of the text for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"MaximumTextWidth"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Int32","Documentation":"\n \n Specifies the start value of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the multi-level labels text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-462939809,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapAxisMultiLevelCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-739172433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelCategories.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":917042720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the axis text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapAxisMultiLevelLabelsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}},{"HashCode":1172157326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the axis text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1438318600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapAxisMultiLevelLabelsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-622327058,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":480771559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi-level labels. They are,\n \n \n Near:\n Places the multi-level labels Near.\n \n \n Center:\n Places the multi-level labels at Center.\n \n \n Far:\n Places the multi-level labels Far.\n \n \n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.AxisLabelBorderModel","Documentation":"\n \n Specifies the border of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level categories for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the text overflow for multi-level labels. They are,\n \n \n Trim:\n Trim text overflow for multi-level labels.\n \n \n Wrap:\n Wrap text overflow for multi-level labels.\n \n \n None:\n No text overflow for multi-level labels.\n \n \n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Documentation":"\n \n Specifies the options to customize the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}},{"HashCode":1376299664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Defines the position of the multi-level labels. They are,\n \n \n Near:\n Places the multi-level labels Near.\n \n \n Center:\n Places the multi-level labels at Center.\n \n \n Far:\n Places the multi-level labels Far.\n \n \n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.AxisLabelBorderModel","Documentation":"\n \n Specifies the border of the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Categories","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the multi-level categories for multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"Categories"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Defines the text overflow for multi-level labels. They are,\n \n \n Trim:\n Trim text overflow for multi-level labels.\n \n \n Wrap:\n Wrap text overflow for multi-level labels.\n \n \n None:\n No text overflow for multi-level labels.\n \n \n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapAxisMultiLevelLabelsTextStyle","Documentation":"\n \n Specifies the options to customize the multi-level labels.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2043406909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2092928748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-749427235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}},{"HashCode":-1462724399,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1665641494,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":450217003,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMultiLevelLabels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":680153214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapXAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder"}},{"HashCode":-38958790,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap x-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064121859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapYAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder"}},{"HashCode":-51027238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap y-axis multi-level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.BorderType","IsEnum":true,"Documentation":"\n \n Specifies label border type.\n \n \n Rectangle:\n Defines Rectangle border type.\n \n \n Without Top Border:\n Defines WithoutTopBorder type.\n \n \n Without Top/Bottom Border:\n Defines WithoutTopandBottomBorder type.\n \n \n Without Border:\n Defines WithoutBorder type.\n \n \n Without Bottom Border:\n Defines WithoutBottomBorder type.\n \n \n Brace:\n Defines Brace type border.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapYAxisMultiLevelLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205682196,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap datasource settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdaptorType","TypeName":"Syncfusion.Blazor.HeatMap.AdaptorType","IsEnum":true,"Documentation":"\n \n Specifies adaptor type.\n \n ","Metadata":{"Common.PropertyName":"AdaptorType"}},{"Kind":"Components.Component","Name":"BubbleDataMapping","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Documentation":"\n \n Specifies data mapping for size and color bubble type.\n \n ","Metadata":{"Common.PropertyName":"BubbleDataMapping"}},{"Kind":"Components.Component","Name":"IsJsonData","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the provided datasource is JSON data.\n \n ","Metadata":{"Common.PropertyName":"IsJsonData"}},{"Kind":"Components.Component","Name":"ValueMapping","TypeName":"System.String","Documentation":"\n \n Specifies value mapping.\n \n ","Metadata":{"Common.PropertyName":"ValueMapping"}},{"Kind":"Components.Component","Name":"XDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies xAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"XDataMapping"}},{"Kind":"Components.Component","Name":"YDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies yAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"YDataMapping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}},{"HashCode":-240752529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap datasource settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdaptorType","TypeName":"Syncfusion.Blazor.HeatMap.AdaptorType","IsEnum":true,"Documentation":"\n \n Specifies adaptor type.\n \n ","Metadata":{"Common.PropertyName":"AdaptorType"}},{"Kind":"Components.Component","Name":"BubbleDataMapping","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Documentation":"\n \n Specifies data mapping for size and color bubble type.\n \n ","Metadata":{"Common.PropertyName":"BubbleDataMapping"}},{"Kind":"Components.Component","Name":"IsJsonData","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the provided datasource is JSON data.\n \n ","Metadata":{"Common.PropertyName":"IsJsonData"}},{"Kind":"Components.Component","Name":"ValueMapping","TypeName":"System.String","Documentation":"\n \n Specifies value mapping.\n \n ","Metadata":{"Common.PropertyName":"ValueMapping"}},{"Kind":"Components.Component","Name":"XDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies xAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"XDataMapping"}},{"Kind":"Components.Component","Name":"YDataMapping","TypeName":"System.String","Documentation":"\n \n Specifies yAxis mapping.\n \n ","Metadata":{"Common.PropertyName":"YDataMapping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1759250945,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1881483177,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":498313619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the HeatMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when you click the heat map cell in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when multiple cells get selected in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the Heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the HeatMap tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapEvents"}},{"HashCode":-650851604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the HeatMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when you click the heat map cell in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when multiple cells get selected in the HeatMap component.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the HeatMap is loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the Heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the HeatMap tooltip is rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1498759562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment of the legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"EnableSmartLegend","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the smart legend should be displayed or not when the palette type is fixed.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLegend"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of Legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LabelDisplayType","TypeName":"Syncfusion.Blazor.HeatMap.LabelDisplayType","IsEnum":true,"Documentation":"\n \n Specifies the type of label display for the smart legend.\n \n \n All:\n All labels are displayed.\n \n \n Edge:\n Labels will be displayed only at the edges of the legend.\n \n \n None:\n No labels are displayed.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelDisplayType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the legend label.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.HeatMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of Legend to render.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowGradientPointer","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the gradient pointer should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowGradientPointer"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the label should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Documentation":"\n \n Specifies the legend label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Documentation":"\n \n Specifies the title of Legend.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to toggle the visibility of heatmap cells based on legend range selection or not.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Legend should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of Legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}},{"HashCode":-1757309600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the alignment of the legend.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"EnableSmartLegend","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the smart legend should be displayed or not when the palette type is fixed.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLegend"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of Legend.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LabelDisplayType","TypeName":"Syncfusion.Blazor.HeatMap.LabelDisplayType","IsEnum":true,"Documentation":"\n \n Specifies the type of label display for the smart legend.\n \n \n All:\n All labels are displayed.\n \n \n Edge:\n Labels will be displayed only at the edges of the legend.\n \n \n None:\n No labels are displayed.\n \n \n \n ","Metadata":{"Common.PropertyName":"LabelDisplayType"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the legend label.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.HeatMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of Legend to render.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowGradientPointer","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the gradient pointer should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowGradientPointer"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the label should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Documentation":"\n \n Specifies the legend label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Documentation":"\n \n Specifies the title of Legend.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to toggle the visibility of heatmap cells based on legend range selection or not.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Legend should be visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of Legend.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1575492035,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-260922458,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-411947284,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}},{"HashCode":788910242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-957696790,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":80113175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1471490443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content child.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}},{"HashCode":-145588121,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content child.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-724008148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content child.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-947722175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content child.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-726604241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}},{"HashCode":-841163530,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap legend title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272095128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-480971430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapLegendTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239021815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Int32","Documentation":"\n \n Specifies the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Int32","Documentation":"\n \n Specifies the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Int32","Documentation":"\n \n Specifies the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Int32","Documentation":"\n \n Specifies the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}},{"HashCode":1066811981,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap margin.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Int32","Documentation":"\n \n Specifies the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Int32","Documentation":"\n \n Specifies the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Int32","Documentation":"\n \n Specifies the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Int32","Documentation":"\n \n Specifies the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1458418033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":593453949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-450985815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the fill colors for the heatmap cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapFillColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the maximum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the minimum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}},{"HashCode":-653187307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the fill colors for the heatmap cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the maximum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the minimum fill color for cell color range.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":223221238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapFillColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2108746792,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapFillColor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-100610828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the palette color text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette end value.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the palette color label.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette max-color value.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette min-color value.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette start value.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette color value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}},{"HashCode":-1539425383,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the palette color text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette end value.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the palette color label.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette max-color value.\n \n ","Metadata":{"Common.PropertyName":"MaxColor"}},{"Kind":"Components.Component","Name":"MinColor","TypeName":"System.String","Documentation":"\n \n Specifies the palette min-color value.\n \n ","Metadata":{"Common.PropertyName":"MinColor"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette start value.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double?","Documentation":"\n \n Specifies the palette color value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1863677446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1926024134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPalette"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalette.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":968797083,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPalettes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}},{"HashCode":-1047065416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palettes collections.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-473164215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPalettes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":248927101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPalettes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPalettes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-222148037,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palette settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapPaletteSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColorGradientMode","TypeName":"Syncfusion.Blazor.HeatMap.ColorGradientMode","IsEnum":true,"Documentation":"\n \n Specifies the color gradient mode in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ColorGradientMode"}},{"Kind":"Components.Component","Name":"EmptyPointColor","TypeName":"System.String","Documentation":"\n \n Specifies the color for empty points in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointColor"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Documentation":"\n \n Specifies the options to set fill colors.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.PaletteType","IsEnum":true,"Documentation":"\n \n Specifies the color style\n \n \n Gradient:\n Render heatmap cells with linear gradient color.\n \n \n Fixed:\n Render heatmap cells with fixed color.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}},{"HashCode":1890604916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap palette settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColorGradientMode","TypeName":"Syncfusion.Blazor.HeatMap.ColorGradientMode","IsEnum":true,"Documentation":"\n \n Specifies the color gradient mode in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ColorGradientMode"}},{"Kind":"Components.Component","Name":"EmptyPointColor","TypeName":"System.String","Documentation":"\n \n Specifies the color for empty points in heatmap component.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointColor"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFillColor","Documentation":"\n \n Specifies the options to set fill colors.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.HeatMap.PaletteType","IsEnum":true,"Documentation":"\n \n Specifies the color style\n \n \n Gradient:\n Render heatmap cells with linear gradient color.\n \n \n Fixed:\n Render heatmap cells with fixed color.\n \n \n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1265656137,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapPaletteSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":85614652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1311711492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble data mapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapBubbleDataMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set size.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}},{"HashCode":-1279065090,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble data mapping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property to set size.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1655177663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapBubbleDataMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1899976435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleDataMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074883023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble size.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapBubbleSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}},{"HashCode":2105229613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap bubble size.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.String","Documentation":"\n \n Specifies the maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.String","Documentation":"\n \n Specifies the minimum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2001602854,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapBubbleSize"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-823159033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468609565,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Int32","Documentation":"\n \n Specifies the radius of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder"}},{"HashCode":-1229051508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Int32","Documentation":"\n \n Specifies the radius of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1728225253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"BubbleSize","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Documentation":"\n \n Specifies the minimum and maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"BubbleSize"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.HeatMap.BubbleType","IsEnum":true,"Documentation":"\n \n Defines Bubble Type. They are\n \n \n Size:\n Defines the bubble type as size.\n \n \n Color:\n Defines the bubble type as color.\n \n \n Sector:\n Defines the bubble type as sector.\n \n \n SizeAndColor:\n Defines the bubble type as size and color.\n \n \n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"EnableCellHighlighting","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the cell highlighting on mouse hover.\n \n ","Metadata":{"Common.PropertyName":"EnableCellHighlighting"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsInversedBubbleSize","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the bubble to display in inverse.\n \n ","Metadata":{"Common.PropertyName":"IsInversedBubbleSize"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Toggles the visibility of data label over the heatmap cells.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"TileType","TypeName":"Syncfusion.Blazor.HeatMap.CellType","IsEnum":true,"Documentation":"\n \n Defines cell Type. They are.\n \n \n Rect:\n Render heatmap cells in rectangle shape.\n \n \n Bubble:\n Render heatmap cells in bubble shape.\n \n \n \n ","Metadata":{"Common.PropertyName":"TileType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}},{"HashCode":-1046059256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"BubbleSize","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapBubbleSize","Documentation":"\n \n Specifies the minimum and maximum radius value of the cell in percentage.\n \n ","Metadata":{"Common.PropertyName":"BubbleSize"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.HeatMap.BubbleType","IsEnum":true,"Documentation":"\n \n Defines Bubble Type. They are\n \n \n Size:\n Defines the bubble type as size.\n \n \n Color:\n Defines the bubble type as color.\n \n \n Sector:\n Defines the bubble type as sector.\n \n \n SizeAndColor:\n Defines the bubble type as size and color.\n \n \n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"EnableCellHighlighting","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the cell highlighting on mouse hover.\n \n ","Metadata":{"Common.PropertyName":"EnableCellHighlighting"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the formatting options for the data label.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsInversedBubbleSize","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the bubble to display in inverse.\n \n ","Metadata":{"Common.PropertyName":"IsInversedBubbleSize"}},{"Kind":"Components.Component","Name":"ShowLabel","TypeName":"System.Boolean","Documentation":"\n \n Toggles the visibility of data label over the heatmap cells.\n \n ","Metadata":{"Common.PropertyName":"ShowLabel"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"TileType","TypeName":"Syncfusion.Blazor.HeatMap.CellType","IsEnum":true,"Documentation":"\n \n Defines cell Type. They are.\n \n \n Rect:\n Render heatmap cells in rectangle shape.\n \n \n Bubble:\n Render heatmap cells in bubble shape.\n \n \n \n ","Metadata":{"Common.PropertyName":"TileType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1874288521,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapCellSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1071953788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-503379175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell value text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapCellTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}},{"HashCode":1565870658,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap cell value text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heat map text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1927028025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapCellTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1075815861,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-31650494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}},{"HashCode":-929878445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the title text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Documentation":"\n \n Specifies the options for customizing the title.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-725322907,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-725206620,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2100180075,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}},{"HashCode":-29922935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap title text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184287982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1078885266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2080538629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont"}},{"HashCode":-1998167620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip font.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Specifies the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Specifies the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Specifies the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.HeatMap.Alignment","IsEnum":true,"Documentation":"\n \n Specifies the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.HeatMap.TextOverflow","IsEnum":true,"Documentation":"\n \n Specifies the heatmap text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-943073628,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":447700033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690122369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}},{"HashCode":909011134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927578042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1604208412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772995611,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the header for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Specifies the custom template to format the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}},{"HashCode":-564252070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipBorder","Documentation":"\n \n Specifies the cell border style.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables / Disables the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the header for the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the color collection for heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Specifies the custom template to format the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapFont","Documentation":"\n \n Specifies the cell label style.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-461593929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeatMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2033933435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1448936129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfHeatMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.SfHeatMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n The `AllowSelection` provides an option to enable or disable the\n selection of multiple cells in the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"CellSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Documentation":"\n \n The `CellSettings` provides an option to customize the heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"CellSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"TValue","Documentation":"\n \n The `DataSource` provides the data to render the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Documentation":"\n \n The `DataSourceSettings` specifies the datasource settings for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies ID property for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Documentation":"\n \n The `Margin` provides an option to customize the left, right, top and bottom margins of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"PaletteSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Documentation":"\n \n The `PaletteSettings` provides an option for customizing the cell color of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"PaletteSettings"}},{"Kind":"Components.Component","Name":"RenderingMode","TypeName":"Syncfusion.Blazor.HeatMap.DrawType","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n \n SVG:\n HeatMap is rendered using SVG draw mode.\n \n \n Canvas:\n HeatMap is rendered using Canvas draw mode.\n \n \n Auto:\n Automatically switch the draw mode based on the number of records in the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"RenderingMode"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the tooltip for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for heatmap.\n \n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TitleSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Documentation":"\n \n Specifies the Title of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TitleSettings"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Documentation":"\n \n The `TooltipSettings` provides an option for customizing the ToolTipSettings property of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n \n The `CssClass` property is used to add a user-preferred class name in the root element of the HeatMap,\n that can be used to customize the component (both CSS and functionality customization)\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxis","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Documentation":"\n \n The `XAxis` provides an option to configure the horizontal axis.\n \n ","Metadata":{"Common.PropertyName":"XAxis"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for heatmap component.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap","Components.GenericTyped":"True"}},{"HashCode":-1012755525,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n \n Specifies the class for the heatmap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.SfHeatMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.SfHeatMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n The `AllowSelection` provides an option to enable or disable the\n selection of multiple cells in the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"CellSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapCellSettings","Documentation":"\n \n The `CellSettings` provides an option to customize the heatmap cell.\n \n ","Metadata":{"Common.PropertyName":"CellSettings"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"TValue","Documentation":"\n \n The `DataSource` provides the data to render the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapDataSourceSettings","Documentation":"\n \n The `DataSourceSettings` specifies the datasource settings for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n The height of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies ID property for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapMargin","Documentation":"\n \n The `Margin` provides an option to customize the left, right, top and bottom margins of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"PaletteSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapPaletteSettings","Documentation":"\n \n The `PaletteSettings` provides an option for customizing the cell color of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"PaletteSettings"}},{"Kind":"Components.Component","Name":"RenderingMode","TypeName":"Syncfusion.Blazor.HeatMap.DrawType","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n \n SVG:\n HeatMap is rendered using SVG draw mode.\n \n \n Canvas:\n HeatMap is rendered using Canvas draw mode.\n \n \n Auto:\n Automatically switch the draw mode based on the number of records in the data source.\n \n \n \n ","Metadata":{"Common.PropertyName":"RenderingMode"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the tooltip for the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Specifies the theme for heatmap.\n \n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TitleSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTitleSettings","Documentation":"\n \n Specifies the Title of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TitleSettings"}},{"Kind":"Components.Component","Name":"TooltipSettings","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapTooltipSettings","Documentation":"\n \n The `TooltipSettings` provides an option for customizing the ToolTipSettings property of the heatmap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n \n The `CssClass` property is used to add a user-preferred class name in the root element of the HeatMap,\n that can be used to customize the component (both CSS and functionality customization)\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n The width of the HeatMap as a string accepts input as both '100px' or '100%'.\n If specified as '100%, HeatMap renders to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"XAxis","TypeName":"Syncfusion.Blazor.HeatMap.HeatMapXAxis","Documentation":"\n \n The `XAxis` provides an option to configure the horizontal axis.\n \n ","Metadata":{"Common.PropertyName":"XAxis"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for heatmap component.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":288079083,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfHeatMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1253656653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.HeatMap.SfHeatMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.SfHeatMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1899404650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component class.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component styles.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}},{"HashCode":468447989,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GivenContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","Metadata":{"Common.PropertyName":"GivenContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component id.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Class","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component class.\n \n ","Metadata":{"Common.PropertyName":"Class"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Specifies the heatmap tooltip component styles.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-974210807,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-93007724,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the heatmap tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GivenContent","ParentTag":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GivenContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.HeatMapTooltipComponent.GivenContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406984290,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Axis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Axis.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Axis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Axis component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Axis","Components.GenericTyped":"True"}},{"HashCode":1993341035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Axis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Axis.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Axis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Axis component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Axis","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1745275029,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.DataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Datasource.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.DataSource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.DataSource","Components.GenericTyped":"True"}},{"HashCode":1506298466,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.DataSource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Datasource.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.DataSource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.DataSource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.DataSource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":254776007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Legend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Legend.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Legend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Legend component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Legend","Components.GenericTyped":"True"}},{"HashCode":613951032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Legend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Legend.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Legend"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Legend component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Legend","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-413485567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Palette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Palette.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Palette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Palette component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Palette","Components.GenericTyped":"True"}},{"HashCode":652666505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.HeatMap.Internal.Palette","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for Palette.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.HeatMap.Internal.Palette"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.HeatMap.Internal.Palette component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.HeatMap.Internal.Palette","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-118308411,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the component which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}},{"HashCode":-33027725,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the component which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903567332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditorComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-363962046,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the components to render inside the InPlaceEditor as Editable Field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.EditorComponent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.EditorComponent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411213248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorButtton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton"}},{"HashCode":-605958349,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorButtton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":682942636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's cancel Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorCancelButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton"}},{"HashCode":1450958960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's cancel Button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195191258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the handler to handle the In-place Editor's events.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data is submitted to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when data submission is failed.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the data is submitted successfully to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnSanitizeHtml","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnSanitizeHtml","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Validating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before changing edit mode from default.\n \n ","Metadata":{"Common.PropertyName":"BeginEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the edit action is finished and begin to submit/cancel the current value.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the integrated component value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","Components.GenericTyped":"True"}},{"HashCode":590883949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the handler to handle the In-place Editor's events.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data is submitted to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when data submission is failed.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the data is submitted successfully to the server.\n \n ","Metadata":{"Common.PropertyName":"OnActionSuccess","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnSanitizeHtml","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"OnSanitizeHtml","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Validating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"Validating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before changing edit mode from default.\n \n ","Metadata":{"Common.PropertyName":"BeginEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EndEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the edit action is finished and begin to submit/cancel the current value.\n \n ","Metadata":{"Common.PropertyName":"EndEdit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the integrated component value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":648494358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the properties to customize the popup mode of the In-place Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorPopupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n Specifies the animation that displays while opening and closing the popup.\n The animation property allows to set delay, duration, and effect.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will close the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the specific user-defined styles to customize the popup.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup which accepts the string values.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n Enables to freeze a popup in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Int32","Documentation":"\n \n Specifies an X-coordinate value which is the horizontal space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Int32","Documentation":"\n \n Specifies an Y-coordinate value which is the vertical space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will open the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.OpenType","IsEnum":true,"Documentation":"\n \n Determines the mode when invoking the popup. The available open modes are:\n 1.Auto\n 2.Hover\n 3.Click\n 4.Focus\n 5.Custom\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Set the position of the popup based on the target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Determines whether to show or hide the tip pointer on the popup.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n Specifies to customize the position of the tip pointer on the popup.\n The available options are:\n 1.Auto\n 2.Start\n 3.Middle\n 4.End\n When set to auto, the tip pointer adjusts its position automatically based on the available space on the target.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Set the width of the popup component which accepts a string value.\n When set width as auto, the popup width will be adjusted automatically to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Popup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the editor's popup.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings"}},{"HashCode":-1343641701,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the properties to customize the popup mode of the In-place Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n Specifies the animation that displays while opening and closing the popup.\n The animation property allows to set delay, duration, and effect.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will close the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the specific user-defined styles to customize the popup.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the popup which accepts the string values.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n Enables to freeze a popup in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Int32","Documentation":"\n \n Specifies an X-coordinate value which is the horizontal space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Int32","Documentation":"\n \n Specifies an Y-coordinate value which is the vertical space between the target and popup element.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Int32","Documentation":"\n \n Specifies a duration in milliseconds that will open the popup after a specified delay.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.OpenType","IsEnum":true,"Documentation":"\n \n Determines the mode when invoking the popup. The available open modes are:\n 1.Auto\n 2.Hover\n 3.Click\n 4.Focus\n 5.Custom\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n Set the position of the popup based on the target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n Determines whether to show or hide the tip pointer on the popup.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n Specifies to customize the position of the tip pointer on the popup.\n The available options are:\n 1.Auto\n 2.Start\n 3.Middle\n 4.End\n When set to auto, the tip pointer adjusts its position automatically based on the available space on the target.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Set the width of the popup component which accepts a string value.\n When set width as auto, the popup width will be adjusted automatically to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Popup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title of the editor's popup.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorPopupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1403713558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's save button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorSaveButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton"}},{"HashCode":1666627527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides properties of the In-place Editor's save button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Binds the click event for the In-place Editor buttons.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` which is displayed in the Button.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to apply in the Button.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the single or multiple CSS classes with space to include an icon in the Button.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Place the icon before or after the text content in the Button. The possible values are:\n Left: Positions the icon on the left side of the text content.\n Right: Positions the icon on the right side of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that determines which button is primary.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the button can be on or off.\n When you click on it, the button's state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button. The possible values are:\n 1.Button\n 2.Submit\n 3.Reset\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorSaveButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1902239884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InPlaceEditorTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}},{"HashCode":-1636614033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-520554955,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InPlaceEditorTemplate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1660006171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the components to render inside the InPlaceEditor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorTemplate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854919686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The In-place Editor component is most useful for editing a value dynamically within its context (in-place).\n It has the built-in support to handle all the form components, including TextBox, Dropdown List, DatePicker, and Rich Text Editor.\n The component comes with different edit modes and a fully customizable UI.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInPlaceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Overridden.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionOnBlur","TypeName":"Syncfusion.Blazor.InPlaceEditor.ActionBlur","IsEnum":true,"Documentation":"\n \n Specifies the action that is performed when we focus-out from the In-place Editor. It can be a Submit or Cancel or Ignore action.\n \n ","Metadata":{"Common.PropertyName":"ActionOnBlur"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Specifies the adaptor type that is used by the DataManager to communicate with DataSource.\n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used to customize the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EditableOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.EditableType","IsEnum":true,"Documentation":"\n \n Specifies whether to enable or disable the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EditableOn"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Documentation":"\n \n Sets the text to be shown when a component is Empty.\n \n ","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"EnableEditMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies to show and hide the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EnableEditMode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.InPlaceEditor.RenderMode","IsEnum":true,"Documentation":"\n \n Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the component which is used to retrieve data from the server.\n If the name is not given, then the component ID will be considered as the mapping name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PrimaryKey","TypeName":"System.String","Documentation":"\n \n Defines the unique key of an editable field that can be used for saving data in the Database.\n \n ","Metadata":{"Common.PropertyName":"PrimaryKey"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the Save and Cancel buttons of the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"SubmitOnEnter","TypeName":"System.Boolean","Documentation":"\n \n Enables to trigger the submit action when the enter key is pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitOnEnter"}},{"Kind":"Components.Component","Name":"TextOption","TypeName":"Syncfusion.Blazor.InPlaceEditor.TextOptionType","IsEnum":true,"Metadata":{"Common.PropertyName":"TextOption"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.InPlaceEditor.InputType","IsEnum":true,"Documentation":"\n \n Specifies the component which is rendered within the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the server URL which triggers on submit action in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Specifies the display value for the component when the original value is empty.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the InPlaceEditor element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"CancelButton","TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Metadata":{"Common.PropertyName":"CancelButton"}},{"Kind":"Components.Component","Name":"SaveButton","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SaveButton"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"PopupSettings","TypeName":"System.Object","Metadata":{"Common.PropertyName":"PopupSettings"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Object","Metadata":{"Common.PropertyName":"ValidationRules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.GenericTyped":"True"}},{"HashCode":1871642072,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The In-place Editor component is most useful for editing a value dynamically within its context (in-place).\n It has the built-in support to handle all the form components, including TextBox, Dropdown List, DatePicker, and Rich Text Editor.\n The component comes with different edit modes and a fully customizable UI.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Overridden.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActionOnBlur","TypeName":"Syncfusion.Blazor.InPlaceEditor.ActionBlur","IsEnum":true,"Documentation":"\n \n Specifies the action that is performed when we focus-out from the In-place Editor. It can be a Submit or Cancel or Ignore action.\n \n ","Metadata":{"Common.PropertyName":"ActionOnBlur"}},{"Kind":"Components.Component","Name":"Adaptor","TypeName":"Syncfusion.Blazor.Adaptors","IsEnum":true,"Documentation":"\n \n Specifies the adaptor type that is used by the DataManager to communicate with DataSource.\n \n ","Metadata":{"Common.PropertyName":"Adaptor"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used to customize the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EditableOn","TypeName":"Syncfusion.Blazor.InPlaceEditor.EditableType","IsEnum":true,"Documentation":"\n \n Specifies whether to enable or disable the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EditableOn"}},{"Kind":"Components.Component","Name":"EmptyText","TypeName":"System.String","Documentation":"\n \n Sets the text to be shown when a component is Empty.\n \n ","Metadata":{"Common.PropertyName":"EmptyText"}},{"Kind":"Components.Component","Name":"EnableEditMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies to show and hide the editing mode.\n \n ","Metadata":{"Common.PropertyName":"EnableEditMode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.InPlaceEditor.RenderMode","IsEnum":true,"Documentation":"\n \n Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the component which is used to retrieve data from the server.\n If the name is not given, then the component ID will be considered as the mapping name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"PrimaryKey","TypeName":"System.String","Documentation":"\n \n Defines the unique key of an editable field that can be used for saving data in the Database.\n \n ","Metadata":{"Common.PropertyName":"PrimaryKey"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the Save and Cancel buttons of the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"SubmitOnEnter","TypeName":"System.Boolean","Documentation":"\n \n Enables to trigger the submit action when the enter key is pressed.\n \n ","Metadata":{"Common.PropertyName":"SubmitOnEnter"}},{"Kind":"Components.Component","Name":"TextOption","TypeName":"Syncfusion.Blazor.InPlaceEditor.TextOptionType","IsEnum":true,"Metadata":{"Common.PropertyName":"TextOption"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.InPlaceEditor.InputType","IsEnum":true,"Documentation":"\n \n Specifies the component which is rendered within the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the server URL which triggers on submit action in the In-place Editor.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Specifies the display value for the component when the original value is empty.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the InPlaceEditor element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"CancelButton","TypeName":"Syncfusion.Blazor.InPlaceEditor.InPlaceEditorCancelButton","Metadata":{"Common.PropertyName":"CancelButton"}},{"Kind":"Components.Component","Name":"SaveButton","TypeName":"System.Object","Metadata":{"Common.PropertyName":"SaveButton"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"PopupSettings","TypeName":"System.Object","Metadata":{"Common.PropertyName":"PopupSettings"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Object","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Object","Metadata":{"Common.PropertyName":"ValidationRules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-318258884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfInPlaceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":691864575,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the InPlace Editor element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":744902299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the dependent compoenent of the Inplace Editor type.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Component"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.Internal.Component component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","Components.GenericTyped":"True"}},{"HashCode":828349999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the dependent compoenent of the Inplace Editor type.\n \n Represents the Inplace Editor data source's type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.InPlaceEditor.Internal.Component component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.Internal.Component","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252858588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for color picker element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Double","Documentation":"\n \n It is used to render the ColorPicker palette with specified columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n This property sets the CSS classes to root element of the ColorPicker\n which helps to customize the UI styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableOpacity","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the opacity option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"EnableOpacity"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable persisting component's state between page reloads and it is extended from component class.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n It is used to render the ColorPicker component as inline.\n \n ","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n It is used to render the ColorPicker with the specified mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the mode switcher button of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}},{"Kind":"Components.Component","Name":"NoColor","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the no color option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"NoColor"}},{"Kind":"Components.Component","Name":"PresetColors","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n It is used to load custom colors to palette.\n \n ","Metadata":{"Common.PropertyName":"PresetColors"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n It is used to set the color value for ColorPicker. It should be specified as Hex code.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnModeSwitch","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before Switching between ColorPicker mode.\n \n ","Metadata":{"Common.PropertyName":"OnModeSwitch","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ModeSwitched","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the ColorPicker mode is switched.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitched","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTileRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each palette tile.\n \n ","Metadata":{"Common.PropertyName":"OnTileRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while changing the colors. It will be triggered based on the showButtons property.\n If the property is false, the event will be triggered while selecting the colors.\n If the property is true, the event will be triggered while apply the selected color.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting the color in picker / palette, when ShowButtons property is enabled.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker"}},{"HashCode":-1946824644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n \n ColorPicker component is a user interface to select and adjust color values.\n It provides supports for various color specification like Red Green Blue, Hue Saturation Value and Hex codes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfColorPicker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for color picker element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Double","Documentation":"\n \n It is used to render the ColorPicker palette with specified columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n This property sets the CSS classes to root element of the ColorPicker\n which helps to customize the UI styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableOpacity","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the opacity option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"EnableOpacity"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable persisting component's state between page reloads and it is extended from component class.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Inline","TypeName":"System.Boolean","Documentation":"\n \n It is used to render the ColorPicker component as inline.\n \n ","Metadata":{"Common.PropertyName":"Inline"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n It is used to render the ColorPicker with the specified mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the mode switcher button of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}},{"Kind":"Components.Component","Name":"NoColor","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable / disable the no color option of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"NoColor"}},{"Kind":"Components.Component","Name":"PresetColors","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n It is used to load custom colors to palette.\n \n ","Metadata":{"Common.PropertyName":"PresetColors"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n It is used to set the color value for ColorPicker. It should be specified as Hex code.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the ColorPicker popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnModeSwitch","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before Switching between ColorPicker mode.\n \n ","Metadata":{"Common.PropertyName":"OnModeSwitch","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ModeSwitched","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the ColorPicker mode is switched.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitched","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTileRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each palette tile.\n \n ","Metadata":{"Common.PropertyName":"OnTileRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while changing the colors. It will be triggered based on the showButtons property.\n If the property is false, the event will be triggered while selecting the colors.\n If the property is true, the event will be triggered while apply the selected color.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting the color in picker / palette, when ShowButtons property is enabled.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":691516633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1497486317,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfColorPicker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2084386180,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaskedTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of SfMaskedTextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the SfMaskedTextBox. One or more custom CSS classes can be added to a SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting SfMaskedTextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the SfMaskedTextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the SfMaskedTextBox that the placeholder text floats above the SfMaskedTextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the SfMaskedTextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the SfMaskedTextBox.\n \n \n Auto\n The floating label floats above the SfMaskedTextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in SfMaskedTextBox. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the SfMaskedTextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n Sets a value that masks the MaskedTextBox to allow/validate the user input.\n \n ","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"PromptChar","TypeName":"System.Char","Documentation":"\n \n Gets or sets a value that will be shown as a prompting symbol for the masked value.\n The symbol used to show input positions in the MaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"PromptChar"}},{"Kind":"Components.Component","Name":"CustomCharacters","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Sets the collection of values to be mapped for non-mask elements(literals)\n which have been set in the mask of MaskedTextBox.\n In the below example, non-mask elements \"P\" accepts values\n \"P\" , \"A\" , \"p\" , \"a\" and \"M\" accepts values \"M\", \"m\" mentioned in the custom characters collection.\n \n ","Metadata":{"Common.PropertyName":"CustomCharacters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}},{"HashCode":1839006791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n \n The MaskedTextBox is an input element that allows to get input from the user.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of SfMaskedTextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the SfMaskedTextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the SfMaskedTextBox. One or more custom CSS classes can be added to a SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting SfMaskedTextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the SfMaskedTextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the SfMaskedTextBox that the placeholder text floats above the SfMaskedTextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the SfMaskedTextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the SfMaskedTextBox.\n \n \n Auto\n The floating label floats above the SfMaskedTextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the text that is shown as a hint or placeholder until the user focuses or enter a value in SfMaskedTextBox. The property is depending on the FloatLabelType property.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the SfMaskedTextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the SfMaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the SfMaskedTextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Mask","TypeName":"System.String","Documentation":"\n \n Sets a value that masks the MaskedTextBox to allow/validate the user input.\n \n ","Metadata":{"Common.PropertyName":"Mask"}},{"Kind":"Components.Component","Name":"PromptChar","TypeName":"System.Char","Documentation":"\n \n Gets or sets a value that will be shown as a prompting symbol for the masked value.\n The symbol used to show input positions in the MaskedTextBox.\n \n ","Metadata":{"Common.PropertyName":"PromptChar"}},{"Kind":"Components.Component","Name":"CustomCharacters","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Sets the collection of values to be mapped for non-mask elements(literals)\n which have been set in the mask of MaskedTextBox.\n In the below example, non-mask elements \"P\" accepts values\n \"P\" , \"A\" , \"p\" , \"a\" and \"M\" accepts values \"M\", \"m\" mentioned in the custom characters collection.\n \n ","Metadata":{"Common.PropertyName":"CustomCharacters"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-402927948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMaskedTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1577078959,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097276523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfNumericTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfNumericTextBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n Specifies the currency code to use in currency formatting. Possible values are the ISO 4217 currency codes, such as 'USD' for the US dollar and 'EUR' for the euro.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\n \n ","Metadata":{"Common.PropertyName":"Decimals"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the number format that indicates the display format for the value of the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowSpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the up and down spin buttons will be displayed in NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowSpinButton"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the incremental or decremental step size for the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Step","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the NumericTextBox component allows the value for the specified range.\n True - the input value will be restricted between the min and max range. The typed value gets modified to fit the range on a focused out state.\n Else, it allows any value even out of range value, at that time of wrong value entered, the error class will be added to the component to highlight the error.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ValidateDecimalOnType","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the length of the decimal should be restricted during typing.\n \n ","Metadata":{"Common.PropertyName":"ValidateDecimalOnType"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n Specifies a maximum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Max","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n Specifies a minimum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Min","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.GenericTyped":"True"}},{"HashCode":-1917470786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfNumericTextBox component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n Specifies the currency code to use in currency formatting. Possible values are the ISO 4217 currency codes, such as 'USD' for the US dollar and 'EUR' for the euro.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Decimals","TypeName":"System.Int32?","Documentation":"\n \n Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\n \n ","Metadata":{"Common.PropertyName":"Decimals"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the number format that indicates the display format for the value of the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"ShowSpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the up and down spin buttons will be displayed in NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowSpinButton"}},{"Kind":"Components.Component","Name":"Step","TypeName":"TValue","Documentation":"\n \n Specifies the incremental or decremental step size for the NumericTextBox.\n \n ","Metadata":{"Common.PropertyName":"Step","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"StrictMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the NumericTextBox component allows the value for the specified range.\n True - the input value will be restricted between the min and max range. The typed value gets modified to fit the range on a focused out state.\n Else, it allows any value even out of range value, at that time of wrong value entered, the error class will be added to the component to highlight the error.\n \n ","Metadata":{"Common.PropertyName":"StrictMode"}},{"Kind":"Components.Component","Name":"ValidateDecimalOnType","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the length of the decimal should be restricted during typing.\n \n ","Metadata":{"Common.PropertyName":"ValidateDecimalOnType"}},{"Kind":"Components.Component","Name":"Max","TypeName":"TValue","Documentation":"\n \n Specifies a maximum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Max","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"TValue","Documentation":"\n \n Specifies a minimum value that is allowed a user can enter.\n \n ","Metadata":{"Common.PropertyName":"Min","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883025678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfNumericTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1146894554,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1706050506,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericTextBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.NumericTextBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value of the NumericTextBox changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.GenericTyped":"True"}},{"HashCode":-1789130318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The NumericTextBox is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.\n \n Specifies the type of SfNumericTextBox.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.NumericTextBoxEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the value of the NumericTextBox changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the NumericTextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the NumericTextBox got focus in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1376805449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.ColorRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class represent the color, start and end position of slider track.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the Slider.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Get and set the Color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Get and set the start.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Get and set the End.\n \n ","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange"}},{"HashCode":-1134798379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.ColorRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class represent the color, start and end position of slider track.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.ColorRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the Slider.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Get and set the Color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Get and set the start.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Get and set the End.\n \n ","Metadata":{"Common.PropertyName":"End"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-113272065,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the Slider.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":7887346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the Slider.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.ColorRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.ColorRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":766396011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the collections of colors to the slider track based on start and end value of each color.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderColorRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges"}},{"HashCode":183063363,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the collections of colors to the slider track based on start and end value of each color.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderColorRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":597276019,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderColorRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-345244501,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Get and set the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderColorRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderColorRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":62033906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial class SfSlider.\n \n Generic type parameter..\n \n Partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n The Slider component allows the user to select a value or range of values\n in-between the min and max range, by dragging the handle over the slider bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the slider element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColorRange","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color to the slider based on given value.\n \n ","Metadata":{"Common.PropertyName":"ColorRange"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the element used to customize the slider.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CustomValues","TypeName":"System.String[]","Documentation":"\n \n Specifies an array of slider values in number or string type.\n The min and max step values are not considered.\n \n ","Metadata":{"Common.PropertyName":"CustomValues"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the animation for slider movement.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Limits","TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Documentation":"\n \n Specified the limit within which the slider to be moved.\n \n ","Metadata":{"Common.PropertyName":"Limits"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Inputs.SliderOrientation","IsEnum":true,"Documentation":"\n \n Specifies whether to render the slider in vertical or horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the render the slider in read-only mode to restrict any user interaction.\n The slider rendered with user defined values and can’t be interacted with user actions.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the increase/decrease buttons\n of Slider to change the slider value.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Documentation":"\n \n Specifies the step value for each value change when the increase / decrease\n button is clicked or on arrow keys press or on dragging the thumb.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Ticks","TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Documentation":"\n \n It is used to render the slider ticks options such as placement and step values.\n \n ","Metadata":{"Common.PropertyName":"Ticks"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Documentation":"\n \n Specifies the visibility, position of the tooltip over the slider element.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.SliderType","IsEnum":true,"Documentation":"\n \n Defines the type of the Slider. The available options are:\n Default - Allows to a single value in the Slider.\n MinRange - Allows to select a single value in the Slider. It display’s a shadow from the start to the current value.\n Range - Allows to select a range of values in the Slider. It displays shadow in-between the selection range.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n It is used to denote the current value of the Slider.\n The value should be specified in array of number when render Slider type as range.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Slider.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"IsImmediateValue","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value need to be updated at the time of dragging slider handle.\n \n ","Metadata":{"Common.PropertyName":"IsImmediateValue"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify an additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.GenericTyped":"True"}},{"HashCode":-1948104100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial class SfSlider.\n \n Generic type parameter..\n \n Partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n Specifies the partial class SfSlider.\n \n \n The Slider component allows the user to select a value or range of values\n in-between the min and max range, by dragging the handle over the slider bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfSlider"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SfSlider component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the slider element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColorRange","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the color to the slider based on given value.\n \n ","Metadata":{"Common.PropertyName":"ColorRange"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the custom classes to be added to the element used to customize the slider.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CustomValues","TypeName":"System.String[]","Documentation":"\n \n Specifies an array of slider values in number or string type.\n The min and max step values are not considered.\n \n ","Metadata":{"Common.PropertyName":"CustomValues"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the animation for slider movement.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Limits","TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Documentation":"\n \n Specified the limit within which the slider to be moved.\n \n ","Metadata":{"Common.PropertyName":"Limits"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum value of the slider.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Inputs.SliderOrientation","IsEnum":true,"Documentation":"\n \n Specifies whether to render the slider in vertical or horizontal orientation.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"ReadOnly","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the render the slider in read-only mode to restrict any user interaction.\n The slider rendered with user defined values and can’t be interacted with user actions.\n \n ","Metadata":{"Common.PropertyName":"ReadOnly"}},{"Kind":"Components.Component","Name":"ShowButtons","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show or hide the increase/decrease buttons\n of Slider to change the slider value.\n \n ","Metadata":{"Common.PropertyName":"ShowButtons"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Double","Documentation":"\n \n Specifies the step value for each value change when the increase / decrease\n button is clicked or on arrow keys press or on dragging the thumb.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"Ticks","TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Documentation":"\n \n It is used to render the slider ticks options such as placement and step values.\n \n ","Metadata":{"Common.PropertyName":"Ticks"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Documentation":"\n \n Specifies the visibility, position of the tooltip over the slider element.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.SliderType","IsEnum":true,"Documentation":"\n \n Defines the type of the Slider. The available options are:\n Default - Allows to a single value in the Slider.\n MinRange - Allows to select a single value in the Slider. It display’s a shadow from the start to the current value.\n Range - Allows to select a range of values in the Slider. It displays shadow in-between the selection range.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n It is used to denote the current value of the Slider.\n The value should be specified in array of number when render Slider type as range.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Slider.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"IsImmediateValue","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value need to be updated at the time of dragging slider handle.\n \n ","Metadata":{"Common.PropertyName":"IsImmediateValue"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify an additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":432591469,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSlider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1521273487,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfSlider"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1992631998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the Slider component.\n \n \"TValue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SliderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n We can trigger change event whenever Slider value is changed.\n In other term, this event will be triggered while drag the slider thumb.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires whenever the Slider value is changed.\n In other term, this event will be triggered, while drag the slider thumb completed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Slider is successfully created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the ticks are rendered on the Slider.\n \n ","Metadata":{"Common.PropertyName":"TicksRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering the ticks element in the Slider,\n which is used to customize the ticks labels dynamically.\n \n ","Metadata":{"Common.PropertyName":"TicksRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTooltipChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Sider tooltip value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnTooltipChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderEvents","Components.GenericTyped":"True"}},{"HashCode":-1546838378,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events of the Slider component.\n \n \"TValue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Inputs.SliderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n We can trigger change event whenever Slider value is changed.\n In other term, this event will be triggered while drag the slider thumb.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Fires whenever the Slider value is changed.\n In other term, this event will be triggered, while drag the slider thumb completed.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Slider is successfully created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the ticks are rendered on the Slider.\n \n ","Metadata":{"Common.PropertyName":"TicksRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TicksRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering the ticks element in the Slider,\n which is used to customize the ticks labels dynamically.\n \n ","Metadata":{"Common.PropertyName":"TicksRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTooltipChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the Sider tooltip value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnTooltipChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1018649476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimitData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderLimitData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData"}},{"HashCode":-24232068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimitData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderLimitData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-999019420,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderLimitData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-503641684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderLimitData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimitData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1332470340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimits","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderLimits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits"}},{"HashCode":829533093,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderLimits","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set limit bar to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderLimits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n It is used to enable the limit in the slider.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EndHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the second handle.\n \n ","Metadata":{"Common.PropertyName":"EndHandleFixed"}},{"Kind":"Components.Component","Name":"MaxEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxEnd"}},{"Kind":"Components.Component","Name":"MaxStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the maximum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MaxStart"}},{"Kind":"Components.Component","Name":"MinEnd","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum end limit value.\n \n ","Metadata":{"Common.PropertyName":"MinEnd"}},{"Kind":"Components.Component","Name":"MinStart","TypeName":"System.Double?","Documentation":"\n \n It is used to set the minimum start limit value.\n \n ","Metadata":{"Common.PropertyName":"MinStart"}},{"Kind":"Components.Component","Name":"StartHandleFixed","TypeName":"System.Boolean","Documentation":"\n \n It is used to lock the first handle.\n \n ","Metadata":{"Common.PropertyName":"StartHandleFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1116050527,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderLimits"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1098856247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderLimits"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderLimits.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-974812558,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks"}},{"HashCode":-958869339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-599775562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":789116835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":904193958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicksData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicksData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData"}},{"HashCode":-1760639313,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTicksData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTicksData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"LargeStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two major (large) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"LargeStep"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.Placement","IsEnum":true,"Documentation":"\n \n It is used to denote the position of the ticks in the Slider. The available options are:.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowSmallTicks","TypeName":"System.Boolean","Documentation":"\n \n We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.\n \n ","Metadata":{"Common.PropertyName":"ShowSmallTicks"}},{"Kind":"Components.Component","Name":"SmallStep","TypeName":"System.Double","Documentation":"\n \n It is used to denote the distance between two minor (small) ticks from the scale of the Slider.\n \n ","Metadata":{"Common.PropertyName":"SmallStep"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-49226811,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicksData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1012548062,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTicksData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTicksData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":12520294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip"}},{"HashCode":-887505414,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610454281,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-908307289,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1421597806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTooltipData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData"}},{"HashCode":261411819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to set a tooltip for slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SliderTooltipData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip which accepts custom CSS class names that define\n specific user-defined styles and themes to be applied on the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to customize the Tooltip content to the desired format\n using internationalization or events (custom formatting).\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.Boolean","Documentation":"\n \n It is used to show or hide the Tooltip of Slider Component.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.Inputs.TooltipPlacement","IsEnum":true,"Documentation":"\n \n It is used to denote the position for the tooltip element in the Slider. The available options are:\n Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.\n After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"Syncfusion.Blazor.Inputs.TooltipShowOn","IsEnum":true,"Documentation":"\n \n It is used to determine the device mode to show the Tooltip.\n If it is in desktop, it will show the Tooltip content when hovering on the target element.\n If it is in touch device. It will show the Tooltip content when tap and holding on the target element.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1372194118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTooltipData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1818841571,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ChildContent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SliderTooltipData"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SliderTooltipData.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935191219,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of TextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Input","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of TextBox has changed.\n \n ","Metadata":{"Common.PropertyName":"Input","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"Syncfusion.Blazor.Inputs.AutoComplete","IsEnum":true,"Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.InputType","IsEnum":true,"Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox"}},{"HashCode":1355124833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The TextBox is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox has focus-out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of TextBox has changed and gets focus-out.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TextBox gets focus.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Input","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of TextBox has changed.\n \n ","Metadata":{"Common.PropertyName":"Input","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"Syncfusion.Blazor.Inputs.AutoComplete","IsEnum":true,"Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Inputs.InputType","IsEnum":true,"Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950738596,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfUploader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfUploader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the Uploader component and pass the extensions\n with comma separators.\n For example,if you want to upload specific image files, pass `AllowedExtensions` as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AsyncSettings","TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Documentation":"\n \n Configures the save and remove URL to perform the upload operations in the server asynchronously.\n \n ","Metadata":{"Common.PropertyName":"AsyncSettings"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the Uploader component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the AutoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when AutoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Documentation":"\n \n You can customize the default text of \"browse, clear, and upload\" buttons with plain text or HTML elements.\n The buttons' text can be customized from localization also.\n If you configured both Locale and Buttons property,the Uploader component considers the Buttons property value.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with root element of the Uploader.\n One or more custom CSS classes can be added to a Uploader.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DirectoryUpload","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the folder of files can be browsed in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"DirectoryUpload"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Specifies the drop target to handle the drag-and-drop upload.\n By default, the Uploader creates wrapper around file input that will act as drop target.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"DropEffect","TypeName":"Syncfusion.Blazor.Inputs.DropEffect","IsEnum":true,"Documentation":"\n \n Specifies the drag operation effect to the Uploader component.\n Possible values are .\n \n \n Copy\n \n \n Move\n \n \n Link\n \n \n None\n \n \n \n ","Metadata":{"Common.PropertyName":"DropEffect"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting Uploader state between page reloads. If enabled, the `Files` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Uploader in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the Uploader allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Files","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of Uploader component.\n The property used to view and remove the uploaded files from server.\n By default, the files are configured with uploaded successfully state. The following properties are mandatory to configure the preload files:\n \n \n Name\n \n \n Size\n \n \n Type\n \n \n \n ","Metadata":{"Common.PropertyName":"Files"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or\n dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"SequentialUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the file Uploader component is processing the multiple files simultaneously.\n If SequentialUpload property is enabled, the file upload component performs the upload one after the other.\n \n ","Metadata":{"Common.PropertyName":"SequentialUpload"}},{"Kind":"Components.Component","Name":"ShowFileList","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the default file list can be rendered.\n The property used to prevent default file list and design own template for file list.\n \n ","Metadata":{"Common.PropertyName":"ShowFileList"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader"}},{"HashCode":1884542004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.SfUploader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n \n The uploader component is useful to upload images, documents, and other files to server.\n The component is the extended version of HTML5 that is uploaded with multiple file selection, auto upload, drag and drop, progress bar, preload files, and validation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfUploader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowedExtensions","TypeName":"System.String","Documentation":"\n \n Specifies the extensions of the file types allowed in the Uploader component and pass the extensions\n with comma separators.\n For example,if you want to upload specific image files, pass `AllowedExtensions` as \".jpg,.png\".\n \n ","Metadata":{"Common.PropertyName":"AllowedExtensions"}},{"Kind":"Components.Component","Name":"AsyncSettings","TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Documentation":"\n \n Configures the save and remove URL to perform the upload operations in the server asynchronously.\n \n ","Metadata":{"Common.PropertyName":"AsyncSettings"}},{"Kind":"Components.Component","Name":"AutoUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the Uploader component initiates automatic upload when the files are added in upload queue.\n If you want to manipulate the files before uploading to server, disable the AutoUpload property.\n The buttons \"upload\" and \"clear\" will be hided from file list when AutoUpload property is true.\n \n ","Metadata":{"Common.PropertyName":"AutoUpload"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Documentation":"\n \n You can customize the default text of \"browse, clear, and upload\" buttons with plain text or HTML elements.\n The buttons' text can be customized from localization also.\n If you configured both Locale and Buttons property,the Uploader component considers the Buttons property value.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with root element of the Uploader.\n One or more custom CSS classes can be added to a Uploader.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DirectoryUpload","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the folder of files can be browsed in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"DirectoryUpload"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Specifies the drop target to handle the drag-and-drop upload.\n By default, the Uploader creates wrapper around file input that will act as drop target.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"DropEffect","TypeName":"Syncfusion.Blazor.Inputs.DropEffect","IsEnum":true,"Documentation":"\n \n Specifies the drag operation effect to the Uploader component.\n Possible values are .\n \n \n Copy\n \n \n Move\n \n \n Link\n \n \n None\n \n \n \n ","Metadata":{"Common.PropertyName":"DropEffect"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting Uploader state between page reloads. If enabled, the `Files` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Uploader in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the Uploader allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Files","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of Uploader component.\n The property used to view and remove the uploaded files from server.\n By default, the files are configured with uploaded successfully state. The following properties are mandatory to configure the preload files:\n \n \n Name\n \n \n Size\n \n \n Type\n \n \n \n ","Metadata":{"Common.PropertyName":"Files"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the maximum allowed file size to be uploaded in bytes.\n The property used to make sure that you cannot upload too large files.\n \n ","Metadata":{"Common.PropertyName":"MaxFileSize"}},{"Kind":"Components.Component","Name":"MinFileSize","TypeName":"System.Double","Documentation":"\n \n Specifies the minimum file size to be uploaded in bytes.\n The property used to make sure that you cannot upload empty files and small files.\n \n ","Metadata":{"Common.PropertyName":"MinFileSize"}},{"Kind":"Components.Component","Name":"Multiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or\n dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"Multiple"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the Uploader component.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"SequentialUpload","TypeName":"System.Boolean","Documentation":"\n \n By default, the file Uploader component is processing the multiple files simultaneously.\n If SequentialUpload property is enabled, the file upload component performs the upload one after the other.\n \n ","Metadata":{"Common.PropertyName":"SequentialUpload"}},{"Kind":"Components.Component","Name":"ShowFileList","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the default file list can be rendered.\n The property used to prevent default file list and design own template for file list.\n \n ","Metadata":{"Common.PropertyName":"ShowFileList"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1999505829,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfUploader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-918137134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.SfUploader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":59986215,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfUploader"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1888034462,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.SfUploader.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML string that used to customize the content of each file in the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Inputs.SfUploader"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.SfUploader.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":367075245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderAsyncSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChunkSize","TypeName":"System.Double","Documentation":"\n \n Specifies the ChunkSize to split the large file into chunks, and upload it to the server in a sequential order.\n If the ChunkSize property has value, the Uploader enables the chunk upload by default.\n It must be specified in bytes value.\n \n ","Metadata":{"Common.PropertyName":"ChunkSize"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of remove action that receives the file information and handle the remove operation in server.\n The remove action type must be POST request and define \"RemoveFileNames\" attribute to get file information that will be removed.\n This property is optional.\n \n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"RetryAfterDelay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay time in milliseconds that the automatic retry happens after the delay.\n \n ","Metadata":{"Common.PropertyName":"RetryAfterDelay"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of retries that the Uploader can perform on the file failed to upload.\n By default, the Uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the upload files and save in the server.\n The save action type must be POST request and define the argument as same input name used to render the component.\n The upload operations could not perform without this property.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}},{"HashCode":-324247496,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ChunkSize","TypeName":"System.Double","Documentation":"\n \n Specifies the ChunkSize to split the large file into chunks, and upload it to the server in a sequential order.\n If the ChunkSize property has value, the Uploader enables the chunk upload by default.\n It must be specified in bytes value.\n \n ","Metadata":{"Common.PropertyName":"ChunkSize"}},{"Kind":"Components.Component","Name":"RemoveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of remove action that receives the file information and handle the remove operation in server.\n The remove action type must be POST request and define \"RemoveFileNames\" attribute to get file information that will be removed.\n This property is optional.\n \n ","Metadata":{"Common.PropertyName":"RemoveUrl"}},{"Kind":"Components.Component","Name":"RetryAfterDelay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay time in milliseconds that the automatic retry happens after the delay.\n \n ","Metadata":{"Common.PropertyName":"RetryAfterDelay"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of retries that the Uploader can perform on the file failed to upload.\n By default, the Uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the upload files and save in the server.\n The save action type must be POST request and define the argument as same input name used to render the component.\n The upload operations could not perform without this property.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1358929007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderAsyncSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1546607696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderAsyncSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-753292152,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customize the default text of browse, clear, and upload buttons with plain text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons"}},{"HashCode":2041961240,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Customize the default text of browse, clear, and upload buttons with plain text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818816151,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1135973851,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":99857222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifes the uploader button properties.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderButtonsProps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}},{"HashCode":495916362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifes the uploader button properties.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Browse","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to browse button.\n \n ","Metadata":{"Common.PropertyName":"Browse"}},{"Kind":"Components.Component","Name":"Clear","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to clear button.\n \n ","Metadata":{"Common.PropertyName":"Clear"}},{"Kind":"Components.Component","Name":"Upload","TypeName":"System.String","Documentation":"\n \n Specifies the text or html content to upload button.\n \n ","Metadata":{"Common.PropertyName":"Upload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":518860313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderButtonsProps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1570301450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderButtonsProps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderButtonsProps.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-353035599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after all the selected files has processed to upload successfully or failed to server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.\n \n ","Metadata":{"Common.PropertyName":"BeforeRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUpload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process before. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"BeforeUpload","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if cancel the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"OnCancel","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changes occur in uploaded file list by selecting or dropping files.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when the chunk file uploaded successfully.\n \n ","Metadata":{"Common.PropertyName":"OnChunkSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnChunkUploadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClear","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before clearing the items in file list when clicking \"clear\".\n \n ","Metadata":{"Common.PropertyName":"OnClear","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileListRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"OnFileListRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Paused","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if pause the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"Paused","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when uploading a file to the server using the AJAX request.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.\n \n ","Metadata":{"Common.PropertyName":"OnRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Rendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n DEPRECATED-Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"Rendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResume","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if resume the paused chunk file upload.\n \n ","Metadata":{"Common.PropertyName":"OnResume","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting or dropping the files by adding the files in upload queue.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Success","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request gets success on uploading files or removing files.\n \n ","Metadata":{"Common.PropertyName":"Success","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnUploadStart","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderEvents"}},{"HashCode":1825236809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Uploader Events of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after all the selected files has processed to upload successfully or failed to server.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.\n \n ","Metadata":{"Common.PropertyName":"BeforeRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUpload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process before. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"BeforeUpload","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if cancel the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"OnCancel","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changes occur in uploaded file list by selecting or dropping files.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if the chunk file failed to upload.\n \n ","Metadata":{"Common.PropertyName":"OnChunkFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when the chunk file uploaded successfully.\n \n ","Metadata":{"Common.PropertyName":"OnChunkSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnChunkUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnChunkUploadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClear","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before clearing the items in file list when clicking \"clear\".\n \n ","Metadata":{"Common.PropertyName":"OnClear","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailured","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailured","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request fails on uploading or removing files.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFileListRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"OnFileListRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Paused","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if pause the chunk file uploading.\n \n ","Metadata":{"Common.PropertyName":"Paused","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when uploading a file to the server using the AJAX request.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.\n \n ","Metadata":{"Common.PropertyName":"OnRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Rendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n DEPRECATED-Triggers before rendering each file item from the file list in a page.\n It helps to customize specific file item structure.\n \n ","Metadata":{"Common.PropertyName":"Rendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResume","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Fires if resume the paused chunk file upload.\n \n ","Metadata":{"Common.PropertyName":"OnResume","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FileSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting or dropping the files by adding the files in upload queue.\n \n ","Metadata":{"Common.PropertyName":"FileSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Success","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request gets success on uploading files or removing files.\n \n ","Metadata":{"Common.PropertyName":"Success","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnUploadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the upload process gets started. This event is used to add additional parameter with upload request.\n \n ","Metadata":{"Common.PropertyName":"OnUploadStart","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1576185417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles"}},{"HashCode":958924198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1641071507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":99210992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1517761282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderUploadedFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the file.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Specifies the size of the file.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the type of the file.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}},{"HashCode":1531843050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the list of files that will be preloaded on rendering of uploader component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the name of the file.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Specifies the size of the file.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the type of the file.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1634306437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderUploadedFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1651856336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderUploadedFiles.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-619023735,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates"}},{"HashCode":1611082769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":261064652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"UploaderTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":58275045,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1568794812,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1454269574,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Inputs.UploaderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.UploaderTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488502488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInputBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnTouchEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnTouchEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon get touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseContainerHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseContainerHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focus out.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focused.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContainerKeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container key pressed.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerKeypress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"System.String","Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"IsReadOnlyInput","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value for dropdownlist default readonly property.\n \n ","Metadata":{"Common.PropertyName":"IsReadOnlyInput"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ContainerAttr","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the container attrubute of Input.\n \n ","Metadata":{"Common.PropertyName":"ContainerAttr"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"PrependButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the prepend icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"PrependButtons"}},{"Kind":"Components.Component","Name":"SpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enable or disable the spin button on the component.\n \n \n ","Metadata":{"Common.PropertyName":"SpinButton"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Documentation":"\n \n Specifies the class value that is appended to container of TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"IsValueTemplate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the value template is displayed in TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"IsValueTemplate"}},{"Kind":"Components.Component","Name":"RootClass","TypeName":"System.String","Documentation":"\n \n Gets or Set the component class to element.\n \n \n ","Metadata":{"Common.PropertyName":"RootClass"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the click actions.\n \n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation"}},{"Kind":"Components.Component","Name":"MouseDowSpinnerPrevent","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the mouse actions.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDowSpinnerPrevent"}},{"Kind":"Components.Component","Name":"PreventIconHandler","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the icon actions.\n \n \n ","Metadata":{"Common.PropertyName":"PreventIconHandler"}},{"Kind":"Components.Component","Name":"MousePreventContainer","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the container actions.\n \n \n ","Metadata":{"Common.PropertyName":"MousePreventContainer"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnClear","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on clear icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnClear"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on dropdown icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnIcon"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}},{"HashCode":-432801012,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n \n The SfInputBase is an input element that allows to get input from the user. It allows the user to edit or display the text value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content of input has changed and gets focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers each time when the value of input has changed.\n \n \n ","Metadata":{"Common.PropertyName":"OnInput","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the content is paste into an input.\n \n \n ","Metadata":{"Common.PropertyName":"OnPaste","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input has focus-out.\n \n \n ","Metadata":{"Common.PropertyName":"OnBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the input gets focus.\n \n \n ","Metadata":{"Common.PropertyName":"OnFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BindClearBtnTouchEvents","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the clear icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"BindClearBtnTouchEvents","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchDownOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin down icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchDownOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up gets clicked.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchUpOnSpinner","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the spin up icon gets touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchUpOnSpinner","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TouchIconHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the icon get touch.\n \n \n ","Metadata":{"Common.PropertyName":"TouchIconHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseContainerHandler","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseContainerHandler","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerBlur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focus out.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerBlur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnContainerFocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container gets focused.\n \n \n ","Metadata":{"Common.PropertyName":"OnContainerFocus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContainerKeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the container key pressed.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerKeypress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the id of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the expression for defining the value of the bound.\n \n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Autocomplete","TypeName":"System.String","Documentation":"\n \n Specifies whether the browser is allowed to automatically enter or select a value for the TextBox.\n By default, autocomplete is enabled for TextBox.\n Possible values are:\n \n \n On\n Specifies that autocomplete is enabled\n \n \n Off\n Specifies that autocomplete is disabled.\n \n \n \n ","Metadata":{"Common.PropertyName":"Autocomplete"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the TextBox. One or more custom CSS classes can be added to a TextBox.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting TextBox state between page reloads. If enabled, the `Value` state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the TextBox allows the user to interact with it.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatLabelType","TypeName":"Syncfusion.Blazor.Inputs.FloatLabelType","IsEnum":true,"Documentation":"\n \n Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the following values.\n Possible values are:\n \n \n Never\n Never floats the label in the TextBox when the placeholder is available.\n \n \n Always\n The floating label always floats above the TextBox.\n \n \n Auto\n The floating label floats above the TextBox after focusing it or when enters the value in it.\n \n \n \n ","Metadata":{"Common.PropertyName":"FloatLabelType"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as styles, class, and more to the root element.\n If you configured both property and equivalent html attributes, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"InputAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n If you configured both property and equivalent input attribute, then the component considers the property value.\n \n ","Metadata":{"Common.PropertyName":"InputAttributes"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Specifies the global culture and localization of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Multiline","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enables or disables the multiline on the TextBox.\n The TextBox changes from a single line to multiline when enabling this multiline mode.\n \n ","Metadata":{"Common.PropertyName":"Multiline"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value whether the TextBox allows user to change the text.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"IsReadOnlyInput","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value for dropdownlist default readonly property.\n \n ","Metadata":{"Common.PropertyName":"IsReadOnlyInput"}},{"Kind":"Components.Component","Name":"ShowClearButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the clear button is displayed in TextBox.\n \n ","Metadata":{"Common.PropertyName":"ShowClearButton"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the behavior of the TextBox such as text, password, email, and more.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the content of the TextBox.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the value changes.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the tab order of the TextBox component.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"ContainerAttr","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the container attrubute of Input.\n \n ","Metadata":{"Common.PropertyName":"ContainerAttr"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"PrependButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the prepend icon of the TextBox component.\n \n \n ","Metadata":{"Common.PropertyName":"PrependButtons"}},{"Kind":"Components.Component","Name":"SpinButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that enable or disable the spin button on the component.\n \n \n ","Metadata":{"Common.PropertyName":"SpinButton"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Documentation":"\n \n Specifies the class value that is appended to container of TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"IsValueTemplate","TypeName":"System.Boolean","Documentation":"\n \n Specifies a boolean value that indicates whether the value template is displayed in TextBox.\n \n \n ","Metadata":{"Common.PropertyName":"IsValueTemplate"}},{"Kind":"Components.Component","Name":"RootClass","TypeName":"System.String","Documentation":"\n \n Gets or Set the component class to element.\n \n \n ","Metadata":{"Common.PropertyName":"RootClass"}},{"Kind":"Components.Component","Name":"ClickStopPropagation","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the click actions.\n \n \n ","Metadata":{"Common.PropertyName":"ClickStopPropagation"}},{"Kind":"Components.Component","Name":"MouseDowSpinnerPrevent","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the mouse actions.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDowSpinnerPrevent"}},{"Kind":"Components.Component","Name":"PreventIconHandler","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the icon actions.\n \n \n ","Metadata":{"Common.PropertyName":"PreventIconHandler"}},{"Kind":"Components.Component","Name":"MousePreventContainer","TypeName":"System.Boolean","Documentation":"\n \n Specifies the prevents the container actions.\n \n \n ","Metadata":{"Common.PropertyName":"MousePreventContainer"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnClear","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on clear icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnClear"}},{"Kind":"Components.Component","Name":"IsShowSpinnerOnIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the spinner show on dropdown icon.\n \n \n ","Metadata":{"Common.PropertyName":"IsShowSpinnerOnIcon"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1705659259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfInputBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1965691979,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content that has to be passed.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1942399934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPickerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase"}},{"HashCode":-85603212,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1138298926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPicker"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker"}},{"HashCode":1760926884,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2117502592,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPalette"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette"}},{"HashCode":809612255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPalette","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730695828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorPickerTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox"}},{"HashCode":-434364011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.ColorPickerTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1562554160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SliderTicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}},{"HashCode":-1216564864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class is used to render ticks to slider component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-213099229,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SliderTicksRender"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1264127476,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Public fiels ChildContent.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.SliderTicksRender.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1201570368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Partial class TickElement.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TickElement"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Documentation":"\n \n Specifies the ClassName.\n \n ","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.String","Documentation":"\n \n Specifies the Styles.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Specifies the Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"FormattedValue","TypeName":"System.String","Documentation":"\n \n Specifies the FormattedValue.\n \n ","Metadata":{"Common.PropertyName":"FormattedValue"}},{"Kind":"Components.Component","Name":"IsSmallTick","TypeName":"System.Boolean","Documentation":"\n \n Specifies the IsSmallTick.\n \n ","Metadata":{"Common.PropertyName":"IsSmallTick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement"}},{"HashCode":-1182658243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Partial class TickElement.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Documentation":"\n \n Specifies the ClassName.\n \n ","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.String","Documentation":"\n \n Specifies the Styles.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Specifies the Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"FormattedValue","TypeName":"System.String","Documentation":"\n \n Specifies the FormattedValue.\n \n ","Metadata":{"Common.PropertyName":"FormattedValue"}},{"Kind":"Components.Component","Name":"IsSmallTick","TypeName":"System.Boolean","Documentation":"\n \n Specifies the IsSmallTick.\n \n ","Metadata":{"Common.PropertyName":"IsSmallTick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Inputs.Slider.Internal.TickElement","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1146111295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.ResourceManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Resource manager component for loading init interop script in .NET Core 3.0 applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LocaleKeys","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Add the component and its dependent component locale keys from the LocaleService/GetMappingLocale method.\n \n ","Metadata":{"Common.PropertyName":"LocaleKeys"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.ResourceManager"}},{"HashCode":1624166771,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.ResourceManager","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Resource manager component for loading init interop script in .NET Core 3.0 applications.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.ResourceManager"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LocaleKeys","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Add the component and its dependent component locale keys from the LocaleService/GetMappingLocale method.\n \n ","Metadata":{"Common.PropertyName":"LocaleKeys"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.ResourceManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740982353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.JSInteropAdaptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom handler of JSInterop to invoke the JavaScript methods with DotNetObjectReference.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"JSInteropAdaptor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.JSInteropAdaptor"}},{"HashCode":-1648394537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.JSInteropAdaptor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom handler of JSInterop to invoke the JavaScript methods with DotNetObjectReference.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.JSInteropAdaptor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.JSInteropAdaptor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2049329562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.SyncfusionLicense","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SyncfusionLicense"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.SyncfusionLicense"}},{"HashCode":-696344691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Internal.SyncfusionLicense","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Internal.SyncfusionLicense"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Internal.SyncfusionLicense","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":813919230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Kanban component is an efficient way to visually depict various stages of a process using cards with transparent workflows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfKanban"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.SfKanban component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drag and drop actions in the Kanban.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in the Kanban board.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"ConstraintType","TypeName":"Syncfusion.Blazor.Kanban.ConstraintType","IsEnum":true,"Documentation":"\n \n Defines the constraint type used to apply validation based on column or swimlane. The possible values are:\n Column\n Swimlane.\n \n ","Metadata":{"Common.PropertyName":"ConstraintType"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Kanban, which accepts custom CSS class names that\n define specific user-defined styles and themes to be applied on the Kanban element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be passed either as List or else can create an instance of the `SfDataManager` in case of\n processing remote data and can be assigned to the `DataSource` property.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the Kanban board. The property relates to the tooltipTemplate property.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Kanban component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `height` is set with specific pixel value, then the Kanban will be rendered to that specified space. In case,\n if `auto` value is set, then the height of the Kanban gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Kanban component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Kanban width gets auto-adjusted and displays its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ExternalDropId","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the ID of drop component on which drop should occur.\n \n ","Metadata":{"Common.PropertyName":"ExternalDropId"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.GenericTyped":"True"}},{"HashCode":1086882058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Kanban component is an efficient way to visually depict various stages of a process using cards with transparent workflows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.SfKanban"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.SfKanban component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drag and drop actions in the Kanban.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in the Kanban board.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"ConstraintType","TypeName":"Syncfusion.Blazor.Kanban.ConstraintType","IsEnum":true,"Documentation":"\n \n Defines the constraint type used to apply validation based on column or swimlane. The possible values are:\n Column\n Swimlane.\n \n ","Metadata":{"Common.PropertyName":"ConstraintType"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Kanban, which accepts custom CSS class names that\n define specific user-defined styles and themes to be applied on the Kanban element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Accepts the list items either through local or remote service and binds it to the component.\n It can be passed either as List or else can create an instance of the `SfDataManager` in case of\n processing remote data and can be assigned to the `DataSource` property.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the Kanban board. The property relates to the tooltipTemplate property.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Kanban component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `height` is set with specific pixel value, then the Kanban will be rendered to that specified space. In case,\n if `auto` value is set, then the height of the Kanban gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the key field of the Kanban board. The Kanban renders its layout based on this key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Kanban component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Kanban width gets auto-adjusted and displays its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ExternalDropId","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the ID of drop component on which drop should occur.\n \n ","Metadata":{"Common.PropertyName":"ExternalDropId"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":678084231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfKanban"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1354443374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.SfKanban"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-617930813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban card related settings such as header field, content field, template,\n show or hide header, and single or multiple selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentField","TypeName":"System.String","Documentation":"\n \n Defines the card content text.\n \n ","Metadata":{"Common.PropertyName":"ContentField"}},{"Kind":"Components.Component","Name":"HeaderField","TypeName":"System.String","Documentation":"\n \n Defines the card header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderField"}},{"Kind":"Components.Component","Name":"TagsField","TypeName":"System.String","Documentation":"\n \n Defines the card content labels.\n \n ","Metadata":{"Common.PropertyName":"TagsField"}},{"Kind":"Components.Component","Name":"GrabberField","TypeName":"System.String","Documentation":"\n \n Defines the card color.\n \n ","Metadata":{"Common.PropertyName":"GrabberField"}},{"Kind":"Components.Component","Name":"FooterCssField","TypeName":"System.String","Documentation":"\n \n Defines the card icons.\n \n ","Metadata":{"Common.PropertyName":"FooterCssField"}},{"Kind":"Components.Component","Name":"SelectionType","TypeName":"Syncfusion.Blazor.Kanban.SelectionType","IsEnum":true,"Documentation":"\n \n It defines the card selection type, which accepts either of the following values.\n Single\n Multiple\n None.\n \n ","Metadata":{"Common.PropertyName":"SelectionType"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Show or hide the card header.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the card template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}},{"HashCode":-1577196064,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban card related settings such as header field, content field, template,\n show or hide header, and single or multiple selection.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentField","TypeName":"System.String","Documentation":"\n \n Defines the card content text.\n \n ","Metadata":{"Common.PropertyName":"ContentField"}},{"Kind":"Components.Component","Name":"HeaderField","TypeName":"System.String","Documentation":"\n \n Defines the card header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderField"}},{"Kind":"Components.Component","Name":"TagsField","TypeName":"System.String","Documentation":"\n \n Defines the card content labels.\n \n ","Metadata":{"Common.PropertyName":"TagsField"}},{"Kind":"Components.Component","Name":"GrabberField","TypeName":"System.String","Documentation":"\n \n Defines the card color.\n \n ","Metadata":{"Common.PropertyName":"GrabberField"}},{"Kind":"Components.Component","Name":"FooterCssField","TypeName":"System.String","Documentation":"\n \n Defines the card icons.\n \n ","Metadata":{"Common.PropertyName":"FooterCssField"}},{"Kind":"Components.Component","Name":"SelectionType","TypeName":"Syncfusion.Blazor.Kanban.SelectionType","IsEnum":true,"Documentation":"\n \n It defines the card selection type, which accepts either of the following values.\n Single\n Multiple\n None.\n \n ","Metadata":{"Common.PropertyName":"SelectionType"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Show or hide the card header.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the card template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1483323091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanCardSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":20352382,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-70934835,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the card template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1060868043,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the card template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanCardSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanCardSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1562943504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board column and their properties such as header text, key field, template, allow toggle,\n expand or collapse state, min or max count, and show or hide item count.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowToggle","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable toggle column.\n \n ","Metadata":{"Common.PropertyName":"AllowToggle"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the column header title.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"IsExpanded","TypeName":"System.Boolean","Documentation":"\n \n Defines the collapsed or expandable state.\n \n ","Metadata":{"Common.PropertyName":"IsExpanded"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"MaxCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the maximum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MaxCount"}},{"Kind":"Components.Component","Name":"MinCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the minimum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MinCount"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable add button to cell.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable card count in column.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"AllowDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drop.\n \n ","Metadata":{"Common.PropertyName":"AllowDrop"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drag.\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"TransitionColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column transition.\n \n ","Metadata":{"Common.PropertyName":"TransitionColumns"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the column order.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn"}},{"HashCode":1104265802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board column and their properties such as header text, key field, template, allow toggle,\n expand or collapse state, min or max count, and show or hide item count.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowToggle","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable toggle column.\n \n ","Metadata":{"Common.PropertyName":"AllowToggle"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the column header title.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"IsExpanded","TypeName":"System.Boolean","Documentation":"\n \n Defines the collapsed or expandable state.\n \n ","Metadata":{"Common.PropertyName":"IsExpanded"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"MaxCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the maximum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MaxCount"}},{"Kind":"Components.Component","Name":"MinCount","TypeName":"System.Int32?","Documentation":"\n \n Defines the minimum card count in column.\n \n ","Metadata":{"Common.PropertyName":"MinCount"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable add button to cell.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable card count in column.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"AllowDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drop.\n \n ","Metadata":{"Common.PropertyName":"AllowDrop"}},{"Kind":"Components.Component","Name":"AllowDrag","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable column drag.\n \n ","Metadata":{"Common.PropertyName":"AllowDrag"}},{"Kind":"Components.Component","Name":"TransitionColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the column transition.\n \n ","Metadata":{"Common.PropertyName":"TransitionColumns"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines the column order.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-697962472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-985812340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":954836735,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":89259732,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1542246168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban board columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns"}},{"HashCode":-1763329646,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban board columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876519716,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120585967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":949945268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings and their properties such as allow dragging, animation, template, close on escape,\n css class, enable resize, height, enable Modal, minimum height, position, target, show close icon, width, fields and z-index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be dragged by the end-user or not.\n The dialog allows to drag by selecting the header and dragging it for re-position the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value that indicates whether the dialog can be closed\n with the escape key (used to control the dialog closing behavior) or not.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be resized by the end-user or not.\n If enableResize is true, the dialog component creates a grip to resize its diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value that indicates whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target. The position can be represented with pre-configured positions or specific X and Y values. `\n X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog component or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index for rendering that determines whether the dialog is\n displayed in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}},{"HashCode":-1858258820,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings and their properties such as allow dragging, animation, template, close on escape,\n css class, enable resize, height, enable Modal, minimum height, position, target, show close icon, width, fields and z-index.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be dragged by the end-user or not.\n The dialog allows to drag by selecting the header and dragging it for re-position the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value that indicates whether the dialog can be closed\n with the escape key (used to control the dialog closing behavior) or not.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the dialog component can be resized by the end-user or not.\n If enableResize is true, the dialog component creates a grip to resize its diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value that indicates whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target. The position can be represented with pre-configured positions or specific X and Y values. `\n X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog component or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index for rendering that determines whether the dialog is\n displayed in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1726465878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-942431715,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-259152142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1430494952,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":707579125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings field and their properties such as key, text and type.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Defines the dialog key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the dialog text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Kanban.DialogFieldType","IsEnum":true,"Documentation":"\n \n Defines the dialog field type.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField"}},{"HashCode":-814798281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board dialog settings field and their properties such as key, text and type.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Defines the dialog key.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the dialog text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Kanban.DialogFieldType","IsEnum":true,"Documentation":"\n \n Defines the dialog field type.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":627232926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban dialog settings fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanDialogSettingsFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}},{"HashCode":1465412025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the Kanban dialog settings fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-605935819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanDialogSettingsFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-477635563,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanDialogSettingsFields.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1600131145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with Kanban component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.KanbanEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Kanban properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers at the beginning of every Kanban action.\n \n ","Metadata":{"Common.PropertyName":"ActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on successful completion of the Kanban actions.\n \n ","Metadata":{"Common.PropertyName":"ActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when a Kanban action gets failed or interrupted and it will return an error information.\n \n ","Metadata":{"Common.PropertyName":"ActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on single-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on double-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each card of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"CardRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the kanban component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data binds to the Kanban.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog closes.\n \n ","Metadata":{"Common.PropertyName":"DialogClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog opens.\n \n ","Metadata":{"Common.PropertyName":"DialogOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions start.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions stop.\n \n ","Metadata":{"Common.PropertyName":"DragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each column of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SwimlaneSorting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before swimlane rows rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"SwimlaneSorting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanEvents","Components.GenericTyped":"True"}},{"HashCode":-1136874440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with Kanban component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Kanban.KanbanEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of Kanban properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers at the beginning of every Kanban action.\n \n ","Metadata":{"Common.PropertyName":"ActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on successful completion of the Kanban actions.\n \n ","Metadata":{"Common.PropertyName":"ActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when a Kanban action gets failed or interrupted and it will return an error information.\n \n ","Metadata":{"Common.PropertyName":"ActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on single-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers on double-clicking the Kanban cards.\n \n ","Metadata":{"Common.PropertyName":"CardDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CardRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each card of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"CardRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the kanban component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the data binds to the Kanban.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog closes.\n \n ","Metadata":{"Common.PropertyName":"DialogClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before the dialog opens.\n \n ","Metadata":{"Common.PropertyName":"DialogOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions start.\n \n ","Metadata":{"Common.PropertyName":"DragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers when the card drag actions stop.\n \n ","Metadata":{"Common.PropertyName":"DragStop","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event triggers before each column of the Kanban rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"SwimlaneSorting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before swimlane rows rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"SwimlaneSorting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1543651110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the sort field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"Syncfusion.Blazor.Kanban.SortOrderBy","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n DataSourceOrder\n Index\n Custom.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}},{"HashCode":-994782598,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Kanban board sort settings and their properties such as direction, sort order by and fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the sort field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"Syncfusion.Blazor.Kanban.SortOrderBy","IsEnum":true,"Documentation":"\n \n Sort the cards. The possible values are:\n DataSourceOrder\n Index\n Custom.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1137390374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-843706138,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9358478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the stacked header for Kanban columns with text and key fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanStackedHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the multiple columns keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyFields"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the column header text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}},{"HashCode":870957006,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the stacked header for Kanban columns with text and key fields.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"KeyFields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the multiple columns keyField.\n \n ","Metadata":{"Common.PropertyName":"KeyFields"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Defines the column header text.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":463088016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanStackedHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1804349512,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanStackedHeader"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeader.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-346198248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the stacked headers for Kanban columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanStackedHeaders"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}},{"HashCode":-1781166197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the stacked headers for Kanban columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1608804883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanStackedHeaders"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1106288260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanStackedHeaders.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1127382505,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane settings to Kanban board such as key field, text field, template,\n allow drag-and-drop, show or hide an empty row, show or hide items count, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the card drag and drop actions.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"ShowEmptyRow","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable empty swimlane.\n \n ","Metadata":{"Common.PropertyName":"ShowEmptyRow"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable items count.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the swimlane resources. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane header text field.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"EnableFrozenRows","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable freeze swimlane row\n \n ","Metadata":{"Common.PropertyName":"EnableFrozenRows"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the swimlane row template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}},{"HashCode":956191936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane settings to Kanban board such as key field, text field, template,\n allow drag-and-drop, show or hide an empty row, show or hide items count, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the card drag and drop actions.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"KeyField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane key field.\n \n ","Metadata":{"Common.PropertyName":"KeyField"}},{"Kind":"Components.Component","Name":"ShowEmptyRow","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable empty swimlane.\n \n ","Metadata":{"Common.PropertyName":"ShowEmptyRow"}},{"Kind":"Components.Component","Name":"ShowItemCount","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable items count.\n \n ","Metadata":{"Common.PropertyName":"ShowItemCount"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.Kanban.SortDirection","IsEnum":true,"Documentation":"\n \n Sort the swimlane resources. The possible values are:\n Ascending\n Descending.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n Defines the swimlane header text field.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"EnableFrozenRows","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable freeze swimlane row\n \n ","Metadata":{"Common.PropertyName":"EnableFrozenRows"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the swimlane row template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":388994115,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanSwimlaneSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1547104066,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-357828787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane row template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":669146076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the swimlane row template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanSwimlaneSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1207233465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures kanban templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates"}},{"HashCode":-1090470986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures kanban templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1786049903,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"KanbanTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":348956451,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-330010136,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1561560345,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template.\n \n \n The TooltipTemplate content must be card element.\n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Kanban.KanbanTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Kanban.KanbanTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-391458777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Card","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Card component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TContent","Documentation":"\n \n Specifies the Data of the card.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Card","Components.GenericTyped":"True"}},{"HashCode":2080457740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Card","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Card"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Card component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TContent","Documentation":"\n \n Specifies the Data of the card.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Card","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866098859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ColGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.ColGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ColGroup","Components.GenericTyped":"True"}},{"HashCode":500105606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ColGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ColGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.ColGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ColGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":278870689,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Content","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Content component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Content","Components.GenericTyped":"True"}},{"HashCode":-449511585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Content","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Content"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Content component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Content","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2131817110,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ContentRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.ContentRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the Row of the SwimlaneSettings.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ContentRow","Components.GenericTyped":"True"}},{"HashCode":-933521537,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ContentRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ContentRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.ContentRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the Row of the SwimlaneSettings.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ContentRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2109868428,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Dialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Dialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.Dialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Dialog","Components.GenericTyped":"True"}},{"HashCode":-313675216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Dialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Dialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.Dialog component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Dialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2028963623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Header","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Header component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Header","Components.GenericTyped":"True"}},{"HashCode":1600514758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Header","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Header"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Header component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Header","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":273547126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Kanban.Internal.HeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the Column of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","Components.GenericTyped":"True"}},{"HashCode":-2127325534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Kanban.Internal.HeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the Column of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"Column"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":152664968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.HeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","Components.GenericTyped":"True"}},{"HashCode":-623268123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.HeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.HeaderRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1009259276,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Limits","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Limits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Limits component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the ColumnData of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"ColumnData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Limits","Components.GenericTyped":"True"}},{"HashCode":31322907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Limits","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Limits"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Limits component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Kanban.KanbanColumn","Documentation":"\n \n Specifies the ColumnData of the Kanban.\n \n ","Metadata":{"Common.PropertyName":"ColumnData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Limits","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848711950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ProcessData","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProcessData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.ProcessData component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ProcessData","Components.GenericTyped":"True"}},{"HashCode":-78731877,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.ProcessData","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.ProcessData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.ProcessData component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.ProcessData","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-816678600,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"StackedHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","Components.GenericTyped":"True"}},{"HashCode":1801080879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.StackedHeaderRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-129327516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","Components.GenericTyped":"True"}},{"HashCode":1082851365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1979544394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","Components.GenericTyped":"True"}},{"HashCode":-856336546,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1735549770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SwimlaneRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.SwimlaneRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the swimlane row.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","Components.GenericTyped":"True"}},{"HashCode":1457221453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TRow","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TRow for the Syncfusion.Blazor.Kanban.Internal.SwimlaneRow component.","Metadata":{"Common.PropertyName":"TRow","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Kanban.SwimlaneSettingsModel","Documentation":"\n \n Specifies the swimlane row.\n \n ","Metadata":{"Common.PropertyName":"Row"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.SwimlaneRow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":402361927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Tooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Tooltip component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Tooltip","Components.GenericTyped":"True"}},{"HashCode":-2042786170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Kanban.Internal.Tooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.Internal.Tooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TContent","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TContent for the Syncfusion.Blazor.Kanban.Internal.Tooltip component.","Metadata":{"Common.PropertyName":"TContent","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Kanban.Internal.Tooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2102235991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers whenever the panel’s positions are changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is dragged continuously.\n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is about to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a dragged panel is dropped.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is being resized continuously.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel resize ends.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnWindowResize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when re-sizing the window.\n \n ","Metadata":{"Common.PropertyName":"OnWindowResize","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents"}},{"HashCode":107054259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers whenever the panel’s positions are changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the Dashboard Layout is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragging","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is dragged continuously.\n \n ","Metadata":{"Common.PropertyName":"Dragging","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is about to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a dragged panel is dropped.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is being resized continuously.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a panel resize ends.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnWindowResize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when re-sizing the window.\n \n ","Metadata":{"Common.PropertyName":"OnWindowResize","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-727227841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutPanels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}},{"HashCode":-1716193892,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46034927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DashboardLayoutPanels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1002442637,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1432857786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanel.\n \n \n DashboardLayout panel.\n \n \n Defines the DashboardLayout panel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DashboardLayoutPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Defines the dragging panel.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"Col","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Col"}},{"Kind":"Components.Component","Name":"Column","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the CSS class name that can be appended with each panel element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to the panel should be enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Defines the id of the panel.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"MaxSizeX","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeX"}},{"Kind":"Components.Component","Name":"MaxSizeY","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeY"}},{"Kind":"Components.Component","Name":"MinSizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeX"}},{"Kind":"Components.Component","Name":"MinSizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeY"}},{"Kind":"Components.Component","Name":"Row","TypeName":"System.Int32","Documentation":"\n \n Defines a row value where the panel should be placed.\n \n ","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"SizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeX"}},{"Kind":"Components.Component","Name":"SizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the height of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeY"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-index of the panel.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}},{"HashCode":208287711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayoutPanel.\n \n \n DashboardLayout panel.\n \n \n Defines the DashboardLayout panel.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Defines the dragging panel.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"Col","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Col"}},{"Kind":"Components.Component","Name":"Column","TypeName":"System.Int32","Documentation":"\n \n Defines the column value where the panel to be placed.\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the CSS class name that can be appended with each panel element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to the panel should be enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Defines the id of the panel.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"MaxSizeX","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeX"}},{"Kind":"Components.Component","Name":"MaxSizeY","TypeName":"System.Int32?","Documentation":"\n \n Specifies the maximum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MaxSizeY"}},{"Kind":"Components.Component","Name":"MinSizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum width of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeX"}},{"Kind":"Components.Component","Name":"MinSizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum height of the panel in cells count.\n \n ","Metadata":{"Common.PropertyName":"MinSizeY"}},{"Kind":"Components.Component","Name":"Row","TypeName":"System.Int32","Documentation":"\n \n Defines a row value where the panel should be placed.\n \n ","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"SizeX","TypeName":"System.Int32","Documentation":"\n \n Specifies the width of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeX"}},{"Kind":"Components.Component","Name":"SizeY","TypeName":"System.Int32","Documentation":"\n \n Specifies the height of the panel in the layout in cells count.\n \n ","Metadata":{"Common.PropertyName":"SizeY"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-index of the panel.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":338233076,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1553362579,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ChildContent of the panels.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633521687,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1275230700,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the HeaderTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":681535694,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-738628103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the ContentTemplate of the panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1253916747,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1973862023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1790459117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1531500968,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template value that should be displayed as the panel's header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.DashboardLayoutPanel.Header","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586020241,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n The DashboardLayout is a grid structured layout component, that helps to create a dashboard with panels.\n Panels hold the UI components or data to be visualized with flexible options like resize, reorder, drag-n-drop, remove and add,\n that allows users to easily place the panels at a desired position within the grid layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDashboardLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the dashboard element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AllowFloating","TypeName":"System.Boolean","Documentation":"\n \n If allowFloating is set to true, then the DashboardLayout will automatically move the panels upwards to fill the empty available cells while dragging or resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowFloating"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If allowResizing is set to true, then the DashboardLayout allows you to resize the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"CellAspectRatio","TypeName":"System.Double","Documentation":"\n \n Defines the cell aspect ratio of the panel.\n \n ","Metadata":{"Common.PropertyName":"CellAspectRatio"}},{"Kind":"Components.Component","Name":"CellSpacing","TypeName":"System.Double[]","Documentation":"\n \n Defines the spacing between the panels.\n \n ","Metadata":{"Common.PropertyName":"CellSpacing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Defines the number of columns to be created in the DashboardLayout.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DraggableHandle","TypeName":"System.String","Documentation":"\n \n Defines the draggable handle selector which will act as dragging handler for the panels.\n \n \n ","Metadata":{"Common.PropertyName":"DraggableHandle"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Panels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the panels property of the DashboardLayout component.\n \n ","Metadata":{"Common.PropertyName":"Panels"}},{"Kind":"Components.Component","Name":"ResizableHandles","TypeName":"Syncfusion.Blazor.Layouts.ResizableHandle","IsEnum":true,"Documentation":"\n \n Defines the resizing handles directions used for resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"ResizableHandles"}},{"Kind":"Components.Component","Name":"ShowGridLines","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the grid lines for the Dashboard Layout panels.\n \n ","Metadata":{"Common.PropertyName":"ShowGridLines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}},{"HashCode":-1583030242,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n Specifies the DashboardLayout component.\n \n \n The DashboardLayout is a grid structured layout component, that helps to create a dashboard with panels.\n Panels hold the UI components or data to be visualized with flexible options like resize, reorder, drag-n-drop, remove and add,\n that allows users to easily place the panels at a desired position within the grid layout.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the dashboard element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n If allowDragging is set to true, then the DashboardLayout allows you to drag and reorder the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AllowFloating","TypeName":"System.Boolean","Documentation":"\n \n If allowFloating is set to true, then the DashboardLayout will automatically move the panels upwards to fill the empty available cells while dragging or resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowFloating"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If allowResizing is set to true, then the DashboardLayout allows you to resize the panels.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"CellAspectRatio","TypeName":"System.Double","Documentation":"\n \n Defines the cell aspect ratio of the panel.\n \n ","Metadata":{"Common.PropertyName":"CellAspectRatio"}},{"Kind":"Components.Component","Name":"CellSpacing","TypeName":"System.Double[]","Documentation":"\n \n Defines the spacing between the panels.\n \n ","Metadata":{"Common.PropertyName":"CellSpacing"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Defines the number of columns to be created in the DashboardLayout.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"DraggableHandle","TypeName":"System.String","Documentation":"\n \n Defines the draggable handle selector which will act as dragging handler for the panels.\n \n \n ","Metadata":{"Common.PropertyName":"DraggableHandle"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Defines the media query value where the dashboardlayout becomes stacked layout when the resolution meets.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Used to specify additional html attributes such as styles, class, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Panels","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the panels property of the DashboardLayout component.\n \n ","Metadata":{"Common.PropertyName":"Panels"}},{"Kind":"Components.Component","Name":"ResizableHandles","TypeName":"Syncfusion.Blazor.Layouts.ResizableHandle","IsEnum":true,"Documentation":"\n \n Defines the resizing handles directions used for resizing the panels.\n \n ","Metadata":{"Common.PropertyName":"ResizableHandles"}},{"Kind":"Components.Component","Name":"ShowGridLines","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the grid lines for the Dashboard Layout panels.\n \n ","Metadata":{"Common.PropertyName":"ShowGridLines"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":496232087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDashboardLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2044824965,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SfDashboardLayout"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfDashboardLayout.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1338494316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Splitter component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on collapsing the panes.\n \n ","Metadata":{"Common.PropertyName":"OnCollapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on expanding the panes.\n \n ","Metadata":{"Common.PropertyName":"OnExpand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after creating the splitter component with its panes.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the split pane is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the resizing of split pane is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the splitter is destroyed with its elements.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a split pane is being resized.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterEvents"}},{"HashCode":-1515307102,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Splitter component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnCollapse","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on collapsing the panes.\n \n ","Metadata":{"Common.PropertyName":"OnCollapse","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnExpand","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on expanding the panes.\n \n ","Metadata":{"Common.PropertyName":"OnExpand","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after creating the splitter component with its panes.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the panes get expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the split pane is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the resizing of split pane is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the splitter is destroyed with its elements.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when a split pane is being resized.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184137542,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the pane content as a template.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is collapsed on the initial rendering of the splitter.\n \n ","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"CollapsedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"CollapsedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is capable to collapse.\n \n ","Metadata":{"Common.PropertyName":"Collapsible"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of the split pane.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n One or more custom CSS classes can be specified to the Splitter panes.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.String","Documentation":"\n \n Specifies the maximum size of a pane. The pane cannot be resized more than the specified maximum limit.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"MaxChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MaxChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.String","Documentation":"\n \n Specifies the minimum size of a pane. The pane cannot be resized less than the specified minimum size.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"MinChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MinChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether a pane is resizable or not. By default, the Splitter panes are resizable.\n You can disable resize functionality for any specific panes using this property.\n \n ","Metadata":{"Common.PropertyName":"Resizable"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n SizeConfigures the properties for each pane. For horizontal splitter, the size act as width.\n For vertical splitter, the size act as height.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the pane is visible.\n \n If this property is set to `false`, the pane element will not be shown in the DOM. This property can be used to provide conditional pane rendering in Splitter. \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-1861402880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the pane content as a template.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is collapsed on the initial rendering of the splitter.\n \n ","Metadata":{"Common.PropertyName":"Collapsed"}},{"Kind":"Components.Component","Name":"CollapsedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"CollapsedChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether a pane is capable to collapse.\n \n ","Metadata":{"Common.PropertyName":"Collapsible"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of the split pane.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n One or more custom CSS classes can be specified to the Splitter panes.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.String","Documentation":"\n \n Specifies the maximum size of a pane. The pane cannot be resized more than the specified maximum limit.\n \n ","Metadata":{"Common.PropertyName":"Max"}},{"Kind":"Components.Component","Name":"MaxChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MaxChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.String","Documentation":"\n \n Specifies the minimum size of a pane. The pane cannot be resized less than the specified minimum size.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"MinChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"MinChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizable","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether a pane is resizable or not. By default, the Splitter panes are resizable.\n You can disable resize functionality for any specific panes using this property.\n \n ","Metadata":{"Common.PropertyName":"Resizable"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n SizeConfigures the properties for each pane. For horizontal splitter, the size act as width.\n For vertical splitter, the size act as height.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SizeChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the pane is visible.\n \n If this property is set to `false`, the pane element will not be shown in the DOM. This property can be used to provide conditional pane rendering in Splitter. \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":731061429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1016604635,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the splitter pane element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1566800765,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pane content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2047066006,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pane content as a template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPane"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1624498362,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPanes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure one or more panes to construct different layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPanes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes"}},{"HashCode":-1798026575,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterPanes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure one or more panes to construct different layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPanes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2045693464,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SplitterPanes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1192845802,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SplitterPanes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPanes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1802912038,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Separator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","Metadata":{"Common.PropertyName":"Separator","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates"}},{"HashCode":2095270653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure each pane and its properties to handle the pane behavior.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Separator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","Metadata":{"Common.PropertyName":"Separator","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":918070823,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator","ParentTag":"SplitterTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":100979305,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the separator icon that can be displayed in the Splitter separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator","ParentTag":"Syncfusion.Blazor.Layouts.SplitterTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterTemplates.Separator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":270545778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfSplitter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The splitter is a layout user interface (UI) component that splits the layout into multiple panes with resizable and collapsible support.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSplitter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class names that defines specific user-defined styles and\n themes to be appended on the root element of the Splitter.\n It is used to customize the Splitter component.\n One or more custom CSS classes can be specified to the Splitter.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableReversePanes","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether splitter panes are reordered or not.\n \n ","Metadata":{"Common.PropertyName":"EnableReversePanes"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the pane settings of Splitter is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Splitter component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Layouts.Orientation","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether to align the split panes horizontally or vertically.\n Set the orientation property as \"Horizontal\" to create a horizontal splitter that aligns the panes left-to-right.\n Set the orientation property as \"Vertical\" to create a vertical splitter that aligns the panes top-to-bottom.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"PaneSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible, and collapsed.\n \n ","Metadata":{"Common.PropertyName":"PaneSettings"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Splitter component. The value can be either in pixel or percentage format.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the splitter element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter"}},{"HashCode":-225727873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.SfSplitter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The splitter is a layout user interface (UI) component that splits the layout into multiple panes with resizable and collapsible support.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SfSplitter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class names that defines specific user-defined styles and\n themes to be appended on the root element of the Splitter.\n It is used to customize the Splitter component.\n One or more custom CSS classes can be specified to the Splitter.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableReversePanes","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether splitter panes are reordered or not.\n \n ","Metadata":{"Common.PropertyName":"EnableReversePanes"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the component is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the pane settings of Splitter is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Splitter component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Layouts.Orientation","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether to align the split panes horizontally or vertically.\n Set the orientation property as \"Horizontal\" to create a horizontal splitter that aligns the panes left-to-right.\n Set the orientation property as \"Vertical\" to create a vertical splitter that aligns the panes top-to-bottom.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"PaneSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible, and collapsed.\n \n ","Metadata":{"Common.PropertyName":"PaneSettings"}},{"Kind":"Components.Component","Name":"SeparatorSize","TypeName":"System.Double","Metadata":{"Common.PropertyName":"SeparatorSize"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Splitter component. The value can be either in pixel or percentage format.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the splitter element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1234827794,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSplitter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1602960974,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content for panes of the Splitter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Layouts.SfSplitter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Layouts.SfSplitter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1149224125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Pane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the splitter pane.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Pane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the PaneSettings.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Pane"}},{"HashCode":-1947443540,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Pane","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the splitter pane.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Pane"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the PaneSettings.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Pane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":597823538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Panes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to render the panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Panes"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Panes"}},{"HashCode":1849375515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Panes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to render the panes.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Panes"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Panes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1293014581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for create the separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Separator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Defines the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the current pane PaneSettings value.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Separator"}},{"HashCode":735494082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Layouts.Internal.Separator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for create the separator.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.Internal.Separator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PaneIndex","TypeName":"System.Int32","Documentation":"\n \n Defines the current pane index.\n \n \n ","Metadata":{"Common.PropertyName":"PaneIndex"}},{"Kind":"Components.Component","Name":"PaneSetting","TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Documentation":"\n \n Defines the current pane PaneSettings value.\n \n \n ","Metadata":{"Common.PropertyName":"PaneSetting"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Layouts.Internal.Separator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160161687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the color begin and end in percentage to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop to the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStop"}},{"HashCode":740977066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStop","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.ColorStop"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the color begin and end in percentage to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity to the gradient.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the color stop to the gradient element.\n \n ","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStop","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1993152477,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops"}},{"HashCode":861118800,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.ColorStops","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the color range properties for the gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.ColorStops"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776246722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1448609452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.ColorStops"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.ColorStops.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-963745277,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.GradientPosition"}},{"HashCode":-1888970908,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.GradientPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the circle positions of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.GradientPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.GradientPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1106682338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition"}},{"HashCode":296483468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the inner circle of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.InnerPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345101143,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1927259641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.InnerPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.InnerPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1698866468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Linear Gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfLinearGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin functionality in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as image functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as PDF functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format to apply for internationalization in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.LinearGauge.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the rendering of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"RangePalettes","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color palette for axis ranges in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RangePalettes"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the theme supported for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to split the numeric values in the component with comma.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}},{"HashCode":1260597632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Linear Gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n \n The linear gauge is an ideal control for visualizing numeric values in a linear scale with features like multiple axes, different orientations, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMargin","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the margin functionality in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowMargin"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as image functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the export as PDF functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the print functionality in the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format to apply for internationalization in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full height of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.LinearGauge.Orientation","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the rendering of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"RangePalettes","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color palette for axis ranges in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RangePalettes"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the tab index value for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Gets or sets the theme supported for the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Gets or sets the title for linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to split the numeric values in the component with comma.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the linear gauge as a string in order to provide input as both like '100px' or '100%'.\n If specified as '100%, gauge will render to the full width of its parent element.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-280538599,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfLinearGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1147915550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.SfLinearGauge"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.SfLinearGauge.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1773992314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AxisValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value in the axis in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisValue"}},{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index value of the axis of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisIndex"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the horizontal alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content for the annotations.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the vertical alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}},{"HashCode":518452161,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AxisValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value in the axis in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisValue"}},{"Kind":"Components.Component","Name":"AxisIndex","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index value of the axis of the linear gauge.\n \n ","Metadata":{"Common.PropertyName":"AxisIndex"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the horizontal alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content for the annotations.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the vertical alignment of annotation.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the annotation in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754326701,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":665732194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1658995134,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1814444204,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1191825307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotationFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont"}},{"HashCode":-1115596434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotationFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2036153052,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of annotations to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}},{"HashCode":-1200523056,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of annotations to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2020187718,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-539848449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1441774972,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of axes to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}},{"HashCode":2025271964,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the collection of axes to the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434886936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-464488295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxes.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1096909148,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to inverse the axis.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the opposed position of the axis in the linear gauge..\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the last label in the linear gauge axis.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}},{"HashCode":-584089835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to inverse the axis.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum value for the axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the opposed position of the axis in the linear gauge..\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"ShowLastLabel","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the last label in the linear gauge axis.\n \n ","Metadata":{"Common.PropertyName":"ShowLastLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766189016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":175863593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1144795305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont"}},{"HashCode":-1102088735,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in axis label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1502721850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the axis label in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global format string like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to position the axis labels in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the axis label in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color to the labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}},{"HashCode":-1513871123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the axis label in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format for the axis label. This property accepts any global format string like 'C', 'n1', 'P' etc.\n Also accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to position the axis labels in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the axis label in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"UseRangeColor","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to use the range color to the labels.\n \n ","Metadata":{"Common.PropertyName":"UseRangeColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2092383610,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1189865401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeAxisLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466010943,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder"}},{"HashCode":798743893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1016196556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings"}},{"HashCode":-1099828352,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1611931341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the container axis for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the container in the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for the rounded rectangle container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.ContainerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}},{"HashCode":-1529227620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the container axis for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value to place the container in the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for the rounded rectangle container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.ContainerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the container in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-699531611,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":554144817,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1413505434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge container border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeContainerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder"}},{"HashCode":1887092062,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge container border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeContainerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1106265493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each Annotation gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before tooltip gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while changing the value of the pointer by UI interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger its when performing the mouse leave operation from the gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing mouse up operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing the mouse down operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents"}},{"HashCode":-1585854361,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the linear gauge gets loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AxisLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each axis label gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AxisLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before each Annotation gets rendered.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before tooltip gets rendered.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the pointer is dragged.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it after window resize.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it while changing the value of the pointer by UI interaction.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger its when performing the mouse leave operation from the gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing mouse up operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnGaugeMouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event to trigger it when performing the mouse down operation on gauge area.\n \n ","Metadata":{"Common.PropertyName":"OnGaugeMouseDown","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1976518976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings"}},{"HashCode":1942398726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the fonts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":197199963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the axis line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset to position the axis line in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}},{"HashCode":1335058830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the axis line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset to position the axis line in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the axis line.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":818903633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1163959570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216937978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the linear gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient"}},{"HashCode":-1892546430,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the linear gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeLinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488460263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the major tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}},{"HashCode":-1124201981,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the major tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-162177722,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1921973112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMajorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1462791377,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin"}},{"HashCode":-201026474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-3538569,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings"}},{"HashCode":-1371462963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the left, right, top and bottom margins of the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Gets or sets the bottom margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Gets or sets the right margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin value of the gauge.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950439201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the minor tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}},{"HashCode":1787563651,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the minor tick lines of an axis in Linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1057682285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1842588994,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeMinorTicks.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1966744815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in pointer.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for the pointer.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"EnableDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the dragging movement of the pointer.\n \n ","Metadata":{"Common.PropertyName":"EnableDrag"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL path for the image in marker when the marker type is chosen as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Syncfusion.Blazor.LinearGauge.MarkerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the marker for pointers in axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the pointer from the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of pointer in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the place of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.Point","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"PointerValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}},{"HashCode":-38803167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration of animation in pointer.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description for the pointer.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"EnableDrag","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the dragging movement of the pointer.\n \n ","Metadata":{"Common.PropertyName":"EnableDrag"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL path for the image in marker when the marker type is chosen as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"MarkerType","TypeName":"Syncfusion.Blazor.LinearGauge.MarkerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the marker for pointers in axis.\n \n ","Metadata":{"Common.PropertyName":"MarkerType"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the pointer from the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of pointer in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Placement","TypeName":"Syncfusion.Blazor.LinearGauge.Placement","IsEnum":true,"Documentation":"\n \n Gets or sets the place of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Placement"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RoundedCornerRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the corner radius for pointer.\n \n ","Metadata":{"Common.PropertyName":"RoundedCornerRadius"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.LinearGauge.Point","IsEnum":true,"Documentation":"\n \n Gets or sets the type of pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"PointerValue","TypeName":"System.Double","Documentation":"\n \n Gets or sets the value of the pointer in axis.\n \n ","Metadata":{"Common.PropertyName":"PointerValue"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the pointer.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1236337222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970450873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-698564441,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge pointer border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder"}},{"HashCode":1179374278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge pointer border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1361558645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}},{"HashCode":1708734555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the pointer element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2038840379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1523230364,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugePointers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1456144828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the radial gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient"}},{"HashCode":800937402,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the radial gradient color to the axis in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2104513818,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the end of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the range in the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position to place the ranges in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the start of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}},{"HashCode":-1704265453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the axis range.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Gets or sets the end value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"EndWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the end of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"EndWidth"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.String","Documentation":"\n \n Gets or sets the value to position the range in the axis.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position to place the ranges in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Gets or sets the start value for the range in axis.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the start of the range in axis.\n \n ","Metadata":{"Common.PropertyName":"StartWidth"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1737651979,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1942989569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRange.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-940231475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge range border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder"}},{"HashCode":-426760176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge range border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1835830694,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}},{"HashCode":-2112214101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the range element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1338395302,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1448701750,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRanges.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1507164923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder"}},{"HashCode":1601195547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options to customize the border for range tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-416131980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tooltip settings of the range in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the range tooltip at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}},{"HashCode":463554874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tooltip settings of the range in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation of the range tooltip. The animation is set as true by default.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the range tooltip at mouse position. By default, it set as false.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-731064819,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1148752470,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the format of the range tooltip in linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325095144,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1003294976,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-437195836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1935738491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y}\n as a placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":709280628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for the text style of the tooltip text for ranges in linear Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle"}},{"HashCode":1637799633,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for the text style of the tooltip text for ranges in linear Gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeRangeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-96729168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tick line settings of an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings"}},{"HashCode":-685736469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the tick line settings of an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Gets or sets the interval between the tick lines in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Double","Documentation":"\n \n Gets or sets the distance of the ticks from axis in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.Position","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the ticks in linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTickSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199170566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle"}},{"HashCode":-882306743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":648857840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder"}},{"HashCode":2138935247,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the options for customizing the color and width of the gauge border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":195626881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the tooltip while moving from one place to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip content in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip position on mouse pointer.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y} as a\n placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the option to display the tooltip for range, annotation, pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}},{"HashCode":-181001449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the annotation element for an axis in linear gauge component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the animation for the tooltip while moving from one place to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip content in linear gauge.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.LinearGauge.TooltipPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position type to place the tooltip in the axis.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowAtMousePosition","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to show the tooltip position on mouse pointer.\n \n ","Metadata":{"Common.PropertyName":"ShowAtMousePosition"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the custom template to format the tooltip content. Use ${x} and ${y} as a\n placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the option to display the tooltip for range, annotation, pointer.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302945014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1079816545,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1102803557,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126489862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the tooltip template content for display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":715940267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle"}},{"HashCode":-403794963,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the style of the text in tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color for text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font-family for text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style for text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the font in text.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGaugeTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":519379385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a linear gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient"}},{"HashCode":1338572845,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a linear gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.LinearGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EndValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the end value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"EndValue"}},{"Kind":"Components.Component","Name":"StartValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the start value of the linear gradient.\n \n ","Metadata":{"Common.PropertyName":"StartValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":761711224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":813167445,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.LinearGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.LinearGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47707288,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer linear of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.OuterPosition"}},{"HashCode":-1849357329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.OuterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the outer linear of the radial gradient.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.OuterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the horizontal position in percentage.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the vertical position in percentage.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.OuterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":157569560,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a radial gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient"}},{"HashCode":952061016,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the properties to render a radial gradient in the linear gauge.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.RadialGradient"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets or sets the radius of the radial gradient.\n \n ","Metadata":{"Common.PropertyName":"Radius"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1210302669,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1816752964,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.LinearGauge.RadialGradient"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.LinearGauge.RadialGradient.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1726413454,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or Sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or Sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip"}},{"HashCode":302641918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or Sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or Sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-73929434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender"}},{"HashCode":1398012699,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370802346,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender"}},{"HashCode":474312393,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.AxisRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":839996871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContainerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender"}},{"HashCode":1220802316,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.ContainerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1804897745,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PointerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PointerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender"}},{"HashCode":673573665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PointerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PointerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.PointerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528317764,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RangeIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender"}},{"HashCode":2001479509,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RangeIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"RangeIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.RangeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1483339529,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender"}},{"HashCode":-1675060356,"Kind":"Components.Component","Name":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.LinearGauge.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985324620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.SfListView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component for executing complex list items common functionalities.\n \n The generic type parameter.\n \n Configure member properties of the ListView component.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.SfListView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used as a key to identify our element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Lists.AnimationSettings","Documentation":"\n \n The `Animation` property provides an option to apply different\n animations to the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n The `CheckBoxPosition` is used to set the position of the check box in a list item.\n By default, the `checkBoxPosition` is Left, which will appear before the text content in a list item.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the ListView,\n using which you can customize the component (both CSS and functionality customization).\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The `DataSource` provides the data to render the ListView component which is mapped with the fields of ListView.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n If `Enabled` is set to true, the list items will be enabled. \n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If `EnableVirtualization` is set to true, the ListView’s performance will improve when loading a large amount of data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"HeaderTitle","TypeName":"System.String","Documentation":"\n \n The `HeaderTitle` is used to set the title of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTitle"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n The `Query` is used to fetch specific data from the data source by using the where and select keywords.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If `ShowCheckBox` is set to true, the checkbox will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n If `ShowHeader` is set to true, the header of the ListView component will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"ShowIcon","TypeName":"System.Boolean","Documentation":"\n \n If `ShowIcon` is set to true, the icon of the list item will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowIcon"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Lists.SortOrder","IsEnum":true,"Documentation":"\n \n The `SortOrder` is used to sort the data source. The available type of sort orders are,\n `None` - The data source will not be sorted.\n `Ascending` - The data source will be sorted in ascending order.\n `Descending` - The data source will be sorted in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView","Components.GenericTyped":"True"}},{"HashCode":1330787187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.SfListView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component for executing complex list items common functionalities.\n \n The generic type parameter.\n \n Configure member properties of the ListView component.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n \n The SfListView control represents the data in interactive hierarchical structure interface across different layouts or views,\n that also has features such as data-binding, template, grouping and virtualization.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.SfListView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n The `ID` property is used as a key to identify our element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Lists.AnimationSettings","Documentation":"\n \n The `Animation` property provides an option to apply different\n animations to the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n The `CheckBoxPosition` is used to set the position of the check box in a list item.\n By default, the `checkBoxPosition` is Left, which will appear before the text content in a list item.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` property is used to add a user-preferred class name in the root element of the ListView,\n using which you can customize the component (both CSS and functionality customization).\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n The `DataSource` provides the data to render the ListView component which is mapped with the fields of ListView.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n If `Enabled` is set to true, the list items will be enabled. \n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If `EnableVirtualization` is set to true, the ListView’s performance will improve when loading a large amount of data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"HeaderTitle","TypeName":"System.String","Documentation":"\n \n The `HeaderTitle` is used to set the title of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTitle"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the height of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n The `Query` is used to fetch specific data from the data source by using the where and select keywords.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If `ShowCheckBox` is set to true, the checkbox will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n If `ShowHeader` is set to true, the header of the ListView component will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"ShowIcon","TypeName":"System.Boolean","Documentation":"\n \n If `ShowIcon` is set to true, the icon of the list item will be shown or hidden.\n \n ","Metadata":{"Common.PropertyName":"ShowIcon"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Lists.SortOrder","IsEnum":true,"Documentation":"\n \n The `SortOrder` is used to sort the data source. The available type of sort orders are,\n `None` - The data source will not be sorted.\n `Ascending` - The data source will be sorted in ascending order.\n `Descending` - The data source will be sorted in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the ListView component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":869771221,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-436138985,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-161361605,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":951294957,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the group header title with the help of the groupTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1287282478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1262349092,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of the headerTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1733827098,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-585135678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.SfListView.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView supports customizing the content of each list item with the help of template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Lists.SfListView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.SfListView.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":507691153,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action begins.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action is completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a list item in the component is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBack","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the back icon is clicked in the nested list item.\n \n ","Metadata":{"Common.PropertyName":"OnBack","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewEvents","Components.GenericTyped":"True"}},{"HashCode":1299163562,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action begins.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when each ListView action is completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a list item in the component is clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBack","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the back icon is clicked in the nested list item.\n \n ","Metadata":{"Common.PropertyName":"OnBack","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666887744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the field settings with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewFieldSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n The `Child` property is used for nested navigation of listed items.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies the enabled state of the ListView component.\n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n The `GroupBy` property is used to wraps the ListView elements into a group based on the field value.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n The `IconCss` is used to customize the icon fo the list items dynamically.\n You can add a specific image to the icons using the `iconCss` property.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id field mapped in data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n The `IsChecked` property is used to check whether the list items are in a checked state or not.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The `Text` property is used to map the text value from the data source for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n The `Tooltip` is used to display the information about the target element while hovering on list items.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewFieldSettings","Components.GenericTyped":"True"}},{"HashCode":-1616801585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the field settings with the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewFieldSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n The `Child` property is used for nested navigation of listed items.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies the enabled state of the ListView component.\n You can disable the component using this property by setting its value as false.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n The `GroupBy` property is used to wraps the ListView elements into a group based on the field value.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n The `HtmlAttributes` allows additional attributes such as id, class, etc., and\n accepts n number of attributes in a key-value pair format.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n The `IconCss` is used to customize the icon fo the list items dynamically.\n You can add a specific image to the icons using the `iconCss` property.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id field mapped in data source.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n The `IsChecked` property is used to check whether the list items are in a checked state or not.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n The `Text` property is used to map the text value from the data source for each list item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n The `Tooltip` is used to display the information about the target element while hovering on list items.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewFieldSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-732868544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates of the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates","Components.GenericTyped":"True"}},{"HashCode":1135181700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.ListViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates of the ListView component.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.ListViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment>","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272855188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1255854566,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView component supports to customize the content of each list items with the help of Template property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1568203929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":625300737,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accepts the template design and assigns it to the group headers present in the ListView.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupTemplate","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'GroupTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.GroupTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1423599726,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ListViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1926817337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The ListView has an option to custom design the ListView header title with the help of HeaderTemplate property.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Lists.ListViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.ListViewTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284038915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n The first generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBaseFoundation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListBaseFoundation component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","Components.GenericTyped":"True"}},{"HashCode":1513806634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n The first generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListBaseFoundation component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFoundation","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-770992837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Component to create list from complex data for executing complex list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LiElementPosition","TypeName":"System.String","Documentation":"\n \n Defines the li element position.\n \n ","Metadata":{"Common.PropertyName":"LiElementPosition"}},{"Kind":"Components.Component","Name":"ListId","TypeName":"System.String","Documentation":"\n \n Defines the id property.\n \n ","Metadata":{"Common.PropertyName":"ListId"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"ListIsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"ListIsItemTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ListClassNames"}},{"Kind":"Components.Component","Name":"SfListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"SfListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","Components.GenericTyped":"True"}},{"HashCode":1801312087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Component to create list from complex data for executing complex list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LiElementPosition","TypeName":"System.String","Documentation":"\n \n Defines the li element position.\n \n ","Metadata":{"Common.PropertyName":"LiElementPosition"}},{"Kind":"Components.Component","Name":"ListId","TypeName":"System.String","Documentation":"\n \n Defines the id property.\n \n ","Metadata":{"Common.PropertyName":"ListId"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"ListIsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListIsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"ListIsItemTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ListClassNames"}},{"Kind":"Components.Component","Name":"SfListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"SfListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-362251235,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CreateListFromComplex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-871975169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromComplex.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1295453311,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List base fields class.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListBaseFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.ListBaseFields component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Child.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Enabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in GroupBy.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in HtmlAttributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IconCss.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsChecked.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsVisible.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","Components.GenericTyped":"True"}},{"HashCode":2056735950,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List base fields class.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.ListBaseFields component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Child.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Enabled.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"GroupBy","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in GroupBy.\n \n ","Metadata":{"Common.PropertyName":"GroupBy"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in HtmlAttributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IconCss.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsChecked.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"IsVisible","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in IsVisible.\n \n ","Metadata":{"Common.PropertyName":"IsVisible"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Tooltip.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies that fields that mapped in Value.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseFields","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2132936019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An class that holds list Item properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListItemBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"T","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListItemBase","Components.GenericTyped":"True"}},{"HashCode":-31398222,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An class that holds list Item properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListItemBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"T","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListItemBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1953610551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds listbase properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListCommonBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListCommonBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","Components.GenericTyped":"True"}},{"HashCode":1613110115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n This class holds listbase properties related arguments.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Lists.Internal.ListCommonBase component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.ListCommonBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-610522327,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n /// \n Component for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromPrimitive"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","Components.GenericTyped":"True"}},{"HashCode":-202538976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n /// \n Component for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.CreateListFromPrimitive","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-457955015,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component to create list from primitive data for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PrimitiveListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.PrimitiveListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","Components.GenericTyped":"True"}},{"HashCode":-1825535111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Component to create list from primitive data for executing primitive list items common functionalities.\n \n The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.PrimitiveListItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Lists.Internal.FieldsValueMapping>","Documentation":"\n \n Gets or sets MappedData.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsGroupItem","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets IsGroupItem field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupItem"}},{"Kind":"Components.Component","Name":"Data","TypeName":"TValue","Documentation":"\n \n Gets or sets Data field.\n \n ","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GroupItemData","TypeName":"Syncfusion.Blazor.Lists.ComposedItemModel","Documentation":"\n \n Gets or sets GroupItemData field.\n \n ","Metadata":{"Common.PropertyName":"GroupItemData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsItemTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the item template field.\n \n ","Metadata":{"Common.PropertyName":"IsItemTemplate"}},{"Kind":"Components.Component","Name":"IsGroupTemplate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the group item template field.\n \n ","Metadata":{"Common.PropertyName":"IsGroupTemplate"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Gets or sets the random id field.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the index field.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ClassNames","TypeName":"Syncfusion.Blazor.Lists.Internal.ClassList","Documentation":"\n \n Gets or sets the class names field.\n \n ","Metadata":{"Common.PropertyName":"ClassNames"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets the ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.PrimitiveListItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-752078722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n /// The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.SfListBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase","Components.GenericTyped":"True"}},{"HashCode":1068230734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n A list base component for all the Syncfusion Blazor List dependant components to implement the common functionalities.\n \n /// The generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Lists.Internal.SfListBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Lists.Internal.SfListBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Update child content from parent component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets DataSource field.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ListBaseOptionModel","TypeName":"Syncfusion.Blazor.Lists.Internal.ListBaseOptionModel","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"ListBaseOptionModel","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Level","TypeName":"System.Int32","Documentation":"\n \n Gets or sets ListBaseOptionModel field.\n \n ","Metadata":{"Common.PropertyName":"Level"}},{"Kind":"Components.Component","Name":"ItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered before each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemCreated","TypeName":"System.Action>","Documentation":"\n \n Specifies the callback function that triggered after each list creation.\n \n ","Metadata":{"Common.PropertyName":"ItemCreated","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets item template property name.\n \n ","Metadata":{"Common.PropertyName":"ItemTemplatePropertyName"}},{"Kind":"Components.Component","Name":"GroupTemplatePropertyName","TypeName":"System.String","Documentation":"\n \n Gets or sets group template property name.\n \n ","Metadata":{"Common.PropertyName":"GroupTemplatePropertyName"}},{"Kind":"Components.Component","Name":"StartingPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets starting position.\n \n ","Metadata":{"Common.PropertyName":"StartingPosition"}},{"Kind":"Components.Component","Name":"LiElementHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets list element height.\n \n ","Metadata":{"Common.PropertyName":"LiElementHeight"}},{"Kind":"Components.Component","Name":"EndPosition","TypeName":"System.Int32","Documentation":"\n \n Gets or sets end position.\n \n ","Metadata":{"Common.PropertyName":"EndPosition"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Gets or sets Id.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"VirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the virtual scrolling.\n \n ","Metadata":{"Common.PropertyName":"VirtualScrolling"}},{"Kind":"Components.Component","Name":"CheckBoxPosition","TypeName":"Syncfusion.Blazor.Lists.CheckBoxPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the checkbox position.\n \n ","Metadata":{"Common.PropertyName":"CheckBoxPosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1818248112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfListBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-970629378,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Update child content from parent component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Lists.Internal.SfListBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Lists.Internal.SfListBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2031731615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InitialMarkerSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelection"}},{"HashCode":425174583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.InitialMarkerSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude of the marker to select it initially.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-227808551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InitialMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}},{"HashCode":-1621445482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the initial selection of marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1710409558,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InitialMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":801443929,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.InitialMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-251041777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.SfMaps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the ID string for the map component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to image functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to PDF functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the print functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the maps container.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BaseLayerIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the base map index of maps. It provides the option to select which layer to be visible in the maps.\n \n ","Metadata":{"Common.PropertyName":"BaseLayerIndex"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format in which the text in the maps are to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets or sets the culture value to the locale.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectionType","TypeName":"Syncfusion.Blazor.Maps.ProjectionType","IsEnum":true,"Documentation":"\n \n Sets and gets the projection type for the maps.\n \n ","Metadata":{"Common.PropertyName":"ProjectionType"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the index of the tab.\n \n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Set and gets the theme supported for the maps.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TooltipDisplayMode","TypeName":"Syncfusion.Blazor.Maps.TooltipGesture","IsEnum":true,"Documentation":"\n \n Sets and gets the mode in which the tooltip is to be displayed.\n The tooltip can be rendered on mouse move, click or double clicking on the\n element on the map.\n \n ","Metadata":{"Common.PropertyName":"TooltipDisplayMode"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps"}},{"HashCode":-959829385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.SfMaps","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n \n The Maps component is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google maps and Bing maps.\n Its rich feature set includes markers, labels, bubbles, navigation lines, legends, tooltips, zooming, panning, and much more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.SfMaps"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the ID string for the map component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to image functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the export to PDF functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the print functionality in map.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the maps container.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BaseLayerIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the base map index of maps. It provides the option to select which layer to be visible in the maps.\n \n ","Metadata":{"Common.PropertyName":"BaseLayerIndex"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the description for maps.\n \n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format in which the text in the maps are to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Gets or sets the culture value to the locale.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ProjectionType","TypeName":"Syncfusion.Blazor.Maps.ProjectionType","IsEnum":true,"Documentation":"\n \n Sets and gets the projection type for the maps.\n \n ","Metadata":{"Common.PropertyName":"ProjectionType"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the index of the tab.\n \n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Set and gets the theme supported for the maps.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TooltipDisplayMode","TypeName":"Syncfusion.Blazor.Maps.TooltipGesture","IsEnum":true,"Documentation":"\n \n Sets and gets the mode in which the tooltip is to be displayed.\n The tooltip can be rendered on mouse move, click or double clicking on the\n element on the map.\n \n ","Metadata":{"Common.PropertyName":"TooltipDisplayMode"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width in which the maps is to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1458197949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMaps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1049108949,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.SfMaps"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.SfMaps.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":767299238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the annotation of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the x position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the y position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation"}},{"HashCode":1483896671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the annotation of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.AnnotationAlignment","IsEnum":true,"Documentation":"\n \n Gets or sets the annotation element to be aligned vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Gets or sets the x position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Gets or sets the y position of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Gets or sets the z-index of the annotation in maps component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-806957500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1835019796,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1574433719,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1841696788,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1507624804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-491736442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the annotation in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2041709168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the layer of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations"}},{"HashCode":1287417309,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the layer of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1023379463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-301800243,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-616944453,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaBorder"}},{"HashCode":1586678595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAreaBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1614713946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the area in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the map area.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings"}},{"HashCode":1126683952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the area in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the map area.\n \n ","Metadata":{"Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":435162232,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1020012684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1629274099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsArrow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the customization the arrow in navigation-line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsArrow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"OffSet","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset value to position the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"OffSet"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Gets or sets the type of the position to place the arrow in navigation lines.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Gets or sets the size of the arrow in navigation line in maps.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow"}},{"HashCode":1312267063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsArrow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for the customization the arrow in navigation-line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsArrow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"OffSet","TypeName":"System.Double","Documentation":"\n \n Gets or sets the offset value to position the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"OffSet"}},{"Kind":"Components.Component","Name":"Position","TypeName":"System.String","Documentation":"\n \n Gets or sets the type of the position to place the arrow in navigation lines.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the arrow in navigation line.\n \n ","Metadata":{"Common.PropertyName":"ShowArrow"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Double","Documentation":"\n \n Gets or sets the size of the arrow in navigation line in maps.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252901015,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsArrow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2131736227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsArrow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsArrow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1511352103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorder"}},{"HashCode":642737534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1638379712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of borders in the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorderSettings"}},{"HashCode":274441132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of borders in the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1257881990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubble","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble of the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubble"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsBubble component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Gets or sets the delay in animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.Maps.BubbleType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the color of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the bubble.\n The data source must contain the size value of the bubble that can be bound to the bubble\n of the Maps using the valuePath property in the bubbleSettings.\n The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the bubble data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the bubble to be rendered in maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble","Components.GenericTyped":"True"}},{"HashCode":235542588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubble","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble of the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubble"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsBubble component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Gets or sets the delay in animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation for bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BubbleType","TypeName":"Syncfusion.Blazor.Maps.BubbleType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"BubbleType"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the color of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the bubble.\n The data source must contain the size value of the bubble that can be bound to the bubble\n of the Maps using the valuePath property in the bubbleSettings.\n The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum radius for the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the bubble in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the bubble data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source of bubble settings for the bubble to be rendered in maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2067842950,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubble"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2065954943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubble"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubble.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-227252648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleBorder"}},{"HashCode":-1648459758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1467209406,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}},{"HashCode":-1038797063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1074086023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-986623010,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1702636116,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}},{"HashCode":1289197676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1748650158,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-740286643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1940708915,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder"}},{"HashCode":1851438272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1191818497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the highlight settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}},{"HashCode":-1445261497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the highlight settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1836080641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":852873762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":423229715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder"}},{"HashCode":263536543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1622129658,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the selection settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}},{"HashCode":-1140917193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the selection settings for the bubble in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477340437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-418817591,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1349832360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of bubble to the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}},{"HashCode":-854831315,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the collection of bubble to the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1305145804,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1341684194,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411490777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble's tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder"}},{"HashCode":-90326862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the bubble's tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-75054622,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble's tooltip of the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}},{"HashCode":-2052381154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the bubble's tooltip of the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-882556173,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1041340708,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-32132285,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":752213059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199375623,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in bubble tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsBubbleTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}},{"HashCode":1988792239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in bubble tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1528274649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsBubbleTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2111100748,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsBubbleTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148707508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the center position of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsCenterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition"}},{"HashCode":-192060628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the center position of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsCenterPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the latitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double","Documentation":"\n \n Gets or sets the longitude for the center position of maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":42381168,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsCenterPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2063130512,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsCenterPosition"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsCenterPosition.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-977721898,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the colormapping for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsColorMapping"}},{"HashCode":-1836433885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the colormapping for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":105708200,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the dataLabel setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"IntersectionAction","TypeName":"Syncfusion.Blazor.Maps.IntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the intersection action for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"IntersectionAction"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path from the data source based on which the data-labels gets rendered.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the color of the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"SmartLabelMode","TypeName":"Syncfusion.Blazor.Maps.SmartLabelMode","IsEnum":true,"Documentation":"\n \n Gets or sets the label mode for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"SmartLabelMode"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}},{"HashCode":2035629851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the dataLabel setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"IntersectionAction","TypeName":"Syncfusion.Blazor.Maps.IntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the intersection action for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"IntersectionAction"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path from the data source based on which the data-labels gets rendered.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the color of the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x position for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Double","Documentation":"\n \n Gets or sets the y position for the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"SmartLabelMode","TypeName":"Syncfusion.Blazor.Maps.SmartLabelMode","IsEnum":true,"Documentation":"\n \n Gets or sets the label mode for the data-labels.\n \n ","Metadata":{"Common.PropertyName":"SmartLabelMode"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the data-labels in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1797628069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-72465032,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":659942749,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1254403530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":783555379,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1599555755,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template for the data-labels in maps.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Maps.MapsDataLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsDataLabelSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1961343046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the event for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MarkerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the marker.\n \n ","Metadata":{"Common.PropertyName":"MarkerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LayerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the layer.\n \n ","Metadata":{"Common.PropertyName":"LayerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoomComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the zooming operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnZoomComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the shapes in the layer.\n \n ","Metadata":{"Common.PropertyName":"ShapeRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click of the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mouse leaves from the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after click on the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the data label.\n \n ","Metadata":{"Common.PropertyName":"DataLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BubbleRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the bubble.\n \n ","Metadata":{"Common.PropertyName":"BubbleRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click on the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before mouse move over the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the zoom operations in the maps such as zoom in and zoom out.\n \n ","Metadata":{"Common.PropertyName":"OnZoom","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnItemHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking the shape on maps and before the selection is applied.\n \n ","Metadata":{"Common.PropertyName":"OnItemSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"ShapeHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when a shape is selected in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the legend.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after the animation effect completed in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the maps is started to load.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after maps is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after resizing the maps control.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPan","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPan","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPanComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPanComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the tooltip gets rendered in Maps.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the print gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the double click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the right click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsEvents"}},{"HashCode":2071913113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the event for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MarkerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the marker.\n \n ","Metadata":{"Common.PropertyName":"MarkerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LayerRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the layer.\n \n ","Metadata":{"Common.PropertyName":"LayerRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoomComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the zooming operation is completed.\n \n ","Metadata":{"Common.PropertyName":"OnZoomComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the shapes in the layer.\n \n ","Metadata":{"Common.PropertyName":"ShapeRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click of the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnMarkerMouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mouse leaves from the marker.\n \n ","Metadata":{"Common.PropertyName":"OnMarkerMouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after mousemove over the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MarkerClusterClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after click on the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"MarkerClusterClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataLabelRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the data label.\n \n ","Metadata":{"Common.PropertyName":"DataLabelRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BubbleRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the bubble.\n \n ","Metadata":{"Common.PropertyName":"BubbleRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before click on the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBubbleMouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before mouse move over the bubble.\n \n ","Metadata":{"Common.PropertyName":"OnBubbleMouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the zoom operations in the maps such as zoom in and zoom out.\n \n ","Metadata":{"Common.PropertyName":"OnZoom","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnItemHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking the shape on maps and before the selection is applied.\n \n ","Metadata":{"Common.PropertyName":"OnItemSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when mouse move on the shape in maps and before the shape gets highlighted.\n \n ","Metadata":{"Common.PropertyName":"ShapeHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShapeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when a shape is selected in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before rendering of the legend.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnimationCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after the animation effect completed in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AnimationCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when the maps is started to load.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after maps is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after resizing the maps control.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPan","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPan","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPanComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered after performing the panning operation.\n \n ","Metadata":{"Common.PropertyName":"OnPanComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the tooltip gets rendered in Maps.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered before the print gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when clicking an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the double click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event that is triggered when performing the right click operation on an element in maps.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1707968688,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the customization for the font setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsFontSettings"}},{"HashCode":-1841604532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the customization for the font setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-672819248,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the highlight setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsHighlightSettings"}},{"HashCode":468776085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set and get the highlight setting for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":213722949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsInitialShapeSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ShapePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the property name from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePath"}},{"Kind":"Components.Component","Name":"ShapeValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the shape from data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection"}},{"HashCode":857780997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ShapePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the property name from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePath"}},{"Kind":"Components.Component","Name":"ShapeValue","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the shape from data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelection","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1327068772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection settings for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsInitialShapeSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}},{"HashCode":-70620154,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the initial shape selection settings for the maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":307213753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsInitialShapeSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":447103316,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsInitialShapeSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699782412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the layer customization for the maps control.\n \n represents the class name of the datasource.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsLayer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation of layers in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BingMapType","TypeName":"Syncfusion.Blazor.Maps.BingMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,\n then the map will render based on shape data since default layer type will be set as Geometry.\n \n \n ","Metadata":{"Common.PropertyName":"BingMapType"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the layer.\n The data source can contain data that can be bound to the tooltip, marker, and bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"GeometryType","TypeName":"Syncfusion.Blazor.Maps.GeometryType","IsEnum":true,"Documentation":"\n \n Gets or sets the geometry type for the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"GeometryType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Gets or sets the key for the tile map layer in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"LayerType","TypeName":"Syncfusion.Blazor.Maps.ShapeLayerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps\n then map will render based on the provided layer type.\n \n \n ","Metadata":{"Common.PropertyName":"LayerType"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the shape data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShapeData","TypeName":"System.Object","Documentation":"\n \n Gets or sets the shape data for the maps to render.\n \n ","Metadata":{"Common.PropertyName":"ShapeData"}},{"Kind":"Components.Component","Name":"ShapeDataPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the shape from the shape data in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeDataPath"}},{"Kind":"Components.Component","Name":"ShapePropertyPath","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the path for the layers from the layer data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePropertyPath"}},{"Kind":"Components.Component","Name":"StaticMapType","TypeName":"Syncfusion.Blazor.Maps.StaticMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the static maps.\n \n \n ","Metadata":{"Common.PropertyName":"StaticMapType"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.Type","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UrlTemplate","TypeName":"System.String","Documentation":"\n \n Gets or sets the template for the map using the url.\n \n ","Metadata":{"Common.PropertyName":"UrlTemplate"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the layers of maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer","Components.GenericTyped":"True"}},{"HashCode":-1050458652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the layer customization for the maps control.\n \n represents the class name of the datasource.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsLayer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Gets or sets the duration for the animation of layers in maps.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"BingMapType","TypeName":"Syncfusion.Blazor.Maps.BingMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,\n then the map will render based on shape data since default layer type will be set as Geometry.\n \n \n ","Metadata":{"Common.PropertyName":"BingMapType"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets the data source for the layer.\n The data source can contain data that can be bound to the tooltip, marker, and bubble.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"GeometryType","TypeName":"Syncfusion.Blazor.Maps.GeometryType","IsEnum":true,"Documentation":"\n \n Gets or sets the geometry type for the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"GeometryType"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n Gets or sets the key for the tile map layer in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"LayerType","TypeName":"Syncfusion.Blazor.Maps.ShapeLayerType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps\n then map will render based on the provided layer type.\n \n \n ","Metadata":{"Common.PropertyName":"LayerType"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Gets or sets the query to select particular data from the shape data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ShapeData","TypeName":"System.Object","Documentation":"\n \n Gets or sets the shape data for the maps to render.\n \n ","Metadata":{"Common.PropertyName":"ShapeData"}},{"Kind":"Components.Component","Name":"ShapeDataPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the shape from the shape data in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapeDataPath"}},{"Kind":"Components.Component","Name":"ShapePropertyPath","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the path for the layers from the layer data source in maps.\n \n ","Metadata":{"Common.PropertyName":"ShapePropertyPath"}},{"Kind":"Components.Component","Name":"StaticMapType","TypeName":"Syncfusion.Blazor.Maps.StaticMapType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the static maps.\n \n \n ","Metadata":{"Common.PropertyName":"StaticMapType"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.Type","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the layer in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UrlTemplate","TypeName":"System.String","Documentation":"\n \n Gets or sets the template for the map using the url.\n \n ","Metadata":{"Common.PropertyName":"UrlTemplate"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the layers of maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569905178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1026958659,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1701801051,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the data-label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder"}},{"HashCode":-559182323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the data-label border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2088496746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in data labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}},{"HashCode":368279524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in data labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402515006,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1386873007,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerDataLabelTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":338124475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder"}},{"HashCode":-764782335,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97887452,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the layer for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight the sahpes in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}},{"HashCode":-1971061725,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the layer for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight the sahpes in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for highlighting the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-840472550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":892754409,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1939683139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps marker cluster border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder"}},{"HashCode":-1511305068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps marker cluster border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1513075115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for connecting line setting of marker cluster in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterConnectorLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the line width for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}},{"HashCode":1565265494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for connecting line setting of marker cluster in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the line width for connector line between the markers in marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-358423124,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerMarkerClusterConnectorLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":40196012,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterConnectorLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1259447524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in data-labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerMarkerClusterLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}},{"HashCode":116000732,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in data-labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the font style of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the label in the cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1377485453,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerMarkerClusterLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":784874171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerMarkerClusterLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1886969323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the collection of layer in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers"}},{"HashCode":-706493465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the collection of layer in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-973597412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2121349228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1010525480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the selection shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder"}},{"HashCode":-486272390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the selection shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1151653806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the selection setting of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the selection of shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the multiple selection for shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}},{"HashCode":794121318,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the selection setting of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the selection of shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value indicating whether or not to enable the multiple selection for shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":911607672,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-573714506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1050050686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder"}},{"HashCode":123682538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the tooltip border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":860160523,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}},{"HashCode":584516902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1056099412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-412737889,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":981131668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1328062198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1427397518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in axis labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLayerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}},{"HashCode":1278287719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in axis labels in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-689541889,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLayerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":86698967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLayerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":882029097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendBorder"}},{"HashCode":47399809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1298953848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of legend for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the inverted pointer in interactive legend in maps.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.Maps.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the display mode for the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Maps.LabelPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Gets or sets the location of the legend, given by x and y values.\n \n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Maps.LegendMode","IsEnum":true,"Documentation":"\n \n Gets or sets the mode of the legend in maps. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.LegendArrangement","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Maps.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.LegendShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the legend from the data source to be shown.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the toggle visibility for legend in maps.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.LegendType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Set and gets the value from the data source for legend.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings"}},{"HashCode":-958177918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of legend for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Gets or sets the background color for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the height of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the inverted pointer in interactive legend in maps.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.Maps.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Gets or sets the display mode for the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.Maps.LabelPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the label in legend.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Gets or sets the location of the legend, given by x and y values.\n \n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Maps.LegendMode","IsEnum":true,"Documentation":"\n \n Gets or sets the mode of the legend in maps. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.LegendArrangement","IsEnum":true,"Documentation":"\n \n Gets or sets the orientation of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Maps.LegendPosition","IsEnum":true,"Documentation":"\n \n Gets or sets the position of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.LegendShape","IsEnum":true,"Documentation":"\n \n Gets or sets the shape of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Gets or sets the padding for the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the shapes in legend.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Gets or sets the path for the legend from the data source to be shown.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the toggle visibility for legend in maps.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Maps.LegendType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Set and gets the value from the data source for legend.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the legend when the position of the legend is set as Float type.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width of the legend in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1898042598,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1362141966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1599615621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder"}},{"HashCode":46355717,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the legend shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1020579409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in subtitle in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}},{"HashCode":1073368619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in subtitle in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1774442982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":300371695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1908197682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle"}},{"HashCode":-858267988,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524179162,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1048857969,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":799028726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}},{"HashCode":-1196027265,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in title in legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1092453142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1389124902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":481904713,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMargin"}},{"HashCode":-1979727983,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the Maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the maps component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1749499203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker for the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsMarker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MarkerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","Metadata":{"Common.PropertyName":"MarkerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the delay time for the animation in marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration time for animating the marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to apply color for the marker.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the marker.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the marker.\n The data source for the marker will contain latitude and longitude values to specify the location\n of the marker.\n The data source can contain data such as color, shape, and other details that can be bound to the color, shape,\n and tooltip of the marker.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL for rendering the marker as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImageUrlValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source for the image of the marker.\n \n ","Metadata":{"Common.PropertyName":"ImageUrlValuePath"}},{"Kind":"Components.Component","Name":"LatitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting latitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LatitudeValuePath"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the legend from the marker data source.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"LongitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting longitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LongitudeValuePath"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the marker data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to set the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"ShapeValuePath"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the marker based on the marker data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker","Components.GenericTyped":"True"}},{"HashCode":21810566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker for the maps.\n \n represents the class name of the data source.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Maps.MapsMarker component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MarkerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","Metadata":{"Common.PropertyName":"MarkerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnimationDelay","TypeName":"System.Double","Documentation":"\n \n Sets and gets the delay time for the animation in marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDelay"}},{"Kind":"Components.Component","Name":"AnimationDuration","TypeName":"System.Double","Documentation":"\n \n Sets and gets the duration time for animating the marker.\n \n ","Metadata":{"Common.PropertyName":"AnimationDuration"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to apply color for the marker.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the marker.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the marker.\n The data source for the marker will contain latitude and longitude values to specify the location\n of the marker.\n The data source can contain data such as color, shape, and other details that can be bound to the color, shape,\n and tooltip of the marker.\n \n ","Metadata":{"Common.PropertyName":"DataSource"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL for rendering the marker as image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"ImageUrlValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source for the image of the marker.\n \n ","Metadata":{"Common.PropertyName":"ImageUrlValuePath"}},{"Kind":"Components.Component","Name":"LatitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting latitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LatitudeValuePath"}},{"Kind":"Components.Component","Name":"LegendText","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the legend from the marker data source.\n \n ","Metadata":{"Common.PropertyName":"LegendText"}},{"Kind":"Components.Component","Name":"LongitudeValuePath","TypeName":"System.String","Documentation":"\n \n Defines the value path from the marker data source for setting longitude for a set of markers.\n \n ","Metadata":{"Common.PropertyName":"LongitudeValuePath"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n Sets and gets the X position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n Sets and gets the Y position value of the marker in the Maps component. When this property is set, the marker will render a certain distance from the provided longitude value.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the marker data.\n This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the marker data source to set the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"ShapeValuePath"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the UI element.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the marker based on the marker data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-954021023,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":818702544,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1621938966,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTemplate","ParentTag":"MapsMarker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MarkerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":225696562,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsMarker"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MarkerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarker.MarkerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-723802781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerBorder"}},{"HashCode":1225966238,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1818394875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker cluster for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerClusterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowClusterExpand","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the cluster expand when many markers are in same location.\n \n ","Metadata":{"Common.PropertyName":"AllowClusterExpand"}},{"Kind":"Components.Component","Name":"AllowClustering","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the clustering of markers in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AllowClustering"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array for the marker cluster in maps.\n @default ''.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the cluster.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Sets and gets the offset position for the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets shape for the cluster of markers.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}},{"HashCode":-2091574690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the option for the customization of marker cluster for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowClusterExpand","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the cluster expand when many markers are in same location.\n \n ","Metadata":{"Common.PropertyName":"AllowClusterExpand"}},{"Kind":"Components.Component","Name":"AllowClustering","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the clustering of markers in the maps component.\n \n ","Metadata":{"Common.PropertyName":"AllowClustering"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash array for the marker cluster in maps.\n @default ''.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the cluster.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Sets and gets the offset position for the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the marker cluster.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.Maps.MarkerType","IsEnum":true,"Documentation":"\n \n Sets and gets shape for the cluster of markers.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the marker cluster in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1098724539,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerClusterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1546278914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1648296440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder"}},{"HashCode":629065532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the highlighted shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":854699197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the marker for the highlighted marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}},{"HashCode":-712547160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the marker for the highlighted marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1898196373,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":109267784,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1146888757,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selection marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder"}},{"HashCode":-156794700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selection marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-670251535,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection settings of the layer for the selected marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}},{"HashCode":-609152979,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection settings of the layer for the selected marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1349508237,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":330098241,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":620056085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}},{"HashCode":2124132779,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1471694918,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1927504401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":251646166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder"}},{"HashCode":2082521425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the marker tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":274987866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}},{"HashCode":-1151654926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the tooltip of the marker in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352149293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-641210736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1663452255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-610290946,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1303013796,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in marker tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsMarkerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}},{"HashCode":506738448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options to customize the style of the text in marker tooltip in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1068328047,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsMarkerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1833766071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsMarkerTooltipTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535893060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of navigation-line for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle of curve connecting different locations in maps.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the latitude value for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the longitude for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the navigation lines to be drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine"}},{"HashCode":-618816798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for the customization of navigation-line for the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Double","Documentation":"\n \n Gets or sets the angle of curve connecting different locations in maps.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Gets or sets the dash-array for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Latitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the latitude value for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Latitude"}},{"Kind":"Components.Component","Name":"Longitude","TypeName":"System.Double[]","Documentation":"\n \n Gets or sets the longitude for the navigation lines drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Longitude"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the navigation lines to be drawn in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the navigation lines in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1523612412,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-564268524,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLine"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLine.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1488232061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the highlighted navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder"}},{"HashCode":1741650923,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the color and width of the border for the highlighted navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-903802497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}},{"HashCode":742125591,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the highlight in the maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1748025018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLineHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2012766871,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-99174946,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets collection of navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines"}},{"HashCode":1857524473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets collection of navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1963564360,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1532089158,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":826832515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selected navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder"}},{"HashCode":-1527330319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the border for the selected navigation-line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1794026447,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsNavigationLineSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}},{"HashCode":2025935614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the options for customizing the highlight settings of the navigation-line for the highlighted line in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727915491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsNavigationLineSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-53716662,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsNavigationLineSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-332080385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for customized the selection of shape in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSelectionSettings"}},{"HashCode":50005341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the option for customized the selection of shape in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable multiple selection in the maps.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiSelect"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the shape that is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809789041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeBorder"}},{"HashCode":-800639353,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the maps shape border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":305227313,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}},{"HashCode":2017913531,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to map the color for some set of the shapes in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Gets or sets the color for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value from where the range color-mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Gets or sets the label for the color-mapping from the data source in maps.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the maximum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the minimum opacity for the color-mapping in maps.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility state of legend for the color-mapping shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Gets or sets the value to where the range color-mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526960537,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":10894228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1724038166,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of colormapping in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}},{"HashCode":-240103254,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the collection of colormapping in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1064764231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1515454492,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-228110412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the shape of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsShapeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the filling of color for the shapes automatically.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"CircleRadius","TypeName":"System.Double","Documentation":"\n \n Sets and gets the radius of the shape.\n \n ","Metadata":{"Common.PropertyName":"CircleRadius"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to set the color for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"BorderColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the color of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderColorValuePath"}},{"Kind":"Components.Component","Name":"BorderWidthValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the width of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderWidthValuePath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets a set of colors for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value from the data source based on which the shape gets rendered.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings"}},{"HashCode":275066982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the shape of the maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsShapeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Autofill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the filling of color for the shapes automatically.\n \n ","Metadata":{"Common.PropertyName":"Autofill"}},{"Kind":"Components.Component","Name":"CircleRadius","TypeName":"System.Double","Documentation":"\n \n Sets and gets the radius of the shape.\n \n ","Metadata":{"Common.PropertyName":"CircleRadius"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to set the color for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Sets and gets the dash-array for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"BorderColorValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the color of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderColorValuePath"}},{"Kind":"Components.Component","Name":"BorderWidthValuePath","TypeName":"System.String","Documentation":"\n \n Gets and sets the value from the data source for the width of the border of the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"BorderWidthValuePath"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets a set of colors for the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value from the data source based on which the shape gets rendered.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1115050822,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsShapeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":989876226,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsShapeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsShapeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-34245624,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the subtitle to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the subtitle for maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}},{"HashCode":-1538809358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the subtitle to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment of the subtitle for maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1390230171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":34774833,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2122485480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in subtitle in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}},{"HashCode":1649190025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in subtitle in maps control.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2099664072,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1758565033,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsSubtitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-19462365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the text in the title for the maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings"}},{"HashCode":-1868352375,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title to be displayed for maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets or sets the alignment for the text in the title for the maps.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Gets or sets the description of the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text for the title in maps.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2137204489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":639706048,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-302659371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in title in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}},{"HashCode":-1658973631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the style of the text in title in maps component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or sets the style of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or sets the font weight of the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity for the text in data label, legend and other texts in maps component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Gets or sets the size for the text in data label, legend and other texts.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1522403093,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1846990693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsTitleTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTitleTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1961957541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the toggle legend border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsToggleLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder"}},{"HashCode":375163333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the toggle legend border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the border in maps.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":39039483,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the shape related to the legend on selecting the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsToggleLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ApplyShapeSettings","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the property of the shape settings to be displayed while clicking the legend.\n \n ","Metadata":{"Common.PropertyName":"ApplyShapeSettings"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the legend to be toggled.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}},{"HashCode":1261337820,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the shape related to the legend on selecting the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ApplyShapeSettings","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the property of the shape settings to be displayed while clicking the legend.\n \n ","Metadata":{"Common.PropertyName":"ApplyShapeSettings"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the legend to be toggled.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity for the shape for which the legend is selected.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1083775270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsToggleLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2126497123,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsToggleLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":847466427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTooltipSettings"}},{"HashCode":2062441853,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the layer in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of the tooltip.\n \n \n ","Metadata":{"Common.PropertyName":"Template"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Gets or sets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable the visibility of tooltip for layers, markers, and bubbles in maps.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1554989172,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the zooming operations in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the toolbar in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DoubleClickZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the double click zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"DoubleClickZoom"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnablePanning","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the panning operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnablePanning"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.\n \n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed horizontally.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MouseWheelZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the mouse wheel zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"MouseWheelZoom"}},{"Kind":"Components.Component","Name":"PinchZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pinch zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"PinchZooming"}},{"Kind":"Components.Component","Name":"ResetToInitial","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom to set the initial State.\n \n ","Metadata":{"Common.PropertyName":"ResetToInitial"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"ShouldZoomInitially","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom based on the marker position while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ShouldZoomInitially"}},{"Kind":"Components.Component","Name":"ToolBarOrientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of the zoom toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"ToolBarOrientation"}},{"Kind":"Components.Component","Name":"Toolbars","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the items that are to be shown in the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Toolbars"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed vertically.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n Sets and gets the factor of zoom to be displayed while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomOnClick","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming on clicking the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomOnClick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings"}},{"HashCode":-509250838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the zooming operations in maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the toolbar in maps.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DoubleClickZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the double click zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"DoubleClickZoom"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnablePanning","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the panning operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnablePanning"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection zooming operation in the maps component.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when the mouse has hovered on toolbar element in maps.\n \n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed horizontally.\n \n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"MaxZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MaxZoom"}},{"Kind":"Components.Component","Name":"MinZoom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum zooming value in maps.\n \n ","Metadata":{"Common.PropertyName":"MinZoom"}},{"Kind":"Components.Component","Name":"MouseWheelZoom","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the mouse wheel zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"MouseWheelZoom"}},{"Kind":"Components.Component","Name":"PinchZooming","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pinch zooming in maps.\n \n ","Metadata":{"Common.PropertyName":"PinchZooming"}},{"Kind":"Components.Component","Name":"ResetToInitial","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom to set the initial State.\n \n ","Metadata":{"Common.PropertyName":"ResetToInitial"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the zooming toolbar when clicking the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"ShouldZoomInitially","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zoom based on the marker position while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ShouldZoomInitially"}},{"Kind":"Components.Component","Name":"ToolBarOrientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of the zoom toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"ToolBarOrientation"}},{"Kind":"Components.Component","Name":"Toolbars","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the items that are to be shown in the zooming toolbar in maps.\n \n \n ","Metadata":{"Common.PropertyName":"Toolbars"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the position type of toolbar when it is placed vertically.\n \n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double","Documentation":"\n \n Sets and gets the factor of zoom to be displayed while rendering the maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}},{"Kind":"Components.Component","Name":"ZoomOnClick","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the zooming on clicking the shapes in maps.\n \n ","Metadata":{"Common.PropertyName":"ZoomOnClick"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1666645331,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-799079185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1052098756,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties for rendering the buttons in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the height of the button.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets and sets the padding of the button.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the button.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when mouseover is performed.\n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when selection is performed.\n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the button.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets and sets the type of the button to be rendered in the zoom toolbar such as ZoomIn,ZoomOut, Zoom, Reset and Pan.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}},{"HashCode":-1954742518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties for rendering the buttons in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the button in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.Double","Documentation":"\n \n Gets and sets the height of the button.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Gets and sets the padding of the button.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the button.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"HighlightColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when mouseover is performed.\n \n ","Metadata":{"Common.PropertyName":"HighlightColor"}},{"Kind":"Components.Component","Name":"SelectionColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the icons of the button when selection is performed.\n \n ","Metadata":{"Common.PropertyName":"SelectionColor"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the button.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets and sets the type of the button to be rendered in the zoom toolbar such as ZoomIn,ZoomOut, Zoom, Reset and Pan.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-522280437,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1636721643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1634225329,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border of the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the thickness of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Gets and sets the orientation of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}},{"HashCode":1381472853,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options to customize the border of the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the background color of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the thickness of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed horizontally.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Maps.Orientation","IsEnum":true,"Documentation":"\n \n Gets and sets the orientation of the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.Maps.Alignment","IsEnum":true,"Documentation":"\n \n Gets and sets the position type of toolbar when it is placed vertically.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-944464839,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-195741853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063081330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties of the tooltip in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MapsZoomToolbarTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}},{"HashCode":-1393397974,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the properties of the tooltip in the zoom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets and sets the fill color of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderOpacity"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the width of the border of the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the color of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets and sets the font family of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets and sets the font style of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets and sets the font weight of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n Gets and sets the size of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets and sets the opacity of the text in the tooltip in the zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1838328497,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MapsZoomToolbarTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-247854259,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Maps.MapsZoomToolbarTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-510942319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render annotations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender"}},{"HashCode":-1513520885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render annotations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-704199843,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render bubble.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BubbleRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRender"}},{"HashCode":1767265788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render bubble.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.BubbleRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":126443595,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRender"}},{"HashCode":1285611813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.LegendRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-41368473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRender"}},{"HashCode":1588855003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.MarkerRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-969248399,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render navigation line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationLineRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender"}},{"HashCode":1620903869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render navigation line.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2122238190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.ShapeRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the shapes in Maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ShapeRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.ShapeRender"}},{"HashCode":491352189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.ShapeRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the shapes in Maps.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.ShapeRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.ShapeRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1997112860,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the stroke opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"StrokeOpacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}},{"Kind":"Components.Component","Name":"IsZoom","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"IsZoom"}},{"Kind":"Components.Component","Name":"TextWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextWidth"}},{"Kind":"Components.Component","Name":"TextHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextHeight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip"}},{"HashCode":-16469958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the methods and the properties to render tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the id of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Gets or sets the size of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Gets or sets the font color of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font weight of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Gets or sets the font family of tooltip text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Gets or Sets the font style of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the font opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Gets or sets the horizontal position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Gets or sets the vertical position of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Gets or Sets the width of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable shadow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Gets or sets the fill color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeOpacity","TypeName":"System.Double","Documentation":"\n \n Gets or sets the stroke opacity of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"StrokeOpacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Gets or sets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the x location of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the location of y in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the rx value in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the locationx in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Gets or sets the left margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Gets or sets the top margin position in the tooltip.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to enable RTL rendering of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the inverted arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not to display the arrow in tooltip.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"ControlName","TypeName":"System.String","Documentation":"\n \n Gets or sets the tooltip name to control.\n \n ","Metadata":{"Common.PropertyName":"ControlName"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in IE browser.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}},{"Kind":"Components.Component","Name":"IsZoom","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether or not the tooltip is rendered in zoom toolbar.\n \n ","Metadata":{"Common.PropertyName":"IsZoom"}},{"Kind":"Components.Component","Name":"TextWidth","TypeName":"System.Double","Documentation":"\n \n Gets or sets the width of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextWidth"}},{"Kind":"Components.Component","Name":"TextHeight","TypeName":"System.Double","Documentation":"\n \n Gets or sets the height of the tooltip text.\n \n ","Metadata":{"Common.PropertyName":"TextHeight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":755013243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TooltipRender"}},{"HashCode":1956151287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the properties and methods to render the tooltip in SVG element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.TooltipRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TooltipRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-770015167,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer"}},{"HashCode":631416366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.AnnotationRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1093095164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BubbleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer"}},{"HashCode":96083868,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.BubbleRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2135256396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer"}},{"HashCode":-1053296426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.DataLabelRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1227854458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LegendRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer"}},{"HashCode":306236245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.LegendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":41078524,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkerRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer"}},{"HashCode":-287459117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}},{"Kind":"Components.Component","Name":"Template","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"Template"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.MarkerRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2078911459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationLineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer"}},{"HashCode":-2127230654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LayerIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"LayerIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.NavigationLineRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":117027342,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TileRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TileRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TileRender"}},{"HashCode":27021975,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Maps.Internal.TileRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Maps.Internal.TileRender"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Maps.Internal.TileRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1220204236,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the Accordion item.\n Default animation is given as SlideUp for collapsing accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse"}},{"HashCode":-1381209068,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the Accordion item.\n Default animation is given as SlideUp for collapsing accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationCollapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":824253690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the Accordion item.\n Default animation is given as SlideDown for expanding accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand"}},{"HashCode":378054581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the Accordion item.\n Default animation is given as SlideDown for expanding accordion animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationExpand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-976941876,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Accordion animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}},{"HashCode":-207232746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Accordion animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":538289427,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":129842344,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1995659628,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when clicking anywhere within the Accordion.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the control rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionEvents"}},{"HashCode":1521415337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when clicking anywhere within the Accordion.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the control rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the item gets collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1275839114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines accordion panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets the text content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single/multiple classes (separated by a space) that should be used for Accordion item customization.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the accordion item is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Specify a Boolean value that indicates whether the accordion panel is expanded or not.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Sets the header text to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines an icon with the given custom CSS class that is to be rendered before the header text.\n Add the css classes to the `IconCss` property and write the css styles to the defined class to set the images/icons.\n Adding icon is applicable only to the header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the accordion item is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets Id attribute for accordion item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem"}},{"HashCode":247845077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines accordion panels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets the text content to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the single/multiple classes (separated by a space) that should be used for Accordion item customization.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the accordion item is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.Boolean","Documentation":"\n \n Specify a Boolean value that indicates whether the accordion panel is expanded or not.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Sets the header text to be displayed for the Accordion item.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines an icon with the given custom CSS class that is to be rendered before the header text.\n Add the css classes to the `IconCss` property and write the css styles to the defined class to set the images/icons.\n Adding icon is applicable only to the header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a Boolean value that indicates whether the accordion item is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Sets Id attribute for accordion item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ExpandedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":886750624,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-607314551,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1202179763,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":179085170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the header to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":830245947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1213457543,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content to be displayed for the Accordion item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1927131275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems"}},{"HashCode":-2106148851,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.AccordionItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Accordion component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Accordion items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1653532206,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AccordionItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-115783171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Accordion items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.AccordionItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1000644772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the accordion element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Accordion.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable content of all the accordion are rendered on the initial load and maintained in the DOM.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Specifies the options to expand a single or multiple panels at a time.\n The possible values are:\n - Single: Sets to expand only one Accordion item at a time.\n - Multiple: Sets to expand more than one Accordion item at a time.\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"ExpandedIndices","TypeName":"System.Int32[]","Documentation":"\n \n Specifies the index of items that is expanded on the initial load.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndices"}},{"Kind":"Components.Component","Name":"ExpandedIndicesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndicesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Accordion that can be represented in pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Accordion that can be represented as pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n Gets or sets the html attributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion"}},{"HashCode":-588053293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n \n Accordion is a vertically collapsible panel that displays one or more panels at a time.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfAccordion"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the accordion element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Accordion.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable content of all the accordion are rendered on the initial load and maintained in the DOM.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandMode","TypeName":"Syncfusion.Blazor.Navigations.ExpandMode","IsEnum":true,"Documentation":"\n \n Specifies the options to expand a single or multiple panels at a time.\n The possible values are:\n - Single: Sets to expand only one Accordion item at a time.\n - Multiple: Sets to expand more than one Accordion item at a time.\n \n ","Metadata":{"Common.PropertyName":"ExpandMode"}},{"Kind":"Components.Component","Name":"ExpandedIndices","TypeName":"System.Int32[]","Documentation":"\n \n Specifies the index of items that is expanded on the initial load.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndices"}},{"Kind":"Components.Component","Name":"ExpandedIndicesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"ExpandedIndicesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Accordion that can be represented in pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Accordion that can be represented as pixels/percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n Gets or sets the html attributes.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1291958693,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Accordion.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2089397059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Accordion.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfAccordion"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480477806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents breadcrumb component item of component.\n \n \n You can render icon only, text only, icon and text breadcrumb item by specifying value to corresponding property.\n Additional attributes can be added to Breadcrumb item using @attributes directive.\n \n \n In the below code example, a basic Breadcrumb item has been added using tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text content of the Breadcrumb item.\n \n \n Accepts a string value. The default value is String.Empty.\n \n \n Set child content within tag directive, to render as HTML content.\n \n \n In the below code example, content has been set to using property and ChildContent property.\n \n \n \n \n \n \n \n Home\n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url of the Breadcrumb item and that will be navigated when clicked.\n \n \n Accepts Url string value. The default value is String.Empty.\n \n \n When Url has not been set, you can customize the item navigation using event.\n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string to include an icon or image for the breadcrumb item. \n \n \n Accepts a CSS class string separated by space to include an icon or image for the breadcrumb item. The default value is String.Empty.\n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the breadcrumb item element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, title attribute added as inline in tag directive.\n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}},{"HashCode":-318772848,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents breadcrumb component item of component.\n \n \n You can render icon only, text only, icon and text breadcrumb item by specifying value to corresponding property.\n Additional attributes can be added to Breadcrumb item using @attributes directive.\n \n \n In the below code example, a basic Breadcrumb item has been added using tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Gets or sets the text content of the Breadcrumb item.\n \n \n Accepts a string value. The default value is String.Empty.\n \n \n Set child content within tag directive, to render as HTML content.\n \n \n In the below code example, content has been set to using property and ChildContent property.\n \n \n \n \n \n \n \n Home\n Components\n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url of the Breadcrumb item and that will be navigated when clicked.\n \n \n Accepts Url string value. The default value is String.Empty.\n \n \n When Url has not been set, you can customize the item navigation using event.\n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS class string to include an icon or image for the breadcrumb item. \n \n \n Accepts a CSS class string separated by space to include an icon or image for the breadcrumb item. The default value is String.Empty.\n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the breadcrumb item element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, title attribute added as inline in tag directive.\n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1985779347,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1801820530,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the child content for the Breadcrumb item. If the child content is not specified breadcrumb item is rendered using content.\n \n \n The template content. The default value in null.\n \n \n In the below code example, content has been set to using property and property.\n \n \n Components\n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935114503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a collection of .\n \n \n To generate dynamic based on collection, use @foreach within tag directive.\n \n \n In the below code example, a basic Breadcrumb has been rendered using tag directive.\n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}},{"HashCode":2054395031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents a collection of .\n \n \n To generate dynamic based on collection, use @foreach within tag directive.\n \n \n In the below code example, a basic Breadcrumb has been rendered using tag directive.\n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958053496,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"BreadcrumbItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-347947346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the child content for the Breadcrumb items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":619554519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents template options in component.\n \n \n or can be set tag directive.\n To access template's context parameter use @context in both and .\n \n \n In the below code example, both and has been specified.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SeparatorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment<(Syncfusion.Blazor.Navigations.BreadcrumbItem PreviousItem, Syncfusion.Blazor.Navigations.BreadcrumbItem NextItem)>","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"SeparatorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}},{"HashCode":-234605124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents template options in component.\n \n \n or can be set tag directive.\n To access template's context parameter use @context in both and .\n \n \n In the below code example, both and has been specified.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SeparatorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment<(Syncfusion.Blazor.Navigations.BreadcrumbItem PreviousItem, Syncfusion.Blazor.Navigations.BreadcrumbItem NextItem)>","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"SeparatorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":843403106,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":700581914,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items.\n Here, context refers to the for which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items. The default value in null.\n \n \n The ItemTemplate used to define appearance of breadcrumb items. Use the template’s context parameter to access the properties.\n Specify within tag directive.\n \n \n In the below code example, italic style Breadcrumb item text has been rendered using ItemTemplate.\n \n \n \n \n \n \n \n \n @context.Text\n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemTemplate","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.ItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2109675072,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SeparatorTemplate","ParentTag":"BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SeparatorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":488259238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets template as , that defines custom appearance of breadcrumb items separator.\n Here, context refers to the for previous and current item which the template is applied.\n \n \n A template content that specifies the visualization of breadcrumb items separator. The default value in null.\n \n \n The SeparatorTemplate used to define appearance of breadcrumb items separator. Use the template’s context parameter to access the previous and current properties.\n Specify within tag directive.\n \n \n In the below code example, caret icon is rendered as Breadcrumb items separator using SeparatorTemplate.\n \n \n \n \n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SeparatorTemplate","ParentTag":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SeparatorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbTemplates.SeparatorTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1976921305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Breadcrumb component is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites.\n The aim is to make the user aware of their current position in a hierarchy of website links.\n \n \n Breadcrumb items can be populated either by specifying property or by specifying within tag directive.\n and can be used to customize the Breadcrumb component UI using tag directive.\n \n \n In the below code example, a basic Breadcrumb component initialized with tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBreadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url based on which the Breadcrumb items are generated.\n \n \n The value as a Url string to generate Breadcrumb items. The default value is String.Empty.\n \n \n You can specify only absolute Url to this property.\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the list of breadcrumb items that will be populated using the tag directive. \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ActiveItem","TypeName":"System.String","Documentation":"\n \n Gets or sets the of the active breadcrumb item.\n \n \n This property contains Url string of active breadcrumb item.\n \n \n This property is updated only when the has value.\n \n \n \n \n \n \n \n \n \n \n @code {\n private string activeItem = \"https://blazor.syncfusion.com/demos/menu-bar/default-functionalities\";\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ActiveItem"}},{"Kind":"Components.Component","Name":"MaxItems","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of breadcrumb items to be visible in the breadcrumb component.\n If the number of items exceeds this count, then items are rendered based on property. \n \n \n The number of breadcrumb items to be visible in breadcrumb component. The default value is 0. \n \n \n The is applicable only if the number of is greater than 2.\n \n ","Metadata":{"Common.PropertyName":"MaxItems"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbOverflowMode","IsEnum":true,"Documentation":"\n \n Gets or sets a value that indicates how to display breadcrumb items when the breadcrumb items count exceeds .\n \n \n One of the enumeration. The default value is \n \n \n If the OverflowMode is Default, the exceeded items will be hidden and while clicking on the previous item, the hidden item will become visible.\n If the OverflowMode is Collapsed, only the first and last items will be visible, and the remaining items will be hidden with collapsed icon.\n When the collapsed icon is clicked, all items become visible and scroll will be enabled if the space is not enough to show all items. \n \n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the Breadcrumb component container element.\n If the Breadcrumb items overflows the container width, the browser scrollbar will be activated.\n \n \n It contains component width in pixel or percentage. The default value is String.Empty.\n \n \n If the property is specified, the property will be prioritized than Breadcrumb container width and responsive UI will be activated based on .\n You can set container width using CSS and HTML style attribute using @attributes.\n \n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the built-in item navigation is enabled or not. The breadcrumb component navigates to url based on the item clicked by user.\n \n \n true, if built-in item navigation is enabled; otherwise, false.The default value is true.\n \n \n You can handle navigation in using event by setting as false.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableActiveItemNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the navigation is enabled for active item (last breadcrumb item).\n \n \n true, if the navigation is enabled for last breadcrumb item and it is clickable. otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableActiveItemNavigation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether to persist component's state between page reloads. When set to true, the property is persisted.\n \n \n true, if the component's state persistence is enabled. The default value is false.\n \n \n Component's property will be stored in browser local storage to persist component's state when page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will applied to the Breadcrumb container element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, Breadcrumb width has been specified as style attribute in tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActiveItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n \n Gets or sets a callback that updates the bound active item.\n \n ","Metadata":{"Common.PropertyName":"ActiveItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised while rendering .\n \n \n You can customize the breadcrumb items rendering using .\n \n \n In the below code example, the breadcrumb item text is changed to lower casing using ItemRendering event.\n \n \n \n \n \n \n \n \n @code {\n private void ItemRendering(BreadcrumbItemRenderingEventArgs args) {\n args.Item.Text = args.Item.Text.ToLower();\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised when the is clicked. \n \n \n You can customize the item navigation using by setting as false.\n The event is raised for UI based click only.\n \n \n \n \n \n \n \n \n \n \n @code {\n private void ItemClicked(BreadcrumbClickedEventArgs args) {\n NavigationManager.NavigateTo(args.Item.Url);\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}},{"HashCode":-809631855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Breadcrumb component is a graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites.\n The aim is to make the user aware of their current position in a hierarchy of website links.\n \n \n Breadcrumb items can be populated either by specifying property or by specifying within tag directive.\n and can be used to customize the Breadcrumb component UI using tag directive.\n \n \n In the below code example, a basic Breadcrumb component initialized with tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Gets or sets the Url based on which the Breadcrumb items are generated.\n \n \n The value as a Url string to generate Breadcrumb items. The default value is String.Empty.\n \n \n You can specify only absolute Url to this property.\n \n \n \n \n ]]>\n \n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the list of breadcrumb items that will be populated using the tag directive. \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"ActiveItem","TypeName":"System.String","Documentation":"\n \n Gets or sets the of the active breadcrumb item.\n \n \n This property contains Url string of active breadcrumb item.\n \n \n This property is updated only when the has value.\n \n \n \n \n \n \n \n \n \n \n @code {\n private string activeItem = \"https://blazor.syncfusion.com/demos/menu-bar/default-functionalities\";\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ActiveItem"}},{"Kind":"Components.Component","Name":"MaxItems","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the maximum number of breadcrumb items to be visible in the breadcrumb component.\n If the number of items exceeds this count, then items are rendered based on property. \n \n \n The number of breadcrumb items to be visible in breadcrumb component. The default value is 0. \n \n \n The is applicable only if the number of is greater than 2.\n \n ","Metadata":{"Common.PropertyName":"MaxItems"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.BreadcrumbOverflowMode","IsEnum":true,"Documentation":"\n \n Gets or sets a value that indicates how to display breadcrumb items when the breadcrumb items count exceeds .\n \n \n One of the enumeration. The default value is \n \n \n If the OverflowMode is Default, the exceeded items will be hidden and while clicking on the previous item, the hidden item will become visible.\n If the OverflowMode is Collapsed, only the first and last items will be visible, and the remaining items will be hidden with collapsed icon.\n When the collapsed icon is clicked, all items become visible and scroll will be enabled if the space is not enough to show all items. \n \n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the width for the Breadcrumb component container element.\n If the Breadcrumb items overflows the container width, the browser scrollbar will be activated.\n \n \n It contains component width in pixel or percentage. The default value is String.Empty.\n \n \n If the property is specified, the property will be prioritized than Breadcrumb container width and responsive UI will be activated based on .\n You can set container width using CSS and HTML style attribute using @attributes.\n \n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the built-in item navigation is enabled or not. The breadcrumb component navigates to url based on the item clicked by user.\n \n \n true, if built-in item navigation is enabled; otherwise, false.The default value is true.\n \n \n You can handle navigation in using event by setting as false.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableActiveItemNavigation","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether the navigation is enabled for active item (last breadcrumb item).\n \n \n true, if the navigation is enabled for last breadcrumb item and it is clickable. otherwise, false.The default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableActiveItemNavigation"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets whether to persist component's state between page reloads. When set to true, the property is persisted.\n \n \n true, if the component's state persistence is enabled. The default value is false.\n \n \n Component's property will be stored in browser local storage to persist component's state when page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will applied to the Breadcrumb container element.\n \n \n Additional attributes can be added by specifying as inline attributes or by specifying @attributes directive.\n \n \n In the below code example, Breadcrumb width has been specified as style attribute in tag directive.\n \n \n \n \n \n \n \n \n ]]>\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ActiveItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n \n Gets or sets a callback that updates the bound active item.\n \n ","Metadata":{"Common.PropertyName":"ActiveItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised while rendering .\n \n \n You can customize the breadcrumb items rendering using .\n \n \n In the below code example, the breadcrumb item text is changed to lower casing using ItemRendering event.\n \n \n \n \n \n \n \n \n @code {\n private void ItemRendering(BreadcrumbItemRenderingEventArgs args) {\n args.Item.Text = args.Item.Text.ToLower();\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets an event callback that is raised when the is clicked. \n \n \n You can customize the item navigation using by setting as false.\n The event is raised for UI based click only.\n \n \n \n \n \n \n \n \n \n \n @code {\n private void ItemClicked(BreadcrumbClickedEventArgs args) {\n NavigationManager.NavigateTo(args.Item.Url);\n }\n }\n ]]>\n \n ","Metadata":{"Common.PropertyName":"ItemClicked","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063317859,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfBreadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-538022141,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the child content of Breadcrumb component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604357314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the filter selector for elements inside the target in that the context menu will be opened.\n \n ","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element selector in which the ContextMenu should be opened.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"System.String","Documentation":"\n \n Specifies the ContextMenu triggering event name.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu","Components.GenericTyped":"True"}},{"HashCode":-1320080519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfContextMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n \n ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfContextMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfContextMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Filter","TypeName":"System.String","Documentation":"\n \n Specifies the filter selector for elements inside the target in that the context menu will be opened.\n \n ","Metadata":{"Common.PropertyName":"Filter"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element selector in which the ContextMenu should be opened.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ShowOn","TypeName":"System.String","Documentation":"\n \n Specifies the ContextMenu triggering event name.\n \n ","Metadata":{"Common.PropertyName":"ShowOn"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1243560630,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfContextMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":604881456,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfContextMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfContextMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2010055589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the menu open.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the time duration to transform object.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied while transform.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Navigations.MenuEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect that shown in the sub menu transform.\n The possible effects are:\n None: Specifies the sub menu transform with no animation effect.\n SlideDown: Specifies the sub menu transform with slide down effect.\n ZoomIn: Specifies the sub menu transform with zoom in effect.\n FadeIn: Specifies the sub menu transform with fade in effect.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings"}},{"HashCode":-329523320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the menu open.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the time duration to transform object.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied while transform.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Navigations.MenuEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect that shown in the sub menu transform.\n The possible effects are:\n None: Specifies the sub menu transform with no animation effect.\n SlideDown: Specifies the sub menu transform with slide down effect.\n ZoomIn: Specifies the sub menu transform with zoom in effect.\n FadeIn: Specifies the sub menu transform with fade in effect.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":279260150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the menu events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before closing the menu.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each menu item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while closing the menu.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while selecting menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuEvents","Components.GenericTyped":"True"}},{"HashCode":-1439513307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the menu events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before closing the menu.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while rendering each menu item.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while closing the menu.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while opening the menu item.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while selecting menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-352769206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the field options of the Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Children","TypeName":"System.String","Documentation":"\n \n Specifies the children field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Children"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the CSS icon field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"ItemId","TypeName":"System.String","Documentation":"\n \n Specifies the itemId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemId"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Specifies the parentId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Specifies the separator field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.String","Documentation":"\n \n Specifies the disabled field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.String","Documentation":"\n \n Specifies the hidden field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the URL field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the @attributes (additional attributes) field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuFieldSettings"}},{"HashCode":-1695676008,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the field options of the Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Children","TypeName":"System.String","Documentation":"\n \n Specifies the children field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Children"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the CSS icon field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"ItemId","TypeName":"System.String","Documentation":"\n \n Specifies the itemId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ItemId"}},{"Kind":"Components.Component","Name":"ParentId","TypeName":"System.String","Documentation":"\n \n Specifies the parentId field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"ParentId"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.String","Documentation":"\n \n Specifies the separator field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.String","Documentation":"\n \n Specifies the disabled field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.String","Documentation":"\n \n Specifies the hidden field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies the URL field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the @attributes (additional attributes) field for Menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1957424410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the items which is going to render as menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\n Menu Item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id for menu item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the sub menu items that is the array of MenuItem.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Used to hide or show the menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL for menu item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem"}},{"HashCode":-1696721968,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the items which is going to render as menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\n Menu Item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id for menu item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the sub menu items that is the array of MenuItem.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the menu item.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Hidden","TypeName":"System.Boolean","Documentation":"\n \n Used to hide or show the menu item.\n \n ","Metadata":{"Common.PropertyName":"Hidden"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for menu item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies URL for menu item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the menu item.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":210036436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1516274238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.MenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-387088730,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems"}},{"HashCode":-1699088404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":131704479,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"MenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1010482711,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.MenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1460302333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify templates for rendering menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for Menu.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates","Components.GenericTyped":"True"}},{"HashCode":1442098063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.MenuTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to specify templates for rendering menu items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.MenuTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for Menu.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-618451464,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1312430472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for Menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Navigations.MenuTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.MenuTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1886606727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HamburgerMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"HamburgerMode"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Navigations.Orientation","IsEnum":true,"Documentation":"\n \n Specified the orientation of Menu whether it can be horizontal or vertical.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element to open/close Menu while click in Hamburger mode.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title text for hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu","Components.GenericTyped":"True"}},{"HashCode":-1633442388,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n \n Menu is a graphical user interface that serve as navigation headers for your application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HamburgerMode","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"HamburgerMode"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Navigations.Orientation","IsEnum":true,"Documentation":"\n \n Specified the orientation of Menu whether it can be horizontal or vertical.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies target element to open/close Menu while click in Hamburger mode.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title text for hamburger mode in Menu.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1448602553,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1547981132,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfMenu"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfMenu.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1981480561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n The SfSidebar component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the state(expand/collapse) of the component is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to open.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the sidebar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animate","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation transitions on expanding or collapsing the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Animate"}},{"Kind":"Components.Component","Name":"CloseOnDocumentClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Sidebar needs to be closed or not when the document area is clicked.\n \n ","Metadata":{"Common.PropertyName":"CloseOnDocumentClick"}},{"Kind":"Components.Component","Name":"DockSize","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Sidebar in dock state. Dock size can be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"DockSize"}},{"Kind":"Components.Component","Name":"EnableDock","TypeName":"System.Boolean","Documentation":"\n \n Specifies the docking state of the component.\n \n ","Metadata":{"Common.PropertyName":"EnableDock"}},{"Kind":"Components.Component","Name":"EnableGestures","TypeName":"System.Boolean","Documentation":"\n \n Enables the expand or collapse while swiping in the touch devices.\n \n ","Metadata":{"Common.PropertyName":"EnableGestures"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting component's state between page reloads. If enabled, isOpen state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Sidebar in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsOpen","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the Sidebar component is open or close.\n When the Sidebar type is set to `Auto`,\n the component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.\n \n ","Metadata":{"Common.PropertyName":"IsOpen"}},{"Kind":"Components.Component","Name":"IsOpenChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"IsOpenChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Specifies the media query string for resolution, when opens the Sidebar.\n Example: assigning media query value to '(min-width: 600px)' will open the sidebar component only when the provided resolution is met else the sidebar will be in closed state.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Navigations.SidebarPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to apply overlay options to the main content or not when the Sidebar is in an open state.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows to place the sidebar inside the target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.SidebarType","IsEnum":true,"Documentation":"\n \n Specifies the expanding types of the Sidebar.\n `Over` - The sidebar floats over the main content area.\n `Push` - The sidebar pushes the main content area to appear side-by-side and shrinks the main content within the screen width.\n `Slide` - The sidebar translates the x and y positions of the main content area based on the sidebar width.\n The main content area will not be adjusted within the screen width.\n `Auto` - Sidebar with `Over` type in mobile resolution and `Push` type in other higher resolutions.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\n Width can also be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index of the Sidebar. It is applicable only when sidebar act as the overlay type.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar"}},{"HashCode":294174295,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n Partial Class SfSidebar.\n \n \n The SfSidebar component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the state(expand/collapse) of the component is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is ready to open.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the sidebar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animate","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the animation transitions on expanding or collapsing the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Animate"}},{"Kind":"Components.Component","Name":"CloseOnDocumentClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the Sidebar needs to be closed or not when the document area is clicked.\n \n ","Metadata":{"Common.PropertyName":"CloseOnDocumentClick"}},{"Kind":"Components.Component","Name":"DockSize","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Sidebar in dock state. Dock size can be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"DockSize"}},{"Kind":"Components.Component","Name":"EnableDock","TypeName":"System.Boolean","Documentation":"\n \n Specifies the docking state of the component.\n \n ","Metadata":{"Common.PropertyName":"EnableDock"}},{"Kind":"Components.Component","Name":"EnableGestures","TypeName":"System.Boolean","Documentation":"\n \n Enables the expand or collapse while swiping in the touch devices.\n \n ","Metadata":{"Common.PropertyName":"EnableGestures"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the persisting component's state between page reloads. If enabled, isOpen state will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering Sidebar in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsOpen","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the Sidebar component is open or close.\n When the Sidebar type is set to `Auto`,\n the component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.\n \n ","Metadata":{"Common.PropertyName":"IsOpen"}},{"Kind":"Components.Component","Name":"IsOpenChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"IsOpenChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MediaQuery","TypeName":"System.String","Documentation":"\n \n Specifies the media query string for resolution, when opens the Sidebar.\n Example: assigning media query value to '(min-width: 600px)' will open the sidebar component only when the provided resolution is met else the sidebar will be in closed state.\n \n ","Metadata":{"Common.PropertyName":"MediaQuery"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Navigations.SidebarPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of the Sidebar.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowBackdrop","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to apply overlay options to the main content or not when the Sidebar is in an open state.\n \n ","Metadata":{"Common.PropertyName":"ShowBackdrop"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows to place the sidebar inside the target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.SidebarType","IsEnum":true,"Documentation":"\n \n Specifies the expanding types of the Sidebar.\n `Over` - The sidebar floats over the main content area.\n `Push` - The sidebar pushes the main content area to appear side-by-side and shrinks the main content within the screen width.\n `Slide` - The sidebar translates the x and y positions of the main content area based on the sidebar width.\n The main content area will not be adjusted within the screen width.\n `Auto` - Sidebar with `Over` type in mobile resolution and `Push` type in other higher resolutions.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\n Width can also be set in pixel values.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Int32","Documentation":"\n \n Specifies the z-index of the Sidebar. It is applicable only when sidebar act as the overlay type.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional input attributes such as disabled, value, and more to the root element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1556173461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1126587472,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfSidebar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1983048497,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the tab element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Tab.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Documentation":"\n \n Specifies the animation settings of the Tabs component. The animation effect can be applied to activate the tab with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the root element of the Tabs that helps to customize the component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the tab’s selected item will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the Tab allows drag and drop over tab items. Tab item has been reordered based on the dropped item.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DragArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs with Tabitems.\n \n ","Metadata":{"Common.PropertyName":"DragArea"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HeaderPlacement","TypeName":"Syncfusion.Blazor.Navigations.HeaderPosition","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the Tab header.\n The possible values are:\n - Top: Places the Tab header on the top.\n - Bottom: Places the Tab header at the bottom.\n - Left: Places the Tab header at the left.\n - Right: Places the Tab header at the right.\n \n ","Metadata":{"Common.PropertyName":"HeaderPlacement"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Tabs component. By default, Tab height is set based on the height of its parent.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LoadOn","TypeName":"Syncfusion.Blazor.Navigations.ContentLoad","IsEnum":true,"Documentation":"\n \n Specifies the modes for the Tab content.\n The possible modes are:\n `Dynamic` Load the Tab content dynamically, which is rendering its content when switching its header.\n `Init` Loads all the tab contents on initial loading.\n `Demand` Loads the Tab content when required but keeps the content once it is rendered.\n \n ","Metadata":{"Common.PropertyName":"LoadOn"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the display mode which will be applied when the Tabs exceeds the viewing area.\n The possible modes are:\n - Scrollable: All the elements will be displayed in a single line with horizontal scrolling enabled.\n - Popup: Tab container will hold the items that can be placed within the available space and the rest of the items will be moved to the popup.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance that applies when scrolling in Tab and enabled Scrollable mode.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Int32","Documentation":"\n \n Specifies the index for activating the Tab item.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether to show the close button in the Tab header or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Tabs component. By default, Tab width sets based on the width of its parent.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the tab element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab"}},{"HashCode":-1406635574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n \n Tab is a content panel to show multiple contents in a compact space. Also, only one tab is active at a time. Each Tab item has an associated content, that will be displayed based on the active Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTab"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for the tab element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Tab.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Documentation":"\n \n Specifies the animation settings of the Tabs component. The animation effect can be applied to activate the tab with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the root element of the Tabs that helps to customize the component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, the tab’s selected item will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the Tab allows drag and drop over tab items. Tab item has been reordered based on the dropped item.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DragArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs with Tabitems.\n \n ","Metadata":{"Common.PropertyName":"DragArea"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HeaderPlacement","TypeName":"Syncfusion.Blazor.Navigations.HeaderPosition","IsEnum":true,"Documentation":"\n \n Specifies the orientation of the Tab header.\n The possible values are:\n - Top: Places the Tab header on the top.\n - Bottom: Places the Tab header at the bottom.\n - Left: Places the Tab header at the left.\n - Right: Places the Tab header at the right.\n \n ","Metadata":{"Common.PropertyName":"HeaderPlacement"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Tabs component. By default, Tab height is set based on the height of its parent.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LoadOn","TypeName":"Syncfusion.Blazor.Navigations.ContentLoad","IsEnum":true,"Documentation":"\n \n Specifies the modes for the Tab content.\n The possible modes are:\n `Dynamic` Load the Tab content dynamically, which is rendering its content when switching its header.\n `Init` Loads all the tab contents on initial loading.\n `Demand` Loads the Tab content when required but keeps the content once it is rendered.\n \n ","Metadata":{"Common.PropertyName":"LoadOn"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the display mode which will be applied when the Tabs exceeds the viewing area.\n The possible modes are:\n - Scrollable: All the elements will be displayed in a single line with horizontal scrolling enabled.\n - Popup: Tab container will hold the items that can be placed within the available space and the rest of the items will be moved to the popup.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance that applies when scrolling in Tab and enabled Scrollable mode.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"SelectedItem","TypeName":"System.Int32","Documentation":"\n \n Specifies the index for activating the Tab item.\n \n ","Metadata":{"Common.PropertyName":"SelectedItem"}},{"Kind":"Components.Component","Name":"SelectedItemChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"SelectedItemChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether to show the close button in the Tab header or not.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Tabs component. By default, Tab width sets based on the width of its parent.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the tab element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-188672555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1759572094,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfTab"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":637803100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationNext","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationNext"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the next Tab content.\n Default animation is given as SlideRightIn for next tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext"}},{"HashCode":-31298840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationNext","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationNext"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the next Tab content.\n Default animation is given as SlideRightIn for next tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796182004,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationPrevious"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform the content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the previous Tab content.\n Default animation is given as SlideLeftIn for previous tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious"}},{"HashCode":-975054169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform the content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for displaying the previous Tab content.\n Default animation is given as SlideLeftIn for previous tab animation. You can also disable the animation by setting the animation effect as none.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":693595104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Next","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","Metadata":{"Common.PropertyName":"Next"}},{"Kind":"Components.Component","Name":"Previous","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","Metadata":{"Common.PropertyName":"Previous"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}},{"HashCode":-1723683111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Next","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationNext","Documentation":"\n \n Specifies the animation to appear when moving to the next Tab content.\n \n ","Metadata":{"Common.PropertyName":"Next"}},{"Kind":"Components.Component","Name":"Previous","TypeName":"Syncfusion.Blazor.Navigations.TabAnimationPrevious","Documentation":"\n \n Specifies the animation to appear when moving to the previous Tab content.\n \n ","Metadata":{"Common.PropertyName":"Previous"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":327923626,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":612865549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":749201727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Added","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after adding the item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Added","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Adding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before adding the tab item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Adding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the Tab item drag starts.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets dropped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabEvents"}},{"HashCode":895163209,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Added","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after adding the item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Added","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Adding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before adding the tab item to the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Adding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the component gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Removing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before removing the item from the Tabs.\n \n ","Metadata":{"Common.PropertyName":"Removing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Selecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers before the tab item gets selected.\n \n ","Metadata":{"Common.PropertyName":"Selecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when the Tab item drag starts.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers after the tab item gets dropped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1569921368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab header properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the icon class that is used to render an icon in the Tab header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"System.String","Documentation":"\n \n Options for positioning the icon in the Tab item header. This property depends on the `IconCss` property.\n The possible values are:\n - left: Places the icon to the `left` of the item.\n - top: Places the icon on the `top` of the item.\n - right: Places the icon to the `right` end of the item.\n - bottom: Places the icon at the `bottom` of the item.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the display text of the Tab header.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabHeader"}},{"HashCode":-1305021418,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Tab header properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the icon class that is used to render an icon in the Tab header.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"System.String","Documentation":"\n \n Options for positioning the icon in the Tab item header. This property depends on the `IconCss` property.\n The possible values are:\n - left: Places the icon to the `left` of the item.\n - top: Places the icon on the `top` of the item.\n - right: Places the icon to the `right` end of the item.\n - bottom: Places the icon at the `bottom` of the item.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the display text of the Tab header.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-314351916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure the Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of Tab item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the Tab item to customize its styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the control is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Documentation":"\n \n The object used for configuring the Tab item header properties.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the tab is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem"}},{"HashCode":-319778714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure the Tab.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content of Tab item.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to the Tab item to customize its styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the control is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Header","TypeName":"Syncfusion.Blazor.Navigations.TabHeader","Documentation":"\n \n The object used for configuring the Tab item header properties.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the tab is visible or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2092813025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":940665534,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-256685925,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1745514646,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content template of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":641983739,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2071161146,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the header content of the Tab item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TabItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItem.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-767535629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems"}},{"HashCode":1957880195,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TabItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that are used to configure the Tabs component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TabItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for the Tab items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1812534055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TabItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1940060902,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for the Tab items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TabItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TabItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-586133103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for toolbar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in toolbar.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of the Toolbar that helps to customize component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableCollision","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the popup collision.\n \n ","Metadata":{"Common.PropertyName":"EnableCollision"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\n Possible modes are:\n - Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.\n - Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.\n - MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.\n - Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\n If the popup content overflows the height of the page, the rest of the elements will be hidden.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance in scroller.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the toolbar element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar"}},{"HashCode":-2141944088,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n \n The Toolbar control contains a group of commands that are aligned horizontally.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets ID attribute for toolbar element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowKeyboard","TypeName":"System.Boolean","Documentation":"\n \n When this property is set to true, it allows the keyboard interaction in toolbar.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboard"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Sets the CSS classes to root element of the Toolbar that helps to customize component styles.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableCollision","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the popup collision.\n \n ","Metadata":{"Common.PropertyName":"EnableCollision"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"OverflowMode","TypeName":"Syncfusion.Blazor.Navigations.OverflowMode","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\n Possible modes are:\n - Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.\n - Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.\n - MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.\n - Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\n If the popup content overflows the height of the page, the rest of the elements will be hidden.\n \n ","Metadata":{"Common.PropertyName":"OverflowMode"}},{"Kind":"Components.Component","Name":"ScrollStep","TypeName":"System.Int32","Documentation":"\n \n Specifies the scrolling distance in scroller.\n \n ","Metadata":{"Common.PropertyName":"ScrollStep"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the toolbar element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1407840541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfToolbar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-969040776,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfToolbar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfToolbar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1774476909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when click the toolbar item.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Navigations.ItemAlign","IsEnum":true,"Documentation":"\n \n Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `Align` property.\n Possible values are:\n - Left: To align commands to the left side of the Toolbar.\n - Center: To align commands at the center of the Toolbar.\n - Right: To align commands to the right side of the Toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of commands.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines htmlAttributes used to add custom attributes to Toolbar command.\n Supports HTML attributes such as style, class, etc.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the unique ID to be used with button or input element of Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Navigations.OverflowOption","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar command display area when an element's content is too large to fit available space.\n This is applicable only to `Popup` mode. Possible values are:\n - Show: Always shows the item as the primary priority on the Toolbar.\n - Hide: Always shows the item as the secondary priority on the popup.\n - None: No priority for display, and as per normal order moves to popup when content exceeds.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"PrefixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n \n ","Metadata":{"Common.PropertyName":"PrefixIcon"}},{"Kind":"Components.Component","Name":"ShowAlwaysInPopup","TypeName":"System.Boolean","Documentation":"\n \n Defines the priority of items to display it in popup always.\n It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n \n ","Metadata":{"Common.PropertyName":"ShowAlwaysInPopup"}},{"Kind":"Components.Component","Name":"ShowTextOn","TypeName":"Syncfusion.Blazor.Navigations.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies where the button text will be displayed on popup mode of the Toolbar.\n Possible values are:\n - Toolbar: Text will be displayed on Toolbar only.\n - Overflow: Text will be displayed only when content overflows to popup.\n - Both: Text will be displayed on popup and Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ShowTextOn"}},{"Kind":"Components.Component","Name":"SuffixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned after the text content if text is available.\n \n ","Metadata":{"Common.PropertyName":"SuffixIcon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TooltipText","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on hovering the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"TooltipText"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.ItemType","IsEnum":true,"Documentation":"\n \n Specifies the types of command to be rendered in the Toolbar.\n Supported types are:\n - Button: Creates the Button control with its given properties like text, prefixIcon, etc.\n - Separator: Adds a horizontal line that separates the Toolbar commands.\n - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\n AutoComplete, etc.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be hidden or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar button commands.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem"}},{"HashCode":1054639414,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n An item object that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar item.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when click the toolbar item.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Align","TypeName":"Syncfusion.Blazor.Navigations.ItemAlign","IsEnum":true,"Documentation":"\n \n Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the `Align` property.\n Possible values are:\n - Left: To align commands to the left side of the Toolbar.\n - Center: To align commands at the center of the Toolbar.\n - Right: To align commands to the right side of the Toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Align"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of commands.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines htmlAttributes used to add custom attributes to Toolbar command.\n Supports HTML attributes such as style, class, etc.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the unique ID to be used with button or input element of Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Overflow","TypeName":"Syncfusion.Blazor.Navigations.OverflowOption","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar command display area when an element's content is too large to fit available space.\n This is applicable only to `Popup` mode. Possible values are:\n - Show: Always shows the item as the primary priority on the Toolbar.\n - Hide: Always shows the item as the secondary priority on the popup.\n - None: No priority for display, and as per normal order moves to popup when content exceeds.\n \n ","Metadata":{"Common.PropertyName":"Overflow"}},{"Kind":"Components.Component","Name":"PrefixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.\n \n ","Metadata":{"Common.PropertyName":"PrefixIcon"}},{"Kind":"Components.Component","Name":"ShowAlwaysInPopup","TypeName":"System.Boolean","Documentation":"\n \n Defines the priority of items to display it in popup always.\n It allows to maintain toolbar item on popup always but it does not work for toolbar priority items.\n \n ","Metadata":{"Common.PropertyName":"ShowAlwaysInPopup"}},{"Kind":"Components.Component","Name":"ShowTextOn","TypeName":"Syncfusion.Blazor.Navigations.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies where the button text will be displayed on popup mode of the Toolbar.\n Possible values are:\n - Toolbar: Text will be displayed on Toolbar only.\n - Overflow: Text will be displayed only when content overflows to popup.\n - Both: Text will be displayed on popup and Toolbar.\n \n ","Metadata":{"Common.PropertyName":"ShowTextOn"}},{"Kind":"Components.Component","Name":"SuffixIcon","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes separated by space used to specify an icon for the button.\n The icon will be positioned after the text content if text is available.\n \n ","Metadata":{"Common.PropertyName":"SuffixIcon"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TooltipText","TypeName":"System.String","Documentation":"\n \n Specifies the text to be displayed on hovering the Toolbar button.\n \n ","Metadata":{"Common.PropertyName":"TooltipText"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Navigations.ItemType","IsEnum":true,"Documentation":"\n \n Specifies the types of command to be rendered in the Toolbar.\n Supported types are:\n - Button: Creates the Button control with its given properties like text, prefixIcon, etc.\n - Separator: Adds a horizontal line that separates the Toolbar commands.\n - Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\n AutoComplete, etc.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether an item should be hidden or not.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toolbar button commands.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-881579531,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-28344686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-764676832,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1765026059,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be added as a Toolbar command.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-328307390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems"}},{"HashCode":860471355,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of items that is used to configure Toolbar commands.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for Toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-933470039,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-612521775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for Toolbar items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.ToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2011427638,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TreeView component.\n \n \n Specifies the TreeView component.\n \n \n SfTreeView component.\n \n \n The TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.\n TreeView can be populated from a data source such as an array of data's or from DataManager.\n \n \"TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\n desktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\n the mouse. For touch devices, drag and drop operation is performed by touch, touch move\n and touch end.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables editing of the text in the TreeView node. When `AllowEditing` property is set\n to true, the TreeView allows you to edit the node by double clicking the node or by navigating to\n the node and pressing F2 key.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables multi-selection of nodes. To select multiple nodes:\n Select the nodes by holding down the CTRL key while clicking on the nodes.\n Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\n and click the last node to select.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to wrap the text in the TreeView node. \n When the `AllowTextWrap` property is set to true, the TreeView node text content will wrap to the next line\n when its text content exceeds the width of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Documentation":"\n \n Specifies the type of animation applied on expanding and collapsing the nodes along with duration.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"AutoCheck","TypeName":"System.Boolean","Documentation":"\n \n Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.\n \n ","Metadata":{"Common.PropertyName":"AutoCheck"}},{"Kind":"Components.Component","Name":"CheckedNodes","TypeName":"System.String[]","Documentation":"\n \n The `CheckedNodes` property is used to set the nodes that need to be checked or\n get the ID of nodes that are currently checked in the TreeView component.\n The `checkedNodes` property depends upon the value of `showCheckBox` property.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodes"}},{"Kind":"Components.Component","Name":"CheckedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the checked nodes changes.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the TreeView component is disabled or not.\n When set to true, user interaction will not be occurred in TreeView.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs in the entire page.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.\n 1. `SelectedNodes` - Represents the nodes that are selected in the TreeView component.\n 2. `checkedNodes` - Represents the nodes that are checked in the TreeView component.\n 3. `expandedNodes` - Represents the nodes that are expanded in the TreeView component.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandOn","TypeName":"Syncfusion.Blazor.Navigations.ExpandAction","IsEnum":true,"Documentation":"\n \n Specifies the action on which the node expands or collapses. The available actions are,\n `Click` - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.\n `DblClick` - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.\n `None` - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\n and mobile devices.\n \n ","Metadata":{"Common.PropertyName":"ExpandOn"}},{"Kind":"Components.Component","Name":"ExpandedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\n expanded or get the ID of the nodes that are currently expanded by using this property.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodes"}},{"Kind":"Components.Component","Name":"ExpandedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the expanded nodes changes.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Documentation":"\n \n Specifies the data source and mapping fields to render TreeView nodes.\n \n ","Metadata":{"Common.PropertyName":"Fields","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FullRowNavigable","TypeName":"System.Boolean","Documentation":"\n \n If this property is set to true, then the entire TreeView node will be navigate-able instead of text element.\n \n ","Metadata":{"Common.PropertyName":"FullRowNavigable"}},{"Kind":"Components.Component","Name":"FullRowSelect","TypeName":"System.Boolean","Documentation":"\n \n On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\n When disabled only the corresponding node's text gets selected.\n \n ","Metadata":{"Common.PropertyName":"FullRowSelect"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\n beginning itself.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"SelectedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the selected nodes in the TreeView component. We can set the nodes that need to be\n selected or get the ID of the nodes that are currently selected by using this property.\n On enabling `AllowMultiSelection` property we can select multiple nodes and on disabling\n it we can select only a single node.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodes"}},{"Kind":"Components.Component","Name":"SelectedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the selected nodes changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Indicates that the nodes will display CheckBoxes in the TreeView.\n The CheckBox will be displayed next to the expand/collapse icon of the node.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Navigations.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\n or are not sorted at all. The available types of sort order are,\n `None` - The nodes are not sorted.\n `Ascending` - The nodes are sorted in the ascending order.\n `Descending` - The nodes are sorted in the ascending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for TreeView.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"TreeViewTemplates","TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Documentation":"\n \n Specifies the custom item template of TreeView Node item.\n \n ","Metadata":{"Common.PropertyName":"TreeViewTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the treeview element.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.GenericTyped":"True"}},{"HashCode":-14886825,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the TreeView component.\n \n \n Specifies the TreeView component.\n \n \n SfTreeView component.\n \n \n The TreeView component is used to represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.\n TreeView can be populated from a data source such as an array of data's or from DataManager.\n \n \"TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.SfTreeView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\n desktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\n the mouse. For touch devices, drag and drop operation is performed by touch, touch move\n and touch end.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables editing of the text in the TreeView node. When `AllowEditing` property is set\n to true, the TreeView allows you to edit the node by double clicking the node or by navigating to\n the node and pressing F2 key.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowMultiSelection","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables multi-selection of nodes. To select multiple nodes:\n Select the nodes by holding down the CTRL key while clicking on the nodes.\n Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\n and click the last node to select.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to wrap the text in the TreeView node. \n When the `AllowTextWrap` property is set to true, the TreeView node text content will wrap to the next line\n when its text content exceeds the width of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Documentation":"\n \n Specifies the type of animation applied on expanding and collapsing the nodes along with duration.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"AutoCheck","TypeName":"System.Boolean","Documentation":"\n \n Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.\n \n ","Metadata":{"Common.PropertyName":"AutoCheck"}},{"Kind":"Components.Component","Name":"CheckedNodes","TypeName":"System.String[]","Documentation":"\n \n The `CheckedNodes` property is used to set the nodes that need to be checked or\n get the ID of nodes that are currently checked in the TreeView component.\n The `checkedNodes` property depends upon the value of `showCheckBox` property.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodes"}},{"Kind":"Components.Component","Name":"CheckedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the checked nodes changes.\n \n ","Metadata":{"Common.PropertyName":"CheckedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the TreeView component is disabled or not.\n When set to true, user interaction will not be occurred in TreeView.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"DropArea","TypeName":"System.String","Documentation":"\n \n Defines the area in which the draggable element movement will be occurring. Outside that area will be restricted\n for the draggable element movement. By default, the draggable element movement occurs in the entire page.\n \n ","Metadata":{"Common.PropertyName":"DropArea"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.\n 1. `SelectedNodes` - Represents the nodes that are selected in the TreeView component.\n 2. `checkedNodes` - Represents the nodes that are checked in the TreeView component.\n 3. `expandedNodes` - Represents the nodes that are expanded in the TreeView component.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandOn","TypeName":"Syncfusion.Blazor.Navigations.ExpandAction","IsEnum":true,"Documentation":"\n \n Specifies the action on which the node expands or collapses. The available actions are,\n `Click` - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.\n `DblClick` - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.\n `None` - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\n and mobile devices.\n \n ","Metadata":{"Common.PropertyName":"ExpandOn"}},{"Kind":"Components.Component","Name":"ExpandedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\n expanded or get the ID of the nodes that are currently expanded by using this property.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodes"}},{"Kind":"Components.Component","Name":"ExpandedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the expanded nodes changes.\n \n ","Metadata":{"Common.PropertyName":"ExpandedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Documentation":"\n \n Specifies the data source and mapping fields to render TreeView nodes.\n \n ","Metadata":{"Common.PropertyName":"Fields","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"FullRowNavigable","TypeName":"System.Boolean","Documentation":"\n \n If this property is set to true, then the entire TreeView node will be navigate-able instead of text element.\n \n ","Metadata":{"Common.PropertyName":"FullRowNavigable"}},{"Kind":"Components.Component","Name":"FullRowSelect","TypeName":"System.Boolean","Documentation":"\n \n On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\n When disabled only the corresponding node's text gets selected.\n \n ","Metadata":{"Common.PropertyName":"FullRowSelect"}},{"Kind":"Components.Component","Name":"LoadOnDemand","TypeName":"System.Boolean","Documentation":"\n \n By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\n beginning itself.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemand"}},{"Kind":"Components.Component","Name":"SelectedNodes","TypeName":"System.String[]","Documentation":"\n \n Represents the selected nodes in the TreeView component. We can set the nodes that need to be\n selected or get the ID of the nodes that are currently selected by using this property.\n On enabling `AllowMultiSelection` property we can select multiple nodes and on disabling\n it we can select only a single node.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodes"}},{"Kind":"Components.Component","Name":"SelectedNodesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the callback to trigger when the selected nodes changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedNodesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowCheckBox","TypeName":"System.Boolean","Documentation":"\n \n Indicates that the nodes will display CheckBoxes in the TreeView.\n The CheckBox will be displayed next to the expand/collapse icon of the node.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckBox"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.Navigations.SortOrder","IsEnum":true,"Documentation":"\n \n Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\n or are not sorted at all. The available types of sort order are,\n `None` - The nodes are not sorted.\n `Ascending` - The nodes are sorted in the ascending order.\n `Descending` - The nodes are sorted in the ascending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specify the HtmlAttributes for TreeView.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"TreeViewTemplates","TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Documentation":"\n \n Specifies the custom item template of TreeView Node item.\n \n ","Metadata":{"Common.PropertyName":"TreeViewTemplates","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for the treeview element.\n \n ","Metadata":{"Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":627500240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-739300343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Get the RenderFragment content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.SfTreeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1663272980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse"}},{"HashCode":1733110909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while collapsing the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1510376482,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand"}},{"HashCode":515041176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while expanding the TreeView item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1809022371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView allows us to control the component by using events.\n \n \"Tvalue paramter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeView action failed to fetch the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is created successfully.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is populated in the TreeView.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\n drag and drop, node editing, adding and removing node.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is destroyed successfully.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.\n \n ","Metadata":{"Common.PropertyName":"OnNodeRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnKeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when key press is successful. It helps to customize the operations at key press.\n \n ","Metadata":{"Common.PropertyName":"OnKeyPress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is checked/unchecked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeChecked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be checked/unchecked.\n \n ","Metadata":{"Common.PropertyName":"NodeChecking","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is clicked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node collapses successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node collapses.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node dragging (move) stops.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is dropped on target element successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is renamed successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeEdited","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEditing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is renamed.\n \n ","Metadata":{"Common.PropertyName":"NodeEditing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node expands successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be expanded.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is selected/unselected successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"NodeSelecting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewEvents","Components.GenericTyped":"True"}},{"HashCode":-638629941,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView allows us to control the component by using events.\n \n \"Tvalue paramter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeView action failed to fetch the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is created successfully.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is populated in the TreeView.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\n drag and drop, node editing, adding and removing node.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView control is destroyed successfully.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.\n \n ","Metadata":{"Common.PropertyName":"OnNodeRender","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnKeyPress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when key press is successful. It helps to customize the operations at key press.\n \n ","Metadata":{"Common.PropertyName":"OnKeyPress","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is checked/unchecked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeChecked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeChecking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be checked/unchecked.\n \n ","Metadata":{"Common.PropertyName":"NodeChecking","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is clicked successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node collapses successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeCollapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node collapses.\n \n ","Metadata":{"Common.PropertyName":"NodeCollapsing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node dragging (move) stops.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnNodeDragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node drag (move) is stopped.\n \n ","Metadata":{"Common.PropertyName":"OnNodeDragged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is dropped on target element successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEdited","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is renamed successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeEdited","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeEditing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is renamed.\n \n ","Metadata":{"Common.PropertyName":"NodeEditing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node expands successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeExpanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is to be expanded.\n \n ","Metadata":{"Common.PropertyName":"NodeExpanding","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the TreeView node is selected/unselected successfully.\n \n ","Metadata":{"Common.PropertyName":"NodeSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NodeSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the TreeView node is selected/unselected.\n \n ","Metadata":{"Common.PropertyName":"NodeSelecting","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-640171070,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView child element fields properties.\n \n \"Specifies the Tvalue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldChild"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldChild component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","Components.GenericTyped":"True"}},{"HashCode":-1378362770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView child element fields properties.\n \n \"Specifies the Tvalue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldChild component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1962838200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewFieldChild"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-381980754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Treeview child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewFieldChild"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldChild.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1788152768,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.GenericTyped":"True"}},{"HashCode":1095106059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the TValue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source changes.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-346589225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewFieldsSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":633313529,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1620579412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewNodeAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Documentation":"\n \n Specifies the animation to appear when collapsing the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Collapse"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Documentation":"\n \n Specifies the animation to appear when expanding the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Expand"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}},{"HashCode":637766498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView animation properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Collapse","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationCollapse","Documentation":"\n \n Specifies the animation to appear when collapsing the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Collapse"}},{"Kind":"Components.Component","Name":"Expand","TypeName":"Syncfusion.Blazor.Navigations.TreeViewAnimationExpand","Documentation":"\n \n Specifies the animation to appear when expanding the TreeView item.\n \n ","Metadata":{"Common.PropertyName":"Expand"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1466331707,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeViewNodeAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-328297961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Child Content for the Treeview Animation Settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewNodeAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1796223828,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView component allows you to customize the look of TreeView nodes using Templates.\n \n \"Specifies the Tvalue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Components.GenericTyped":"True"}},{"HashCode":613479811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The TreeView component allows you to customize the look of TreeView nodes using Templates.\n \n \"Specifies the Tvalue\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.TreeViewTemplates component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"NodeTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","Metadata":{"Common.PropertyName":"NodeTemplate","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":194069074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":31004678,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the NodeTemplate.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NodeTemplate","ParentTag":"Syncfusion.Blazor.Navigations.TreeViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NodeTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewTemplates.NodeTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-454974621,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired on clicking the Toolbar elements.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarEvents"}},{"HashCode":-1714445189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.ToolbarEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.ToolbarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired on clicking the Toolbar elements.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired when the control gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.ToolbarEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2051342472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the accordion item renderer.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItemRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Documentation":"\n \n Gets or sets the accordion item.\n \n ","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender"}},{"HashCode":-140095924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the accordion item renderer.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Documentation":"\n \n Gets or sets the accordion item.\n \n ","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AccordionItemRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1447713859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMenuBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.SfMenuBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","Components.GenericTyped":"True"}},{"HashCode":512823538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.SfMenuBase component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content for menu.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the Menu container.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies menu items with its properties which will be rendered as ContextMenu.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ShowItemOnClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the sub menu or not on click.\n When set to true, the sub menu will open only on mouse click.\n \n ","Metadata":{"Common.PropertyName":"ShowItemOnClick"}},{"Kind":"Components.Component","Name":"EnableScrolling","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable / disable the scrollable option in Menu.\n \n ","Metadata":{"Common.PropertyName":"EnableScrolling"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1689583615,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfMenuBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":304054433,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content for menu.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.SfMenuBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2073293325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"MenuClass"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","Components.GenericTyped":"True"}},{"HashCode":272385811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItems component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MenuClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"MenuClass"}},{"Kind":"Components.Component","Name":"ContainerClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ContainerClass"}},{"Kind":"Components.Component","Name":"Style","TypeName":"System.String","Metadata":{"Common.PropertyName":"Style"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1724794875,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","Components.GenericTyped":"True"}},{"HashCode":-1209448583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Navigations.Internal.CreateMenuItem component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateMenuItem","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":90425684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies toolbar content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Defines the toolbar item model.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines toolbar item index.\n \n ","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent"}},{"HashCode":-1839976298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies toolbar content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Defines the toolbar item model.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Defines toolbar item index.\n \n ","Metadata":{"Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ToolbarContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1043940291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the complex list items.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ComplexListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ComplexListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HasChild","TypeName":"System.Boolean","Documentation":"\n \n Specifies the treeview node has child or not.\n \n ","Metadata":{"Common.PropertyName":"HasChild"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Navigations.Internal.FieldsValueMapping>","Documentation":"\n \n Specifies the Treeview mapped data values.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Specifies the Treeview node data id.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Specifies the index position of Treeview node.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"TValue","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","Components.GenericTyped":"True"}},{"HashCode":-2011234061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the complex list items.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ComplexListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HasChild","TypeName":"System.Boolean","Documentation":"\n \n Specifies the treeview node has child or not.\n \n ","Metadata":{"Common.PropertyName":"HasChild"}},{"Kind":"Components.Component","Name":"MappedData","TypeName":"Syncfusion.Blazor.Navigations.Internal.FieldsValueMapping>","Documentation":"\n \n Specifies the Treeview mapped data values.\n \n ","Metadata":{"Common.PropertyName":"MappedData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RandomID","TypeName":"System.String","Documentation":"\n \n Specifies the Treeview node data id.\n \n ","Metadata":{"Common.PropertyName":"RandomID"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Documentation":"\n \n Specifies the index position of Treeview node.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"TValue","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ComplexListItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977918234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ComplexCreateList.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","Components.GenericTyped":"True"}},{"HashCode":-384627436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ComplexCreateList.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateListFromComplex","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-152224043,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the TreeViewListItems class.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","Components.GenericTyped":"True"}},{"HashCode":908913045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specifies the TreeViewListItems class.\n \n \"TypeParam\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewListItems component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewListItems","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554246032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies class for expand / collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationSettingsModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel"}},{"HashCode":1596029063,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies class for expand / collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationSettingsModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1492270698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for expand animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationExpandModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel"}},{"HashCode":751847322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for expand animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for expanding the TreeView node.\n Default animation is given as SlideDown. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationExpandModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1848833683,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnimationCollapseModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel"}},{"HashCode":10798398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the class for collapse animation settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation effect for collapsing the TreeView node.\n Default animation is given as SlideUp. You can also disable the animation by setting the animation effect as None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the time duration to transform content.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the easing effect applied when transforming the content.\n \n ","Metadata":{"Common.PropertyName":"Easing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.AnimationCollapseModel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":85557097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List generation of TreeView component.\n \n \"TValue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListGeneration"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ListGeneration component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","Components.GenericTyped":"True"}},{"HashCode":664034893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n List generation of TreeView component.\n \n \"TValue paramater\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.ListGeneration component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ListData","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the datasource of list element.\n \n ","Metadata":{"Common.PropertyName":"ListData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeOptions","TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeOptions","Documentation":"\n \n Specifies the TreeOption field values.\n \n ","Metadata":{"Common.PropertyName":"TreeOptions","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeItemCreating","TypeName":"System.Action>","Documentation":"\n \n Specifies the TreeItemCreating event.\n \n ","Metadata":{"Common.PropertyName":"TreeItemCreating","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"TreeNodeLevel","TypeName":"System.Int32","Documentation":"\n \n Specifies the tree node level of treeview nodes.\n \n ","Metadata":{"Common.PropertyName":"TreeNodeLevel"}},{"Kind":"Components.Component","Name":"ListModel","TypeName":"Syncfusion.Blazor.Navigations.Internal.ListModel","Documentation":"\n \n Specifies the treeview list base option model.\n \n ","Metadata":{"Common.PropertyName":"ListModel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.ListGeneration","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1347927141,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the Tvalue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewCommonFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","Components.GenericTyped":"True"}},{"HashCode":371389897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the TreeView fields setting properties.\n \n \"Specifies the Tvalue parameter\".\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Child","TypeName":"System.String","Documentation":"\n \n Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.\n \n ","Metadata":{"Common.PropertyName":"Child"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for expand state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Expanded"}},{"Kind":"Components.Component","Name":"HasChildren","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for hasChildren to check whether a node has child nodes or not.\n \n ","Metadata":{"Common.PropertyName":"HasChildren"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for htmlAttributes to be added to the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for icon class of each TreeView node that will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for image URL of each TreeView node where image will be added before the text.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"IsChecked","TypeName":"System.String","Documentation":"\n \n Specifies the field for checked state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"IsChecked"}},{"Kind":"Components.Component","Name":"NavigateUrl","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"NavigateUrl"}},{"Kind":"Components.Component","Name":"ParentID","TypeName":"System.String","Documentation":"\n \n Specifies the parent ID field mapped in dataSource.\n \n ","Metadata":{"Common.PropertyName":"ParentID"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n This paramter will execute along with data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for selected state of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"TableName","TypeName":"System.String","Documentation":"\n \n Specifies the table name used to fetch data from a specific table in the server.\n \n ","Metadata":{"Common.PropertyName":"TableName"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for text displayed as TreeView node's display text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"System.String","Documentation":"\n \n Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TreeViewCommonFieldsSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":468661929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BreadcrumbSeparator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PreviousIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PreviousIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator"}},{"HashCode":-1323295881,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PreviousIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"PreviousIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.BreadcrumbSeparator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-348367471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateBreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems"}},{"HashCode":2063181140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.CreateBreadcrumbItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1024248574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TabHeaderTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.TabItem","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate"}},{"HashCode":1246705186,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.TabItem","Metadata":{"Common.PropertyName":"Item"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.TabHeaderTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1340886676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.EventRegister"}},{"HashCode":-358663649,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Navigations.Internal.EventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.Internal.EventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Navigations.Internal.EventRegister","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1812376072,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show and hide animation settings of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HideSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Documentation":"\n \n Specifies the animation to appear when hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"HideSettings"}},{"Kind":"Components.Component","Name":"ShowSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Documentation":"\n \n Specifies the animation to appear when showing the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}},{"HashCode":544538415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show and hide animation settings of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HideSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Documentation":"\n \n Specifies the animation to appear when hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"HideSettings"}},{"Kind":"Components.Component","Name":"ShowSettings","TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Documentation":"\n \n Specifies the animation to appear when showing the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":242061777,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1130957249,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1007747547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Toast button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the click event binding of action buttons created within Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `Disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Notifications.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButton"}},{"HashCode":-658569907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Toast button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Specifies the click event binding of action buttons created within Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `Disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Notifications.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231883723,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Toast buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons"}},{"HashCode":-1601495233,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Toast buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":622837216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-997673834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1579152873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Toast component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast shown.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired while clicking on the Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Trigger the event after the Toast hides.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast shown on the target container.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastEvents"}},{"HashCode":-580710838,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event handlers to handle the events with Toast component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast shown.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event before the toast close.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event will be fired while clicking on the Toast.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Trigger the event after the Toast hides.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast gets destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers the event after the Toast shown on the target container.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1173971404,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while hiding the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastHideAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}},{"HashCode":1146415347,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while hiding the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1398371565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastHideAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1023829787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastHideAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1304680215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a toast in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's left edge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's top edge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastPosition"}},{"HashCode":-1806999189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastPosition","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a toast in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastPosition"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's left edge.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the position of the Toast notification with respect to the target container's top edge.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1858068211,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while showing the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastShowAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}},{"HashCode":-1338553488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation to appear while showing the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Specifies the duration to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"Syncfusion.Blazor.Notifications.ToastEasing","IsEnum":true,"Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Notifications.ToastEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the toast.\n If the user sets Fade animation, the toast will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the toast:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-45289787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastShowAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-215699250,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastShowAnimationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-487061687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast title template.\n \n ","Metadata":{"Common.PropertyName":"Title","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast content template.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates"}},{"HashCode":1850210953,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.ToastTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast title template.\n \n ","Metadata":{"Common.PropertyName":"Title","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast content template.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the toast template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":628378274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1677621493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Gets or sets the content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":541323074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast title template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Title","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1955263573,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast title template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Title","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Title","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1020625211,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast content template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1553564798,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast content template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2065849743,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-668859170,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the toast template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Notifications.ToastTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.ToastTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1073110620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.SfToast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfToast"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Documentation":"\n \n Specifies the animation configuration settings for showing and hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n Accepts selectors, string values and HTML elements.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of Toast.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExtendedTimeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration after interacting with the Toast.\n \n ","Metadata":{"Common.PropertyName":"ExtendedTimeout"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toast in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Documentation":"\n \n Defines CSS classes to specify an icon for the Toast which is to be displayed at top left corner of the Toast.\n \n ","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NewestOnTop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the newly created Toast message display order while multiple toast's are added to page one after another.\n By default, newly added Toast will be added after old Toast's.\n \n ","Metadata":{"Common.PropertyName":"NewestOnTop"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Documentation":"\n \n Specifies the position of the Toast message to be displayed within target container.\n In the case of multiple Toast display, new Toast position will not update on dynamic change of property values\n until the old Toast messages removed.\n X values are: Left , Right ,Center.\n Y values are: Top , Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ProgressDirection","TypeName":"Syncfusion.Blazor.Notifications.ProgressDirection","IsEnum":true,"Documentation":"\n \n Specifies the direction for the Toast progressBar.\n \n ","Metadata":{"Common.PropertyName":"ProgressDirection"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the close button in Toast message to close the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"ShowProgressBar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the progress bar to denote the Toast message display timeout.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressBar"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target container where the Toast to be displayed.\n Based on the target, the positions such as `Left`, `Top` will be applied to the Toast.\n The default value is null, which refers the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Timeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration on the page in milliseconds.\n - Once the time expires, Toast message will be removed.\n - Setting 0 as a time out value displays the Toast on the page until the user closes it manually.\n \n ","Metadata":{"Common.PropertyName":"Timeout"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be displayed on the Toast.\n Works only with string values.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toast in pixels/numbers/percentage. Number value is considered as pixels.\n In mobile devices, default width is considered as `100%`.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ActionButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the collection of Toast action `buttons` to be rendered with the given\n Button model properties and its click action handler.\n \n ","Metadata":{"Common.PropertyName":"ActionButtons"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content of the Toast.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast"}},{"HashCode":-321503220,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.SfToast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n \n Toast is a small, nonblocking notification pop-up and it is shown to users with readable message content\n at the bottom of the screen or at a specific target and disappears automatically after a few seconds (time-out)\n with different animation effects.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.SfToast"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Notifications.ToastAnimationSettings","Documentation":"\n \n Specifies the animation configuration settings for showing and hiding the Toast.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n Accepts selectors, string values and HTML elements.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single/multiple classes (separated by space) to be used for customization of Toast.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExtendedTimeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration after interacting with the Toast.\n \n ","Metadata":{"Common.PropertyName":"ExtendedTimeout"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Toast in pixels/number/percentage. Number value is considered as pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Icon","TypeName":"System.String","Documentation":"\n \n Defines CSS classes to specify an icon for the Toast which is to be displayed at top left corner of the Toast.\n \n ","Metadata":{"Common.PropertyName":"Icon"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"NewestOnTop","TypeName":"System.Boolean","Documentation":"\n \n Specifies the newly created Toast message display order while multiple toast's are added to page one after another.\n By default, newly added Toast will be added after old Toast's.\n \n ","Metadata":{"Common.PropertyName":"NewestOnTop"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Notifications.ToastPosition","Documentation":"\n \n Specifies the position of the Toast message to be displayed within target container.\n In the case of multiple Toast display, new Toast position will not update on dynamic change of property values\n until the old Toast messages removed.\n X values are: Left , Right ,Center.\n Y values are: Top , Bottom.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ProgressDirection","TypeName":"Syncfusion.Blazor.Notifications.ProgressDirection","IsEnum":true,"Documentation":"\n \n Specifies the direction for the Toast progressBar.\n \n ","Metadata":{"Common.PropertyName":"ProgressDirection"}},{"Kind":"Components.Component","Name":"ShowCloseButton","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the close button in Toast message to close the Toast.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseButton"}},{"Kind":"Components.Component","Name":"ShowProgressBar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to show the progress bar to denote the Toast message display timeout.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressBar"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target container where the Toast to be displayed.\n Based on the target, the positions such as `Left`, `Top` will be applied to the Toast.\n The default value is null, which refers the `document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Timeout","TypeName":"System.Int32","Documentation":"\n \n Specifies the Toast display time duration on the page in milliseconds.\n - Once the time expires, Toast message will be removed.\n - Setting 0 as a time out value displays the Toast on the page until the user closes it manually.\n \n ","Metadata":{"Common.PropertyName":"Timeout"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the title to be displayed on the Toast.\n Works only with string values.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Toast in pixels/numbers/percentage. Number value is considered as pixels.\n In mobile devices, default width is considered as `100%`.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ActionButtons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the collection of Toast action `buttons` to be rendered with the given\n Button model properties and its click action handler.\n \n ","Metadata":{"Common.PropertyName":"ActionButtons"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the content of the Toast.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":965421231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-235277731,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the HTML element/element ID as a string that can be displayed as a Toast content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Notifications.SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-24374601,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content of the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":66267787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the content of the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Notifications.SfToast"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Notifications.SfToast.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-542212961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.Internal.ToastContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToastContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.Internal.ToastContent"}},{"HashCode":-765034904,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Notifications.Internal.ToastContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content to be displayed on the Toast.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Notifications.Internal.ToastContent"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Notifications.Internal.ToastContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1071592541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the methods of PDF Viewer component.\n \n \n Represent the PDF Viewer component object.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":883063416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the methods of PDF Viewer component.\n \n \n Represent the PDF Viewer component object.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":907483430,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":606536864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-71446519,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAjaxRequestSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxHeaders","TypeName":"System.Collections.Generic.List","Documentation":"\n \n set the ajax Header values in the PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"AjaxHeaders"}},{"Kind":"Components.Component","Name":"WithCredentials","TypeName":"System.Boolean","Documentation":"\n \n set the ajax credentials for the pdfviewer.\n \n ","Metadata":{"Common.PropertyName":"WithCredentials"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}},{"HashCode":-2046125234,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AjaxHeaders","TypeName":"System.Collections.Generic.List","Documentation":"\n \n set the ajax Header values in the PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"AjaxHeaders"}},{"Kind":"Components.Component","Name":"WithCredentials","TypeName":"System.Boolean","Documentation":"\n \n set the ajax credentials for the pdfviewer.\n \n ","Metadata":{"Common.PropertyName":"WithCredentials"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1480675064,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAjaxRequestSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1058607517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446504490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAnnotationSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResizerLocation","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerLocation","IsEnum":true,"Documentation":"\n \n Defines the location for the resizer of the annotation. It is used to customize the resizer location of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ResizerLocation"}},{"Kind":"Components.Component","Name":"ResizerShape","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the resizer. By default it is Square. Different shapes of resizer are circle and square.\n \n ","Metadata":{"Common.PropertyName":"ResizerShape"}},{"Kind":"Components.Component","Name":"SelectionBorderColor","TypeName":"System.String","Documentation":"\n \n Defines the selection border color for the annotation. By default it is empty. It is used to customize the selection border color for the annotation.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderColor"}},{"Kind":"Components.Component","Name":"SelectionBorderThickness","TypeName":"System.Double","Documentation":"\n \n Defines the selection border thickness for the annotation. By default it is 1. It is used to customize the selection border thickness for the annotation. It's range varies from 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderThickness"}},{"Kind":"Components.Component","Name":"SelectorLineDashArray","TypeName":"System.Double[]","Documentation":"\n \n Defines the selector line dash array. By default it is empty.\n \n ","Metadata":{"Common.PropertyName":"SelectorLineDashArray"}},{"Kind":"Components.Component","Name":"ResizerCursorType","TypeName":"Syncfusion.Blazor.PdfViewer.CursorType","IsEnum":true,"Documentation":"\n \n Defines the annotation resizer Type. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"ResizerCursorType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}},{"HashCode":-1973905616,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResizerLocation","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerLocation","IsEnum":true,"Documentation":"\n \n Defines the location for the resizer of the annotation. It is used to customize the resizer location of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ResizerLocation"}},{"Kind":"Components.Component","Name":"ResizerShape","TypeName":"Syncfusion.Blazor.PdfViewer.AnnotationResizerShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the resizer. By default it is Square. Different shapes of resizer are circle and square.\n \n ","Metadata":{"Common.PropertyName":"ResizerShape"}},{"Kind":"Components.Component","Name":"SelectionBorderColor","TypeName":"System.String","Documentation":"\n \n Defines the selection border color for the annotation. By default it is empty. It is used to customize the selection border color for the annotation.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderColor"}},{"Kind":"Components.Component","Name":"SelectionBorderThickness","TypeName":"System.Double","Documentation":"\n \n Defines the selection border thickness for the annotation. By default it is 1. It is used to customize the selection border thickness for the annotation. It's range varies from 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"SelectionBorderThickness"}},{"Kind":"Components.Component","Name":"SelectorLineDashArray","TypeName":"System.Double[]","Documentation":"\n \n Defines the selector line dash array. By default it is empty.\n \n ","Metadata":{"Common.PropertyName":"SelectorLineDashArray"}},{"Kind":"Components.Component","Name":"ResizerCursorType","TypeName":"Syncfusion.Blazor.PdfViewer.CursorType","IsEnum":true,"Documentation":"\n \n Defines the annotation resizer Type. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"ResizerCursorType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":216170222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAnnotationSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":553235618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1324073296,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}},{"HashCode":-2039327654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1051991741,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":813857850,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-707281073,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}},{"HashCode":1415888473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1647767565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":992822228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1919812833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerArrowSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}},{"HashCode":-686211861,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308131396,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerArrowSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":384682896,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1636593632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCircleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}},{"HashCode":270938854,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2071111947,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCircleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":81268213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1109777601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable context menu in PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"ContextMenuAction","TypeName":"Syncfusion.Blazor.PdfViewer.ContextMenuAction","IsEnum":true,"Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuAction"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}},{"HashCode":-1578294319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableContextMenu","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable context menu in PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableContextMenu"}},{"Kind":"Components.Component","Name":"ContextMenuAction","TypeName":"Syncfusion.Blazor.PdfViewer.ContextMenuAction","IsEnum":true,"Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuAction"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1081418982,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1244231806,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":32018992,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCustomStamp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomStampName","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.\n \n ","Metadata":{"Common.PropertyName":"CustomStampName"}},{"Kind":"Components.Component","Name":"CustomStampImageSource","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar. \n \n ","Metadata":{"Common.PropertyName":"CustomStampImageSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}},{"HashCode":-2000492945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomStampName","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp name to be added in stamp menu of the PDF Viewer toolbar.\n \n ","Metadata":{"Common.PropertyName":"CustomStampName"}},{"Kind":"Components.Component","Name":"CustomStampImageSource","TypeName":"System.String","Documentation":"\n \n Defines the custom stamp images source to be added in stamp menu of the PDF Viewer toolbar. \n \n ","Metadata":{"Common.PropertyName":"CustomStampImageSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1100008580,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCustomStamp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":414047884,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStamp.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1883987942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerCustomStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableCustomStamp","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then we can't add the custom stamp annoation in the PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomStamp"}},{"Kind":"Components.Component","Name":"IsAddToMenu","TypeName":"System.Boolean","Documentation":"\n \n Specifies to maintain the newly added custom stamp element in the menu items. By default it is false\n \n ","Metadata":{"Common.PropertyName":"IsAddToMenu"}},{"Kind":"Components.Component","Name":"CustomStamps","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"CustomStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}},{"HashCode":1846548066,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableCustomStamp","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then we can't add the custom stamp annoation in the PDF Viewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCustomStamp"}},{"Kind":"Components.Component","Name":"IsAddToMenu","TypeName":"System.Boolean","Documentation":"\n \n Specifies to maintain the newly added custom stamp element in the menu items. By default it is false\n \n ","Metadata":{"Common.PropertyName":"IsAddToMenu"}},{"Kind":"Components.Component","Name":"CustomStamps","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"CustomStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1612099484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerCustomStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1114654424,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":754252282,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerDistanceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeaderLength","TypeName":"System.Double","Documentation":"\n \n Defines the leader length of the annotation. By default it is 40.\n \n ","Metadata":{"Common.PropertyName":"LeaderLength"}},{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}},{"HashCode":512553593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LeaderLength","TypeName":"System.Double","Documentation":"\n \n Defines the leader length of the annotation. By default it is 40.\n \n ","Metadata":{"Common.PropertyName":"LeaderLength"}},{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1810449681,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerDistanceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1330399240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2140178171,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AddSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AjaxRequestFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAdded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnnotationDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the annotation is double click.\n \n ","Metadata":{"Common.PropertyName":"OnAnnotationDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the annotation object.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is moved over the page of the PDF document.\n \n \n AnnotationMove event is not applicable for text markup annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationPropertiesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the annotation is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationPropertiesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is removed from the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRemoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is resized over the page of the PDF document.\n \n \n This event does not applicable for Sticky note annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the PdfViewer component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document into PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document got failed in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentUnloaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while close the document\n \n ","Metadata":{"Common.PropertyName":"DocumentUnloaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download actions is finished.\n \n ","Metadata":{"Common.PropertyName":"DownloadEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download action is started.\n \n ","Metadata":{"Common.PropertyName":"DownloadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations failed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an exported annotations started in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations succeed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExtractTextCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an text extraction is completed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExtractTextCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is clicked\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is hovered\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkMouseOver","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations failed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imported annotations started in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations succeed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an signature is moved over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"MoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in current page number.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPageClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse click is performed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPageClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the page.\n \n ","Metadata":{"Common.PropertyName":"PageMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print actions is finished.\n \n ","Metadata":{"Common.PropertyName":"PrintEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print action is started.\n \n ","Metadata":{"Common.PropertyName":"PrintStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is removed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"RemoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is resized over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ResizeSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignatureSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignatureSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignaturePropertiesChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the signature is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignaturePropertiesChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is completed.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search text is highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is finished.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnThumbnailClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"OnThumbnailClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValidateFormFields","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when validation is failed. This event will be triggered if set enableFormValidations as true.\n \n ","Metadata":{"Common.PropertyName":"ValidateFormFields","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in the magnification value.\n \n ","Metadata":{"Common.PropertyName":"ZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FormFieldClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the form field is clicked.\n \n ","Metadata":{"Common.PropertyName":"FormFieldClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents"}},{"HashCode":940285589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AddSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AddSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AjaxRequestFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the AJAX request is failed.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationAdded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is added over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAdded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAnnotationDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the annotation is double click.\n \n ","Metadata":{"Common.PropertyName":"OnAnnotationDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the annotation object.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationMoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is moved over the page of the PDF document.\n \n \n AnnotationMove event is not applicable for text markup annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationMoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationPropertiesChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the annotation is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationPropertiesChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRemoved","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is removed from the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRemoved","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is resized over the page of the PDF document.\n \n \n This event does not applicable for Sticky note annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an annotation is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the PdfViewer component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document into PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentLoadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while loading document got failed in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"DocumentLoadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DocumentUnloaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while close the document\n \n ","Metadata":{"Common.PropertyName":"DocumentUnloaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download actions is finished.\n \n ","Metadata":{"Common.PropertyName":"DownloadEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DownloadStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the download action is started.\n \n ","Metadata":{"Common.PropertyName":"DownloadStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations failed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an exported annotations started in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an export annotations succeed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExtractTextCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an text extraction is completed in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ExtractTextCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is clicked\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnHyperlinkMouseOver","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when hyperlink in the PDF Document is hovered\n \n ","Metadata":{"Common.PropertyName":"OnHyperlinkMouseOver","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations failed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportStarted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imported annotations started in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportStarted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImportSucceed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an imports annotations succeed in the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ImportSucceed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when an signature is moved over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"MoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in current page number.\n \n ","Metadata":{"Common.PropertyName":"PageChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPageClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the mouse click is performed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPageClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageMouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when mouse over the page.\n \n ","Metadata":{"Common.PropertyName":"PageMouseover","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print actions is finished.\n \n ","Metadata":{"Common.PropertyName":"PrintEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PrintStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the print action is started.\n \n ","Metadata":{"Common.PropertyName":"PrintStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is removed over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"RemoveSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeSignature","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is resized over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"ResizeSignature","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignatureSelect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when signature is selected over the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignatureSelect","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SignaturePropertiesChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the property of the signature is changed in the page of the PDF document.\n \n ","Metadata":{"Common.PropertyName":"SignaturePropertiesChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is completed.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchHighlight","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search text is highlighted.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchHighlight","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSearchStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text search is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSearchStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is finished.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnTextSelectionStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the text selection is started.\n \n ","Metadata":{"Common.PropertyName":"OnTextSelectionStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnThumbnailClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"OnThumbnailClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValidateFormFields","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when validation is failed. This event will be triggered if set enableFormValidations as true.\n \n ","Metadata":{"Common.PropertyName":"ValidateFormFields","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when there is change in the magnification value.\n \n ","Metadata":{"Common.PropertyName":"ZoomChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FormFieldClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers an event when the form field is clicked.\n \n ","Metadata":{"Common.PropertyName":"FormFieldClick","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1002604991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerFreeTextSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Defines the font color for free text or label text for shape and measurement annotation. By default it is \"#000\".\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Defines the font family for free text or label text for shape and measurement annotation. By default it is \"Helvetica\".\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Double","Documentation":"\n \n Defines the font size for free text or label text for shape and measurement annotation. By default it is \"16\".\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"Syncfusion.Blazor.PdfViewer.FontStyle","IsEnum":true,"Documentation":"\n \n Defines the font style for free text or label text for shape and measurement annotation. By default it is \"None\".\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"DefaultText","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"Type Here\".\n \n ","Metadata":{"Common.PropertyName":"DefaultText"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PdfViewer.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment for free text or label text for shape and measurement annotation. By default it is \"Left\".\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Defines the border color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderStyle","TypeName":"System.String","Documentation":"\n \n Defines the border style for free text or label text for shape and measurement annotation. By default it is \"solid\".\n \n ","Metadata":{"Common.PropertyName":"BorderStyle"}},{"Kind":"Components.Component","Name":"BorderThickness","TypeName":"System.Int32","Documentation":"\n \n Defines the border width for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"BorderThickness"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height for free text or label text for shape and measurement annotation. By default it is \"24.6\".\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Defines the width for free text or label text for shape and measurement annotation. By default it is \"151\".\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the freetext annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"AllowEditTextOnly","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then we can't move , resize the freetext annotations in the PDF Viewer. Just we can modify the existing text content. Otherwise along with modifying text we can resize, move the existing text content.By default it is false.\n \n ","Metadata":{"Common.PropertyName":"AllowEditTextOnly"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}},{"HashCode":666869646,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Defines the font color for free text or label text for shape and measurement annotation. By default it is \"#000\".\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Defines the font family for free text or label text for shape and measurement annotation. By default it is \"Helvetica\".\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Double","Documentation":"\n \n Defines the font size for free text or label text for shape and measurement annotation. By default it is \"16\".\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"Syncfusion.Blazor.PdfViewer.FontStyle","IsEnum":true,"Documentation":"\n \n Defines the font style for free text or label text for shape and measurement annotation. By default it is \"None\".\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"DefaultText","TypeName":"System.String","Documentation":"\n \n Defines the fill color for free text or label text for shape and measurement annotation. By default it is \"Type Here\".\n \n ","Metadata":{"Common.PropertyName":"DefaultText"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PdfViewer.TextAlignment","IsEnum":true,"Documentation":"\n \n Defines the text alignment for free text or label text for shape and measurement annotation. By default it is \"Left\".\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Defines the border color for free text or label text for shape and measurement annotation. By default it is \"#ffffff00\".\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderStyle","TypeName":"System.String","Documentation":"\n \n Defines the border style for free text or label text for shape and measurement annotation. By default it is \"solid\".\n \n ","Metadata":{"Common.PropertyName":"BorderStyle"}},{"Kind":"Components.Component","Name":"BorderThickness","TypeName":"System.Int32","Documentation":"\n \n Defines the border width for free text or label text for shape and measurement annotation. By default it is \"1\".\n \n ","Metadata":{"Common.PropertyName":"BorderThickness"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Defines the height for free text or label text for shape and measurement annotation. By default it is \"24.6\".\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Defines the width for free text or label text for shape and measurement annotation. By default it is \"151\".\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the freetext annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"AllowEditTextOnly","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then we can't move , resize the freetext annotations in the PDF Viewer. Just we can modify the existing text content. Otherwise along with modifying text we can resize, move the existing text content.By default it is false.\n \n ","Metadata":{"Common.PropertyName":"AllowEditTextOnly"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1414258358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerFreeTextSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":856427641,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302370685,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerHandwrittenSignatureSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}},{"HashCode":-1381642484,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1102888810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerHandwrittenSignatureSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1158803828,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1045487711,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}},{"HashCode":-1662578300,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2060291762,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":636013387,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206795849,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerInkAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}},{"HashCode":-1658724859,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1320150846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerInkAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-630989127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-289787874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}},{"HashCode":534683900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LineHeadEndStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadEndStyle"}},{"Kind":"Components.Component","Name":"LineHeadStartStyle","TypeName":"Syncfusion.Blazor.PdfViewer.LineHeadStyle","IsEnum":true,"Documentation":"\n \n Defines the head end style of the line annotation. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"LineHeadStartStyle"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480946953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1753204391,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1414889263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerMeasurementSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConversionUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the unit for measuring annotation. By default it is \"in\". \n \n ","Metadata":{"Common.PropertyName":"ConversionUnit"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"System.Int32","Documentation":"\n \n Defines the value for depth. By default it is 96.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"DisplayUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the display unit for measuring annotation. By default it is \"inch\".\n \n ","Metadata":{"Common.PropertyName":"DisplayUnit"}},{"Kind":"Components.Component","Name":"ScaleRatio","TypeName":"System.Double","Documentation":"\n \n Defines the scale ratio for measuring annotation. By default it is \"1\". It will be multiplied the actual value of measurement and this multiplied value only displayed in UI.\n \n ","Metadata":{"Common.PropertyName":"ScaleRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}},{"HashCode":1985124104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConversionUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the unit for measuring annotation. By default it is \"in\". \n \n ","Metadata":{"Common.PropertyName":"ConversionUnit"}},{"Kind":"Components.Component","Name":"Depth","TypeName":"System.Int32","Documentation":"\n \n Defines the value for depth. By default it is 96.\n \n ","Metadata":{"Common.PropertyName":"Depth"}},{"Kind":"Components.Component","Name":"DisplayUnit","TypeName":"Syncfusion.Blazor.PdfViewer.CalibrationUnit","IsEnum":true,"Documentation":"\n \n Defines the display unit for measuring annotation. By default it is \"inch\".\n \n ","Metadata":{"Common.PropertyName":"DisplayUnit"}},{"Kind":"Components.Component","Name":"ScaleRatio","TypeName":"System.Double","Documentation":"\n \n Defines the scale ratio for measuring annotation. By default it is \"1\". It will be multiplied the actual value of measurement and this multiplied value only displayed in UI.\n \n ","Metadata":{"Common.PropertyName":"ScaleRatio"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":734728295,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerMeasurementSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1361505103,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1120482434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerPerimeterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}},{"HashCode":645269867,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1628473757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerPerimeterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1146954458,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496149631,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerPolygonSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}},{"HashCode":282715672,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-911826332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerPolygonSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":932989457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1316079715,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerRadiusSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}},{"HashCode":678472293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":903356559,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerRadiusSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1826225429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":805109089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerRectangleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}},{"HashCode":267779048,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1452589198,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerRectangleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1309603438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-420315668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DelayPageRequestTimeOnScroll","TypeName":"System.Int32","Documentation":"\n \n Increase or decrease the render pdf page request delay on scrolling action and it's unit is milli seconds.\n \n ","Metadata":{"Common.PropertyName":"DelayPageRequestTimeOnScroll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}},{"HashCode":1718694978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DelayPageRequestTimeOnScroll","TypeName":"System.Int32","Documentation":"\n \n Increase or decrease the render pdf page request delay on scrolling action and it's unit is milli seconds.\n \n ","Metadata":{"Common.PropertyName":"DelayPageRequestTimeOnScroll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-614273461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1742472087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-234779259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerServerActionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Download","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Download"}},{"Kind":"Components.Component","Name":"ExportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the export annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotations"}},{"Kind":"Components.Component","Name":"ExportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFormFields"}},{"Kind":"Components.Component","Name":"ImportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the imports annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportAnnotations"}},{"Kind":"Components.Component","Name":"ImportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the imports action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportFormFields"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.String","Documentation":"\n \n specifies the load action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Load"}},{"Kind":"Components.Component","Name":"Print","TypeName":"System.String","Documentation":"\n \n specifies the print action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Print"}},{"Kind":"Components.Component","Name":"RenderComments","TypeName":"System.String","Documentation":"\n \n specifies the annotation comments action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderComments"}},{"Kind":"Components.Component","Name":"RenderPages","TypeName":"System.String","Documentation":"\n \n specifies the render action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderPages"}},{"Kind":"Components.Component","Name":"RenderTexts","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderTexts"}},{"Kind":"Components.Component","Name":"RenderThumbnail","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderThumbnail"}},{"Kind":"Components.Component","Name":"Unload","TypeName":"System.String","Documentation":"\n \n specifies the unload action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Unload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}},{"HashCode":1348209485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Download","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Download"}},{"Kind":"Components.Component","Name":"ExportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the export annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotations"}},{"Kind":"Components.Component","Name":"ExportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ExportFormFields"}},{"Kind":"Components.Component","Name":"ImportAnnotations","TypeName":"System.String","Documentation":"\n \n specifies the imports annotations action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportAnnotations"}},{"Kind":"Components.Component","Name":"ImportFormFields","TypeName":"System.String","Documentation":"\n \n specifies the imports action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"ImportFormFields"}},{"Kind":"Components.Component","Name":"Load","TypeName":"System.String","Documentation":"\n \n specifies the load action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Load"}},{"Kind":"Components.Component","Name":"Print","TypeName":"System.String","Documentation":"\n \n specifies the print action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Print"}},{"Kind":"Components.Component","Name":"RenderComments","TypeName":"System.String","Documentation":"\n \n specifies the annotation comments action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderComments"}},{"Kind":"Components.Component","Name":"RenderPages","TypeName":"System.String","Documentation":"\n \n specifies the render action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderPages"}},{"Kind":"Components.Component","Name":"RenderTexts","TypeName":"System.String","Documentation":"\n \n specifies the export action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderTexts"}},{"Kind":"Components.Component","Name":"RenderThumbnail","TypeName":"System.String","Documentation":"\n \n specifies the download action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"RenderThumbnail"}},{"Kind":"Components.Component","Name":"Unload","TypeName":"System.String","Documentation":"\n \n specifies the unload action of PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"Unload"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-487776368,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerServerActionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1711744340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889785949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerShapeLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the label.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n specifies the border color of the label.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n specifies the max-width of the label.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Int32","Documentation":"\n \n specifies the font size of the label.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"LabelContent","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"LabelContent"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n specifies the opacity of the label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}},{"HashCode":-176225548,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the label.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n specifies the border color of the label.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n specifies the max-width of the label.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.Int32","Documentation":"\n \n specifies the font size of the label.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}},{"Kind":"Components.Component","Name":"LabelContent","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"LabelContent"}},{"Kind":"Components.Component","Name":"Notes","TypeName":"System.String","Documentation":"\n \n specifies the default content of the label.\n \n ","Metadata":{"Common.PropertyName":"Notes"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n specifies the opacity of the label.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1013148292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerShapeLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204979669,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2099944372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerSignatureDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideSaveSignature","TypeName":"System.Boolean","Documentation":"\n \n Hide the save signature checkbox in the signature dialog box.\n \n ","Metadata":{"Common.PropertyName":"HideSaveSignature"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PdfViewer.DisplayMode","IsEnum":true,"Documentation":"\n \n Get or set the required signature options will be enabled in the signature dialog.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}},{"HashCode":668021473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HideSaveSignature","TypeName":"System.Boolean","Documentation":"\n \n Hide the save signature checkbox in the signature dialog box.\n \n ","Metadata":{"Common.PropertyName":"HideSaveSignature"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PdfViewer.DisplayMode","IsEnum":true,"Documentation":"\n \n Get or set the required signature options will be enabled in the signature dialog.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-674047155,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerSignatureDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1341939633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1766120997,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DynamicStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"DynamicStamps"}},{"Kind":"Components.Component","Name":"SignStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"SignStamps"}},{"Kind":"Components.Component","Name":"StandardBusinessStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required standrd business stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"StandardBusinessStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}},{"HashCode":-1471957987,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DynamicStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"DynamicStamps"}},{"Kind":"Components.Component","Name":"SignStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"SignStamps"}},{"Kind":"Components.Component","Name":"StandardBusinessStamps","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to define the required standrd business stamp items to be displayed in annotation toolbar menu.\n \n ","Metadata":{"Common.PropertyName":"StandardBusinessStamps"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n specified the height of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n specified the width of the annotation.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"SignatureDialogSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerSignatureDialogSettings","Documentation":"\n \n specified the signature dialog settings.\n \n ","Metadata":{"Common.PropertyName":"SignatureDialogSettings"}},{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1266171020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":380919981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1097729654,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStickyNotesSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}},{"HashCode":-925517113,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets the opacity value for sticky notes annotation. By default value is 1. It range varies from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":466447031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStickyNotesSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1481457754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1558982384,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerStrikethroughSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}},{"HashCode":902089673,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1073488071,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerStrikethroughSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2142861548,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-478015794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerTextSearchColorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SearchHighlightColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the current occurrence of the text searched string.By default it is '#fdd835'\n \n ","Metadata":{"Common.PropertyName":"SearchHighlightColor"}},{"Kind":"Components.Component","Name":"SearchColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the other occurrence of the text searched string.By default it is '#8b4c12'\n \n ","Metadata":{"Common.PropertyName":"SearchColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}},{"HashCode":784414594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SearchHighlightColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the current occurrence of the text searched string.By default it is '#fdd835'\n \n ","Metadata":{"Common.PropertyName":"SearchHighlightColor"}},{"Kind":"Components.Component","Name":"SearchColor","TypeName":"System.String","Documentation":"\n \n Gets or Sets the color of the other occurrence of the text searched string.By default it is '#8b4c12'\n \n ","Metadata":{"Common.PropertyName":"SearchColor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":786856647,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerTextSearchColorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-8879314,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1403679337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerTileRenderingSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableTileRendering","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, PDF Viewer page will be rendered with multiple tile images. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTileRendering"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}},{"HashCode":252684676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EnableTileRendering","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, PDF Viewer page will be rendered with multiple tile images. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTileRendering"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu action. By default it is RightClick. If it is set as MouseUp, context menu will open on mouse up action instead of rightclick action.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Int32","Documentation":"\n \n Defines the context menu items shoule be visibled in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":842898919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerTileRenderingSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1182764998,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943390451,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the toolbar of PdfViewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the toolbar of the PDF Viewer. PDF Viewer toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"AnnotationToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the annotation toolbar of the PDF Viewer. PDF Viewer annotation toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}},{"HashCode":-645818123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the toolbar of PdfViewer. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the toolbar of the PDF Viewer. PDF Viewer toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}},{"Kind":"Components.Component","Name":"AnnotationToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Provide option to customize the annotation toolbar of the PDF Viewer. PDF Viewer annotation toolbar will be rendered only options configured with this property.\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1915694927,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-251706452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":786279799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerUnderlineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}},{"HashCode":6820541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableTextMarkupResizer","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, resizer for text markup annotation will be enabled. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupResizer"}},{"Kind":"Components.Component","Name":"EnableMultiPageAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then can add text markup annotation with multiple pages. Otherwise can add text markup annotation only with in the page. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"EnableMultiPageAnnotation"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Defines the color for Text markup annotations like highlight or underline or strikethrough.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for Text markup annotations like highlight or underline or strikethrough. By default it is 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1354497775,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerUnderlineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":5762845,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-877593436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerVolumeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}},{"HashCode":-1471990033,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnnotationSelectorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSelectorSettings","Documentation":"\n \n Defines the annotaton selector settings for the annotation.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSelectorSettings"}},{"Kind":"Components.Component","Name":"FillColor","TypeName":"System.String","Documentation":"\n \n specifies the fill color of the annotation.\n \n ","Metadata":{"Common.PropertyName":"FillColor"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines the opacity for the shape annotations. By default it is 1. It's range varies 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"StrokeColor","TypeName":"System.String","Documentation":"\n \n Defines the stroke color of the shape annotations. By default it is \"\".\n \n ","Metadata":{"Common.PropertyName":"StrokeColor"}},{"Kind":"Components.Component","Name":"Thickness","TypeName":"System.Int32","Documentation":"\n \n Defines the thickness of the shape annotations. By default it is 1. It's range varies 1 to 10.\n \n ","Metadata":{"Common.PropertyName":"Thickness"}},{"Kind":"Components.Component","Name":"BorderDashArray","TypeName":"System.Int32[]","Documentation":"\n \n Defines the border dash array. By default it is .\n \n ","Metadata":{"Common.PropertyName":"BorderDashArray"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Author","TypeName":"System.String","Documentation":"\n \n Specifies the author's name to add annotation or review the PDF document. By default it is Guest.\n \n ","Metadata":{"Common.PropertyName":"Author"}},{"Kind":"Components.Component","Name":"CustomData","TypeName":"System.Object","Documentation":"\n \n Specifies the user's defined information related to the annotations. By default it is null.\n \n ","Metadata":{"Common.PropertyName":"CustomData"}},{"Kind":"Components.Component","Name":"IsLock","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, can't interact with annotation. Otherwise can interact the annotations. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsLock"}},{"Kind":"Components.Component","Name":"SkipDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in downloaded file. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipDownload"}},{"Kind":"Components.Component","Name":"SkipPrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, newly added annotations won't be included in printing. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"SkipPrint"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum height of annotations. It prevents the height of the annotation becoming larger than the values provided in MaxHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the maximum width of annotations. It prevents the width of the annotation becoming larger than values provided in MaxWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum height of annotations. It prevents the height of the annotation becoming smaller than values provided in MinHeight.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.Int32","Documentation":"\n \n Sets the minimum width of annotations. It prevents the width of the annotation becoming smaller than values provided in MinWidth.By default it is 0.\n \n \n This property not applicable for Textmarkup and Sticky notes annotation.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"IsPrint","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value for the individual annotations are included or not in print actions.\n \n ","Metadata":{"Common.PropertyName":"IsPrint"}},{"Kind":"Components.Component","Name":"AllowedInteractions","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Gets or sets the allowed interactions for the locked area annotations.\n IsLock can be configured using area settings.\n \n ","Metadata":{"Common.PropertyName":"AllowedInteractions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-307557478,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PdfViewerVolumeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":820125108,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2068421934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":-1210122457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Gets or sets the ID for the PDF Viewer parent DOM elemet div.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ServiceUrl","TypeName":"System.String","Documentation":"\n \n Sets the URL for service calls.\n \n \n This ServiceUrl is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServiceUrl"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Gets the total page count of the loaded PDF document.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageCountChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PageCountExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for PageCount.\n \n ","Metadata":{"Common.PropertyName":"PageCountExpression"}},{"Kind":"Components.Component","Name":"IsDocumentEdited","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the document has been edited or not. By default it is false. If the document edited, it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsDocumentEdited"}},{"Kind":"Components.Component","Name":"CurrentPageNumber","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the current page number of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumber"}},{"Kind":"Components.Component","Name":"CurrentPageNumberChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CurrentPageNumberExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for CurrentPageNumber.\n \n ","Metadata":{"Common.PropertyName":"CurrentPageNumberExpression"}},{"Kind":"Components.Component","Name":"DocumentPath","TypeName":"System.String","Documentation":"\n \n Sets the PDF document path for initial loading.\n \n ","Metadata":{"Common.PropertyName":"DocumentPath"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then PDF Viewer will render in right to left direction. By default it will render in left to right direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"ZoomValue","TypeName":"System.Int32","Documentation":"\n \n Gets or sets the Zoom Percentage value of the PDF Viewer. It's range varies from 10 to 400.\n \n ","Metadata":{"Common.PropertyName":"ZoomValue"}},{"Kind":"Components.Component","Name":"ZoomValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets the event callback for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ZoomValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets the expression for ZoomValue.\n \n ","Metadata":{"Common.PropertyName":"ZoomValueExpression"}},{"Kind":"Components.Component","Name":"ZoomMode","TypeName":"Syncfusion.Blazor.PdfViewer.ZoomMode","IsEnum":true,"Documentation":"\n \n Indicates whether the PDF page will be rendered in fit to page, fit to width or based on the zoom percentage value(default) in the PDF Viewer. By default it value is Default and it represent the page rendered based on the zoom percentage.\n \n ","Metadata":{"Common.PropertyName":"ZoomMode"}},{"Kind":"Components.Component","Name":"DownloadFileName","TypeName":"System.String","Documentation":"\n \n Sets the name of the file to be downloaded.\n \n ","Metadata":{"Common.PropertyName":"DownloadFileName"}},{"Kind":"Components.Component","Name":"ExportAnnotationFileName","TypeName":"System.String","Documentation":"\n \n Gets or sets the file name of annotations to be exported.\n \n ","Metadata":{"Common.PropertyName":"ExportAnnotationFileName"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable height of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets or sets the scrollable width of the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then toolbar of the PDF Viewer will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableToolbar"}},{"Kind":"Components.Component","Name":"EnableAnnotationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the edit annotation option in the toolbar will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotationToolbar"}},{"Kind":"Components.Component","Name":"EnableNavigationToolbar","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then left side toolbar(bookmark, thumbnail navigation toolbar) will not be visible. By default it is true and visible.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigationToolbar"}},{"Kind":"Components.Component","Name":"RetryCount","TypeName":"System.Double","Documentation":"\n \n Gets or sets the retry count for PDF Viewer service call. By default retrycount is 1.\n \n \n This RetryCount is only applicable for Web Assembly projects alone.\n \n ","Metadata":{"Common.PropertyName":"RetryCount"}},{"Kind":"Components.Component","Name":"EnableErrorDialog","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then error dialogue display in PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableErrorDialog"}},{"Kind":"Components.Component","Name":"EnableCommentPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableCommentPanel"}},{"Kind":"Components.Component","Name":"IsCommentPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the comment panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsCommentPanelOpen"}},{"Kind":"Components.Component","Name":"EnableThumbnailPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the thumbnail panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableThumbnailPanel"}},{"Kind":"Components.Component","Name":"IsThumbnailPanelOpen","TypeName":"System.Boolean","Documentation":"\n \n Indicates whether the thumbnail panel is in expanded or collapsed state. If it set as true, then the thumbnail panel will be expanded or open state . By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsThumbnailPanelOpen"}},{"Kind":"Components.Component","Name":"EnableDownload","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the download option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableDownload"}},{"Kind":"Components.Component","Name":"EnablePrint","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the print option in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePrint"}},{"Kind":"Components.Component","Name":"EnablePrintRotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as FALSE, will suppress the page rotation of Landscape document on print action. By default it is TRUE.\n \n ","Metadata":{"Common.PropertyName":"EnablePrintRotation"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PdfViewer.PrintMode","IsEnum":true,"Documentation":"\n \n Specifies the print mode in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"IsSignatureEditable","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the signature included in the PDF Viewer will saved as ink annotation on download action in the PDF Viewer. Otherwise the signature will be flattened on downloading or saving. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"IsSignatureEditable"}},{"Kind":"Components.Component","Name":"EnableBookmarkPanel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, the bookmark panel on the left side of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableBookmarkPanel"}},{"Kind":"Components.Component","Name":"EnableHyperlink","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then hyperlink in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHyperlink"}},{"Kind":"Components.Component","Name":"EnableHandwrittenSignature","TypeName":"System.Boolean","Documentation":"\n \n if it is set as false, then the handwritten signature tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableHandwrittenSignature"}},{"Kind":"Components.Component","Name":"EnableInkAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the ink annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableInkAnnotation"}},{"Kind":"Components.Component","Name":"RestrictZoomRequest","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, then page image will be fetched only when the zoom percentage is 100. Otherwise, mutliple page image fetched for different zoom percentages on performing zoom operation. By default it is false.\n \n ","Metadata":{"Common.PropertyName":"RestrictZoomRequest"}},{"Kind":"Components.Component","Name":"HyperlinkOpenState","TypeName":"Syncfusion.Blazor.PdfViewer.LinkTarget","IsEnum":true,"Documentation":"\n \n Indicates whether the URL is opened in current tab, new tab, new window . By default it is current tab.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkOpenState"}},{"Kind":"Components.Component","Name":"EnableNavigation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page navigation of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableNavigation"}},{"Kind":"Components.Component","Name":"EnableAutoComplete","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, auto complete behavior of form fields will be disabled. Be default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoComplete"}},{"Kind":"Components.Component","Name":"EnableMagnification","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then all the zoom operations in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMagnification"}},{"Kind":"Components.Component","Name":"EnableShapeLabel","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, label for shape and measure annotations can be added. It used to display the text content about the shape or measure annotation.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeLabel"}},{"Kind":"Components.Component","Name":"EnableImportAnnotationMeasurement","TypeName":"System.Boolean","Documentation":"\n \n Enable or disables the customization of measure values in PdfViewer.\n \n ","Metadata":{"Common.PropertyName":"EnableImportAnnotationMeasurement"}},{"Kind":"Components.Component","Name":"EnablePinchZoom","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then pinch zoom of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZoom"}},{"Kind":"Components.Component","Name":"EnableZoomOptimization","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then page image will be fetched for each zoom percentage values. Otherwise, page image will be fetched only when the zoom percentages are 100 %,200 %,300 %, and 400 %. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableZoomOptimization"}},{"Kind":"Components.Component","Name":"EnableTextSelection","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text selection in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSelection"}},{"Kind":"Components.Component","Name":"EnableTextSearch","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then text search support in the PDF Viewer will be disabled, By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextSearch"}},{"Kind":"Components.Component","Name":"EnableAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the annotation support in the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableAnnotation"}},{"Kind":"Components.Component","Name":"EnableFormFields","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, form fields in the PDF document can't be interacted or edited. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFormFields"}},{"Kind":"Components.Component","Name":"IsFormFieldDocument","TypeName":"System.Boolean","Documentation":"\n \n Gets the value to check whether the loaded document have the form fields or not. By default it is false. If the document contains any form field it returns true.\n \n ","Metadata":{"Common.PropertyName":"IsFormFieldDocument"}},{"Kind":"Components.Component","Name":"EnableFreeText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the free text annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableFreeText"}},{"Kind":"Components.Component","Name":"EnableTextMarkupAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the textmarkup tools (highlight, strikethrough, and underline) are disabled in annotation toolbar. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableTextMarkupAnnotation"}},{"Kind":"Components.Component","Name":"EnableShapeAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the shape annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableShapeAnnotation"}},{"Kind":"Components.Component","Name":"EnableMeasureAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the measurement annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableMeasureAnnotation"}},{"Kind":"Components.Component","Name":"EnableStampAnnotations","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the stamp annotation tool in the annotation toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStampAnnotations"}},{"Kind":"Components.Component","Name":"EnableStickyNotesAnnotation","TypeName":"System.Boolean","Documentation":"\n \n If it is set as false, then the sticky notes annotation tool in the toolbar of the PDF Viewer will be disabled. By default it is true.\n \n ","Metadata":{"Common.PropertyName":"EnableStickyNotesAnnotation"}},{"Kind":"Components.Component","Name":"InteractionMode","TypeName":"Syncfusion.Blazor.PdfViewer.InteractionMode","IsEnum":true,"Documentation":"\n \n Indicates whether the interaction is in selection(select tool) or pan mode. By default it it selection.\n \n ","Metadata":{"Common.PropertyName":"InteractionMode"}},{"Kind":"Components.Component","Name":"IsExtractText","TypeName":"System.Boolean","Documentation":"\n \n If it is set as true, the PDF Viewer will extract the text from the document asynchronously after the initial loading. Once the extraction process completed then ExtractTextCompleted event will be triggered.\n The extracted text can be accessed from event args of the ExtractTextCompleted event. By default it is false and text won't be extracted.\n \n ","Metadata":{"Common.PropertyName":"IsExtractText"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines single or multiple classes (separated by space) to be used for customization styles of viewer.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ToolbarSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerToolbarSettings","Documentation":"\n \n Defines the builtin toolbar and annotation toolbar option to be visible in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ToolbarSettings"}},{"Kind":"Components.Component","Name":"AjaxRequestSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAjaxRequestSettings","Documentation":"\n \n Customize the AJAX request header.\n \n \n AjaxRequestSettings is applicable for Web assembly blazor alone.\n \n ","Metadata":{"Common.PropertyName":"AjaxRequestSettings"}},{"Kind":"Components.Component","Name":"ServerActionSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerServerActionSettings","Documentation":"\n \n Defines the settings of the PdfViewer service. It is used to map the server action method name for service calls.\n \n \n This ServerActionSettings is applicable for web assembly project alone.\n \n ","Metadata":{"Common.PropertyName":"ServerActionSettings"}},{"Kind":"Components.Component","Name":"TextSearchColorSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTextSearchColorSettings","Documentation":"\n \n Configure the search text and highlight text color for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"TextSearchColorSettings"}},{"Kind":"Components.Component","Name":"ContextMenuSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerContextMenuSettings","Documentation":"\n \n Defines the settings of context menu for the PDF Viewer. It used to customize the context menu options to visibles in the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuSettings"}},{"Kind":"Components.Component","Name":"TileRenderingSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerTileRenderingSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"TileRenderingSettings"}},{"Kind":"Components.Component","Name":"ScrollSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerScrollSettings","Documentation":"\n \n Define the tile rendering settings. Tile rendering will render the PDF pages into mutiple tiles.\n \n ","Metadata":{"Common.PropertyName":"ScrollSettings"}},{"Kind":"Components.Component","Name":"AnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAnnotationSettings","Documentation":"\n \n Defines the annotation settings for PDF Viewer. It used to customize the author, max/min width and height of the annotations.\n \n ","Metadata":{"Common.PropertyName":"AnnotationSettings"}},{"Kind":"Components.Component","Name":"HighlightSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHighlightSettings","Documentation":"\n \n Defines the settings of highlight annotation. It used to customize the highlight annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HighlightSettings"}},{"Kind":"Components.Component","Name":"StrikethroughSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStrikethroughSettings","Documentation":"\n \n Defines the settings of strikethrough annotation. It used to customize the strikethrough annotation properties.\n \n ","Metadata":{"Common.PropertyName":"StrikethroughSettings"}},{"Kind":"Components.Component","Name":"UnderlineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerUnderlineSettings","Documentation":"\n \n Defines the settings of underline annotation. It is used to customize the properties of the underline annotation.\n \n ","Metadata":{"Common.PropertyName":"UnderlineSettings"}},{"Kind":"Components.Component","Name":"ShapeLabelSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerShapeLabelSettings","Documentation":"\n \n Provide option to customize the label text for shape and measure annotations. It is applicable only if set EnableShapeLabel is true.\n \n ","Metadata":{"Common.PropertyName":"ShapeLabelSettings"}},{"Kind":"Components.Component","Name":"LineSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerLineSettings","Documentation":"\n \n Defines the settings of line annotation. It used to customize the line annotation properties.\n \n ","Metadata":{"Common.PropertyName":"LineSettings"}},{"Kind":"Components.Component","Name":"ArrowSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerArrowSettings","Documentation":"\n \n Defines the settings of arrow annotation. It used to customize the arrow annotation properties.\n \n ","Metadata":{"Common.PropertyName":"ArrowSettings"}},{"Kind":"Components.Component","Name":"RectangleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRectangleSettings","Documentation":"\n \n Defines the settings of rectangle annotation. It used to customize the rectangle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RectangleSettings"}},{"Kind":"Components.Component","Name":"CircleSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCircleSettings","Documentation":"\n \n Defines the settings of circle annotation. It used to customize circle annotation properties.\n \n ","Metadata":{"Common.PropertyName":"CircleSettings"}},{"Kind":"Components.Component","Name":"PolygonSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPolygonSettings","Documentation":"\n \n Defines the settings of polygon annotation. It used to customize the polygon annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PolygonSettings"}},{"Kind":"Components.Component","Name":"MeasurementSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerMeasurementSettings","Documentation":"\n \n Defines the settings of measurement annotation. It used to customize the measurement annotation properties.\n \n ","Metadata":{"Common.PropertyName":"MeasurementSettings"}},{"Kind":"Components.Component","Name":"DistanceSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerDistanceSettings","Documentation":"\n \n Defines the settings of distance annotation. It used to customize distance annotation properties.\n \n ","Metadata":{"Common.PropertyName":"DistanceSettings"}},{"Kind":"Components.Component","Name":"PerimeterSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerPerimeterSettings","Documentation":"\n \n Defines the settings of perimeter annotation. It used to customize the perimeter annotation properties.\n \n ","Metadata":{"Common.PropertyName":"PerimeterSettings"}},{"Kind":"Components.Component","Name":"AreaSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerAreaSettings","Documentation":"\n \n Defines the settings of area annotation. It used to customize the area annotation properties.\n \n ","Metadata":{"Common.PropertyName":"AreaSettings"}},{"Kind":"Components.Component","Name":"RadiusSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerRadiusSettings","Documentation":"\n \n Defines the settings of radius annotation. It used to customize the radius annotation properties.\n \n ","Metadata":{"Common.PropertyName":"RadiusSettings"}},{"Kind":"Components.Component","Name":"VolumeSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerVolumeSettings","Documentation":"\n \n Defines the settings of volumne annotation. It is used to customize the properties of the volume annotation.\n \n ","Metadata":{"Common.PropertyName":"VolumeSettings"}},{"Kind":"Components.Component","Name":"StampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStampSettings","Documentation":"\n \n Defines the settings of stamp annotation.It is used to customize the stamp annoations settings, stamp menu items to be visible in annotation toolbar.\n \n ","Metadata":{"Common.PropertyName":"StampSettings"}},{"Kind":"Components.Component","Name":"CustomStampSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerCustomStampSettings","Documentation":"\n \n Defines the settings of customStamp annotation. It use to customize the custom annoation support for the PDF Viewer.\n \n ","Metadata":{"Common.PropertyName":"CustomStampSettings"}},{"Kind":"Components.Component","Name":"FreeTextSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerFreeTextSettings","Documentation":"\n \n Defines the settings of free text annotation. It used to customize the free text annotation properties.\n \n ","Metadata":{"Common.PropertyName":"FreeTextSettings"}},{"Kind":"Components.Component","Name":"HandwrittenSignatureSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerHandwrittenSignatureSettings","Documentation":"\n \n Defines the settings of handwritten signature annotation. It used to customize the handwritten signature annotation properties.\n \n ","Metadata":{"Common.PropertyName":"HandwrittenSignatureSettings"}},{"Kind":"Components.Component","Name":"InkAnnotationSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerInkAnnotationSettings","Documentation":"\n \n Defines the ink annotation settings for PDF Viewer.It used to customize the strokeColor, thickness, opacity of the ink annotation.\n \n ","Metadata":{"Common.PropertyName":"InkAnnotationSettings"}},{"Kind":"Components.Component","Name":"StickyNotesSettings","TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerStickyNotesSettings","Documentation":"\n \n Defines the settings of stickyNotes annotation.\n \n ","Metadata":{"Common.PropertyName":"StickyNotesSettings"}},{"Kind":"Components.Component","Name":"EnableDesktopMode","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a boolean value to show or hide desktop toolbar in mobile devices. FALSE by default.\n \n ","Metadata":{"Common.PropertyName":"EnableDesktopMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284973164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPdfViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":525151618,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ChildContent used to define child elements for the root component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":477698231,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AnnotationToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PrimaryToolbar","TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PrimaryToolbar"}},{"Kind":"Components.Component","Name":"AnnotationToolbarAction","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarAction","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar"}},{"HashCode":983292197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"PrimaryToolbar","TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"PrimaryToolbar"}},{"Kind":"Components.Component","Name":"AnnotationToolbarAction","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"AnnotationToolbarAction","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.AnnotationToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1548138184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BookmarkView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bookmarks","TypeName":"System.Collections.Generic.List","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Bookmarks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView"}},{"HashCode":-139811960,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bookmarks","TypeName":"System.Collections.Generic.List","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Bookmarks"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.BookmarkView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1287285227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu"}},{"HashCode":686399593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ContextMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1090319661,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CorruptedDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog"}},{"HashCode":1244272999,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.CorruptedDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1919965302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MobileToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar"}},{"HashCode":-324030275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.MobileToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1989574510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavigationToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar"}},{"HashCode":1369795742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NavigationToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":131119976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotificationDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog"}},{"HashCode":2094803221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.NotificationDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1164934291,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PasswordDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog"}},{"HashCode":2004850849,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PasswordDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1598090455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PropertiesDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog"}},{"HashCode":-48772294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.PropertiesDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":408311227,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScaleRatioDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog"}},{"HashCode":155679686,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.ScaleRatioDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2063510122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SearchTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate"}},{"HashCode":-812209784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SearchTemplate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-53996982,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SignatureDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog"}},{"HashCode":800320270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.SignatureDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1086302990,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar"}},{"HashCode":-37517555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CssProp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssProp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CssValue","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"CssValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PdfViewer.Internal.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1551920221,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotAuthentication"}},{"HashCode":-230778722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1544836905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting"}},{"HashCode":809719283,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-172762205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings"}},{"HashCode":370304772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":375885777,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotConditionalFormattingStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle"}},{"HashCode":352956563,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotConditionalFormattingStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-422216781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCustomGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings"}},{"HashCode":1582312934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotCustomGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-579300788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldOptions"}},{"HashCode":1213819909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-367367278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFilterSetting"}},{"HashCode":-1967962049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1837068132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFormatSetting"}},{"HashCode":-1874743069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":625411374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotGroupSetting"}},{"HashCode":-297390350,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":479040354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotSortSetting"}},{"HashCode":50389954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2025613697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings"}},{"HashCode":649343041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-754588970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}},{"HashCode":2065573122,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background of the chart area that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity for background.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":116400892,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1461648643,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1625904446,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine"}},{"HashCode":1732890890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisLine","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-288874449,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder"}},{"HashCode":523359769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":467099478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder"}},{"HashCode":348101103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the border of the chart area.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1274308842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size,\n font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont"}},{"HashCode":1854109364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size,\n font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCommonFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-156934783,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartConnectorStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle"}},{"HashCode":-1949403544,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Specifies the color of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n dashArray of the connector line for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.String","Documentation":"\n \n Length of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorType","IsEnum":true,"Documentation":"\n \n specifies the type of the connector line for pie, funnel, doughnut and pyramid chart. They are\n Smooth\n Line.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Width of the connector line in pixels for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1833792619,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}},{"HashCode":-1583395705,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"BottomLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomLeft"}},{"Kind":"Components.Component","Name":"BottomRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the bottom right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"BottomRight"}},{"Kind":"Components.Component","Name":"TopLeft","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top left corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopLeft"}},{"Kind":"Components.Component","Name":"TopRight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the top right corner radius value.\n \n ","Metadata":{"Common.PropertyName":"TopRight"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":123247275,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":131314467,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":159414552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"System.Object","Documentation":"\n \n Allows options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLineType","IsEnum":true,"Documentation":"\n \n Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}},{"HashCode":1008830176,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the DashArray for crosshair.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair line becomes visible.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Line","TypeName":"System.Object","Documentation":"\n \n Allows options to customize the crosshair line.\n \n ","Metadata":{"Common.PropertyName":"Line"}},{"Kind":"Components.Component","Name":"LineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLineType","IsEnum":true,"Documentation":"\n \n Allows to set the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,\n None: Hides both vertical and horizontal crosshair lines.\n Both: Shows both vertical and horizontal crosshair lines.\n Vertical: Shows the vertical line.\n Horizontal: Shows the horizontal line.\n \n ","Metadata":{"Common.PropertyName":"LineType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789317910,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1905709872,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-53301170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}},{"HashCode":-1275448184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":372529401,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1905853836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1484725394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartCrosshairTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle"}},{"HashCode":61554249,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1976438197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the data label for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Documentation":"\n \n Allows custom connector of the pie, funnel, pyramid and doughnut chart data label.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether rotation to data label is enable or not.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outside: Positions the label outside the point.\n Inside: Positions the label on top of the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}},{"HashCode":1170458515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the data label for the series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"ConnectorStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartConnectorStyle","Documentation":"\n \n Allows custom connector of the pie, funnel, pyramid and doughnut chart data label.\n \n ","Metadata":{"Common.PropertyName":"ConnectorStyle"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether rotation to data label is enable or not.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outside: Positions the label outside the point.\n Inside: Positions the label on top of the point.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2051456292,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-777577789,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":646920399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":81282031,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\n text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartDataLabel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2064075087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points border with color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder"}},{"HashCode":905624061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points border with color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-153913032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points with a variety of means such as fill color, border and mode in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Documentation":"\n \n Allows options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}},{"HashCode":-996397676,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the empty points with a variety of means such as fill color, border and mode in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointBorder","Documentation":"\n \n Allows options to customize the border of empty points.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to customize the fill color of empty points.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointMode","IsEnum":true,"Documentation":"\n \n To customize the mode of empty points.\n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":339252490,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1044962590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":708897588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings"}},{"HashCode":-449017572,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Double","Documentation":"\n \n The length of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n The opacity of the cap.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n The width of the error bar in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2105397042,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartErrorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarDirection","IsEnum":true,"Documentation":"\n \n Allows to set the direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarMode","IsEnum":true,"Documentation":"\n \n Allows to set the mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}},{"HashCode":-1917283913,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarDirection","IsEnum":true,"Documentation":"\n \n Allows to set the direction of the error bar . They are\n both - Renders both direction of error bar.\n minus - Renders minus direction of error bar.\n plus - Renders plus direction error bar.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"ErrorBarCap","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarCapSettings","Documentation":"\n \n Allows options for customizing the cap of the error bar.\n \n ","Metadata":{"Common.PropertyName":"ErrorBarCap"}},{"Kind":"Components.Component","Name":"HorizontalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalError"}},{"Kind":"Components.Component","Name":"HorizontalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalNegativeError"}},{"Kind":"Components.Component","Name":"HorizontalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the horizontal positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"HorizontalPositiveError"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarMode","IsEnum":true,"Documentation":"\n \n Allows to set the mode of the error bar . They are\n Vertical - Renders a vertical error bar.\n Horizontal - Renders a horizontal error bar.\n Both - Renders both side error bar.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorBarType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the error bar . They are\n Fixed - Renders a fixed type error bar.\n Percentage - Renders a percentage type error bar.\n StandardDeviation - Renders a standard deviation type error bar.\n StandardError -Renders a standard error type error bar.\n Custom -Renders a custom type error bar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"VerticalError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalError"}},{"Kind":"Components.Component","Name":"VerticalNegativeError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical negative error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalNegativeError"}},{"Kind":"Components.Component","Name":"VerticalPositiveError","TypeName":"System.Int32","Documentation":"\n \n Allows to set the vertical positive error of the error bar.\n \n ","Metadata":{"Common.PropertyName":"VerticalPositiveError"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, error bar for data gets rendered.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the stroke width of the error bar..\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":942467586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartErrorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":283840050,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2144560308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Allows to set the point index.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Allows to set the series index.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartIndexes"}},{"HashCode":1891811555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartIndexes","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartIndexes"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Point","TypeName":"System.Int32","Documentation":"\n \n Allows to set the point index.\n \n ","Metadata":{"Common.PropertyName":"Point"}},{"Kind":"Components.Component","Name":"Series","TypeName":"System.Int32","Documentation":"\n \n Allows to set the series index.\n \n ","Metadata":{"Common.PropertyName":"Series"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartIndexes","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-627800058,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder"}},{"HashCode":887736262,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-811555455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder"}},{"HashCode":-457603985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the border of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":705484178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin"}},{"HashCode":-251998084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the margin of the legend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-69503137,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Documentation":"\n \n Allows options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allows to set the height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Allows to set the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Documentation":"\n \n Allows options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Int32","Documentation":"\n \n Allows option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendPosition","IsEnum":true,"Documentation":"\n \n Allows to set the position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Int32","Documentation":"\n \n Allows to set the padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Documentation":"\n \n Allows options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean?","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allows to set the width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}},{"HashCode":729230840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the legend in chart can be aligned as follows:\n Near: Aligns the legend to the left of the chart.\n Center: Aligns the legend to the center of the chart.\n Far: Aligns the legend to the right of the chart.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the legend that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendBorder","Documentation":"\n \n Allows options to customize the border of the legend.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for legends.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allows to set the height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Location","TypeName":"System.Object","Documentation":"\n \n Allows to set the location of the legend, relative to the chart.\n If x is 20, legend moves by 20 pixels to the right of the chart. It requires the `Position` to be `Custom`.\n \n ","Metadata":{"Common.PropertyName":"Location"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendMargin","Documentation":"\n \n Allows options to customize left, right, top and bottom margins of the chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the legend.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Int32","Documentation":"\n \n Allows option to customize the padding between legend items.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendPosition","IsEnum":true,"Documentation":"\n \n Allows to set the position of the legend in the chart are,\n Auto: Places the legend based on area type.\n Top: Displays the legend at the top of the chart.\n Left: Displays the legend at the left of the chart.\n Bottom: Displays the legend at the bottom of the chart.\n Right: Displays the legend at the right of the chart.\n Custom: Displays the legend based on the given x and y values.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape height of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Int32","Documentation":"\n \n Allows to set the padding between the legend shape and text.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the shape width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the legend.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Documentation":"\n \n Allows options to customize the legend text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"ToggleVisibility","TypeName":"System.Boolean","Documentation":"\n \n If set to true, series' visibility collapses based on the legend visibility.\n \n ","Metadata":{"Common.PropertyName":"ToggleVisibility"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean?","Documentation":"\n \n If set to true, legend will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allows to set the width of the legend in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30810117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-244955846,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":553035117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the legend text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle"}},{"HashCode":1700138207,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the legend text.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1610256794,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines"}},{"HashCode":2084028164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1146819344,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines"}},{"HashCode":1230636170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1855612259,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}},{"HashCode":427277561,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the bottom margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the left margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the right margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the top margin in pixels.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1210934406,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarginSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1394253885,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1311465615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker data label for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to specify the alignment to data label.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"\n \n Allows set the context for markers.\n \n ","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Allows to set the label intersect action for datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.LabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outer: Positions the label outside the point.\n Top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}},{"HashCode":-122532924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker data label for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Angle","TypeName":"System.Int32","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"Angle"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to specify the alignment to data label.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"\n \n Allows set the context for markers.\n \n ","Metadata":{"Common.PropertyName":"Context"}},{"Kind":"Components.Component","Name":"EnableRotation","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the rotation angle to data label.\n \n ","Metadata":{"Common.PropertyName":"EnableRotation"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Font","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Font"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"System.String","Documentation":"\n \n Allows to set the label intersect action for datalabel.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Defines opacity of the datalabel.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.PivotView.LabelPosition","IsEnum":true,"Documentation":"\n \n Allows to specify the position of the data label. They are,\n Outer: Positions the label outside the point.\n Top: Positions the label on top of the point.\n Bottom: Positions the label at the bottom of the point.\n Middle: Positions the label to the middle of the point.\n Auto: Positions the label based on series.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"Rx","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerX for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Rx"}},{"Kind":"Components.Component","Name":"Ry","TypeName":"System.Int32","Documentation":"\n \n Allows to set the roundedCornerY for the data label. It requires `Border` values not to be null.\n \n ","Metadata":{"Common.PropertyName":"Ry"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of data label to the series renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-395083997,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1885418225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":422001297,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}},{"HashCode":1546822760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the border of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":725372682,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":823693310,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1897597097,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the size to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment to the data label.\n \n \n Near\n Align the element to the left.\n \n \n Center\n Align the element to the center.\n \n \n Far\n Align the element to the right.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the text overflow to the data label.\n \n \n None\n Shown the chart title with overlap if exceed.\n \n \n Wrap\n Shown the chart title with wrap if exceed.\n \n \n Trim\n Shown the chart title with trim if exceed.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}},{"HashCode":-940364871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the font of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the size to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment to the data label.\n \n \n Near\n Align the element to the left.\n \n \n Center\n Align the element to the center.\n \n \n Far\n Align the element to the right.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the text overflow to the data label.\n \n \n None\n Shown the chart title with overlap if exceed.\n \n \n Wrap\n Shown the chart title with wrap if exceed.\n \n \n Trim\n Shown the chart title with trim if exceed.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2099507866,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":692702455,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1597915869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin bottom value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin top value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin left value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin right value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}},{"HashCode":-642904371,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to change the margin of the data label on the pivot chart series marker.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin bottom value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin top value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Top"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin left value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Allows to set the margin right value to the data label.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ","Metadata":{"Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1532538509,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":501420137,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabelMargin.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":779013765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker settinngs for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Allows options for customizing the border of a marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Documentation":"\n \n Allows to set the data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string.\n By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Allows to set the URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Allows to set the different shape of a marker:\n circle - Renders the marker shaper as circle.\n rectangle - Renders the marker shaper as rectangle.\n triangle - Renders the marker shaper as triangle.\n diamond - Renders the marker shaper as diamond.\n cross - Renders the marker shaper as cross.\n horizontalLine - Renders the marker shaper as horizontalLine.\n verticalLine - Renders the marker shaper as verticalLine.\n pentagon- Renders the marker shaper as pentagon.\n invertedTriangle - Renders the marker shaper as invertedTriangle.\n image - Renders the marker shaper as image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}},{"HashCode":1044688287,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the marker settinngs for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines childcontent.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Allows options for customizing the border of a marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerDataLabel","Documentation":"\n \n Allows to set the data label for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the marker that accepts value in hex and rgba as a valid CSS color string.\n By default, it will take series' color.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Allows to set the URL for the Image that is to be displayed as a marker. It requires marker `Shape` value to be an `Image`.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the marker.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Allows to set the different shape of a marker:\n circle - Renders the marker shaper as circle.\n rectangle - Renders the marker shaper as rectangle.\n triangle - Renders the marker shaper as triangle.\n diamond - Renders the marker shaper as diamond.\n cross - Renders the marker shaper as cross.\n horizontalLine - Renders the marker shaper as horizontalLine.\n verticalLine - Renders the marker shaper as verticalLine.\n pentagon- Renders the marker shaper as pentagon.\n invertedTriangle - Renders the marker shaper as invertedTriangle.\n image - Renders the marker shaper as image.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true the marker for series is rendered. This is applicable only for line and area type series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the marker in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1599480436,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1405248125,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines childcontent.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-257400239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines"}},{"HashCode":-315041935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1890292423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines"}},{"HashCode":651380819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":506080000,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize Primary X Axis for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double?","Documentation":"\n \n Allows to set the zoom factor for axis.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}},{"HashCode":-1320882830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize Primary X Axis for the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Int32","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Int32","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZoomFactor","TypeName":"System.Double?","Documentation":"\n \n Allows to set the zoom factor for axis.\n \n ","Metadata":{"Common.PropertyName":"ZoomFactor"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2022539873,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1557251358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1543129443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}},{"HashCode":-327525842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1425088856,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1144494406,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1865825124,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}},{"HashCode":1461303445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-678997209,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1687358658,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-481094827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}},{"HashCode":1809842618,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809378080,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-582955590,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1910559691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}},{"HashCode":112230341,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":115707454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1316345663,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-50837970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}},{"HashCode":1503064438,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-922791499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1316180090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":522421607,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}},{"HashCode":236910873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":421265993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1950789507,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-434244333,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}},{"HashCode":-1022225319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1329131993,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-73763150,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":311375630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}},{"HashCode":181049550,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":301256075,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362737890,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":418442417,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}},{"HashCode":134564746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028688695,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-776305027,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1639146650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}},{"HashCode":-462588504,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1538554520,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1500843933,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1267433187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}},{"HashCode":-1309996772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-784502883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1269659791,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1101246615,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}},{"HashCode":-760444791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-226358454,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":820917014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-955941442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryXAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}},{"HashCode":976778700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary x-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":579912518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryXAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-944483216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":872348472,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n * Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}},{"HashCode":968703396,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n * Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Documentation":"\n \n Allows to set the border of the multi level labels.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Coefficient","TypeName":"System.Double","Documentation":"\n \n Allows to set the polar radar radius position.\n \n ","Metadata":{"Common.PropertyName":"Coefficient"}},{"Kind":"Components.Component","Name":"CrosshairTooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","Metadata":{"Common.PropertyName":"CrosshairTooltip"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows to set the description for axis and its element.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EdgeLabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEdgeLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the position of labels at the edge of the axis.They are,\n Shift: Shifts the edge labels.\n None: No action will be performed.\n Hide: Edge label will be hidden.\n \n ","Metadata":{"Common.PropertyName":"EdgeLabelPlacement"}},{"Kind":"Components.Component","Name":"EnableTrim","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the Trim property for an axis.\n \n ","Metadata":{"Common.PropertyName":"EnableTrim"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Double","Documentation":"\n \n Allows to set the interval for an axis.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsIndexed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify the indexed category to the axis.\n \n ","Metadata":{"Common.PropertyName":"IsIndexed"}},{"Kind":"Components.Component","Name":"IsInversed","TypeName":"System.Boolean","Documentation":"\n \n Allows to specify whether the axis to be rendered in inversed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsInversed"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n It used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\n It also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelIntersectAction","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelIntersectAction","IsEnum":true,"Documentation":"\n \n Allows to set the actions like `Hide`, `Rotate45`, and `Rotate90` when the axis labels intersect with each other.They are,\n Rotate45: Rotates the label to 45 degree when it intersects.\n Rotate90: Rotates the label to 90 degree when it intersects.\n None: Shows all the labels.\n Hide: Hides the label when it intersects.\n \n ","Metadata":{"Common.PropertyName":"LabelIntersectAction"}},{"Kind":"Components.Component","Name":"LabelPlacement","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLabelPlacement","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a label for category axis. They are,\n onTicks: Renders the label on the ticks.\n betweenTicks: Renders the label between the ticks.\n \n ","Metadata":{"Common.PropertyName":"LabelPlacement"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a labels to the axis line. They are,\n outside: Renders the labels outside to the axis line.\n inside: Renders the labels inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelRotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the axis label gets rotated.\n \n ","Metadata":{"Common.PropertyName":"LabelRotation"}},{"Kind":"Components.Component","Name":"LabelStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Documentation":"\n \n Allows options to customize the axis label.\n \n ","Metadata":{"Common.PropertyName":"LabelStyle"}},{"Kind":"Components.Component","Name":"LineStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Documentation":"\n \n Allows options for customizing axis lines.\n \n ","Metadata":{"Common.PropertyName":"LineStyle"}},{"Kind":"Components.Component","Name":"MajorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Documentation":"\n \n Allows options for customizing major grid lines.\n \n ","Metadata":{"Common.PropertyName":"MajorGridLines"}},{"Kind":"Components.Component","Name":"MajorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Documentation":"\n \n Allows options for customizing major tick lines.\n \n ","Metadata":{"Common.PropertyName":"MajorTickLines"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Object","Documentation":"\n \n Allows to set the maximum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"MaximumLabelWidth","TypeName":"System.Int32","Documentation":"\n \n Allows to set the maximum width of an axis label.\n \n ","Metadata":{"Common.PropertyName":"MaximumLabelWidth"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Object","Documentation":"\n \n Allows to set the minimum range of an axis.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"MinorGridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Documentation":"\n \n Allows options for customizing minor grid lines.\n \n ","Metadata":{"Common.PropertyName":"MinorGridLines"}},{"Kind":"Components.Component","Name":"MinorTickLines","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Documentation":"\n \n Allows options for customizing minor tick lines.\n \n ","Metadata":{"Common.PropertyName":"MinorTickLines"}},{"Kind":"Components.Component","Name":"MinorTicksPerInterval","TypeName":"System.Double","Documentation":"\n \n Allows to set the number of minor ticks per interval.\n \n ","Metadata":{"Common.PropertyName":"MinorTicksPerInterval"}},{"Kind":"Components.Component","Name":"OpposedPosition","TypeName":"System.Boolean","Documentation":"\n \n If set to true, the axis will render at the opposite side of its default position.\n \n ","Metadata":{"Common.PropertyName":"OpposedPosition"}},{"Kind":"Components.Component","Name":"PlotOffset","TypeName":"System.Int32","Documentation":"\n \n Allows to set the left and right padding for the plot area in pixels.\n \n ","Metadata":{"Common.PropertyName":"PlotOffset"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Allows to set the start angle for the series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"StripLines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","Metadata":{"Common.PropertyName":"StripLines"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set the tabindex value for the axis.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"TickPosition","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAxisPosition","IsEnum":true,"Documentation":"\n \n Allows to set the placement of a ticks to the axis line. They are,\n outside: Renders the ticks outside to the axis line.\n inside: Renders the ticks inside to the axis line.\n \n ","Metadata":{"Common.PropertyName":"TickPosition"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows to set the title of an axis.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Documentation":"\n \n Allows options for customizing the axis title.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set to true, axis label will be visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-813241692,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":828464920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1560105389,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}},{"HashCode":-1668473175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the label border with a variety of means such as label color and width in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorderType","IsEnum":true,"Documentation":"\n \n Allows to set the border type for labels\n Rectangle\n Without Top Border\n Without Top and BottomBorder\n Without Border\n Brace\n CurlyBrace.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1171694877,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1047132486,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1295088011,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}},{"HashCode":924959475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows options to customize the crosshair ToolTip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n If set to true, crosshair ToolTip will be visible.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairTooltipTextStyle","Documentation":"\n \n Allows options to customize the crosshair ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1126370053,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1292907586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisCrosshairTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1396607117,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}},{"HashCode":1699903775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis labels.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":174574577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1660890283,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-47219784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}},{"HashCode":2033697027,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the axis line such as line width, dashArray and color in a chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the axis line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the axis line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1212059876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1978252547,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisLineStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":213200630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}},{"HashCode":-1356832220,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major grid lines such as line width, color and dashArray in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of the grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":756729604,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1878363525,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1214027727,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}},{"HashCode":-518168144,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the major tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the major tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the tick lines in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":870170853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-492472797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMajorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":286328471,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}},{"HashCode":-958172082,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor grid lines such as line width, dashArray and color in the `axis`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash array of grid lines.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-899321581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2078013489,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorGridLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-94569429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}},{"HashCode":-220197942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the minor tick lines such as width, height and color in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Int32","Documentation":"\n \n Allows to set the height of the ticks in pixels.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the tick line in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1993853346,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1297803661,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisMinorTickLines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-108188670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}},{"HashCode":1378358712,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":962750185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1836398660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":992327742,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}},{"HashCode":-1269026299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis strip lines.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866677069,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-160478953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1222148680,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}},{"HashCode":1433904520,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the stripLine collection for the axis.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripBorder","Documentation":"\n \n Allows to set the border of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripFont","Documentation":"\n \n Allows options to customize the strip line text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-975675452,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-357813550,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-602383366,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}},{"HashCode":354708089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to congifure the strip line properties such as line position, size, color, size type, border, text and opacity in the chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1164161880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":598054218,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisStripLineSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1190283687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartPrimaryYAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}},{"HashCode":1774317308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the text in the chart such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the unique size to primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the font color of primary y-axis title.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1219369274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartPrimaryYAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1328678541,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxisTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-856074668,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of a region.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Allows to set the starting point of region.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment"}},{"HashCode":-407282551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSegment"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of a region.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Allows to set the starting point of region.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1894776677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":194020652,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSegment"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegment.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1861752448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments"}},{"HashCode":390593758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSegments"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1727076674,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1582151491,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSegments"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSegments.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":928897993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Documentation":"\n \n Allows options to customizing animation for the series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Documentation":"\n \n Allows options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Allows to set the tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Int32","Documentation":"\n \n Allows to render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allows to render the column series points with particular column width.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Documentation":"\n \n Allows options to customize data label for the pie, funnel, pyramid, doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDrawType","IsEnum":true,"Documentation":"\n \n Allows to set the type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Documentation":"\n \n Allows options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Allows to set the end angle for the pie and doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable all series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set Index of the point to be exploded on load for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Allows to set distance of the point from the center, which takes values in both pixels and\n percentage for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Allows to set the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartGroupModes","IsEnum":true,"Documentation":"\n \n Allows to define the mode of grouping for pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n Allows to combine the y values into slice named other for pie, funnel, doughnut and pyramid chart Series.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Allows to set inner radius for pie and funnel series chart.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the shape of the legend. Each series has its own legend shape. They are,\n Circle\n Rectangle\n VerticalLine\n Pentagon\n InvertedTriangle\n SeriesType\n Triangle\n Diamond\n Cross\n HorizontalLine.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Documentation":"\n \n Allows options for displaying and customizing markers for individual points in a series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the maximum radius.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the minimum radius.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Allows to defines the height of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Allows to defines the width of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPyramidModes","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments in pyramid series.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"System.Object","Documentation":"\n \n Allows to set the axis, based on which the line series will be split.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSplineType","IsEnum":true,"Documentation":"\n \n Allows to set the type of spline to be rendered.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n This allows grouping the chart series in `Stacked column / bar` charts.\n Any string value can be provided to the stackingGroup property.\n If any two or above series have the same value, those series will be grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Allows to defines start angle for the pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Allows to set the provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the series are\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n Line\n Column\n Area\n Bar\n StepArea\n Pareto\n Bubble\n Scatter\n Spline\n SplineArea\n StackingColumn100\n StackingBar100\n StackingArea100\n Polar\n Radar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the stroke width for the series that is applicable only for `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries"}},{"HashCode":2077873307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeries"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Documentation":"\n \n Allows options to customizing animation for the series.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Documentation":"\n \n Allows options to customizing the border of the series. This is applicable only for `Column` and `Bar` type series.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"CardinalSplineTension","TypeName":"System.Double","Documentation":"\n \n Allows to set the tension of cardinal spline types.\n \n ","Metadata":{"Common.PropertyName":"CardinalSplineTension"}},{"Kind":"Components.Component","Name":"ColumnSpacing","TypeName":"System.Int32","Documentation":"\n \n Allows to render the column series points with particular column spacing. It takes value from 0 - 1.\n \n ","Metadata":{"Common.PropertyName":"ColumnSpacing"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allows to render the column series points with particular column width.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCornerRadius","Documentation":"\n \n Allows to render the column series points with particular rounded corner.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the pattern of dashes and gaps to stroke the lines in `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDataLabel","Documentation":"\n \n Allows options to customize data label for the pie, funnel, pyramid, doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}},{"Kind":"Components.Component","Name":"DrawType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartDrawType","IsEnum":true,"Documentation":"\n \n Allows to set the type of series to be drawn in radar or polar series. They are\n 'Line'\n 'Column'\n 'Area'\n 'Scatter'\n 'Spline'\n 'StackingColumn'\n 'StackingArea'\n 'RangeColumn'\n 'SplineArea'.\n \n ","Metadata":{"Common.PropertyName":"DrawType"}},{"Kind":"Components.Component","Name":"EmptyPointSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartEmptyPointSettings","Documentation":"\n \n Allows options to customize the empty points in series.\n \n ","Metadata":{"Common.PropertyName":"EmptyPointSettings"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n If set true, the Tooltip for series will be visible.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Double","Documentation":"\n \n Allows to set the end angle for the pie and doughnut chart series.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"ErrorBar","TypeName":"Syncfusion.Blazor.PivotView.PivotChartErrorSettings","Documentation":"\n \n Allows options for displaying and customizing error bar for individual point in a series.\n \n ","Metadata":{"Common.PropertyName":"ErrorBar"}},{"Kind":"Components.Component","Name":"Explode","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"Explode"}},{"Kind":"Components.Component","Name":"ExplodeAll","TypeName":"System.Boolean","Documentation":"\n \n Allows to enable or disable all series point explode on mouse click or touch for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeAll"}},{"Kind":"Components.Component","Name":"ExplodeIndex","TypeName":"System.Double","Documentation":"\n \n Allows to set Index of the point to be exploded on load for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeIndex"}},{"Kind":"Components.Component","Name":"ExplodeOffset","TypeName":"System.String","Documentation":"\n \n Allows to set distance of the point from the center, which takes values in both pixels and\n percentage for pie, funnel, doughnut and pyramid chart.\n \n ","Metadata":{"Common.PropertyName":"ExplodeOffset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color for the series that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GapRatio","TypeName":"System.Double","Documentation":"\n \n Allows to set the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1.\n \n ","Metadata":{"Common.PropertyName":"GapRatio"}},{"Kind":"Components.Component","Name":"GroupMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartGroupModes","IsEnum":true,"Documentation":"\n \n Allows to define the mode of grouping for pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"GroupMode"}},{"Kind":"Components.Component","Name":"GroupTo","TypeName":"System.String","Documentation":"\n \n Allows to combine the y values into slice named other for pie, funnel, doughnut and pyramid chart Series.\n \n ","Metadata":{"Common.PropertyName":"GroupTo"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Allows to set inner radius for pie and funnel series chart.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsClosed","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.\n \n ","Metadata":{"Common.PropertyName":"IsClosed"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the shape of the legend. Each series has its own legend shape. They are,\n Circle\n Rectangle\n VerticalLine\n Pentagon\n InvertedTriangle\n SeriesType\n Triangle\n Diamond\n Cross\n HorizontalLine.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarkerSettings","Documentation":"\n \n Allows options for displaying and customizing markers for individual points in a series.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"MaxRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the maximum radius.\n \n ","Metadata":{"Common.PropertyName":"MaxRadius"}},{"Kind":"Components.Component","Name":"MinRadius","TypeName":"System.Double","Documentation":"\n \n Allows to set the minimum radius.\n \n ","Metadata":{"Common.PropertyName":"MinRadius"}},{"Kind":"Components.Component","Name":"NeckHeight","TypeName":"System.String","Documentation":"\n \n Allows to defines the height of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckHeight"}},{"Kind":"Components.Component","Name":"NeckWidth","TypeName":"System.String","Documentation":"\n \n Allows to defines the width of the funnel chart neck with respect to the chart area.\n \n ","Metadata":{"Common.PropertyName":"NeckWidth"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the opacity of the series.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"PyramidMode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPyramidModes","IsEnum":true,"Documentation":"\n \n Defines how the values have to be reflected, whether through height/surface of the segments in pyramid series.\n \n ","Metadata":{"Common.PropertyName":"PyramidMode"}},{"Kind":"Components.Component","Name":"SegmentAxis","TypeName":"System.Object","Documentation":"\n \n Allows to set the axis, based on which the line series will be split.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxis"}},{"Kind":"Components.Component","Name":"Segments","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of regions that helps to differentiate a line series.\n \n ","Metadata":{"Common.PropertyName":"Segments"}},{"Kind":"Components.Component","Name":"SelectionStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the custom style for the selected series or points.\n \n ","Metadata":{"Common.PropertyName":"SelectionStyle"}},{"Kind":"Components.Component","Name":"SplineType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSplineType","IsEnum":true,"Documentation":"\n \n Allows to set the type of spline to be rendered.\n \n ","Metadata":{"Common.PropertyName":"SplineType"}},{"Kind":"Components.Component","Name":"StackingGroup","TypeName":"System.String","Documentation":"\n \n This allows grouping the chart series in `Stacked column / bar` charts.\n Any string value can be provided to the stackingGroup property.\n If any two or above series have the same value, those series will be grouped together.\n \n ","Metadata":{"Common.PropertyName":"StackingGroup"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Double","Documentation":"\n \n Allows to defines start angle for the pie, funnel, doughnut and pyramid chart series.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"TooltipMappingName","TypeName":"System.String","Documentation":"\n \n Allows to set the provided value will be considered as a Tooltip name.\n \n ","Metadata":{"Common.PropertyName":"TooltipMappingName"}},{"Kind":"Components.Component","Name":"Trendlines","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","Metadata":{"Common.PropertyName":"Trendlines"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.ChartSeriesType","IsEnum":true,"Documentation":"\n \n Allows to set the type of the series are\n StackingColumn\n StackingArea\n StackingBar\n StepLine\n Line\n Column\n Area\n Bar\n StepArea\n Pareto\n Bubble\n Scatter\n Spline\n SplineArea\n StackingColumn100\n StackingBar100\n StackingArea100\n Polar\n Radar.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the stroke width for the series that is applicable only for `Line` type series.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1907675029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":707132869,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeries"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":865113976,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the animation behavior for chart series such as animation duration and delay.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}},{"HashCode":2035817640,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to configure the animation behavior for chart series such as animation duration and delay.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1115106366,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":810422055,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-490678135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}},{"HashCode":-316760740,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or **\"#FF0000\"** or **\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1101052882,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1286306500,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeriesBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-198163188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n * `background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"**.\n * `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n * `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n * `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n * `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n * `description`: Allows you to add a description of the pivot chart.\n * `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n * `enableExport`: Allows the pivot chart to be exported to either** PDF** or** PNG** or** JPEG** or** SVG** filter formats.\n * `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n * `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n * `isMultiSelect`: Allows you to perform multiple selection in the pivot chart.To enable this option, it requires the property `selectionMode` to be **Point** or **Series** or **Cluster**.\n * `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n * `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n * `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n * `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n * `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n * `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to** Point**.\n * `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart.This multi-level labels used to perform drill operation in the pivot chart.\n * `subTitle`: Allows you to add the subtitle to the pivot chart.\n * `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n * `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n * `title`: Allows you to add title to the pivot chart.\n * `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n * `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n * `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n * `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccumulationSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster\n or by dragging it to the pivot chart. For example, to highlight a specific point in a specific series of the\n pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n point: selects a point.\n \n ","Metadata":{"Common.PropertyName":"AccumulationSelectionMode"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `Background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `Color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `Opacity` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"ChartSeries","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `Type` to Line.\n \n ","Metadata":{"Common.PropertyName":"ChartSeries"}},{"Kind":"Components.Component","Name":"ColumnDelimiter","TypeName":"System.String","Documentation":"\n \n Allows to specify the delimiter to split the column headers. The is applicable for pie, doughnut,\n funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnDelimiter"}},{"Kind":"Components.Component","Name":"ColumnHeader","TypeName":"System.String","Documentation":"\n \n Allows to specify the column whose values will be considered to draw the pivot chart. The is applicable\n for pie, doughnut, funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnHeader"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows you to add a description of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n Allows to Enable or disable the border in pie and accumulation chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"EnableMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n \n ","Metadata":{"Common.PropertyName":"EnableMultiAxis"}},{"Kind":"Components.Component","Name":"EnableMultipleAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n ","Metadata":{"Common.PropertyName":"EnableMultipleAxis"}},{"Kind":"Components.Component","Name":"MultipleAxisMode","TypeName":"Syncfusion.Blazor.PivotView.MultipleAxisMode","IsEnum":true,"Documentation":"\n \n Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area.\n The options available are:
\n Stacked - Allows the chart series to be displayed in a separate chart area depending on the value fields specified.
\n Grouped - Allows the chart series to be displayed in a single chart area for different value fields.\n
\n ","Metadata":{"Common.PropertyName":"MultipleAxisMode"}},{"Kind":"Components.Component","Name":"EnableScrollOnMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable scroll bar while multiple axis.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollOnMultiAxis"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Allows you to draw points of the column type pivot chart series as side by side.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the labels placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"HighLightMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes value either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighLightMode"}},{"Kind":"Components.Component","Name":"HighLightPattern","TypeName":"System.Object","Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighLightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `SelectionMode` to be Point or Series or Cluster.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Allows you to render the pivot chart in a transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"LegendSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"LegendSettings"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Allows you to draw the chart series points with custom color in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PieCenter","TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Documentation":"\n \n Allow options to customize the center of pie series chart with properties x and y.\n \n ","Metadata":{"Common.PropertyName":"PieCenter"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Documentation":"\n \n Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Documentation":"\n \n Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"SelectedDataIndexes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `SelectionMode` to be Point or Series.\n \n ","Metadata":{"Common.PropertyName":"SelectedDataIndexes"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.PivotView.ChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n series: selects a series.\n dragXY: selects points by dragging with respect to both horizontal and vertical axes\n dragX: selects points by dragging with respect to horizontal axis.\n dragY: selects points by dragging with respect to vertical axis.\n point: selects a point.\n cluster: selects a cluster of point.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"ShowMultiLevelLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"ShowMultiLevelLabels"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Allows you to add the subtitle to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"SubTitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Documentation":"\n \n Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"SubTitleStyle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows you to add title to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Documentation":"\n \n Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Documentation":"\n \n Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Allows the group separator to be shown to the values in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Allows you to draw a pivot chart with a specific value field during initial loading.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings"}},{"HashCode":961929443,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n * `background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"**.\n * `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either **\"red\"** or**\"#FF0000\"** or**\"rgba(255,0,0,1.0)\"** and `width` to**0.5**.\n * `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to **0.5**.\n * `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to** Line**.\n * `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n * `description`: Allows you to add a description of the pivot chart.\n * `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n * `enableExport`: Allows the pivot chart to be exported to either** PDF** or** PNG** or** JPEG** or** SVG** filter formats.\n * `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n * `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n * `isMultiSelect`: Allows you to perform multiple selection in the pivot chart.To enable this option, it requires the property `selectionMode` to be **Point** or **Series** or **Cluster**.\n * `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n * `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n * `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n * `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n * `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n * `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be **Point** or **Series**.\n * `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to** Point**.\n * `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart.This multi-level labels used to perform drill operation in the pivot chart.\n * `subTitle`: Allows you to add the subtitle to the pivot chart.\n * `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n * `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n * `title`: Allows you to add title to the pivot chart.\n * `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n * `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n * `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n * `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n * `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AccumulationSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster\n or by dragging it to the pivot chart. For example, to highlight a specific point in a specific series of the\n pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n point: selects a point.\n \n ","Metadata":{"Common.PropertyName":"AccumulationSelectionMode"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `Background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartBorder","Documentation":"\n \n Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `Color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"ChartArea","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAreaSettings","Documentation":"\n \n Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `Opacity` to 0.5.\n \n ","Metadata":{"Common.PropertyName":"ChartArea"}},{"Kind":"Components.Component","Name":"ChartSeries","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSeries","Documentation":"\n \n Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `Type` to Line.\n \n ","Metadata":{"Common.PropertyName":"ChartSeries"}},{"Kind":"Components.Component","Name":"ColumnDelimiter","TypeName":"System.String","Documentation":"\n \n Allows to specify the delimiter to split the column headers. The is applicable for pie, doughnut,\n funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnDelimiter"}},{"Kind":"Components.Component","Name":"ColumnHeader","TypeName":"System.String","Documentation":"\n \n Allows to specify the column whose values will be considered to draw the pivot chart. The is applicable\n for pie, doughnut, funnel and pyramid chart types.\n \n ","Metadata":{"Common.PropertyName":"ColumnHeader"}},{"Kind":"Components.Component","Name":"Crosshair","TypeName":"Syncfusion.Blazor.PivotView.PivotChartCrosshairSettings","Documentation":"\n \n Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Crosshair"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Allows you to add a description of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableBorderOnMouseMove","TypeName":"System.Boolean","Documentation":"\n \n Allows to Enable or disable the border in pie and accumulation chart while mouse moving.\n \n ","Metadata":{"Common.PropertyName":"EnableBorderOnMouseMove"}},{"Kind":"Components.Component","Name":"EnableExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n \n ","Metadata":{"Common.PropertyName":"EnableExport"}},{"Kind":"Components.Component","Name":"EnableMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n \n ","Metadata":{"Common.PropertyName":"EnableMultiAxis"}},{"Kind":"Components.Component","Name":"EnableMultipleAxis","TypeName":"System.Boolean","Documentation":"\n \n It allows you to draw a pivot chart with multiple value fields as a single or stacked chart area.\n Use the MultipleAxisMode enum options, either Stacked or Grouped, to show the chart area as either stacked or single based on value fields.\n \n ","Metadata":{"Common.PropertyName":"EnableMultipleAxis"}},{"Kind":"Components.Component","Name":"MultipleAxisMode","TypeName":"Syncfusion.Blazor.PivotView.MultipleAxisMode","IsEnum":true,"Documentation":"\n \n Allows the chart series to be displayed, depending on the value fields specified, in either a stacked or single chart area.\n The options available are:
\n Stacked - Allows the chart series to be displayed in a separate chart area depending on the value fields specified.
\n Grouped - Allows the chart series to be displayed in a single chart area for different value fields.\n
\n ","Metadata":{"Common.PropertyName":"MultipleAxisMode"}},{"Kind":"Components.Component","Name":"EnableScrollOnMultiAxis","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable scroll bar while multiple axis.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollOnMultiAxis"}},{"Kind":"Components.Component","Name":"EnableSideBySidePlacement","TypeName":"System.Boolean","Documentation":"\n \n Allows you to draw points of the column type pivot chart series as side by side.\n \n ","Metadata":{"Common.PropertyName":"EnableSideBySidePlacement"}},{"Kind":"Components.Component","Name":"EnableSmartLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the labels placed smartly without overlapping.\n \n ","Metadata":{"Common.PropertyName":"EnableSmartLabels"}},{"Kind":"Components.Component","Name":"HighLightMode","TypeName":"Syncfusion.Blazor.PivotView.PivotAccumulationChartSelectionMode","IsEnum":true,"Documentation":"\n \n Specifies whether point has to get highlighted or not. Takes value either 'None 'or 'Point'.\n \n ","Metadata":{"Common.PropertyName":"HighLightMode"}},{"Kind":"Components.Component","Name":"HighLightPattern","TypeName":"System.Object","Documentation":"\n \n Specifies whether series or data point for accumulation chart has to be selected. They are,\n none: sets none as selecting pattern to accumulation chart .\n chessboard: sets chess board as selecting pattern accumulation chart .\n dots: sets dots as selecting pattern accumulation chart .\n diagonalForward: sets diagonal forward as selecting pattern to accumulation chart .\n crosshatch: sets crosshatch as selecting pattern to accumulation chart.\n pacman: sets pacman selecting pattern to accumulation chart.\n diagonalbackward: sets diagonal backward as selecting pattern to accumulation chart.\n grid: sets grid as selecting pattern to accumulation chart.\n turquoise: sets turquoise as selecting pattern to accumulation chart.\n star: sets star as selecting pattern to accumulation chart.\n triangle: sets triangle as selecting pattern to accumulation chart.\n circle: sets circle as selecting pattern to accumulation chart.\n tile: sets tile as selecting pattern to accumulation chart.\n horizontaldash: sets horizontal dash as selecting pattern to accumulation chart.\n verticaldash: sets vertical dash as selecting pattern to accumulation chart.\n rectangle: sets rectangle as selecting pattern.\n box: sets box as selecting pattern to accumulation chart.\n verticalstripe: sets vertical stripe as selecting pattern to accumulation chart.\n horizontalstripe: sets horizontal stripe as selecting pattern to accumulation chart.\n bubble: sets bubble as selecting pattern to accumulation chart.\n \n ","Metadata":{"Common.PropertyName":"HighLightPattern"}},{"Kind":"Components.Component","Name":"IsMultiSelect","TypeName":"System.Boolean","Documentation":"\n \n Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `SelectionMode` to be Point or Series or Cluster.\n \n ","Metadata":{"Common.PropertyName":"IsMultiSelect"}},{"Kind":"Components.Component","Name":"IsTransposed","TypeName":"System.Boolean","Documentation":"\n \n Allows you to render the pivot chart in a transposed manner or not.\n \n ","Metadata":{"Common.PropertyName":"IsTransposed"}},{"Kind":"Components.Component","Name":"LegendSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendSettings","Documentation":"\n \n Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"LegendSettings"}},{"Kind":"Components.Component","Name":"Margin","TypeName":"Syncfusion.Blazor.PivotView.PivotChartMarginSettings","Documentation":"\n \n Allow options to customize the left, right, top and bottom margins of the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Margin"}},{"Kind":"Components.Component","Name":"Palettes","TypeName":"System.String[]","Documentation":"\n \n Allows you to draw the chart series points with custom color in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Palettes"}},{"Kind":"Components.Component","Name":"PieCenter","TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Documentation":"\n \n Allow options to customize the center of pie series chart with properties x and y.\n \n ","Metadata":{"Common.PropertyName":"PieCenter"}},{"Kind":"Components.Component","Name":"PrimaryXAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryXAxis","Documentation":"\n \n Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryXAxis"}},{"Kind":"Components.Component","Name":"PrimaryYAxis","TypeName":"Syncfusion.Blazor.PivotView.PivotChartPrimaryYAxis","Documentation":"\n \n Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"PrimaryYAxis"}},{"Kind":"Components.Component","Name":"SelectedDataIndexes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `SelectionMode` to be Point or Series.\n \n ","Metadata":{"Common.PropertyName":"SelectedDataIndexes"}},{"Kind":"Components.Component","Name":"SelectionMode","TypeName":"Syncfusion.Blazor.PivotView.ChartSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `SelectionMode` to Point. The available modes are,\n none: Disables the selection.\n series: selects a series.\n dragXY: selects points by dragging with respect to both horizontal and vertical axes\n dragX: selects points by dragging with respect to horizontal axis.\n dragY: selects points by dragging with respect to vertical axis.\n point: selects a point.\n cluster: selects a cluster of point.\n \n ","Metadata":{"Common.PropertyName":"SelectionMode"}},{"Kind":"Components.Component","Name":"ShowMultiLevelLabels","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"ShowMultiLevelLabels"}},{"Kind":"Components.Component","Name":"SubTitle","TypeName":"System.String","Documentation":"\n \n Allows you to add the subtitle to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"SubTitle"}},{"Kind":"Components.Component","Name":"SubTitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Documentation":"\n \n Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"SubTitleStyle"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Allows you to add title to the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"TitleStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Documentation":"\n \n Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n \n ","Metadata":{"Common.PropertyName":"TitleStyle"}},{"Kind":"Components.Component","Name":"Tooltip","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Documentation":"\n \n Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n \n ","Metadata":{"Common.PropertyName":"Tooltip"}},{"Kind":"Components.Component","Name":"UseGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Allows the group separator to be shown to the values in the pivot chart.\n \n ","Metadata":{"Common.PropertyName":"UseGroupingSeparator"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Allows you to draw a pivot chart with a specific value field during initial loading.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ZoomSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ZoomSettings"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1941956178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2143697513,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1854885891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the strip lineof the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartStripLines"}},{"HashCode":2081724578,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartStripLines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the strip lineof the pivot chart.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartStripLines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"DashArray","TypeName":"System.String","Documentation":"\n \n Allows to set the dash Array of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"DashArray"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n Allows to set the end value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"HorizontalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text horizontally. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"HorizontalAlignment"}},{"Kind":"Components.Component","Name":"IsRepeat","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isRepeat value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsRepeat"}},{"Kind":"Components.Component","Name":"IsSegmented","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the isSegmented value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"IsSegmented"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Strip line Opacity.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"RepeatEvery","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatEvery value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatEvery"}},{"Kind":"Components.Component","Name":"RepeatUntil","TypeName":"System.String","Documentation":"\n \n Allows to set the repeatUntil value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"RepeatUntil"}},{"Kind":"Components.Component","Name":"Rotation","TypeName":"System.Double","Documentation":"\n \n Allows to set the angle to which the strip line text gets rotated.\n \n ","Metadata":{"Common.PropertyName":"Rotation"}},{"Kind":"Components.Component","Name":"SegmentAxisName","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentAxisName of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentAxisName"}},{"Kind":"Components.Component","Name":"SegmentEnd","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentEnd value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentEnd"}},{"Kind":"Components.Component","Name":"SegmentStart","TypeName":"System.String","Documentation":"\n \n Allows to set the segmentStart value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SegmentStart"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.Int32","Documentation":"\n \n Allows to set the size of the pivot chart strip line, when it starts from the origin.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"SizeType","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSizeType","IsEnum":true,"Documentation":"\n \n Allows to set the size type of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"SizeType"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n Allows to set the start value of the pivot chart strip line.\n \n ","Metadata":{"Common.PropertyName":"Start"}},{"Kind":"Components.Component","Name":"StartFromAxis","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line get render from pivot chart axis origin.\n @default false.\n \n ","Metadata":{"Common.PropertyName":"StartFromAxis"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Allows to set the strip line text.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"VerticalAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAnchor","IsEnum":true,"Documentation":"\n \n Allows to set the position of the strip line text vertically. They are,\n Start: Places the strip line text at the start.\n Middle: Places the strip line text in the middle.\n End: Places the strip line text at the end.\n \n ","Metadata":{"Common.PropertyName":"VerticalAlignment"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If set true, strip line for pivot chart axis renders.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZIndex","IsEnum":true,"Documentation":"\n \n Allows to set the order of the strip line. They are,\n Behind: Places the strip line behind the series elements.\n Over: Places the strip line over the series elements.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartStripLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1428914934,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart subtitle such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}},{"HashCode":367917824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart subtitle such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1854509773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1710118878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartSubTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-842295617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart title such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle"}},{"HashCode":1111252478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the apprearance of the chart title such as font style, font size, font weight, font color, font family, text alignment, opacity, text overflow.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-551343991,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder"}},{"HashCode":436918980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color of the border that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Allows to set the width of the border in pixels.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":840674128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Documentation":"\n \n Allows options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Allows to set the format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Allows to set the header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Documentation":"\n \n Allows options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}},{"HashCode":1985764942,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize the pivot chart tooltip.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Border","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipBorder","Documentation":"\n \n Allows options to customize tooltip borders.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the tooltip.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableAnimation","TypeName":"System.Boolean","Documentation":"\n \n If set to true, ToolTip will animate while moving from one point to another.\n \n ","Metadata":{"Common.PropertyName":"EnableAnimation"}},{"Kind":"Components.Component","Name":"EnableMarker","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the marker.\n \n ","Metadata":{"Common.PropertyName":"EnableMarker"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Allows to set the format the ToolTip content.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Allows to set the header for tooltip.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Allows to set the fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Shared","TypeName":"System.Boolean","Documentation":"\n \n If set to true, a single ToolTip will be displayed for every index.\n \n ","Metadata":{"Common.PropertyName":"Shared"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextStyle","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Documentation":"\n \n Allows options to customize the ToolTip text.\n \n ","Metadata":{"Common.PropertyName":"TextStyle"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-470721834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1744427463,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":958561569,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":319801249,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-364413425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize pivot chart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle"}},{"HashCode":-1726083610,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to customize pivot chart tooltip text style.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Allows to set the color for the text.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Allows to set the font family for the text.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Allows to set the font style for the text.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Allows to set the font weight for the text.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Int32","Documentation":"\n \n Allows to set the opacity for the text.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Allows to set the font size for the text.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.PivotView.PivotChartAlignment","IsEnum":true,"Documentation":"\n \n Allows to set the text alignment.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}},{"Kind":"Components.Component","Name":"TextOverflow","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTextOverflow","IsEnum":true,"Documentation":"\n \n Allows to set the chart title text overflow.\n \n ","Metadata":{"Common.PropertyName":"TextOverflow"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":61659985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Documentation":"\n \n Allows options to customize the animation for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Int32","Documentation":"\n \n Allows to set the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Documentation":"\n \n Allows options to customize the marker for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineTypes","IsEnum":true,"Documentation":"\n \n Allows to set the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}},{"HashCode":1694425224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Documentation":"\n \n Allows options to customize the animation for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"BackwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to backward forecast.\n \n ","Metadata":{"Common.PropertyName":"BackwardForecast"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n Enables/disables tooltip for trendlines.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Allows to set the fill color of trendline.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"ForwardForecast","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, by which the trend has to forward forecast.\n \n ","Metadata":{"Common.PropertyName":"ForwardForecast"}},{"Kind":"Components.Component","Name":"Intercept","TypeName":"System.Int32","Documentation":"\n \n Allows to set the intercept of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Intercept"}},{"Kind":"Components.Component","Name":"LegendShape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartLegendShape","IsEnum":true,"Documentation":"\n \n Allows to set the legend shape of the trendline.\n \n ","Metadata":{"Common.PropertyName":"LegendShape"}},{"Kind":"Components.Component","Name":"Marker","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Documentation":"\n \n Allows options to customize the marker for trendlines.\n \n ","Metadata":{"Common.PropertyName":"Marker"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the name of trendline.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Period","TypeName":"System.Int32","Documentation":"\n \n Allows to set the period, the price changes over which will be considered to predict moving average trend line.\n \n ","Metadata":{"Common.PropertyName":"Period"}},{"Kind":"Components.Component","Name":"PolynomialOrder","TypeName":"System.Int32","Documentation":"\n \n Allows to set the polynomial order of the polynomial trendline.\n \n ","Metadata":{"Common.PropertyName":"PolynomialOrder"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineTypes","IsEnum":true,"Documentation":"\n \n Allows to set the type of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Int32","Documentation":"\n \n Allows to set the width of the trendline.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-864182080,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1733810165,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendline"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendline.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1319628145,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the animation for trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}},{"HashCode":-1122387206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Options to customize the animation for trendlines.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Allows to set the option to delay animation of the series.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Allows to set the duration of animation in milliseconds.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Allows to set the visibility of the series to be animated on initial loading.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-580144577,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-769690684,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineAnimation.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1738454382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"System.Object","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}},{"HashCode":-1030567281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the configuration of the marker in trendline.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables the visibility of marker for the series.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.PivotView.PivotChartShape","IsEnum":true,"Documentation":"\n \n Defines the shape of the marker.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Specifies the url path for the image.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Specifies the height of the marker.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Specifies the width of the marker.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Border","TypeName":"System.Object","Documentation":"\n \n Oprions to customize the border of the marker.\n \n ","Metadata":{"Common.PropertyName":"Border"}},{"Kind":"Components.Component","Name":"Offset","TypeName":"System.Object","Documentation":"\n \n Options to customize the offset of the marker.\n \n ","Metadata":{"Common.PropertyName":"Offset"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Specifies the fill color of the marker.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Specifies the opacity of the marker shape.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"DataLabel","TypeName":"System.Object","Documentation":"\n \n Options to customize the datalabel for the series.\n \n ","Metadata":{"Common.PropertyName":"DataLabel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1730408240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1961269728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets and sets the content of the component.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlineMarker.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1051621281,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}},{"HashCode":-2104466294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the collection of trendlines that are used to predict the trend.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422306773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":931903874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotChartTrendlines"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartTrendlines.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-964205372,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomMode","IsEnum":true,"Documentation":"\n \n Allows to specify whether to allow zooming vertically or horizontally or in both ways. They are,\n X: Chart can be zoomed horizontally.\n Y: Chart can be zoomed vertically.\n X,Y: Chart can be zoomed both vertically and horizontally.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the toolkit options for the zooming as follows:\n ZoomIn\n ZoomOut\n Pan\n Zoom\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings"}},{"HashCode":1021633377,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"EnableDeferredZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, zooming will be performed on mouse up. It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"EnableDeferredZooming"}},{"Kind":"Components.Component","Name":"EnableMouseWheelZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by using mouse wheel.\n \n ","Metadata":{"Common.PropertyName":"EnableMouseWheelZooming"}},{"Kind":"Components.Component","Name":"EnablePan","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether chart needs to be panned by default.\n \n ","Metadata":{"Common.PropertyName":"EnablePan"}},{"Kind":"Components.Component","Name":"EnablePinchZooming","TypeName":"System.Boolean","Documentation":"\n \n If to true, chart can be pinched to zoom in / zoom out.\n \n ","Metadata":{"Common.PropertyName":"EnablePinchZooming"}},{"Kind":"Components.Component","Name":"EnableScrollbar","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether axis needs to have scrollbar.\n \n ","Metadata":{"Common.PropertyName":"EnableScrollbar"}},{"Kind":"Components.Component","Name":"EnableSelectionZooming","TypeName":"System.Boolean","Documentation":"\n \n If set to true, chart can be zoomed by a rectangular selecting region on the plot area.\n \n ","Metadata":{"Common.PropertyName":"EnableSelectionZooming"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomMode","IsEnum":true,"Documentation":"\n \n Allows to specify whether to allow zooming vertically or horizontally or in both ways. They are,\n X: Chart can be zoomed horizontally.\n Y: Chart can be zoomed vertically.\n X,Y: Chart can be zoomed both vertically and horizontally.\n It requires `EnableSelectionZooming` to be true.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ToolbarItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to set the toolkit options for the zooming as follows:\n ZoomIn\n ZoomOut\n Pan\n Zoom\n Reset.\n \n ","Metadata":{"Common.PropertyName":"ToolbarItems"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotChartZoomSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-780678181,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot accumulation chart center.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotPieChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}},{"HashCode":-1406340874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot accumulation chart center.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Y value of the center.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1344169073,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotPieChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2038694600,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotPieChartCenter"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotPieChartCenter.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":199720339,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication"}},{"HashCode":-1842915857,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1985439168,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting"}},{"HashCode":852102445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1667426842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}},{"HashCode":-1011054696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-184119616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2018048713,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2081534488,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn"}},{"HashCode":-2112303104,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1896840277,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}},{"HashCode":308316323,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-115160706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1689725973,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1994333480,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}},{"HashCode":2109756827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-201242227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-415794091,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":142121280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}},{"HashCode":-1825969924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-526399148,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-867504699,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-407152457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup"}},{"HashCode":1361508367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1933718298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}},{"HashCode":175183684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-34575343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1120078548,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1840258887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source gets changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.GenericTyped":"True"}},{"HashCode":-1756898947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n \n To consume data from remote service or custom adaptor,\n component has to be used.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Invokes when data source gets changed.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-284432014,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1888899065,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1422919439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember"}},{"HashCode":1779877909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMember","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":106455123,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}},{"HashCode":-2107669744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1980681801,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1608763995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":209699597,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component based events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization of PivotFieldList properties on initial rendering. Based on the changes, the PivotFieldList will be rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field getting dropped into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot field list.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","Components.GenericTyped":"True"}},{"HashCode":663680885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component based events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotFieldListEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when the PivotFieldList component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization of PivotFieldList properties on initial rendering. Based on the changes, the PivotFieldList will be rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It trigger when a field getting dropped into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot field list.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978540330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListField"}},{"HashCode":1037775743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1377631319,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}},{"HashCode":-1040297594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":179974616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1983516728,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1163330527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter"}},{"HashCode":1419535806,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1362539493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}},{"HashCode":183400697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369421111,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2012322083,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":516236601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting"}},{"HashCode":715277354,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1524722547,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}},{"HashCode":371627536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1332605319,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-586345657,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1480762442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting"}},{"HashCode":770776744,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":564165135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}},{"HashCode":1073509317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-414387281,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1564969474,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":867834909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}},{"HashCode":1104792246,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1142375763,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-463401752,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":270946076,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}},{"HashCode":-727953235,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1235092416,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":226367709,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":874069379,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRow"}},{"HashCode":2009589294,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624206499,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}},{"HashCode":-173995687,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1564473200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1704359803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":443887663,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting"}},{"HashCode":-197663118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":599190866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}},{"HashCode":1046840193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1622443189,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-864590820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":242574258,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle"}},{"HashCode":367325781,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1629514395,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}},{"HashCode":375803013,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2040772018,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":369840924,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1929540287,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-878558434,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot field list.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":754691031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValue"}},{"HashCode":1620319190,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-621688862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}},{"HashCode":1340620216,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1410042568,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotFieldListValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":507319465,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotFieldListValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1103421083,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings"}},{"HashCode":-1270778205,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-97077098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication"}},{"HashCode":-1894844092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Password","TypeName":"System.String","Documentation":"\n \n It allows to set the password to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"Password"}},{"Kind":"Components.Component","Name":"UserName","TypeName":"System.String","Documentation":"\n \n It allows to set the user name to access the specified SSAS cube.\n \n ","Metadata":{"Common.PropertyName":"UserName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":670122461,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting"}},{"HashCode":-638612627,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatString","TypeName":"System.String","Documentation":"\n \n It allows to set format string that used to create calculated member with specified formatted values that to be displayed in the pivot table.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"FormatString"}},{"Kind":"Components.Component","Name":"Formula","TypeName":"System.String","Documentation":"\n \n It allows to set the formula/expression to the specified calculated field.\n \n ","Metadata":{"Common.PropertyName":"Formula"}},{"Kind":"Components.Component","Name":"HierarchyUniqueName","TypeName":"System.String","Documentation":"\n \n It allows to set hierarchy unique name, that used to create calculated member.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"HierarchyUniqueName"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name that used to create as a calculated field.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-370862645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}},{"HashCode":1963206750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":879995337,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-216396633,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCalculatedFieldSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":298105842,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `AllowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `AllowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `AllowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `Mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `AllowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `ShowConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `ShowDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCellEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowCommandColumns","TypeName":"System.Boolean","Documentation":"\n \n Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to\n edit, delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowCommandColumns"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.EditMode","IsEnum":true,"Documentation":"\n \n Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are as follows:\n `Normal`: Allows the currently selected row alone will be completely changed to edit state. You can change the cell values and save it to the data source by clicking “Update” toolbar button.\n `Dialog`: Allows the currently selected row data will be shown in an exclusive dialog. You can change the cell values and save it to the data source by clicking “Save” button in the dialog.\n `Batch`: Allows you to perform double-click on any data specific cell in the data grid, the state of that selected cell will be changed to edit state.\n You can perform bulk changes like add, edit and delete data of the cells and finally save to the data source by clicking “Update” toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show a confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n > To use this option, it requires the property `Mode` to be Batch, meaning, the `showConfirmDialog` option is only applicable for batch edit mode.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the confirmation dialog to delete any records from the data grid.\n > The `ShowDeleteConfirmDialog` property supports all modes of editing.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"AllowInlineEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows direct editing of a value cell without opening the edit dialog.\n

\n NOTE: It is applicable only if the value cell is made by a single raw data. Otherwise editing dialog will be shown.\n
\n ","Metadata":{"Common.PropertyName":"AllowInlineEditing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings"}},{"HashCode":810674081,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `AllowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `AllowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `AllowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `Mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `AllowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `ShowConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `ShowDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowCommandColumns","TypeName":"System.Boolean","Documentation":"\n \n Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to\n edit, delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowCommandColumns"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.EditMode","IsEnum":true,"Documentation":"\n \n Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are as follows:\n `Normal`: Allows the currently selected row alone will be completely changed to edit state. You can change the cell values and save it to the data source by clicking “Update” toolbar button.\n `Dialog`: Allows the currently selected row data will be shown in an exclusive dialog. You can change the cell values and save it to the data source by clicking “Save” button in the dialog.\n `Batch`: Allows you to perform double-click on any data specific cell in the data grid, the state of that selected cell will be changed to edit state.\n You can perform bulk changes like add, edit and delete data of the cells and finally save to the data source by clicking “Update” toolbar button.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show a confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n > To use this option, it requires the property `Mode` to be Batch, meaning, the `showConfirmDialog` option is only applicable for batch edit mode.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the confirmation dialog to delete any records from the data grid.\n > The `ShowDeleteConfirmDialog` property supports all modes of editing.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"AllowInlineEditing","TypeName":"System.Boolean","Documentation":"\n \n Allows direct editing of a value cell without opening the edit dialog.\n

\n NOTE: It is applicable only if the value cell is made by a single raw data. Otherwise editing dialog will be shown.\n
\n ","Metadata":{"Common.PropertyName":"AllowInlineEditing"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2054359584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumn"}},{"HashCode":1369599758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1752234330,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns"}},{"HashCode":1397352543,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1649471164,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-884099953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":647537119,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}},{"HashCode":-1727132559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Style","TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Style"}},{"Kind":"Components.Component","Name":"ApplyGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to apply conditional formatting to the grand totals of row and column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ApplyGrandTotals"}},{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows to set the header text of a specific row/column field to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set the value field name to apply conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value for applying conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value for applying conditional formatting.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1910655941,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-885287625,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1647399566,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}},{"HashCode":-1170287557,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1184070270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-382988803,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1392527874,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. The available operators are as follows:\n `LessThan`: Allows you to get the cells that have a value that is less than the start value.\n `GreaterThan`: Allows you to get the cells that have a value that is greater than the start value.\n `LessThanOrEqualTo`: Allows you to get the cells that have a value that is lesser than or equal to the start value.\n `GreaterThanOrEqualTo`: Allows you to get the cells that have a value that is greater than or equal to the start value.\n `Equals`: Allows you to get the cells that have a value that matches with the start value.\n `NotEquals`: Allows you to get the cells that have a value that does not match with the start value.\n `Between`: Allows you to get the cells that have a value that between the start and end value.\n NotBetween: Allows you to get the cells that have a value that is not between the start and end value.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows you to specify the row or column header to get visibility of hyperlink option for specifc row or column header.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500 and the condition Equals is used, the hyperlink should be enabled to the cells that hold the value of 500 alone.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500, the end value is 1500 and the condition Between is used, the hyperlink should be enabled to the cells that holds the value between 500 to 1500.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting"}},{"HashCode":-1002439773,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Conditions","TypeName":"Syncfusion.Blazor.PivotView.Condition","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. The available operators are as follows:\n `LessThan`: Allows you to get the cells that have a value that is less than the start value.\n `GreaterThan`: Allows you to get the cells that have a value that is greater than the start value.\n `LessThanOrEqualTo`: Allows you to get the cells that have a value that is lesser than or equal to the start value.\n `GreaterThanOrEqualTo`: Allows you to get the cells that have a value that is greater than or equal to the start value.\n `Equals`: Allows you to get the cells that have a value that matches with the start value.\n `NotEquals`: Allows you to get the cells that have a value that does not match with the start value.\n `Between`: Allows you to get the cells that have a value that between the start and end value.\n NotBetween: Allows you to get the cells that have a value that is not between the start and end value.\n \n ","Metadata":{"Common.PropertyName":"Conditions"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Allows you to specify the row or column header to get visibility of hyperlink option for specifc row or column header.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.Double","Documentation":"\n \n Allows you to set the start value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500 and the condition Equals is used, the hyperlink should be enabled to the cells that hold the value of 500 alone.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.Double","Documentation":"\n \n Allows you to set the end value to get visibility of hyperlink option based on the condition applied.\n For example, if the start value is 500, the end value is 1500 and the condition Between is used, the hyperlink should be enabled to the cells that holds the value between 500 to 1500.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-756992554,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewConditionalSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}},{"HashCode":-455979822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `Condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `Value1`: Allows you to set the start value.\n `Value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2124757787,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewConditionalSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1117074623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewConditionalSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1253517698,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup"}},{"HashCode":-601477574,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Allows user to set the group name (or title) for selected headers for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the headers which needs to be grouped from display.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1071313494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}},{"HashCode":-276506427,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":711085299,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1633148769,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewCustomGroups.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":484072326,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `ShowAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event invokes collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.GenericTyped":"True"}},{"HashCode":1916701746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `Cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `ProviderType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `Url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `LocaleIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `DataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `Rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `Columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `Values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `Filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `ExcludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `ExpandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `ValueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `FilterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `SortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `EnableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `FormatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `DrilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `ValueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `CalculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `AllowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `AllowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `AllowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `ShowSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `ShowRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `ShowColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `ShowGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `ShowRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `ShowColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `ShowHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `AlwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `ConditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `EmptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `GroupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `ShowAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `Authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowLabelFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowLabelFilter"}},{"Kind":"Components.Component","Name":"AllowMemberFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowMemberFilter"}},{"Kind":"Components.Component","Name":"AllowValueFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowValueFilter"}},{"Kind":"Components.Component","Name":"AlwaysShowValueHeader","TypeName":"System.Boolean","Documentation":"\n \n Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n \n ","Metadata":{"Common.PropertyName":"AlwaysShowValueHeader"}},{"Kind":"Components.Component","Name":"Authentication","TypeName":"Syncfusion.Blazor.PivotView.PivotViewAuthentication","Documentation":"\n \n Allows you to set the credential information to access the specified SSAS cube.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Authentication"}},{"Kind":"Components.Component","Name":"CalculatedFieldSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldSettings"}},{"Kind":"Components.Component","Name":"Catalog","TypeName":"System.String","Documentation":"\n \n Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Catalog"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in column axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in column axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in column axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ConditionalFormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatSettings"}},{"Kind":"Components.Component","Name":"Cube","TypeName":"System.String","Documentation":"\n \n Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Cube"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Event invokes collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrilledMembers","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"DrilledMembers"}},{"Kind":"Components.Component","Name":"EmptyCellsTextContent","TypeName":"System.String","Documentation":"\n \n Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n \n ","Metadata":{"Common.PropertyName":"EmptyCellsTextContent"}},{"Kind":"Components.Component","Name":"EnableSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableSorting"}},{"Kind":"Components.Component","Name":"ExcludeFields","TypeName":"System.String[]","Documentation":"\n \n Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ExcludeFields"}},{"Kind":"Components.Component","Name":"ExpandAll","TypeName":"System.Boolean","Documentation":"\n \n Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table.\n > It is applicable only for Relational data.\n \n ","Metadata":{"Common.PropertyName":"ExpandAll"}},{"Kind":"Components.Component","Name":"FieldMapping","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"FieldMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"Filters","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Filters"}},{"Kind":"Components.Component","Name":"FormatSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","Metadata":{"Common.PropertyName":"FormatSettings"}},{"Kind":"Components.Component","Name":"GroupSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GroupSettings"}},{"Kind":"Components.Component","Name":"LocaleIdentifier","TypeName":"System.Double","Documentation":"\n \n Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale.\n > It is applicale only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LocaleIdentifier"}},{"Kind":"Components.Component","Name":"ProviderType","TypeName":"Syncfusion.Blazor.PivotView.ProviderType","IsEnum":true,"Documentation":"\n \n Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. The following options are:\n `Relational`: Allows to render the pivot table with JSON data collection either fetch at local or remote server.\n `SSAS`: Allows to render the pivot table with OLAP data fetch from OLAP cube.\n \n ","Metadata":{"Common.PropertyName":"ProviderType"}},{"Kind":"Components.Component","Name":"Rows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `showNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `showSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `isNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Rows"}},{"Kind":"Components.Component","Name":"ShowAggregationOnValueField","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n \n ","Metadata":{"Common.PropertyName":"ShowAggregationOnValueField"}},{"Kind":"Components.Component","Name":"ShowColumnGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnGrandTotals"}},{"Kind":"Components.Component","Name":"ShowColumnSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnSubTotals"}},{"Kind":"Components.Component","Name":"ShowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowHeaderWhenEmpty","TypeName":"System.Boolean","Documentation":"\n \n Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderWhenEmpty"}},{"Kind":"Components.Component","Name":"ShowRowGrandTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide grand totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowGrandTotals"}},{"Kind":"Components.Component","Name":"ShowRowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in row axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowSubTotals"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.DataSourceType","IsEnum":true,"Documentation":"\n \n Allows to define the data source type.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"ValueAxis","TypeName":"System.String","Documentation":"\n \n Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ValueAxis"}},{"Kind":"Components.Component","Name":"ValueSortSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","Metadata":{"Common.PropertyName":"ValueSortSettings"}},{"Kind":"Components.Component","Name":"Values","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `baseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `baseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `isCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `showRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `showEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `allowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-250063977,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-167372493,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1997864164,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `Primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDisplayOption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Primary","TypeName":"Syncfusion.Blazor.PivotView.Primary","IsEnum":true,"Documentation":"\n \n Allows you to set the primary view to be either table or chart.The available options are:\n `Table`: Allows you to display the pivot table as primary view.\n `Chart`: Allows you to display the pivot chart as primary view.\n > To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"Primary"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allows you to choose the view port as either table or chart or both table and chart. The available options are:\n `Table`: Allows you to render the component as tabular form.\n `Chart`: Allows you to render the component as graphical format.\n `Both`: Allows you to render the component as both table and chart.\n > By default, Table is used as a default view in the component.\n \n ","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption"}},{"HashCode":1311394909,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `Primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Primary","TypeName":"Syncfusion.Blazor.PivotView.Primary","IsEnum":true,"Documentation":"\n \n Allows you to set the primary view to be either table or chart.The available options are:\n `Table`: Allows you to display the pivot table as primary view.\n `Chart`: Allows you to display the pivot chart as primary view.\n > To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"Primary"}},{"Kind":"Components.Component","Name":"View","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allows you to choose the view port as either table or chart or both table and chart. The available options are:\n `Table`: Allows you to render the component as tabular form.\n `Chart`: Allows you to render the component as graphical format.\n `Both`: Allows you to render the component as both table and chart.\n > By default, Table is used as a default view in the component.\n \n ","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391360369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember"}},{"HashCode":-1122450656,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given members.\n \n ","Metadata":{"Common.PropertyName":"Delimiter"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n It allows to set the members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name whose members to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMember","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-923303510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}},{"HashCode":-29351724,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699141264,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1404712816,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDrilledMembers.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668063905,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot view events.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeColumnsRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the columns are rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeColumnsRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginDrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Editing.\n \n ","Metadata":{"Common.PropertyName":"BeginDrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before exporting pivot table.\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell got selected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a cell selected in pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartSeriesCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot chart series are created.\n \n ","Metadata":{"Common.PropertyName":"ChartSeriesCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConditionalFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to do changes before applying the conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when pivot table component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drill","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers before the header to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Drill","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Drill-Through.\n \n ","Metadata":{"Common.PropertyName":"DrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"FetchReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to fetch the report names from specified storage.\n \n ","Metadata":{"Common.PropertyName":"FetchReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldListRefreshed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to identify whether the field list updated or not.\n \n ","Metadata":{"Common.PropertyName":"FieldListRefreshed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HyperlinkCellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a hyperlink cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkCellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization on the pivot table component properties on initial rendering. Based on the changes, pivot table will be redered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to load the report from specified storage.\n \n ","Metadata":{"Common.PropertyName":"LoadReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NewReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to set the new report.\n \n ","Metadata":{"Common.PropertyName":"NewReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NumberFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before number format is apllied to specific field during runtime.\n \n ","Metadata":{"Common.PropertyName":"NumberFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after a field dropped into the axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PdfCellRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows any customization of Pivot cell style while PDF exporting.\n \n ","Metadata":{"Common.PropertyName":"PdfCellRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to remove the current report from the specified storage.\n \n ","Metadata":{"Common.PropertyName":"RemoveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RenameReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to rename the current report.\n \n ","Metadata":{"Common.PropertyName":"RenameReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SaveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to save the report to the specified storage.\n \n ","Metadata":{"Common.PropertyName":"SaveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ToolbarRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when a cell got deselected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize starts in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize ends in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n It will get triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for column header.\n It will get triggered before the cell element is appended to the Grid element.\n \n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart point is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart legend is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart resize.\n \n ","Metadata":{"Common.PropertyName":"ChartResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart series is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"ChartTooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartPointClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on chart series is point click.\n \n ","Metadata":{"Common.PropertyName":"ChartPointClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when editing is made in the raw data of pivot table.\n \n ","Metadata":{"Common.PropertyName":"EditCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot table.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewEvents","Components.GenericTyped":"True"}},{"HashCode":296623392,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot view events.\n \n A type which provides schema for the pivot component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.PivotViewEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AggregateMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before aggregate type context menu opens.\n \n ","Metadata":{"Common.PropertyName":"AggregateMenuOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeColumnsRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the columns are rendered.\n \n ","Metadata":{"Common.PropertyName":"BeforeColumnsRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeginDrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Editing.\n \n ","Metadata":{"Common.PropertyName":"BeginDrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before exporting pivot table.\n \n ","Metadata":{"Common.PropertyName":"BeforeExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CalculatedFieldCreate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a calculated field created/edited during runtime.\n \n ","Metadata":{"Common.PropertyName":"CalculatedFieldCreate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a cell got selected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a cell selected in pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartSeriesCreated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot chart series are created.\n \n ","Metadata":{"Common.PropertyName":"ChartSeriesCreated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ConditionalFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to do changes before applying the conditional formatting.\n \n ","Metadata":{"Common.PropertyName":"ConditionalFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when the pivot table rendered.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when pivot table component getting destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Drill","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers before the header to be either expanded or collapsed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Drill","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DrillThrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a value cell is clicked in the pivot table for Drill-Through.\n \n ","Metadata":{"Common.PropertyName":"DrillThrough","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulated","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after the pivot engine populated and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulated","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EnginePopulating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the pivot engine starts to populate and allows to customize the pivot datasource settings.\n \n ","Metadata":{"Common.PropertyName":"EnginePopulating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ExcelHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The ExcelHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the Excel sheet.\n \n ","Metadata":{"Common.PropertyName":"ExcelHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfHeaderQueryCellInfo","TypeName":"System.Action","Documentation":"\n \n The PdfHeaderQueryCellInfoEvent event is triggered every time a data is entered into a header cell of the pdf document.\n \n ","Metadata":{"Common.PropertyName":"PdfHeaderQueryCellInfo","Components.DelegateSignature":"True"}},{"Kind":"Components.Component","Name":"FetchReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to fetch the report names from specified storage.\n \n ","Metadata":{"Common.PropertyName":"FetchReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a field drag (move) starts.\n \n ","Metadata":{"Common.PropertyName":"FieldDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before a field drops into any axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldListRefreshed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to identify whether the field list updated or not.\n \n ","Metadata":{"Common.PropertyName":"FieldListRefreshed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldRemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before removing the field from any axis during runtime.\n \n ","Metadata":{"Common.PropertyName":"FieldRemove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"HyperlinkCellClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when a hyperlink cell is clicked in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkCellClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It allows any customization on the pivot table component properties on initial rendering. Based on the changes, pivot table will be redered.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"LoadReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to load the report from specified storage.\n \n ","Metadata":{"Common.PropertyName":"LoadReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberEditorOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before member editor dialog opens.\n \n ","Metadata":{"Common.PropertyName":"MemberEditorOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MemberFiltering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before the filtering applied.\n \n ","Metadata":{"Common.PropertyName":"MemberFiltering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NewReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to set the new report.\n \n ","Metadata":{"Common.PropertyName":"NewReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"NumberFormatting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers before number format is apllied to specific field during runtime.\n \n ","Metadata":{"Common.PropertyName":"NumberFormatting","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"FieldDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers after a field dropped into the axis.\n \n ","Metadata":{"Common.PropertyName":"FieldDropped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PdfCellRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows any customization of Pivot cell style while PDF exporting.\n \n ","Metadata":{"Common.PropertyName":"PdfCellRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RemoveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to remove the current report from the specified storage.\n \n ","Metadata":{"Common.PropertyName":"RemoveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RenameReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to rename the current report.\n \n ","Metadata":{"Common.PropertyName":"RenameReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"SaveReport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows you to save the report to the specified storage.\n \n ","Metadata":{"Common.PropertyName":"SaveReport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"ToolbarRendered","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when a cell got deselected in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize starts in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It triggers when column resize ends in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AggregateCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n It allows to change the each cell value during engine populating.\n \n ","Metadata":{"Common.PropertyName":"AggregateCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n It will get triggered before the cell element is appended to the Grid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for column header.\n It will get triggered before the cell element is appended to the Grid element.\n \n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPointRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart point is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnPointRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLegendRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart legend is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"OnLegendRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartResized","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart resize.\n \n ","Metadata":{"Common.PropertyName":"ChartResized","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartTooltipRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before chart series is begging rendered.\n \n ","Metadata":{"Common.PropertyName":"ChartTooltipRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChartPointClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on chart series is point click.\n \n ","Metadata":{"Common.PropertyName":"ChartPointClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnAxisLabelRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each axis label is rendered.\n \n ","Metadata":{"Common.PropertyName":"OnAxisLabelRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"EditCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n It triggers when editing is made in the raw data of pivot table.\n \n ","Metadata":{"Common.PropertyName":"EditCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers when a failure occurs while rendering the pivot table.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":320980196,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewField"}},{"HashCode":720394973,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"DataType","TypeName":"System.String","Documentation":"\n \n Allows to specify the data type of specific field.\n \n ","Metadata":{"Common.PropertyName":"DataType"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1338300498,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}},{"HashCode":754915670,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that can be used while creating fieldlist. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name which is going to configure while creating the fieldlist.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1336015710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1030719271,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFieldMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-9463118,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilter"}},{"HashCode":1404663906,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1279924639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters"}},{"HashCode":1610657813,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to filter the values in other axis based on the collection of filter fields in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilters"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1329222810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":151782185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFilters"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilters.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1441067445,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting"}},{"HashCode":-1873729061,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"Syncfusion.Blazor.PivotView.Operators","IsEnum":true,"Documentation":"\n \n Allows you to choose the operator type such as equals, greater than, less than, etc. for conditional-based filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.String[]","Documentation":"\n \n Allows yoy to specify the field members that used to be displayed based on the filter type provided in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"LevelCount","TypeName":"System.Int32","Documentation":"\n \n Allows to set level of the field to fetch data from the cube for filtering.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"LevelCount"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n Allows to set value field for evaluation using conditions and operands for filtering.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that used to display the selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"SelectedField","TypeName":"System.String","Documentation":"\n \n Allows to set level name of a specified field, where the filtering settings to be applied.\n > This option is applicable only for user-defined hierarchies in OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"SelectedField"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Allows you to set the specific filter type to display the filter members in the pivot table. They are:\n Include - Specifies the filter type as include for member filter.\n Exclude - Specifies the filter type as exclude for member filter.\n Label - Specifies the filter type as label for header filter.\n Date - Specifies the filter type as date for date based filter.\n Number - Specifies the filter type as number for number based filter.\n Value - Specifies the filter type as value for value based filter.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value1","TypeName":"System.String","Documentation":"\n \n Allows you to set the start value to display the filter items in the pivot table based on the condition applied.\n > It is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value1"}},{"Kind":"Components.Component","Name":"Value2","TypeName":"System.String","Documentation":"\n \n Allows you to set the end value to display the filter items in the pivot table based on the condition applied.\n > This option will be used by default when the operator Between and NotBetween is chosen to apply. Also, it is applicable only for label and value filtering.\n \n ","Metadata":{"Common.PropertyName":"Value2"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-771288503,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}},{"HashCode":-1824479549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1151028449,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-54362758,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1581597643,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting"}},{"HashCode":723792613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Currency","TypeName":"System.String","Documentation":"\n \n It allows to specify the currency code to be used for formatting.\n \n ","Metadata":{"Common.PropertyName":"Currency"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It allows to specify custom number format for formatting.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"MaximumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumFractionDigits"}},{"Kind":"Components.Component","Name":"MaximumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify maximum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MaximumSignificantDigits"}},{"Kind":"Components.Component","Name":"MinimumFractionDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum fraction digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumFractionDigits"}},{"Kind":"Components.Component","Name":"MinimumIntegerDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum integer digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumIntegerDigits"}},{"Kind":"Components.Component","Name":"MinimumSignificantDigits","TypeName":"System.Int32","Documentation":"\n \n It allows to specify minimum significant digits to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"MinimumSignificantDigits"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the field name to apply format settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.FormatType","IsEnum":true,"Documentation":"\n \n It allows to specify the type of date formatting either date, dateTime or time.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"UseGrouping","TypeName":"System.Boolean","Documentation":"\n \n It allows to use grouping to the formatted value.\n \n ","Metadata":{"Common.PropertyName":"UseGrouping"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1685054786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}},{"HashCode":-1500848194,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `Format` property to be C.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189480303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1398579937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewFormatSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2049113460,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `Width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `GridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `AllowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `AllowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `AllowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `RowHeight`: Allow to set height to the pivot table rows commonly.\n `ColumnWidth`: Allow to set width to the pivot table columns commonly.\n `ClipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `AllowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `SelectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `SelectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `ContextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGridSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n > Reordering allows only at the same level as the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n > In RTL mode, user can click and drag the left edge of the header cell to resize the column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n Allows the component to be fit based on the width of its columns.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Allow to enable the content of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableClipMode","IsEnum":true,"Documentation":"\n \n Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `ClipMode` to Clip.\n The modes available are:\n `Clip`: Allow the content of a cell to truncate when it overflows its content area.\n `Ellipsis`: Allows the content of a cell to be displayed as an ellipse when it overflows its content area.\n `EllipsisWithTooltip`: Allows the cell content to be displayed as an ellipse when its content area is overflowing.\n And the tooltip will also be displayed while hovering on the ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allow to set width to the pivot table columns commonly.\n > By default, the columnWidth property is set as 110 pixels to each column except the first column.\n The first column always defined as row headers in the pivot table. For first column,\n 250 pixels and 200 pixels are set respectively with and without grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n The options available are:\n `Drillthrough`: Allows to show the drill-through dialog over the pivot table to perform drill-through operations.\n `Expand`: Allows to expand the collaped row or column headers in the pivot table.\n `Collapse`: Allows to collapse the expaned row or column headers in the pivot table.\n `CalculatedField`: Allows to show the calculated field dialog over the pivot table to perform calculated field operations.\n `Pdf Export`: Allows to export the pivot table as PDF format.\n `Excel Export`: Allows to export the pivot table as Excel format.\n `Csv Export`: Allows to export the pivot table as CSV format.\n `Sort Ascending`: Allows to perform ascending order with repect to the values on selected cell contained row or column in the pivot table.\n `Sort Descending`: Allows to perform descending order with repect to the values on selected cell contained row or column in the pivot table.\n `Aggregate`: Allow options to perform calculations over a group of values (exclusively for value fields bound in value axis) using the aggregation option in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotTableGridLine","IsEnum":true,"Documentation":"\n \n Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property gridLines to None. The modes available are,\n `Both`: Allows the cell border to be displayed both horizontally and vertically in the pivot table.\n `None`: Allows no cell borders to be displayed in the pivot table.\n `Horizontal`: Allows the cell border to be shown horizontally in the pivot table.\n `Vertical`: Allows the cell border to be shown vertically in the pivot table.\n `Default`: Allows the display of the cell borders based on the theme used in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table content to be set, meaning that the height given should be applied without considering the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTablePrintMode","IsEnum":true,"Documentation":"\n \n Allow options to print either the current page shown in the pivot table on its own or the entire pivot table.\n The options available are:\n `AllPages`: Prints the entire pivot table.\n `CurrentPage`: Prints the current page shown in the pivot table on its own.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Allow to set height to the pivot table rows commonly.\n > By default, the rowHeight property is set as 36 pixels for desktop layout and 48 pixels for mobile layout.\n The height of the column headers alone may vary when grouping bar feature is enabled.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n Allows to highlight specific row in the pivot table during initial rendering.\n For example, to highlight the pivot table's first row, set the property `SelectedRowIndex` to 0.\n > You can get the currently selected row index of the pivot table from the `selectedRowIndex` property using pivot table instance at run-time.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `cellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `checkboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `checkboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `enableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow to set width of the pivot table.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}},{"HashCode":576380267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `Width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `GridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `AllowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `AllowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `AllowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `RowHeight`: Allow to set height to the pivot table rows commonly.\n `ColumnWidth`: Allow to set width to the pivot table columns commonly.\n `ClipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `AllowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `SelectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `SelectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `ContextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n > Reordering allows only at the same level as the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n > In RTL mode, user can click and drag the left edge of the header cell to resize the column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AutoFit","TypeName":"System.Boolean","Documentation":"\n \n Allows the component to be fit based on the width of its columns.\n \n ","Metadata":{"Common.PropertyName":"AutoFit"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n Allow to enable the content of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableClipMode","IsEnum":true,"Documentation":"\n \n Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `ClipMode` to Clip.\n The modes available are:\n `Clip`: Allow the content of a cell to truncate when it overflows its content area.\n `Ellipsis`: Allows the content of a cell to be displayed as an ellipse when it overflows its content area.\n `EllipsisWithTooltip`: Allows the cell content to be displayed as an ellipse when its content area is overflowing.\n And the tooltip will also be displayed while hovering on the ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnWidth","TypeName":"System.Double","Documentation":"\n \n Allow to set width to the pivot table columns commonly.\n > By default, the columnWidth property is set as 110 pixels to each column except the first column.\n The first column always defined as row headers in the pivot table. For first column,\n 250 pixels and 200 pixels are set respectively with and without grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ColumnWidth"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n The options available are:\n `Drillthrough`: Allows to show the drill-through dialog over the pivot table to perform drill-through operations.\n `Expand`: Allows to expand the collaped row or column headers in the pivot table.\n `Collapse`: Allows to collapse the expaned row or column headers in the pivot table.\n `CalculatedField`: Allows to show the calculated field dialog over the pivot table to perform calculated field operations.\n `Pdf Export`: Allows to export the pivot table as PDF format.\n `Excel Export`: Allows to export the pivot table as Excel format.\n `Csv Export`: Allows to export the pivot table as CSV format.\n `Sort Ascending`: Allows to perform ascending order with repect to the values on selected cell contained row or column in the pivot table.\n `Sort Descending`: Allows to perform descending order with repect to the values on selected cell contained row or column in the pivot table.\n `Aggregate`: Allow options to perform calculations over a group of values (exclusively for value fields bound in value axis) using the aggregation option in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.PivotView.PivotTableGridLine","IsEnum":true,"Documentation":"\n \n Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property gridLines to None. The modes available are,\n `Both`: Allows the cell border to be displayed both horizontally and vertically in the pivot table.\n `None`: Allows no cell borders to be displayed in the pivot table.\n `Horizontal`: Allows the cell border to be shown horizontally in the pivot table.\n `Vertical`: Allows the cell border to be shown vertically in the pivot table.\n `Default`: Allows the display of the cell borders based on the theme used in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table content to be set, meaning that the height given should be applied without considering the column headers in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTablePrintMode","IsEnum":true,"Documentation":"\n \n Allow options to print either the current page shown in the pivot table on its own or the entire pivot table.\n The options available are:\n `AllPages`: Prints the entire pivot table.\n `CurrentPage`: Prints the current page shown in the pivot table on its own.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Allow to set height to the pivot table rows commonly.\n > By default, the rowHeight property is set as 36 pixels for desktop layout and 48 pixels for mobile layout.\n The height of the column headers alone may vary when grouping bar feature is enabled.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n Allows to highlight specific row in the pivot table during initial rendering.\n For example, to highlight the pivot table's first row, set the property `SelectedRowIndex` to 0.\n > You can get the currently selected row index of the pivot table from the `selectedRowIndex` property using pivot table instance at run-time.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `cellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `checkboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `checkboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `enableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow to set width of the pivot table.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-500937142,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGridSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1903374050,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGridSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1322053078,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `DisplayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `AllowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupingBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI.\n This will prevent you from modifying the current report.\n > By default, all fields are available for drag-and-drop operation in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `DisplayMode` to Table.\n > By default, the grouping bar UI will be shown to both pivot table as well as pivot chart.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n > By default, the filter icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI. This remove icon is used to remove any field during runtime.\n > By default, the remove icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n > By default, the sort icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n > By default, the icon to set aggregate types is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"ShowFieldsPanel","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show an additional UI along with the grouping bar UI, which contains the fields that aren't bound in the current report.\n It allows you to modify the report by re-arranging the pivot buttons through drag-and-drop operation between axes (row, column, value and filter) that are used to update the pivot table during runtime.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldsPanel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings"}},{"HashCode":1948378364,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `DisplayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `AllowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI.\n This will prevent you from modifying the current report.\n > By default, all fields are available for drag-and-drop operation in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.PivotView.View","IsEnum":true,"Documentation":"\n \n Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `DisplayMode` to Table.\n > By default, the grouping bar UI will be shown to both pivot table as well as pivot chart.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n > By default, the filter icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI. This remove icon is used to remove any field during runtime.\n > By default, the remove icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n > By default, the sort icon is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n > By default, the icon to set aggregate types is enabled in the grouping bar.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"ShowFieldsPanel","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show an additional UI along with the grouping bar UI, which contains the fields that aren't bound in the current report.\n It allows you to modify the report by re-arranging the pivot buttons through drag-and-drop operation between axes (row, column, value and filter) that are used to update the pivot table during runtime.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldsPanel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371037059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}},{"HashCode":1082504653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CustomGroups","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to set the custom group information to create custom group fields.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"CustomGroups"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n It allows to set the caption to custom field that will be used to created from custom group fields in the pivot table.\n > It is applicable only for custom grouping.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"EndingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields to the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EndingAt"}},{"Kind":"Components.Component","Name":"GroupInterval","TypeName":"System.Collections.Generic.List","Documentation":"\n \n It allows to specify the date group intervals such as years or quarter or months or days or hours or minutes or seconds to group fields based on that in the pivot table. They options are:\n Years - Defines group field as 'Years' for date type field.\n Quarters - Defines group field as 'Quarters' for date type field.\n QuarterYear - Defines group field as 'Quarter Year' for date type field.\n Months - Defines group field as 'Months' for date type field.\n Days - Defines group field as 'Days' for date type field.\n Hours - Defines group field as 'Hours' for date type field.\n Minutes - Defines group field as 'Minutes' for date type field.\n Seconds - Defines group field as 'Seconds' for date type field.\n \n ","Metadata":{"Common.PropertyName":"GroupInterval"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It allows to set the specific field name to apply group settings.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"RangeInterval","TypeName":"System.Double","Documentation":"\n \n It allows to set the interval range to group field based on the specified range.\n > It is applicable only of number type grouping.\n \n ","Metadata":{"Common.PropertyName":"RangeInterval"}},{"Kind":"Components.Component","Name":"StartingAt","TypeName":"System.String","Documentation":"\n \n It allows to set the start value/date to group fields from the specified range that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"StartingAt"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.GroupType","IsEnum":true,"Documentation":"\n \n It allows to set the type as date or number or custom to the specified field for apply grouping. The types are:\n Date - Defines group type as 'Date' for date type field\n Number - Defines group type as 'Number' for numeric type field.\n Custom - Defines group type as 'Custom' for custom group field.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-122810963,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1859166284,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSetting.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1076656532,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}},{"HashCode":-1663864202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1920987555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":300786217,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1870378107,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `ShowHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `ShowRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `ShowColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `ShowValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `ShowSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `HeaderText`: Allows you to set the visibility of hyperlink based on header text.\n `ConditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `CssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewHyperlinkSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConditionalSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `value1`: Allows you to set the start value.\n `value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"ConditionalSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Allows you to set the visibility of hyperlink in the cells based on specific row or column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"ShowColumnHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowHyperlink"}},{"Kind":"Components.Component","Name":"ShowRowHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowSummaryCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSummaryCellHyperlink"}},{"Kind":"Components.Component","Name":"ShowValueCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowValueCellHyperlink"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}},{"HashCode":1172324559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `ShowHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `ShowRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `ShowColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `ShowValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `ShowSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `HeaderText`: Allows you to set the visibility of hyperlink based on header text.\n `ConditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `CssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ConditionalSettings","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allow options for setting the visibility of hyperlink based on specific condition. The options available here are as follows:\n `Measure`: Allows you to specify the value field caption to get visibility of hyperlink option for specific measure.\n `condition`: Allows you to choose the operator type such as equals, greater than, less than, etc.\n `value1`: Allows you to set the start value.\n `value2`: Allows you to set the end value. This option will be used by default when the operator Between and NotBetween is chosen to apply.\n \n ","Metadata":{"Common.PropertyName":"ConditionalSettings"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the hyperlink options. Use this class name you can apply styles to a hyperlink easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Allows you to set the visibility of hyperlink in the cells based on specific row or column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"ShowColumnHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in column headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in all cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowHyperlink"}},{"Kind":"Components.Component","Name":"ShowRowHeaderHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in row headers that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowRowHeaderHyperlink"}},{"Kind":"Components.Component","Name":"ShowSummaryCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in summary cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSummaryCellHyperlink"}},{"Kind":"Components.Component","Name":"ShowValueCellHyperlink","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set the visibility of hyperlink in value cells that are currently shown in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowValueCellHyperlink"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6859876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewHyperlinkSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1876952223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-81523035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRow"}},{"HashCode":835274933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed in row axis of pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `ShowNoDataItems`: Allows you to display all members items of a specific field to the pivot table,\n even doesn't have any data in its row/column intersection in data source. Note: It is applicable only for relational data source.\n `ShowSubTotals`: Allows to show or hide sub-totals to a specific field in row axis of the pivot table.\n `IsNamedSet`: Allows you to set whether the specified field is a named set or not. In general,\n the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself. Note: It is applicable only for OLAP data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowFilterIcon`: Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n `ShowSortIcon`: Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1658390664,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures row fields in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows"}},{"HashCode":909344491,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures row fields in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1455109989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1056021943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-634020541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `CellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `Type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `CheckboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `CheckboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `EnableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotCellSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `CellSelectionMode` to Box.\n The modes available are:\n `Flow`: Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table.\n `Box`: Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table.\n `BoxWithBorder`: Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableCheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `CheckboxMode` to Default.\n The modes available are:\n `Default`: Allows multiple rows to be selected by clicking rows one by one.\n `ResetOnRowClick`: Allows you to reset the previously selected row while clicking on a specific row.\n You can also select multiple rows by clicking on rows along with the CTRL or SHIFT key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n > To enable checkboxOnly selection, should specify the column `Type` as checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.SelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `Mode` to Column. The modes available are:\n `Cell`: Allows specific cells to be highlighted in the pivot table.\n `Row`: Allows the rows to be highlighted in the pivot table.\n `Column`: Allows the columns to be highlighted in the pivot table.\n `Both`: Allows both rows, columns and cells to be highlighted in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n > For persisting selection, any one of the column should be enabled as a primary key using the `Columns.isPrimaryKey` property in the grid instance.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotTableSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `Type` to Multiple.\n The types available are:\n `Single`: Allows the user to select a row or cell on their own in the pivot table.\n `Multiple`: Allows the user to select multiple rows or columns or cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings"}},{"HashCode":1669611637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n The options available are:\n `Mode - Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `mode` to Column.\n `CellSelectionMode`: Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `cellSelectionMode` to Box.\n `Type`: Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `type` to Multiple.\n `CheckboxOnly`: Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n `persistSelection`: Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n `CheckboxMode`: Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `checkboxMode` to Default.\n `EnableSimpleMultiRowSelection`: Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.PivotView.PivotCellSelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to customize the mode of selection to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to apply the selection that includes in between cells of rows within the range, set the property `CellSelectionMode` to Box.\n The modes available are:\n `Flow`: Allows the range of cells to be selected between the start index and the end index, which also includes the other cells of the selected rows in the pivot table.\n `Box`: Allows you to select a range of cells within the starting and ending column indexes that are included in the range between row cells in the pivot table.\n `BoxWithBorder`: Allows the range of cells to be selected as the box mode, but along with the borders in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.PivotView.PivotTableCheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the checkbox selection mode in the pivot table.\n For example, to select multiple rows one by one through simple clicking on rows, set the property `CheckboxMode` to Default.\n The modes available are:\n `Default`: Allows multiple rows to be selected by clicking rows one by one.\n `ResetOnRowClick`: Allows you to reset the previously selected row while clicking on a specific row.\n You can also select multiple rows by clicking on rows along with the CTRL or SHIFT key in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n Allows the selection options to highlight the rows in the pivot table using checkbox selection on their own.\n > To enable checkboxOnly selection, should specify the column `Type` as checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"EnableSimpleMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows to perform multiple selection in rows with single clicks without using SHIFT or CTRL keys.\n \n ","Metadata":{"Common.PropertyName":"EnableSimpleMultiRowSelection"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.PivotView.SelectionMode","IsEnum":true,"Documentation":"\n \n Allow options to highlight either row wise or column wise or specific cells in the pivot table.\n For expample, to highlight the columns, set the property `Mode` to Column. The modes available are:\n `Cell`: Allows specific cells to be highlighted in the pivot table.\n `Row`: Allows the rows to be highlighted in the pivot table.\n `Column`: Allows the columns to be highlighted in the pivot table.\n `Both`: Allows both rows, columns and cells to be highlighted in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n Allows you to keep selections in rows or columns or cells while performing all operations in the pivot table.\n > For persisting selection, any one of the column should be enabled as a primary key using the `Columns.isPrimaryKey` property in the grid instance.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.PivotTableSelectionType","IsEnum":true,"Documentation":"\n \n Allow options to customize the selection type to highlight either row wise or column wise or specific cell in the pivot table.\n For example, to highlight multiple rows or columns or cells, set the property `Type` to Multiple.\n The types available are:\n `Single`: Allows the user to select a row or cell on their own in the pivot table.\n `Multiple`: Allows the user to select multiple rows or columns or cells in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-11107495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting"}},{"HashCode":-107909573,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows to set the field name to order their members either in ascending or descending in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Order","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending or JSON order. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n `None`: It allows to display the field members based on JSON order.\n \n ","Metadata":{"Common.PropertyName":"Order"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSetting","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2037085784,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}},{"HashCode":-1042228949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `EnableSorting` property to be true.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1172615307,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2047502968,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1309176127,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle"}},{"HashCode":382382274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to set the custom styles for the formatting applied values in the pivot table.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"BackgroundColor","TypeName":"System.String","Documentation":"\n \n It allows to set the background color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"BackgroundColor"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n It allows to set the font color to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n It allows to set the font family to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontSize","TypeName":"System.String","Documentation":"\n \n It allows to set the font size to the value cell in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"FontSize"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1900798046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}},{"HashCode":1078760492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures pivot component templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-631880981,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":541938648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-866046352,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-68294042,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot cell. It renders along with the value text.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-954042742,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":445670837,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom template for pivot table tooltip displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":521264398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1762425127,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with HTML that can be used to displayed with custom formats in the pivot table.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'SpinnerTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.SpinnerTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1495394223,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-652608989,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":868971980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.PivotView.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the PivotView. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings"}},{"HashCode":-1921156935,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows the options for customizing the content of the cells to be wrapped in either rows and column headers or values or both headers and values in the pivot table.\n For example, to wrap the contents of the value cells in the pivot table, then set the property `WrapMode` to Content in the `textWrapSettings` class.\n The options available are:\n `Both`: Allows the content of the cells to be wrapped in both headers and values.\n `Header`: Allows the content of the cells to be wrapped in rows and column headers alone.\n `Content`: Allows the content of the cells to be packed for the value cells alone.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.PivotView.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the PivotView. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1266231091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValue"}},{"HashCode":-187640837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValue","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Allows you to set the axis name to the specific field. This will help to display the field in specified axis such as row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"BaseField","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseField"}},{"Kind":"Components.Component","Name":"BaseItem","TypeName":"System.String","Documentation":"\n \n Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"BaseItem"}},{"Kind":"Components.Component","Name":"Caption","TypeName":"System.String","Documentation":"\n \n Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n \n ","Metadata":{"Common.PropertyName":"Caption"}},{"Kind":"Components.Component","Name":"IsCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows to set whether the specified field is a calculated field or not. In general, a calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n > This option is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsCalculatedField"}},{"Kind":"Components.Component","Name":"IsNamedSet","TypeName":"System.Boolean","Documentation":"\n \n Allows you to set whether the specified field is a named set or not.\n In general, the named set is a set of dimension members or a set expression (MDX query) to be created as a dimension in the SSAS OLAP cube itself.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"IsNamedSet"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"ShowEditIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowEditIcon"}},{"Kind":"Components.Component","Name":"ShowFilterIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the filter icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This filter icon is used to filter the members of a specified field at runtime in the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterIcon"}},{"Kind":"Components.Component","Name":"ShowNoDataItems","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display all members items of a specific field to the pivot table, even doesn't have any data in its row/column intersection in data source.\n > It is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"ShowNoDataItems"}},{"Kind":"Components.Component","Name":"ShowRemoveIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowRemoveIcon"}},{"Kind":"Components.Component","Name":"ShowSortIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the sort icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This sort icon is used to order members of a specified field either in ascending or descending at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowSortIcon"}},{"Kind":"Components.Component","Name":"ShowSubTotals","TypeName":"System.Boolean","Documentation":"\n \n Allows to show or hide sub-totals to a specific field in row/column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowSubTotals"}},{"Kind":"Components.Component","Name":"ShowValueTypeIcon","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowValueTypeIcon"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.PivotView.SummaryTypes","IsEnum":true,"Documentation":"\n \n Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n `CalculatedField`: Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValue","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766549204,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues"}},{"HashCode":-1364778809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValues","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table. The following configurations which are applicable are as follows:\n `Name`: Allows you to set the field name that needs to be displayed in row/column/value/filter axis of pivot table.\n `Caption`: Allows you to set caption to the specific field. It will be used to display instead of its name in pivot table component's UI.\n `Type`: Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… Note: It is applicable only for relational data source.\n `BaseField`: Allows you to set the selective field, which used to display the values with either\n DifferenceFrom or PercentageOfDifferenceFrom or PercentageOfParentTotal aggregate types. Note: It is applicable only for relational data source.\n `BaseItem`: Allows you to set the selective item of a specific field, which used to display the values with either DifferenceFrom or PercentageOfDifferenceFrom aggregate types.\n The selective item should be set the from field specified in the baseField property. Note: It is applicable only for relational data source.\n `IsCalculatedField`: Allows to set whether the specified field is a calculated field or not.\n In general, the calculated field is created from the bound data source or using simple formula with basic arithmetic operators in the pivot table. Note: It is applicable only for OLAP data source.\n `ShowRemoveIcon`: Allows you to show or hide the remove icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This remove icon is used to remove the specified field during runtime.\n `ShowValueTypeIcon`: Allows you to show or hide the value type icon of a specific field that used to be displayed in the pivot button of the grouping bar and field list UI.\n This value type icon helps to select the appropriate aggregation type to specified value field at runtime.\n `ShowEditIcon`: Allows you to show or hide the edit icon of a specific field that used to be displayed on the pivot button of the grouping bar and field list UI.\n This edit icon is used to modify caption, formula, and format of a specified calculated field at runtime that to be displayed in the pivot table.\n `AllowDragAndDrop`: Allows you to restrict the specific field's pivot button that is used to drag on runtime in the grouping bar and field list UI.\n This will prevent you from modifying the current report.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValues"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2102579240,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PivotViewValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1643050282,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.PivotViewValues"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValues.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-511422151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings"}},{"HashCode":-1061872866,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"HeaderDelimiter","TypeName":"System.String","Documentation":"\n \n It allows to set the delimiter, which is used a separator to split the given header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderDelimiter"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n It allows to set the member name of a specific field for value sorting.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"Measure","TypeName":"System.String","Documentation":"\n \n It allows to set the measure name to achieve value sorting based on this.\n > It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Measure"}},{"Kind":"Components.Component","Name":"SortOrder","TypeName":"Syncfusion.Blazor.PivotView.Sorting","IsEnum":true,"Documentation":"\n \n Allows to apply sorting to the specified field either by ascending or descending. The types are,\n `Ascending`: It allows to display the field members in ascending order.\n `Descending`: It allows to display the field members in descending order.\n \n ","Metadata":{"Common.PropertyName":"SortOrder"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewValueSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1921971933,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The PivotView component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n PivotFieldlist JS interop adaptor.\n \n A type which provides schema for the pivot component. \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPivotFieldList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotFieldList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for PivotFieldList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of fieldList UI.\n These aggregate options help to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the field list element.\n Use this class name, you can customize the field list easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotFieldListDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Syncfusion.Blazor.PivotView.Mode","IsEnum":true,"Documentation":"\n \n Allows to show field list either in static or popup mode. The available modes are:\n `Popup`: To display the field list icon in pivot table UI to invoke the built-in dialog.\n It hepls to display over the pivot table UI without affecting any form of UI shrink within a web page.\n `Fixed`: To display the field list in a static position within a web page.\n \n ","Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the field list UI.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n > To use thsi option, set the property `RenderMode` to be Popup.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList","Components.GenericTyped":"True"}},{"HashCode":-1208415039,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The PivotView component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n The Blazor Pivot Field List component allows to add or remove fields and also rearrange them between different axes, including column, row, value, and filter along with sort and filter options dynamically at runtime.\n It can be displayed in two different formats either in-built (Popup) or stand-alone (Fixed) field list to interact with pivot table.\n \n \n PivotFieldlist JS interop adaptor.\n \n A type which provides schema for the pivot component. \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.SfPivotFieldList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotFieldList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for PivotFieldList component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of fieldList UI.\n These aggregate options help to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows you to add the CSS class name to the field list element.\n Use this class name, you can customize the field list easily at your end.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotFieldListDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source to the pivot report either as JSON data collection or from remote data server using DataManager to the render the pivot that and field list. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields to with specify the headers that used to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"RenderMode","TypeName":"Syncfusion.Blazor.PivotView.Mode","IsEnum":true,"Documentation":"\n \n Allows to show field list either in static or popup mode. The available modes are:\n `Popup`: To display the field list icon in pivot table UI to invoke the built-in dialog.\n It hepls to display over the pivot table UI without affecting any form of UI shrink within a web page.\n `Fixed`: To display the field list in a static position within a web page.\n \n ","Metadata":{"Common.PropertyName":"RenderMode"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the field list UI.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n > To use thsi option, set the property `RenderMode` to be Popup.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1771415511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPivotFieldList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-354767294,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.SfPivotFieldList"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotFieldList.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":63840879,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n A type which provides schema for the pivot component. \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPivotView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for the PivotTable.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of field list and groupingBar UI.\n These aggregate options helps to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowConditionalFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n You can apply the conditioanl formatting at runtime through the built-in dialog, invoked from the toolbar.\n To do so, set `AllowConditionalFormatting` and `showToolbar` properties to true to the component.\n Also, include the toolbar option ConditionalFormatting in the `toolbar` property.\n > You can also view the conditioanl formatting dialog by clicking an external button using the `showConditionalFormattingDialog` method.\n \n ","Metadata":{"Common.PropertyName":"AllowConditionalFormatting"}},{"Kind":"Components.Component","Name":"AllowDataCompression","TypeName":"System.Boolean","Documentation":"\n \n Allows large amounts of data to be loaded without any degradation of performance by compressing raw data on the basis of its uniqueness.\n These unique records will be provided as input to render the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDataCompression"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"AllowDrillThrough","TypeName":"System.Boolean","Documentation":"\n \n Allows to view the underlying raw data of a summarized cell in the pivot table.\n By double-clicking on any value cell, you can view the detailed raw data in a data grid inside a new window.\n In the new window, row header, column header and measure name of the clicked cell will be shown at the top.\n You can also include or exclude fields available in the data grid using column chooser option.\n \n ","Metadata":{"Common.PropertyName":"AllowDrillThrough"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an Excel document. Export can be done in two different file formats such as XLSX and CSV formats.\n You can export pivot table using the build-in toolbar option. To do so, set `AllowExcelExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the excelExport method. Use csvExport method to export the pivot table data to CSV format.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping UI in the pivot table that automatically groups date, time, number and string at runtime\n by right clicking on the pivot table’s row or column header, select Group. This will shows a dialog in which you can perform grouping with appropriate options to group the data.\n To ungroup, right click on the pivot table’s row or column header, select Ungroup.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowNumberFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to apply required number formatting to the pivot table values such as number, curreny, percentage or other custom formats at runtime through a built-in dialog, invoked from the toolbar.\n To do so, set allowNumberFormatting and showToolbar properties to true to the component.\n Also, include the toolbar option NumberFormatting in the toolbar property.\n > You can also view the number formatting dialog by clicking an external button using the ShowNumberFormattingDialog method.\n \n ","Metadata":{"Common.PropertyName":"AllowNumberFormatting"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an PDF document. You can export pivot table using the build-in toolbar option.\n To do so, set `AllowPdfExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the pdfExport method.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"System.String","Documentation":"\n \n Allows the table cell elements to be customized with either an HTML string or the element’s ID,\n that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"CellTemplate"}},{"Kind":"Components.Component","Name":"ChartSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n `Background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to 0.5.\n `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to Line.\n `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n `description`: Allows you to add a description of the pivot chart.\n `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n `enableExport`: Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n `isMultiSelect`: Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `selectionMode` to be Point or Series or Cluster.\n `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be Point or Series.\n `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to Point.\n `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n `subTitle`: Allows you to add the subtitle to the pivot chart.\n `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n `title`: Allows you to add title to the pivot chart.\n `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ChartSettings"}},{"Kind":"Components.Component","Name":"ChartTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to display the pivot chart with specific chart types from built-in chart options, invoked from the toolbar.\n The available chart types are:\n `Line`: Allows to display the pivot chart with line series.\n `Column`: Allows to display the pivot chart with column series.\n `Area`: Allows to display the pivot chart with area series.\n `Bar`: Allows to display the pivot chart with bar series.\n `StackingColumn`: Allows to display the pivot chart with stacked column series.\n `StackingArea`: Allows to display the pivot chart with stacked area series.\n `StackingBar`: Allows to display the pivot chart with stacked bar series.\n `StepLine`: Allows to display the pivot chart with step line series.\n `StepArea`: Allows to display the pivot chart with step area series.\n `SplineArea`: Allows to display the pivot chart with spline area series.\n `Scatter`: Allows to display the pivot chart with scatter series.\n `Spline`: Allows to display the pivot chart with spline series.\n `StackingColumn100`: Allows to display the pivot chart with 100% stacked column series.\n `StackingBar100`: Allows to display the pivot chart with 100% stacked bar series.\n `StackingArea100`: Allows to display the pivot chart with 100% stacked area series.\n `Bubble`: Allows to display the pivot chart with bubble series.\n `Pareto`: Allows to display the pivot chart with pareto series.\n `Polar`: Allows to display the pivot chart with polar series.\n `Radar`: Allows to display the pivot chart with radar series.\n `Pie`: Allows to display the pivot chart with pie series.\n `Doughnut`: Allows to display the pivot chart with doughnut series.\n `Funnel`: Allows to display the pivot chart with funnel series.\n `Pyramid`: Allows to display the pivot chart with pyramid series.\n \n ","Metadata":{"Common.PropertyName":"ChartTypes"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotViewDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `showAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DisplayOption","TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"DisplayOption"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `allowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `allowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `allowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `allowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `showConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `showDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Allows to restrict the cross-site scripting while using cell template, meaning it will remove the unwanted scripts,styles or HTML in your cell template.\n > In general, the cross-site scripting known as XSS is a type of computer security vulnerability typically found in web applications.\n It attacks enable attackers to inject client-side scripts into web pages viewed by other users.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableValueSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n You can sort the values by clicking directly on the value field header positioned either in row or column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableValueSorting"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n Allows to load the large amounts of data without any performance degradation by rendering rows and columns only in the current content view port.\n Rest of the aggregated data will be brought into view port dynamically based on vertical or horizontal scroll position.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ExportAllPages","TypeName":"System.Boolean","Documentation":"\n \n Allows you to export the pivot table data of all pages, i.e. the data that holds all the records given to render the pivot table will be exported as either an Excel or a PDF document.\n \n ","Metadata":{"Common.PropertyName":"ExportAllPages"}},{"Kind":"Components.Component","Name":"GridSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `gridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `allowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `allowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `allowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `rowHeight`: Allow to set height to the pivot table rows commonly.\n `columnWidth`: Allow to set width to the pivot table columns commonly.\n `clipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `allowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `selectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `selectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `contextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","Metadata":{"Common.PropertyName":"GridSettings"}},{"Kind":"Components.Component","Name":"GroupingBarSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `displayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `allowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"GroupingBarSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table to be set.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HyperlinkSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `showHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `showRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `showColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `showValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `showSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `headerText`: Allows you to set the visibility of hyperlink based on header text.\n `conditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `cssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkSettings"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"MaxRowsInDrillThrough","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the maximum number of raw data that used to view it in a data grid inside a new window while performing drill through on summarized cells in the pivot table.\n For example, if the value cell has a combination of more than 50,000 records, it allows only 10,000 records fetch from the cube and displayed in the data grid.\n > This property is applicable only for the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxRowsInDrillThrough"}},{"Kind":"Components.Component","Name":"PivotValues","TypeName":"Syncfusion.Blazor.PivotView.Matrix>","Documentation":"\n \n It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart.\n \n ","Metadata":{"Common.PropertyName":"PivotValues"}},{"Kind":"Components.Component","Name":"ShowFieldList","TypeName":"System.Boolean","Documentation":"\n \n Allows built-in popup field list to be enabled in the pivot table UI.\n The popup field list will be displayed over the pivot table UI without affecting any form of UI shrink,\n and allows to manipulate the pivot report through different ways such as add or remove fields and\n also rearrange them between different axes, including column, row, value, and filter along with sort and\n filter options dynamically at runtime to update the pivot table.\n > By default, the icon used to display the field list will be positioned at the top left corner of the pivot table UI.\n When groupingBar is enabled, the icon will be placed at the top right corner of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldList"}},{"Kind":"Components.Component","Name":"ShowGroupingBar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping bar UI in the pivot table that automatically populates fields from the bound report.\n It also allows you to modify the report with a variety of actions using the pivot buttons to update the pivot table during runtime.\n The following are:\n Re-arranging fields through drag-and-drop operation between row, column, value and filter axes.\n Remove fields from the existing report using remove icon.\n Filtering members of specific fields using filter icon.\n Sorting members of specific fields using sort icon.\n Editing the calculated fields using edit icon.\n Selecting required aggregate types to value field using dropdown icon.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupingBar"}},{"Kind":"Components.Component","Name":"ShowToolbar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the toolbar UI that holds built-in toolbar options to accessing frequently used features like\n switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowToolbar"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the tooltip to the value cells either by mouse hovering or by touch in the pivot table.\n The information used to be displayed in the tooltip is:\n Row: Holds the row header information of a specific value cell.\n Column: Holds the column header information of a specific value cell.\n Value: Holds the value field caption along with its value of a specific value cell.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the grouping bar and field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the grouping bar and field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows the built-in toolbar options that used to access features like switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n The available toolbar options are:\n `New`: Allows to create a new report.\n `Save`: Allows to save the current report.\n `Save As`: Allows to perform save as the current report.\n `Rename`: Allows to rename the current report.\n `Remove`: Allows to delete the current report.\n `Load`: Allows to load any report from the report list.\n `Grid`: Allows to show the pivot table.\n `Chart`: Allows to show the pivot chart with specific type from the built-in list.\n It also has the option to show the chart with multiple axes based on the value fields bound to the report.\n You can do this by selecting the checkbox at the bottom of the list.\n `Exporting`: Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG.\n `Sub-total`: Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default.\n `Grand Total`: Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart.\n `Conditional Formatting`: Allows to show the conditional formatting pop-up to apply formatting to the values.\n `Number Formatting`: Allows to show the number formatting pop-up to apply number formatting to the values.\n `Formatting`: Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component.\n `Field List`: Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop,\n add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime.\n `MDX`: Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"System.String","Documentation":"\n \n Allows the tooltip element to be customized with either an HTML string or the element’s ID,\n can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow the width of the pivot table to be set.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist popup dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Components.GenericTyped":"True"}},{"HashCode":1181313830,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.SfPivotView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n A type which provides schema for the pivot component. \n \n The PivotView component is used to read both OLAP and Relational datasource, allows to create multi-dimensional views for analysis and satisfying business user needs.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.SfPivotView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.SfPivotView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for the PivotTable.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AggregateTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to show a menu with built-in aggregate options displayed in the pivot button's dropdown icon of field list and groupingBar UI.\n These aggregate options helps to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… easily at runtime.\n The available aggregate options are:\n `Sum`: Allows to display the pivot table values with sum.\n `Product`: Allows to display the pivot table values with product.\n `Count`: Allows to display the pivot table values with count.\n `DistinctCount`: Allows to display the pivot table values with distinct count.\n `Min`: Allows to display the pivot table with minimum value.\n `Max`: Allows to display the pivot table with maximum value.\n `Avg`: Allows to display the pivot table values with average.\n `Index`: Allows to display the pivot table values with index.\n `PopulationStDev`: Allows to display the pivot table values with population standard deviation.\n `SampleStDev`: Allows to display the pivot table values with sample standard deviation.\n `PopulationVar`: Allows to display the pivot table values with population variance.\n `SampleVar`: Allows to display the pivot table values with sample variance.\n `RunningTotals`: Allows to display the pivot table values with running totals.\n `DifferenceFrom`: Allows to display the pivot table values with difference from the value of the base item in the base field.\n `PercentageOfDifferenceFrom`: Allows to display the pivot table values with percentage difference from the value of the base item in the base field.\n `PercentageOfGrandTotal`: Allows to display the pivot table values with percentage of grand total of all values.\n `PercentageOfColumnTotal`: Allows to display the pivot table values in each column with percentage of total values for the column.\n `PercentageOfRowTotal`: Allows to display the pivot table values in each row with percentage of total values for the row.\n `PercentageOfParentTotal`: Allows to display the pivot table values with percentage of total of all values based on selected field.\n `PercentageOfParentColumnTotal`: Allows to display the pivot table values with percentage of its parent total in each column.\n `PercentageOfParentRowTotal`: Allows to display the pivot table values with percentage of its parent total in each row.\n \n ","Metadata":{"Common.PropertyName":"AggregateTypes"}},{"Kind":"Components.Component","Name":"AllowCalculatedField","TypeName":"System.Boolean","Documentation":"\n \n Allows the built-in calculated field dialog to be displayed in the component.\n You can view the calculated field dialog by clicking the \"Calculated Field\" button in the field list UI.\n This dialog will helps you to create a new calculated field in the pivot table, based on available fields from the bound data source or using simple formula with basic arithmetic operators at runtime.\n \n ","Metadata":{"Common.PropertyName":"AllowCalculatedField"}},{"Kind":"Components.Component","Name":"AllowConditionalFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n You can apply the conditioanl formatting at runtime through the built-in dialog, invoked from the toolbar.\n To do so, set `AllowConditionalFormatting` and `showToolbar` properties to true to the component.\n Also, include the toolbar option ConditionalFormatting in the `toolbar` property.\n > You can also view the conditioanl formatting dialog by clicking an external button using the `showConditionalFormattingDialog` method.\n \n ","Metadata":{"Common.PropertyName":"AllowConditionalFormatting"}},{"Kind":"Components.Component","Name":"AllowDataCompression","TypeName":"System.Boolean","Documentation":"\n \n Allows large amounts of data to be loaded without any degradation of performance by compressing raw data on the basis of its uniqueness.\n These unique records will be provided as input to render the pivot table.\n \n ","Metadata":{"Common.PropertyName":"AllowDataCompression"}},{"Kind":"Components.Component","Name":"AllowDeferLayoutUpdate","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table component to be updated only on demand, meaning,\n you can perform a variety of operations such as drag-and-drop fields between row, column, value and filter axes,\n apply sorting and filtering inside the Field List, resulting the field list UI would be updated on its own, but not the pivot table.\n On clicking the “Apply” button in the Field List, the pivot table will updates the last modified report.\n This helps to improve the performance of the pivot table component rendering.\n \n ","Metadata":{"Common.PropertyName":"AllowDeferLayoutUpdate"}},{"Kind":"Components.Component","Name":"AllowDrillThrough","TypeName":"System.Boolean","Documentation":"\n \n Allows to view the underlying raw data of a summarized cell in the pivot table.\n By double-clicking on any value cell, you can view the detailed raw data in a data grid inside a new window.\n In the new window, row header, column header and measure name of the clicked cell will be shown at the top.\n You can also include or exclude fields available in the data grid using column chooser option.\n \n ","Metadata":{"Common.PropertyName":"AllowDrillThrough"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an Excel document. Export can be done in two different file formats such as XLSX and CSV formats.\n You can export pivot table using the build-in toolbar option. To do so, set `AllowExcelExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the excelExport method. Use csvExport method to export the pivot table data to CSV format.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowGrouping","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping UI in the pivot table that automatically groups date, time, number and string at runtime\n by right clicking on the pivot table’s row or column header, select Group. This will shows a dialog in which you can perform grouping with appropriate options to group the data.\n To ungroup, right click on the pivot table’s row or column header, select Ungroup.\n > This property is applicable only for relational data source.\n \n ","Metadata":{"Common.PropertyName":"AllowGrouping"}},{"Kind":"Components.Component","Name":"AllowNumberFormatting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to apply required number formatting to the pivot table values such as number, curreny, percentage or other custom formats at runtime through a built-in dialog, invoked from the toolbar.\n To do so, set allowNumberFormatting and showToolbar properties to true to the component.\n Also, include the toolbar option NumberFormatting in the toolbar property.\n > You can also view the number formatting dialog by clicking an external button using the ShowNumberFormattingDialog method.\n \n ","Metadata":{"Common.PropertyName":"AllowNumberFormatting"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Allows the pivot table data to be exported as an PDF document. You can export pivot table using the build-in toolbar option.\n To do so, set `AllowPdfExport` and `showToolbar` properties to true to the component.\n Also, include the toolbar option Exporting in the `toolbar` property.\n > You can also export the pivot table data by clicking an external button using the pdfExport method.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"System.String","Documentation":"\n \n Allows the table cell elements to be customized with either an HTML string or the element’s ID,\n that can be used to add additional HTML elements with custom formats to the cell elements that are displayed in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"CellTemplate"}},{"Kind":"Components.Component","Name":"ChartSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotChartSettings","Documentation":"\n \n Allows a set of options to customize a pivot chart with a variety of settings, such as chart series, chart area, axis labels, legends, border, crosshairs, theme, title, tooltip, zooming, etc.\n The following options are available to customize the pivot chart.\n `Background`: Allows you to change the background color of the chart series in the pivot chart.\n For example, to display the chart series with background color as red, set the property `background` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\".\n `border`: Allow options to customize the border of the chart series such as color and border size in the pivot chart.\n For example, to display the chart series border color as red, set the properties `color` to either \"red\" or \"#FF0000\" or \"rgba(255,0,0,1.0)\" and `width` to 0.5.\n `chartArea`: Allow options to customize the chart area with a variety of settings such as background color, border, opacity and background image in the pivot chart.\n For example, to change the of the pivot chart's background, set the property `opacity` to 0.5.\n `chartSeries`: Allow options to customize the chart series with different settings such as fill color, animation of the series,\n series width, border, visibility of the series, opacity, chart series types, marker, tooltip, trendlines, etc., in the pivot chart.\n For example, to display the line type pivot chart, set the property `type` to Line.\n `crosshair`: Allow options to customize the crosshair line with different settings such as color and width of the line,\n line types that are shown horizontally and vertically to indicate the value of the axis at the mouse hover or touch position in the pivot chart.\n `description`: Allows you to add a description of the pivot chart.\n `enableAnimation`: Allows you to enable/disable the tooltip animation while performing the mouse move from one point to another in the pivot chart.\n `enableExport`: Allows the pivot chart to be exported to either PDF or PNG or JPEG or SVG filter formats.\n `enableMultipleAxis`: Allows you to draw the pivot chart with multiple value fields as separate chart area.\n `enableSideBySidePlacement`: Allows you to draw points of the column type pivot chart series as side by side.\n `isMultiSelect`: Allows you to perform multiple selection in the pivot chart. To enable this option, it requires the property `selectionMode` to be Point or Series or Cluster.\n `isTransposed`: Allows you to render the pivot chart in a transposed manner or not.\n `legendSettings`: Allow options for customizing legends with different properties such as legend visibility,\n height, width, position, legend padding, alignment, textStyle, border, margin, background, opacity, description, tabIndex in the pivot chart.\n `margin`: Allow options to customize the left, right, top and bottom margins of the pivot chart.\n `palettes`: Allows you to draw the chart series points with custom color in the pivot chart.\n `primaryXAxis`: Allow options to customize the horzontal(row) axis with different properties such as labelIntersectAction, labelStyle, title,\n description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `primaryYAxis`: Allow options to customize the vertical(value) axis with different properties such as labelIntersectAction, labelStyle,\n title, description, crosshairTooltip, labelFormat, titleStyle, plotOffset, edgeLabelPlacement, labelPlacement, tickPosition, opposedPosition, minor and\n major grid lines, minor and major tick lines, border, etc. in the pivot chart.\n `selectedDataIndexes`: Allows you to highlight a specific point of the series while rendering the pivot chart.\n For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property `selectionMode` to be Point or Series.\n `selectionMode`: Allow options for customizing the selection mode to be done either by a specific series or point or cluster or by dragging it to the pivot chart.\n For example, to highlight a specific point in a specific series of the pivot chart, set the property `selectionMode` to Point.\n `showMultiLevelLabels`: Allows you to display the multi-level label feature in the pivot chart. This multi-level labels used to perform drill operation in the pivot chart.\n `subTitle`: Allows you to add the subtitle to the pivot chart.\n `subTitleStyle`: Allow options to customize the subtitle in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tabIndex`: Allows you to highlight specific legends by clicking the mouse or by interacting with the keyboard in the pivot chart.\n `theme`: Allows you to draw a pivot chart with either material, fabric, bootstrap, highcontrast light, material dark, fabric dark, highcontrast, bootstrap dark, bootstrap4 theme.\n `title`: Allows you to add title to the pivot chart.\n `titleStyle`: Allow options to customize the title in the pivot chart with different properties such as fontStyle, font size, fontWeight, font color, testAlignment, fontFamily, opacity, textOverflow.\n `tooltip`: Allow options to customize the tooltip of the pivot chart with different properties such as visibility of the tooltip, enableMarker, fill color, opacity, header for tooltip,\n format, textStyle, template, border, enableAnimation.\n `useGroupingSeparator`: Allows the group separator to be shown to the values in the pivot chart.\n `value`: Allows you to draw a pivot chart with a specific value field during initial loading.\n `zoomSettings`: Allow options to customize the pivot chart zooming with different properties such as enablePinchZooming, enableSelectionZooming,\n enableDeferredZooming, enableMouseWheelZooming, zoom modes, toolbarItems, enableScrollbar and enablePan.\n \n ","Metadata":{"Common.PropertyName":"ChartSettings"}},{"Kind":"Components.Component","Name":"ChartTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows you to display the pivot chart with specific chart types from built-in chart options, invoked from the toolbar.\n The available chart types are:\n `Line`: Allows to display the pivot chart with line series.\n `Column`: Allows to display the pivot chart with column series.\n `Area`: Allows to display the pivot chart with area series.\n `Bar`: Allows to display the pivot chart with bar series.\n `StackingColumn`: Allows to display the pivot chart with stacked column series.\n `StackingArea`: Allows to display the pivot chart with stacked area series.\n `StackingBar`: Allows to display the pivot chart with stacked bar series.\n `StepLine`: Allows to display the pivot chart with step line series.\n `StepArea`: Allows to display the pivot chart with step area series.\n `SplineArea`: Allows to display the pivot chart with spline area series.\n `Scatter`: Allows to display the pivot chart with scatter series.\n `Spline`: Allows to display the pivot chart with spline series.\n `StackingColumn100`: Allows to display the pivot chart with 100% stacked column series.\n `StackingBar100`: Allows to display the pivot chart with 100% stacked bar series.\n `StackingArea100`: Allows to display the pivot chart with 100% stacked area series.\n `Bubble`: Allows to display the pivot chart with bubble series.\n `Pareto`: Allows to display the pivot chart with pareto series.\n `Polar`: Allows to display the pivot chart with polar series.\n `Radar`: Allows to display the pivot chart with radar series.\n `Pie`: Allows to display the pivot chart with pie series.\n `Doughnut`: Allows to display the pivot chart with doughnut series.\n `Funnel`: Allows to display the pivot chart with funnel series.\n `Pyramid`: Allows to display the pivot chart with pyramid series.\n \n ","Metadata":{"Common.PropertyName":"ChartTypes"}},{"Kind":"Components.Component","Name":"DataSourceSettings","TypeName":"Syncfusion.Blazor.PivotView.IPivotViewDataSourceSettings","Documentation":"\n \n Allows the following pivot report information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list.\n `Catalog`: Allows to set the database name of SSAS cube as string type that used to retrieve the data from the specified connection string. Note: It is applicable only for OLAP data source.\n `cube`: Allows you to set the SSAS cube name as string type that used to retrieve data for pivot table rendering. Note: It is applicable only for OLAP data source.\n `providerType`: Allows to set the provider type to identify the given connection is either Relational or SSAS to render the pivot table and field list.\n `url`: Allows to set the URL as string type, which helps to identify the service endpoint where the data are processed and retrieved to render the pivot table and field list. Note: It is applicable only for OLAP data source.\n `localeIdentifier`: Allows you to set the specific culture code as number type to render pivot table with desired localization.\n By default, the pivot table displays with culture code 1033, which indicates \"en-US\" locale. Note: It is applicale only for OLAP data source.\n `dataSource`: Allows you to set the data source as JSON collection to the pivot report either from local or from remote server to the render the pivot that and field list.\n You can fetch JSON data from remote server by using DataManager. Note: It is applicable only for relational data source.\n `rows`: Allows specific fields associated with field information that needs to be displayed in row axis of pivot table.\n `columns`: Allows specific fields associated with field information that needs to be displayed in column axis of pivot table.\n `values`: Allows specific fields associated with field information that needs to be displayed as aggregated numeric values in pivot table.\n `filters`: Allows to filter the values in other axis based on the collection of filter fields in pivot table.\n `excludeFields`: Allows you to restrict the specific field(s) from displaying it in the field list UI.\n You may also be unable to render the pivot table with this field(s) by doing so. Note: It is applicable only for relational data source.\n `expandAll`: Allows you to either expand or collapse all the headers that are displayed in the pivot table.\n By default, all the headers are collapsed in the pivot table. Note: It is applicable only for Relational data.\n `valueAxis`: Allows you to set the value fields that to be plotted either in row or column axis in the pivot table.\n `filterSettings`: Allows specific fields associated with either selective or conditional-based filter members that used to be displayed in the pivot table.\n `sortSettings`: Allows specific fields associated with sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.\n By default, the data source containing fields are display with Ascending order alone. To use this option, it requires the `enableSorting` property to be true.\n `enableSorting`: Allows to perform sort operation to order members of a specific fields either in ascending or descending that used to be displayed in the pivot table.\n `formatSettings`: Allows specific fields used to display the values with specific format that used to be displayed in the pivot table.\n For example, to display a specific field with currency formatted values in the pivot table, the set the `format` property to be C.\n `drilledMembers`: Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.\n `valueSortSettings`: Allows to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n `calculatedFieldSettings`: Allows to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.\n `allowMemberFilter`: Allows to perform filter operation based on the selective filter members of the specific fields used to be displayed in the pivot table.\n `allowLabelFilter`: Allows to perform filter operation based on the selective headers used to be displayed in the pivot table.\n `allowValueFilter`: Allows to perform filter operation based only on value fields and its resultant aggregated values over other fields defined in row and column axes that used to be displayed in the pivot table.\n `showSubTotals`: Allows to show or hide sub-totals in both rows and columns axis of the pivot table.\n `showRowSubTotals`: Allows to show or hide sub-totals in row axis of the pivot table.\n `showColumnSubTotals`: Allows to show or hide sub-totals in column axis of the pivot table.\n `showGrandTotals`: Allows to show or hide grand totals in both rows and columns axis of the pivot table.\n `showRowGrandTotals`: Allows to show or hide grand totals in row axis of the pivot table.\n `showColumnGrandTotals`: Allows to show or hide grand totals in column axis of the pivot table.\n `showHeaderWhenEmpty`: Allows the undefined headers to be displayed in the pivot table, when the specific field(s) are not defined in the raw data.\n For example, if the raw data for the field ‘Country’ is defined as “United Kingdom” and “State” is not defined means, it will be shown as “United Kingdom >> Undefined” in the header section.\n `alwaysShowValueHeader`: Allows to show the value field header always in pivot table, even if it holds a single field in the value field axis.\n `conditionalFormatSettings`: Allows a collection of values fields to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.\n `emptyCellsTextContent`: Allows to show custom string to the empty value cells that used to display in the pivot table. You can fill empty value cells with any value like “0”, ”-”, ””, “(blank)”, etc.\n `groupSettings`: Allows specific fields to group their data on the basis of their type.\n For example, the date type fields can be formatted and displayed based on year, quarter, month, and more. Likewise, the number type fields can be grouped range-wise, such as 1-5, 6-10, etc.\n You can perform custom group to the string type fields that used to displayed in the pivot table.\n `showAggregationOnValueField`: Allows the pivot button with specific value field caption along with the aggregation type, to be displayed in the grouping bar and field list UI.\n For example, if the value field \"Sold Amount\" is aggregated with Sum, it will be displayed with caption \"Sum of Sold Amount\" in its pivot button.\n `authentication`: Allows you to set the credential information to access the specified SSAS cube. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"DataSourceSettings"}},{"Kind":"Components.Component","Name":"DisplayOption","TypeName":"Syncfusion.Blazor.PivotView.PivotViewDisplayOption","Documentation":"\n \n Allow options to configure the view port as either pivot table or pivot chart or both table and chart. The options available are:\n `View`: Allows you to choose the view port as either pivot table or pivot chart or both table and chart.\n `primary`: Allows you to set the primary view to be either pivot table or pivot chart. To use this option, it requires the property `view` to be Both.\n \n ","Metadata":{"Common.PropertyName":"DisplayOption"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewCellEditSettings","Documentation":"\n \n Allow options for performing CRUD operations, such as add, edit, delete, and update the raw items of any cell from the pivot table.\n The raw items can be viewed in a data grid that used to be displayed as a dialog by double-clicking the appropriate value cell in the pivot table.\n CRUD operations can be performed in this data grid either by double-clicking the cells or using toolbar options.\n The options available are as follows:\n `AllowAdding`: Allows you to add a new record to the data grid used to update the appropriate cells in the pivot table.\n `allowEditing`: Allows you to edit the existing record in the data grid that used to update the appropriate cells in the pivot table.\n `allowDeleting`: Allows you to delete the existing record from the data grid that used to update the appropriate cells in the pivot table.\n `allowCommandColumns`: Allows an additional column appended in the data grid layout holds the command buttons to perform the CRUD operations to edit,\n delete, and update the raw items to the data grid that used to update the appropriate cells in the pivot table.\n `mode`: Allow options for performing CRUD operations with different modes in the data grid that used to update the appropriate cells in the pivot table.\n The available modes are normal, batch and dialog. Normal mode is enabled for CRUD operations in the data grid by default.\n `allowEditOnDblClick`: Allows you to restrict CRUD operations by double-clicking the appropriate value cell in the pivot table.\n `showConfirmDialog`: Allows you to show the confirmation dialog to save and discard CRUD operations performed in the data grid that used to update the appropriate cells in the pivot table.\n `showDeleteConfirmDialog`: Allows you to show the confirmation dialog to delete any records from the data grid.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Allows to restrict the cross-site scripting while using cell template, meaning it will remove the unwanted scripts,styles or HTML in your cell template.\n > In general, the cross-site scripting known as XSS is a type of computer security vulnerability typically found in web applications.\n It attacks enable attackers to inject client-side scripts into web pages viewed by other users.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableValueSorting","TypeName":"System.Boolean","Documentation":"\n \n Allows you to sort individual value field and its aggregated values either in row or column axis to ascending or descending order.\n You can sort the values by clicking directly on the value field header positioned either in row or column axis of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"EnableValueSorting"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n Allows to load the large amounts of data without any performance degradation by rendering rows and columns only in the current content view port.\n Rest of the aggregated data will be brought into view port dynamically based on vertical or horizontal scroll position.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"ExportAllPages","TypeName":"System.Boolean","Documentation":"\n \n Allows you to export the pivot table data of all pages, i.e. the data that holds all the records given to render the pivot table will be exported as either an Excel or a PDF document.\n \n ","Metadata":{"Common.PropertyName":"ExportAllPages"}},{"Kind":"Components.Component","Name":"GridSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGridSettings","Documentation":"\n \n Allows the set of options to customize rows, columns, values cell and its content in the pivot table. The following options to customize the pivot table are:\n `Height`: Allow the height of the pivot table content to be set,\n meaning that the height given should be applied without considering the column headers in the pivot table.\n `width`: Allow to set width of the pivot table. Note: The pivot table will not display less than 400px,\n as it is the minimum width to the component.\n `gridLines`: Allow the options for customizing the cell borders of each cell to be displayed in the pivot table.\n For example, to display a pivot table without cell borders, set the property `gridLines` to None.\n `allowTextWrap`: Allow the contents of the cells to be wrapped when they exceed the width of the cells in the pivot table.\n `textWrapSettings`: Allows options to wrap either column and row header or value or both header and cell content.\n For example, to allow the wrap option to value cells alone, then set the property `wrapMode` to Content in the `textWrapSettings` class.\n `allowReordering`: Allows to reorder a specific column header from one index to another index in the pivot table by drag-and-drop.\n `allowResizing`: Allows the columns to be resized by clicking and dragging the right edge of the column headers.\n `rowHeight`: Allow to set height to the pivot table rows commonly.\n `columnWidth`: Allow to set width to the pivot table columns commonly.\n `clipMode`: Allows the contents of the cell overflow to be displayed in the pivot table.\n For example, to truncate the cell content of a cell when it overflows with respect to its cell width, set the property `clipMode` to Clip.\n `allowSelection`: Allows a row or column or cell to be highlighted by simply clicking or arrow key in the pivot table.\n `selectionSettings`: Allow set of options to customize the selection of a row or column or cell by simply clicking on the arrow key in the pivot table.\n For example, to highlight both rows and columns with multiple selection, set the properties `mode` to Both and `type` to Multiple in `selectionSettings` class.\n `selectedRowIndex`: Allows to highlight specific row in the pivot table during initial rendering. For example, to highlight the pivot table's first row, set the property `selectedRowIndex` to 0.\n `contextMenuItems`: Allows to show built-in context with pre-defined menu option or custom menu options by simply right clicking on the pivot table cell.\n \n ","Metadata":{"Common.PropertyName":"GridSettings"}},{"Kind":"Components.Component","Name":"GroupingBarSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewGroupingBarSettings","Documentation":"\n \n Allows a set of options for customizing the grouping bar UI with a variety of settings such as UI visibility to a specific view port,\n customizing the pivot button features such as filtering, sorting, changing aggregate types, removing any fields.\n The options available to customize the grouping bar UI are:\n `ShowFilterIcon`: Allows you to show or hide the filter icon that used to be displayed on the pivot button of the grouping bar UI.\n This filter icon is used to filter the members of a particular field at runtime in the pivot table.\n `showSortIcon`: Allows you to show or hide the sort icon that used to be displayed in the pivot button of the grouping bar UI.\n This sort icon is used to order members of a particular fields either in ascending or descending at runtime.\n `showRemoveIcon`: Allows you to show or hide the remove icon that used to be displayed in the pivot button of the grouping bar UI.\n This remove icon is used to remove any field during runtime.\n `showValueTypeIcon`: Allows you to show or hide the value type icon that used to be displayed in the pivot button of the grouping bar UI.\n This value type icon helps to select the appropriate aggregation type to value fields at runtime.\n `displayMode`: Allow options to show the grouping bar UI to specific view port such as either pivot table or pivot chart or both table and chart.\n For example, to show the grouping bar UI to pivot table on its own, set the property `displayMode` to Table.\n `allowDragAndDrop`: Allows you to restrict the pivot buttons that were used to drag on runtime in the grouping bar UI. This will prevent you from modifying the current report.\n \n ","Metadata":{"Common.PropertyName":"GroupingBarSettings"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Allow the height of the pivot table to be set.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HyperlinkSettings","TypeName":"Syncfusion.Blazor.PivotView.PivotViewHyperlinkSettings","Documentation":"\n \n Allow a set of options to display a hyperlink to link data for individual cells that are shown in the pivot table.\n These options allow you to enable a separate hyperlink for row headers, column headers, value cells, and summary cells in the `HyperlinkSettings` class.\n The options available are:\n `showHyperlink`: Allows you to set the visibility of hyperlink in all cells.\n `showRowHeaderHyperlink`: Allows you to set the visibility of hyperlink in row headers.\n `showColumnHeaderHyperlink`: Allows you to set the visibility of hyperlink in column headers.\n `showValueCellHyperlink`: Allows you to set the visibility of hyperlink in value cells.\n `showSummaryCellHyperlink`: Allows you to set the visibility of hyperlink in summary cells.\n `headerText`: Allows you to set the visibility of hyperlink based on header text.\n `conditionalSettings`: Allows you to set the visibility of hyperlink based on specific condition.\n `cssClass`: Allows you to add CSS class name to the hyperlink options.\n \n ","Metadata":{"Common.PropertyName":"HyperlinkSettings"}},{"Kind":"Components.Component","Name":"LoadOnDemandInMemberEditor","TypeName":"System.Boolean","Documentation":"\n \n Allows to load members inside the member filter dialog on-demand.\n The first level members will be loaded from the OLAP cube to display the member editor by default.\n As a result, the member editor will be opened quickly, without any performance constraints.\n You can use either of the following actions to load your next level members. The actions are:\n By clicking on the respective member's expander button. By doing so, only the child members of the respective member will be loaded.\n Choose the level from the drop-down button. By doing so, all the members up to the level chosen will be loaded from the cube.\n \n ","Metadata":{"Common.PropertyName":"LoadOnDemandInMemberEditor"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MaxNodeLimitInMemberEditor","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the limit for displaying members while loading large data in the member filter dialog.\n Based on this limit, initial loading will be completed quickly without any performance constraint.\n A message with remaining member count, that are not currently shown in the member filter dialog UI, will be displayed in the member editor.\n > This property is not applicable to user-defined hierarchies in the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxNodeLimitInMemberEditor"}},{"Kind":"Components.Component","Name":"MaxRowsInDrillThrough","TypeName":"System.Int32","Documentation":"\n \n Allows you to set the maximum number of raw data that used to view it in a data grid inside a new window while performing drill through on summarized cells in the pivot table.\n For example, if the value cell has a combination of more than 50,000 records, it allows only 10,000 records fetch from the cube and displayed in the data grid.\n > This property is applicable only for the OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"MaxRowsInDrillThrough"}},{"Kind":"Components.Component","Name":"PivotValues","TypeName":"Syncfusion.Blazor.PivotView.Matrix>","Documentation":"\n \n It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart.\n \n ","Metadata":{"Common.PropertyName":"PivotValues"}},{"Kind":"Components.Component","Name":"ShowFieldList","TypeName":"System.Boolean","Documentation":"\n \n Allows built-in popup field list to be enabled in the pivot table UI.\n The popup field list will be displayed over the pivot table UI without affecting any form of UI shrink,\n and allows to manipulate the pivot report through different ways such as add or remove fields and\n also rearrange them between different axes, including column, row, value, and filter along with sort and\n filter options dynamically at runtime to update the pivot table.\n > By default, the icon used to display the field list will be positioned at the top left corner of the pivot table UI.\n When groupingBar is enabled, the icon will be placed at the top right corner of the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ShowFieldList"}},{"Kind":"Components.Component","Name":"ShowGroupingBar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the grouping bar UI in the pivot table that automatically populates fields from the bound report.\n It also allows you to modify the report with a variety of actions using the pivot buttons to update the pivot table during runtime.\n The following are:\n Re-arranging fields through drag-and-drop operation between row, column, value and filter axes.\n Remove fields from the existing report using remove icon.\n Filtering members of specific fields using filter icon.\n Sorting members of specific fields using sort icon.\n Editing the calculated fields using edit icon.\n Selecting required aggregate types to value field using dropdown icon.\n \n ","Metadata":{"Common.PropertyName":"ShowGroupingBar"}},{"Kind":"Components.Component","Name":"ShowToolbar","TypeName":"System.Boolean","Documentation":"\n \n Allows you to show the toolbar UI that holds built-in toolbar options to accessing frequently used features like\n switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n \n ","Metadata":{"Common.PropertyName":"ShowToolbar"}},{"Kind":"Components.Component","Name":"ShowTooltip","TypeName":"System.Boolean","Documentation":"\n \n Allows you to display the tooltip to the value cells either by mouse hovering or by touch in the pivot table.\n The information used to be displayed in the tooltip is:\n Row: Holds the row header information of a specific value cell.\n Column: Holds the column header information of a specific value cell.\n Value: Holds the value field caption along with its value of a specific value cell.\n \n ","Metadata":{"Common.PropertyName":"ShowTooltip"}},{"Kind":"Components.Component","Name":"ShowValuesButton","TypeName":"System.Boolean","Documentation":"\n \n Allows you to create a pivot button with \"Values\" as a caption used to display in the grouping bar and field list UI.\n It helps you to plot the value fields to either column or row axis during runtime.\n > The showValuesButton property is enabled by default for the OLAP data source.\n And the pivot button can be displayed with \"Measures\" as a caption used to display in the grouping bar and field list UI.\n \n ","Metadata":{"Common.PropertyName":"ShowValuesButton"}},{"Kind":"Components.Component","Name":"SpinnerTemplate","TypeName":"System.String","Documentation":"\n \n Allows the appearance of the loading indicator to be customized with either an HTML string or the element’s ID,\n that can be used to displayed with custom formats in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"SpinnerTemplate"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows the built-in toolbar options that used to access features like switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime.\n The available toolbar options are:\n `New`: Allows to create a new report.\n `Save`: Allows to save the current report.\n `Save As`: Allows to perform save as the current report.\n `Rename`: Allows to rename the current report.\n `Remove`: Allows to delete the current report.\n `Load`: Allows to load any report from the report list.\n `Grid`: Allows to show the pivot table.\n `Chart`: Allows to show the pivot chart with specific type from the built-in list.\n It also has the option to show the chart with multiple axes based on the value fields bound to the report.\n You can do this by selecting the checkbox at the bottom of the list.\n `Exporting`: Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG.\n `Sub-total`: Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default.\n `Grand Total`: Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart.\n `Conditional Formatting`: Allows to show the conditional formatting pop-up to apply formatting to the values.\n `Number Formatting`: Allows to show the number formatting pop-up to apply number formatting to the values.\n `Formatting`: Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component.\n `Field List`: Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop,\n add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime.\n `MDX`: Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"System.String","Documentation":"\n \n Allows the tooltip element to be customized with either an HTML string or the element’s ID,\n can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.\n \n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Allow the width of the pivot table to be set.\n > The pivot table will not display less than 400px, as it is the minimum width to the component.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the html attributes.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"ElementAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component. This can be used to specify custom style, class and other attributes to the pivot table.\n \n ","Metadata":{"Common.PropertyName":"ElementAttributes"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Allows you to set the specific target element to the fieldlist popup dialog.\n This helps the field list dialog to display the appropriate position on its target element.\n \n ","Metadata":{"Common.PropertyName":"Target"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1044940343,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfPivotView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":980976473,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.PivotView.SfPivotView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.PivotView.SfPivotView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1456860841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Aggregate Menu Class.\n \n Generic Type Parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AggregateMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AggregateMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","Components.GenericTyped":"True"}},{"HashCode":89628824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Aggregate Menu Class.\n \n Generic Type Parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AggregateMenu component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AggregateMenu","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1958185720,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Value setting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueSettingsDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","Components.GenericTyped":"True"}},{"HashCode":1907066910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Value setting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ValueSettingsDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-5508103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Axis field render class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Fields.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Documentation":"\n \n Pivot Fieldlist View.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","Components.GenericTyped":"True"}},{"HashCode":2017469556,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Axis field render class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Fields.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Documentation":"\n \n Pivot Fieldlist View.\n \n ","Metadata":{"Common.PropertyName":"View"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1652678585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Adaptive calulated field.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveCalculatedLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"dynamic","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"Parent"}},{"Kind":"Components.Component","Name":"AdaptiveAddFormula","TypeName":"System.Boolean","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"AdaptiveAddFormula"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","Components.GenericTyped":"True"}},{"HashCode":-1510976390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Adaptive calulated field.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"dynamic","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"Parent"}},{"Kind":"Components.Component","Name":"AdaptiveAddFormula","TypeName":"System.Boolean","Documentation":"\n \n Parent component.\n \n ","Metadata":{"Common.PropertyName":"AdaptiveAddFormula"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveCalculatedLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1028726369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated field confirm dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalculatedFieldConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRemove","TypeName":"System.Boolean","Documentation":"\n \n Removed.\n \n ","Metadata":{"Common.PropertyName":"IsRemove"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Calculated fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","Components.GenericTyped":"True"}},{"HashCode":-2051654549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated field confirm dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRemove","TypeName":"System.Boolean","Documentation":"\n \n Removed.\n \n ","Metadata":{"Common.PropertyName":"IsRemove"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Calculated fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldConfirmDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1623233930,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated Field Dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalculatedFieldDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","Components.GenericTyped":"True"}},{"HashCode":801437551,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Calculated Field Dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CalculatedFieldDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1329523138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Error dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ErrorDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","Components.GenericTyped":"True"}},{"HashCode":-407054945,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Error dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ErrorDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ErrorDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1634930538,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom filter class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CustomFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CustomFilter component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"FilterInfo","TypeName":"Syncfusion.Blazor.PivotView.Filter","Documentation":"\n \n Filter information.\n \n ","Metadata":{"Common.PropertyName":"FilterInfo"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Filter type.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","Components.GenericTyped":"True"}},{"HashCode":711193146,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Custom filter class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.CustomFilter component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"FilterInfo","TypeName":"Syncfusion.Blazor.PivotView.Filter","Documentation":"\n \n Filter information.\n \n ","Metadata":{"Common.PropertyName":"FilterInfo"}},{"Kind":"Components.Component","Name":"FilterType","TypeName":"Syncfusion.Blazor.PivotView.FilterType","IsEnum":true,"Documentation":"\n \n Filter type.\n \n ","Metadata":{"Common.PropertyName":"FilterType"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.CustomFilter","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-76963201,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Filter dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FilterDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","Components.GenericTyped":"True"}},{"HashCode":560612157,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Filter dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FilterDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FilterDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1473468998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Member editor dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MemberEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MemberEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"AllowExcelLikeFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows excel like filter.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelLikeFilter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","Components.GenericTyped":"True"}},{"HashCode":1129971416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Member editor dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MemberEditor component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"FieldName","TypeName":"System.String","Documentation":"\n \n Fieldname.\n \n ","Metadata":{"Common.PropertyName":"FieldName"}},{"Kind":"Components.Component","Name":"FieldCaption","TypeName":"System.String","Documentation":"\n \n Fieldcaption.\n \n ","Metadata":{"Common.PropertyName":"FieldCaption"}},{"Kind":"Components.Component","Name":"AllowExcelLikeFilter","TypeName":"System.Boolean","Documentation":"\n \n Allows excel like filter.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelLikeFilter"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MemberEditor","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":507861846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot button.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotButton component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.PivotView.FieldOptions","Documentation":"\n \n Field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"PrimaryView","TypeName":"System.String","Documentation":"\n \n Primary view.\n \n ","Metadata":{"Common.PropertyName":"PrimaryView"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Button axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"ButtonInfo","TypeName":"Syncfusion.Blazor.PivotView.PivotButtonInfo","Documentation":"\n \n Button information.\n \n ","Metadata":{"Common.PropertyName":"ButtonInfo"}},{"Kind":"Components.Component","Name":"ValuePosition","TypeName":"System.Int32","Documentation":"\n \n Value position.\n \n ","Metadata":{"Common.PropertyName":"ValuePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotButton","Components.GenericTyped":"True"}},{"HashCode":-1572039019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot button.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotButton component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Field","TypeName":"Syncfusion.Blazor.PivotView.FieldOptions","Documentation":"\n \n Field.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"PrimaryView","TypeName":"System.String","Documentation":"\n \n Primary view.\n \n ","Metadata":{"Common.PropertyName":"PrimaryView"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Documentation":"\n \n Button axis.\n \n ","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"ButtonInfo","TypeName":"Syncfusion.Blazor.PivotView.PivotButtonInfo","Documentation":"\n \n Button information.\n \n ","Metadata":{"Common.PropertyName":"ButtonInfo"}},{"Kind":"Components.Component","Name":"ValuePosition","TypeName":"System.Int32","Documentation":"\n \n Value position.\n \n ","Metadata":{"Common.PropertyName":"ValuePosition"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotButton","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1703003896,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist Content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveFieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","Components.GenericTyped":"True"}},{"HashCode":1681062833,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist Content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1068068077,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AdaptiveFieldListDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","Components.GenericTyped":"True"}},{"HashCode":-1573687307,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Adaptive Fieldlist dialog.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AdaptiveFieldListDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87650602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Axis Table.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisTableRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","Components.GenericTyped":"True"}},{"HashCode":583970662,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Axis Table.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisTableRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-293452053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Fieldlist container class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldListContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContainer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","Components.GenericTyped":"True"}},{"HashCode":1435889101,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Fieldlist container class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContainer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContainer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1490403280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","Components.GenericTyped":"True"}},{"HashCode":-1941053850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FieldListContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FieldListContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1871901299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FooterLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","Components.GenericTyped":"True"}},{"HashCode":927479734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.FooterLayout component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.FooterLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1699743325,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.TreeRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","Components.GenericTyped":"True"}},{"HashCode":-1167954130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.TreeRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.TreeRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2051482803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Condition Formatting Dialog.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConditionalFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","Components.GenericTyped":"True"}},{"HashCode":-425729014,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Condition Formatting Dialog.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConditionalFormatting","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-966264652,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Drillthrough dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DrillthroughDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","Components.GenericTyped":"True"}},{"HashCode":1173185261,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Drillthrough dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.DrillthroughDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1224014944,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AllFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","Components.GenericTyped":"True"}},{"HashCode":-1973812135,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AllFieldRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":166708927,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping bar class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupingBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","Components.GenericTyped":"True"}},{"HashCode":-379328797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping bar class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingBar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"View","TypeName":"System.String","Metadata":{"Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingBar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":536851769,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GroupingDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","Components.GenericTyped":"True"}},{"HashCode":-1571909304,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grouping dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GroupingDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GroupingDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1915176226,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Number formatting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumberFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.NumberFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","Components.GenericTyped":"True"}},{"HashCode":291078245,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Number formatting dialog class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.NumberFormatting component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.NumberFormatting","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097890835,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivt Chart Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChart","Components.GenericTyped":"True"}},{"HashCode":-1969091912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChart","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivt Chart Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChart"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChart component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChart","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":540341314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot chart initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","Components.GenericTyped":"True"}},{"HashCode":1090873841,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Pivot chart initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1899840046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","Components.GenericTyped":"True"}},{"HashCode":-1060391948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotChartRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1828540603,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid colujmn header class.\n \n Generic type paramter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridColumnHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridColumnHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Documentation":"\n \n Pivot Table .\n \n ","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GridColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Grid columns.\n \n ","Metadata":{"Common.PropertyName":"GridColumns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","Components.GenericTyped":"True"}},{"HashCode":-909750755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid colujmn header class.\n \n Generic type paramter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridColumnHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.PivotView.SfPivotView","Documentation":"\n \n Pivot Table .\n \n ","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"GridColumns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Grid columns.\n \n ","Metadata":{"Common.PropertyName":"GridColumns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridColumnHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":95937671,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","Components.GenericTyped":"True"}},{"HashCode":-1764462755,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid initializer class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1446801269,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid Renderer Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","Components.GenericTyped":"True"}},{"HashCode":1872357893,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Grid Renderer Class.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.GridRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1688641700,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Cell.\n \n TValue.\n TCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotCell","Components.GenericTyped":"True"}},{"HashCode":-1536647691,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotCell","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Cell.\n \n TValue.\n TCell.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.PivotView.Internal.PivotCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-545392098,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChartDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ChartDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","Components.GenericTyped":"True"}},{"HashCode":-355262026,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ChartDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ChartDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":162373455,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To Show/Hide Dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","Components.GenericTyped":"True"}},{"HashCode":1779875986,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ConfirmDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To Show/Hide Dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ConfirmDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-218363978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LoadReportList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.LoadReportList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","Components.GenericTyped":"True"}},{"HashCode":1849535213,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.LoadReportList component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.LoadReportList","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-54371819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MdxDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MdxDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","Components.GenericTyped":"True"}},{"HashCode":-831467869,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.MdxDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.MdxDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1199208757,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To show/hide dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","Components.GenericTyped":"True"}},{"HashCode":-1695326736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ShowDialog","TypeName":"System.Boolean","Documentation":"\n \n To show/hide dialog.\n \n ","Metadata":{"Common.PropertyName":"ShowDialog"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":106408198,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ReportManipulation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportManipulation component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","Components.GenericTyped":"True"}},{"HashCode":69361931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ReportManipulation component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ReportManipulation","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1070332270,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.Toolbar","Components.GenericTyped":"True"}},{"HashCode":699687527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.Toolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.Toolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":139051380,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ToolbarOptions component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Items.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"IsTemplateMenuItem","TypeName":"System.Boolean","Documentation":"\n \n Whether Menu items are Template.\n \n ","Metadata":{"Common.PropertyName":"IsTemplateMenuItem"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","Components.GenericTyped":"True"}},{"HashCode":420883911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Toolbar Class.\n \n Generic Type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.ToolbarOptions component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.Navigations.ItemModel","Documentation":"\n \n Items.\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"IsTemplateMenuItem","TypeName":"System.Boolean","Documentation":"\n \n Whether Menu items are Template.\n \n ","Metadata":{"Common.PropertyName":"IsTemplateMenuItem"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.ToolbarOptions","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-845904032,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Tooltip.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","Components.GenericTyped":"True"}},{"HashCode":-785443865,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Class for Pivot Tooltip.\n \n Generic type parameter.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.PivotTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.PivotTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1212368432,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AxisFieldRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Fields"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","Components.GenericTyped":"True"}},{"HashCode":-1761741,"Kind":"Components.Component","Name":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.PivotView.Internal.AxisFieldRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Axis","TypeName":"System.String","Metadata":{"Common.PropertyName":"Axis"}},{"Kind":"Components.Component","Name":"Fields","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Fields"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.PivotView.Internal.AxisFieldRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1259006360,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class provides data for the animation to Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay in milliseconds to start the animation.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration in milliseconds that the animation takes to open or close the dialog.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Popups.DialogEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the dialog.\n If the user sets Fade animation, the dialog will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the dialog:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings"}},{"HashCode":1627240926,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class provides data for the animation to Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Double","Documentation":"\n \n Specifies the delay in milliseconds to start the animation.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration in milliseconds that the animation takes to open or close the dialog.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.Popups.DialogEffect","IsEnum":true,"Documentation":"\n \n Specifies the animation name that should be applied on while opening and closing the dialog.\n If the user sets Fade animation, the dialog will open with the `FadeIn` effect and close with the `FadeOut` effect.\n The following are the list of animation effects available to configure to the dialog:\n 1. Fade\n 2. FadeZoom\n 3. FlipLeftDown\n 4. FlipLeftUp\n 5. FlipRightDown\n 6. FlipRightUp\n 7. FlipXDown\n 8. FlipXUp\n 9. FlipYLeft\n 10. FlipYRight\n 11. SlideBottom\n 12. SlideLeft\n 13. SlideRight\n 14. SlideTop\n 15. Zoom\n 16. None.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-684281215,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Dialog button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when `click` the dialog button.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"IsFlat","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Flat appearance of the dialog buttons.\n \n ","Metadata":{"Common.PropertyName":"IsFlat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton"}},{"HashCode":-836763126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Provides data to configure the Dialog button properties.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `content` of the Button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space in the Button element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the Button is `disabled`.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines the class/multiple classes separated by a space for the Button that is used to include an icon.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before or after the text content in the Button.\n The possible values are: Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the Button to be enhanced and visually appealing when set to `true`.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the Button toggle, when set to `true`.\n When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when `click` the dialog button.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Popups.ButtonType","IsEnum":true,"Documentation":"\n \n Specifies the type of the button.\n Possible values are Button, Submit, and Reset.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"IsFlat","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Flat appearance of the dialog buttons.\n \n ","Metadata":{"Common.PropertyName":"IsFlat"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1619200120,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1900133200,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Spinner element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.DialogButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1176962995,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Dialog buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons"}},{"HashCode":34169299,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A list of buttons that are used to configure the Dialog buttons.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1850765948,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":351962213,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content of the Dialog Button element.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.DialogButtons"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogButtons.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1799384473,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Dialog component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the dialog is closed.\n If you cancel this event, the dialog remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user drags the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDrag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n If you cancel this event, the dialog remains closed.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayModalClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayModalClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user resizes the dialog.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogEvents"}},{"HashCode":-671760160,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure handlers to handle the events with the Dialog component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the dialog is closed.\n If you cancel this event, the dialog remains opened.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user drags the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDrag","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops dragging the dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDragStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n If you cancel this event, the dialog remains closed.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOverlayModalClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the overlay of the dialog is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnOverlayModalClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user begins to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user stops to resize a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the user resizes the dialog.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2106549746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogPositionData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a dialog in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogPositionData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the offset left value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the offset top value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogPositionData"}},{"HashCode":773130088,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogPositionData","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures to display a dialog in the custom position within the document or target.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogPositionData"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.String","Documentation":"\n \n Specifies the offset left value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.String","Documentation":"\n \n Specifies the offset top value to position the dialog.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1838174864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates"}},{"HashCode":-1602273761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.DialogTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display within a header, content, and footer section of Dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.DialogTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Header","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-213064890,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Header","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2040590770,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Header","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Header","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Header","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1258669753,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-820570593,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1827092570,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":705796260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer template of the dialog.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Popups.DialogTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.DialogTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":802702536,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the dialog component that displays the information and gets input from the user.\n Two types of dialog components are `Modal and Modeless(non-modal)` depending on their interaction with the parent application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be dragged by the end-user.\n The dialog allows a user to drag by selecting the header and dragging it for re-positioning the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the action `Buttons` that contains button properties with primary attributes and the click events.\n One or more action buttons can be configured to the dialog.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be closed on pressing the escape (ESC) key.\n that is used to control the dialog's closing behavior.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be resized by the end-user.\n If the enableResize is true, the dialog component creates a grip to resize it in a diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeHandles","TypeName":"Syncfusion.Blazor.Popups.ResizeDirection[]","Documentation":"\n \n Specifies the resize handles direction in the dialog component that can be resized by the end-user.\n \n ","Metadata":{"Common.PropertyName":"ResizeHandles"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"System.String","Documentation":"\n \n Specifies the template value that can be displayed with the dialog's footer area.\n This is an optional property and can be used only when the footer is occupied with information or custom components.\n By default, the footer is configured with the action buttons.\n If the footer template is configured to the dialog, the buttons property will be disabled.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the dialog element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and\n the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target.\n The position can be represented with pre-configured positions or specific X and Y values.\n `X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog’s title section.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `Document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the dialog component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-order for rendering that determines whether the dialog is displayed\n in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog"}},{"HashCode":-1569535459,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the dialog component that displays the information and gets input from the user.\n Two types of dialog components are `Modal and Modeless(non-modal)` depending on their interaction with the parent application.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowDragging","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be dragged by the end-user.\n The dialog allows a user to drag by selecting the header and dragging it for re-positioning the dialog.\n \n ","Metadata":{"Common.PropertyName":"AllowDragging"}},{"Kind":"Components.Component","Name":"AnimationSettings","TypeName":"Syncfusion.Blazor.Popups.DialogAnimationSettings","Documentation":"\n \n Specifies the animation settings of the dialog component.\n The animation effect can be applied to open and close the dialog with duration and delay.\n \n ","Metadata":{"Common.PropertyName":"AnimationSettings"}},{"Kind":"Components.Component","Name":"Buttons","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the action `Buttons` that contains button properties with primary attributes and the click events.\n One or more action buttons can be configured to the dialog.\n \n ","Metadata":{"Common.PropertyName":"Buttons"}},{"Kind":"Components.Component","Name":"CloseOnEscape","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be closed on pressing the escape (ESC) key.\n that is used to control the dialog's closing behavior.\n \n ","Metadata":{"Common.PropertyName":"CloseOnEscape"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's content section.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the dialog.\n One or more custom CSS classes can be added to a dialog.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value whether the dialog component can be resized by the end-user.\n If the enableResize is true, the dialog component creates a grip to resize it in a diagonal direction.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeHandles","TypeName":"Syncfusion.Blazor.Popups.ResizeDirection[]","Documentation":"\n \n Specifies the resize handles direction in the dialog component that can be resized by the end-user.\n \n ","Metadata":{"Common.PropertyName":"ResizeHandles"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in the right to left (RTL) direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"System.String","Documentation":"\n \n Specifies the template value that can be displayed with the dialog's footer area.\n This is an optional property and can be used only when the footer is occupied with information or custom components.\n By default, the footer is configured with the action buttons.\n If the footer template is configured to the dialog, the buttons property will be disabled.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate"}},{"Kind":"Components.Component","Name":"Header","TypeName":"System.String","Documentation":"\n \n Specifies the value that can be displayed in the dialog's title area that can be configured with a plain text.\n The dialog will be displayed without the header if the header property is null.\n \n ","Metadata":{"Common.PropertyName":"Header"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional Html attributes such as id, title, etc., to the dialog element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IsModal","TypeName":"System.Boolean","Documentation":"\n \n Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.\n `Modal`: It creates an overlay that disables interaction with the parent application and\n the user who should respond with modal before continuing with other applications.\n `Modeless`: It does not prevent user interaction with the parent application.\n \n ","Metadata":{"Common.PropertyName":"IsModal"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Overrides the global culture and localization value for this component. Default global culture is 'en-US'.\n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Specifies the min-height of the dialog component.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.DialogPositionData","Documentation":"\n \n Specifies the value where the dialog can be positioned within the document or target.\n The position can be represented with pre-configured positions or specific X and Y values.\n `X value`: left, center, right, or offset value.\n `Y value`: top, center, bottom, or offset value.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowCloseIcon","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the close icon can be shown in the dialog’s title section.\n \n ","Metadata":{"Common.PropertyName":"ShowCloseIcon"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n Specifies the target element in which the dialog should be displayed.\n The default value is null, which refers to the `Document.body` element.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the dialog component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the dialog.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the z-order for rendering that determines whether the dialog is displayed\n in front or behind of another component.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1012108887,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDialog"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-437047995,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for the Dialog element including HTML support and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.SfDialog"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2110045900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Closed` will be fired when the Tooltip component gets closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Opened` will be fired after the Tooltip component gets opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnClose` will be fired before the Tooltip hides from the screen.\n The Tooltip close can be prevented by setting the cancel argument value to true.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCollision","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnCollision` will be fired for every collision fit calculation.\n \n ","Metadata":{"Common.PropertyName":"OnCollision","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnOpen` will be fired before the Tooltip is displayed over the target element.\n When one of its arguments `cancel` is set to true, the Tooltip display can be prevented.\n This event is mainly used to refresh the Tooltip positions dynamically or to set customized styles in it and so on.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnRender` will be fired before the Tooltip and its contents will be added to the DOM.\n When one of its arguments `cancel` is set to true, the Tooltip can be prevented from rendering on the page.\n This event is mainly used to customize the Tooltip before it shows up on the screen.\n For example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\n \n ","Metadata":{"Common.PropertyName":"OnRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Created` will be fired after the Tooltip component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Destroyed` will be fired when the Tooltip component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n \n Defines the Id of the Tooltip component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n It is used to customize the animation of the Tooltip while opening and closing.\n The animation property also allows you to set delay, duration, and various other effects of your choice.\n You can set the same or different animation options to the Tooltip when it is in the open or close state.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Double","Documentation":"\n \n To close the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n To display the content of the Tooltip which can be a string element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To customize the Tooltip which accepts the custom CSS class names that define specific\n user-defined styles and themes to be applied to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n This property has been deprecated as we achieve this behavior by using ChildContent of render fragment type and and Content as a string value.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n As there are no properties required to persist in tooltip component, this property is deprecated.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"WindowCollision","TypeName":"System.Boolean","Documentation":"\n \n It is used to set the collision target element as page viewport (window) or Tooltip element, when using the target.\n If this property is enabled, tooltip will perform the collision calculation between the target elements.\n and viewport(window) instead of Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"WindowCollision"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To set the height of the Tooltip component which accepts the string values.\n When the Tooltip content gets overflowed due to the height value, then the scroll mode will be enabled.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n To display the Tooltip in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"MouseTrail","TypeName":"System.Boolean","Documentation":"\n \n It allows the Tooltip to follow the mouse pointer moves over the specified target element.\n \n ","Metadata":{"Common.PropertyName":"MouseTrail"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in X-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in Y-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Double","Documentation":"\n \n To open the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"System.String","Documentation":"\n \n To determine the type of open mode to display the Tooltip content.\n The available open modes are Auto, Hover, Click, Focus, and Custom.\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n To set the position of the Tooltip element with respect to the Target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n To show or hide the tip pointer of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n To denote the target selector where the Tooltip needs to be displayed.\n The target element is considered as the parent container.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n It is used to customize the position of the tip pointer on the tooltip. The available options are Auto, Start, Middle, and End.\n When set to auto, the tip pointer gets auto adjusted within the space of the target's length and does not point outside.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To set the width of the Tooltip component which accepts a string value.\n When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip"}},{"HashCode":1558200814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.SfTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n \n The SfTooltip component displays a pop-up containing information or a message when you hover, click, focus, or touch an element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Closed` will be fired when the Tooltip component gets closed.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Opened` will be fired after the Tooltip component gets opened.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnClose` will be fired before the Tooltip hides from the screen.\n The Tooltip close can be prevented by setting the cancel argument value to true.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCollision","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnCollision` will be fired for every collision fit calculation.\n \n ","Metadata":{"Common.PropertyName":"OnCollision","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnOpen` will be fired before the Tooltip is displayed over the target element.\n When one of its arguments `cancel` is set to true, the Tooltip display can be prevented.\n This event is mainly used to refresh the Tooltip positions dynamically or to set customized styles in it and so on.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `OnRender` will be fired before the Tooltip and its contents will be added to the DOM.\n When one of its arguments `cancel` is set to true, the Tooltip can be prevented from rendering on the page.\n This event is mainly used to customize the Tooltip before it shows up on the screen.\n For example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\n \n ","Metadata":{"Common.PropertyName":"OnRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Created` will be fired after the Tooltip component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event `Destroyed` will be fired when the Tooltip component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n \n Defines the Id of the Tooltip component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"Animation","TypeName":"Syncfusion.Blazor.Popups.AnimationModel","Documentation":"\n \n It is used to customize the animation of the Tooltip while opening and closing.\n The animation property also allows you to set delay, duration, and various other effects of your choice.\n You can set the same or different animation options to the Tooltip when it is in the open or close state.\n \n ","Metadata":{"Common.PropertyName":"Animation"}},{"Kind":"Components.Component","Name":"CloseDelay","TypeName":"System.Double","Documentation":"\n \n To close the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"CloseDelay"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n To display the content of the Tooltip which can be a string element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n To customize the Tooltip which accepts the custom CSS class names that define specific\n user-defined styles and themes to be applied to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n This property has been deprecated as we achieve this behavior by using ChildContent of render fragment type and and Content as a string value.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n As there are no properties required to persist in tooltip component, this property is deprecated.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n To enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"WindowCollision","TypeName":"System.Boolean","Documentation":"\n \n It is used to set the collision target element as page viewport (window) or Tooltip element, when using the target.\n If this property is enabled, tooltip will perform the collision calculation between the target elements.\n and viewport(window) instead of Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"WindowCollision"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n To set the height of the Tooltip component which accepts the string values.\n When the Tooltip content gets overflowed due to the height value, then the scroll mode will be enabled.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IsSticky","TypeName":"System.Boolean","Documentation":"\n \n To display the Tooltip in an open state until it is closed manually.\n \n ","Metadata":{"Common.PropertyName":"IsSticky"}},{"Kind":"Components.Component","Name":"MouseTrail","TypeName":"System.Boolean","Documentation":"\n \n It allows the Tooltip to follow the mouse pointer moves over the specified target element.\n \n ","Metadata":{"Common.PropertyName":"MouseTrail"}},{"Kind":"Components.Component","Name":"OffsetX","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in X-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetX"}},{"Kind":"Components.Component","Name":"OffsetY","TypeName":"System.Double","Documentation":"\n \n It sets the space between the target and Tooltip element in Y-axis.\n \n ","Metadata":{"Common.PropertyName":"OffsetY"}},{"Kind":"Components.Component","Name":"OpenDelay","TypeName":"System.Double","Documentation":"\n \n To open the Tooltip after a specified delay in millisecond.\n \n ","Metadata":{"Common.PropertyName":"OpenDelay"}},{"Kind":"Components.Component","Name":"OpensOn","TypeName":"System.String","Documentation":"\n \n To determine the type of open mode to display the Tooltip content.\n The available open modes are Auto, Hover, Click, Focus, and Custom.\n \n ","Metadata":{"Common.PropertyName":"OpensOn"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.Popups.Position","IsEnum":true,"Documentation":"\n \n To set the position of the Tooltip element with respect to the Target element.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"ShowTipPointer","TypeName":"System.Boolean","Documentation":"\n \n To show or hide the tip pointer of the Tooltip.\n \n ","Metadata":{"Common.PropertyName":"ShowTipPointer"}},{"Kind":"Components.Component","Name":"Target","TypeName":"System.String","Documentation":"\n \n To denote the target selector where the Tooltip needs to be displayed.\n The target element is considered as the parent container.\n \n ","Metadata":{"Common.PropertyName":"Target"}},{"Kind":"Components.Component","Name":"TipPointerPosition","TypeName":"Syncfusion.Blazor.Popups.TipPointerPosition","IsEnum":true,"Documentation":"\n \n It is used to customize the position of the tip pointer on the tooltip. The available options are Auto, Start, Middle, and End.\n When set to auto, the tip pointer gets auto adjusted within the space of the target's length and does not point outside.\n \n ","Metadata":{"Common.PropertyName":"TipPointerPosition"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n To set the width of the Tooltip component which accepts a string value.\n When set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Adds the additional html attributes to the Tooltip element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1926737441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1917399624,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.SfTooltip"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.SfTooltip.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-333922308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.TooltipTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display content within the tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content to be passed.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates"}},{"HashCode":-933716966,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.TooltipTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure templates to display content within the tooltip component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Defines the content to be passed.\n \n ","Metadata":{"Common.PropertyName":"Content","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521857384,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":906171360,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content which has to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1821406074,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1733351842,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Defines the content to be passed.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content","ParentTag":"Syncfusion.Blazor.Popups.TooltipTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.TooltipTemplates.Content","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":293977126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent"}},{"HashCode":1795006150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1991114791,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DialogContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2126864117,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Popups.Internal.DialogContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogContent.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1803573690,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogFooter","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogFooter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogFooter"}},{"HashCode":-1307596263,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogFooter","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogFooter"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogFooter","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-739990468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DialogHeader"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogHeader"}},{"HashCode":-1325755315,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Popups.Internal.DialogHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.Internal.DialogHeader"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Popups.Internal.DialogHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1653930479,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the progress bar rendering functionality.\n \n \n The progress bar control is used to indicates the progress of a task with built-in features like rectangular and circular shapes, determinate and indeterminate states, segments, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.ProgressBar.CornerType","IsEnum":true,"Documentation":"\n \n Sets and gets the corner radius type of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the enable persistence of progress bar.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePieProgress","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear in the pie visualization.\n \n ","Metadata":{"Common.PropertyName":"EnablePieProgress"}},{"Kind":"Components.Component","Name":"EnableProgressSegments","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear as segments.\n \n ","Metadata":{"Common.PropertyName":"EnableProgressSegments"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component rendering in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Int32","Documentation":"\n \n Gets and sets the value of the end angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"GapWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the segment gap width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"GapWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the progress radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsActive","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets the active state of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"IsActive"}},{"Kind":"Components.Component","Name":"IsGradient","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar in gradient visualization.\n \n ","Metadata":{"Common.PropertyName":"IsGradient"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar value indicating in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"IsIndeterminate"}},{"Kind":"Components.Component","Name":"IsStriped","TypeName":"System.Boolean","Documentation":"\n \n Get and sets whether the linear progress bar component to be visualized as a striped.\n \n ","Metadata":{"Common.PropertyName":"IsStriped"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Get and sets the locale of progress bar component.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Get and sets the maximum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Get and sets the minimum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ProgressColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the progress color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressColor"}},{"Kind":"Components.Component","Name":"ProgressThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressThickness"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the track radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Syncfusion.Blazor.ProgressBar.ModeType","IsEnum":true,"Documentation":"\n \n Gets and sets the modes of progress indication of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Role"}},{"Kind":"Components.Component","Name":"SecondaryProgress","TypeName":"System.Double","Documentation":"\n \n Gets and sets the secondary progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SecondaryProgress"}},{"Kind":"Components.Component","Name":"SegmentColor","TypeName":"System.String[]","Documentation":"\n \n Gets and sets a segment color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentColor"}},{"Kind":"Components.Component","Name":"SegmentCount","TypeName":"System.Int32","Documentation":"\n \n Gets and sets a segment count of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentCount"}},{"Kind":"Components.Component","Name":"ShowProgressValue","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether to show the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressValue"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and get the start angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TrackColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the track color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackColor"}},{"Kind":"Components.Component","Name":"TrackThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the track height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackThickness"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.ProgressBar.ProgressType","IsEnum":true,"Documentation":"\n \n Gets and sets the type (Linear or Circular) of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}},{"HashCode":1515660054,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the progress bar rendering functionality.\n \n \n The progress bar control is used to indicates the progress of a task with built-in features like rectangular and circular shapes, determinate and indeterminate states, segments, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CornerRadius","TypeName":"Syncfusion.Blazor.ProgressBar.CornerType","IsEnum":true,"Documentation":"\n \n Sets and gets the corner radius type of the progress bar.\n \n ","Metadata":{"Common.PropertyName":"CornerRadius"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Sets and gets the enable persistence of progress bar.\n \n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnablePieProgress","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear in the pie visualization.\n \n ","Metadata":{"Common.PropertyName":"EnablePieProgress"}},{"Kind":"Components.Component","Name":"EnableProgressSegments","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component appear as segments.\n \n ","Metadata":{"Common.PropertyName":"EnableProgressSegments"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable whether the progress bar component rendering in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndAngle","TypeName":"System.Int32","Documentation":"\n \n Gets and sets the value of the end angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"EndAngle"}},{"Kind":"Components.Component","Name":"GapWidth","TypeName":"System.Double","Documentation":"\n \n Gets and sets the segment gap width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"GapWidth"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Gets and sets the height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"InnerRadius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the progress radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"InnerRadius"}},{"Kind":"Components.Component","Name":"IsActive","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets the active state of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"IsActive"}},{"Kind":"Components.Component","Name":"IsGradient","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar in gradient visualization.\n \n ","Metadata":{"Common.PropertyName":"IsGradient"}},{"Kind":"Components.Component","Name":"IsIndeterminate","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether the progress bar value indicating in indeterminate state.\n \n ","Metadata":{"Common.PropertyName":"IsIndeterminate"}},{"Kind":"Components.Component","Name":"IsStriped","TypeName":"System.Boolean","Documentation":"\n \n Get and sets whether the linear progress bar component to be visualized as a striped.\n \n ","Metadata":{"Common.PropertyName":"IsStriped"}},{"Kind":"Components.Component","Name":"Locale","TypeName":"System.String","Documentation":"\n \n Get and sets the locale of progress bar component.\n \n \n ","Metadata":{"Common.PropertyName":"Locale"}},{"Kind":"Components.Component","Name":"Maximum","TypeName":"System.Double","Documentation":"\n \n Get and sets the maximum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Maximum"}},{"Kind":"Components.Component","Name":"Minimum","TypeName":"System.Double","Documentation":"\n \n Get and sets the minimum progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Minimum"}},{"Kind":"Components.Component","Name":"ProgressColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the progress color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressColor"}},{"Kind":"Components.Component","Name":"ProgressThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ProgressThickness"}},{"Kind":"Components.Component","Name":"Radius","TypeName":"System.String","Documentation":"\n \n Gets and sets a value of the track radius for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Radius"}},{"Kind":"Components.Component","Name":"Role","TypeName":"Syncfusion.Blazor.ProgressBar.ModeType","IsEnum":true,"Documentation":"\n \n Gets and sets the modes of progress indication of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Role"}},{"Kind":"Components.Component","Name":"SecondaryProgress","TypeName":"System.Double","Documentation":"\n \n Gets and sets the secondary progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SecondaryProgress"}},{"Kind":"Components.Component","Name":"SegmentColor","TypeName":"System.String[]","Documentation":"\n \n Gets and sets a segment color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentColor"}},{"Kind":"Components.Component","Name":"SegmentCount","TypeName":"System.Int32","Documentation":"\n \n Gets and sets a segment count of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"SegmentCount"}},{"Kind":"Components.Component","Name":"ShowProgressValue","TypeName":"System.Boolean","Documentation":"\n \n Gets and sets whether to show the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"ShowProgressValue"}},{"Kind":"Components.Component","Name":"StartAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and get the start angle for circular progress bar component.\n \n ","Metadata":{"Common.PropertyName":"StartAngle"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"TrackColor","TypeName":"System.String","Documentation":"\n \n Gets and sets the track color of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackColor"}},{"Kind":"Components.Component","Name":"TrackThickness","TypeName":"System.Double","Documentation":"\n \n Gets and sets the track height of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TrackThickness"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.ProgressBar.ProgressType","IsEnum":true,"Documentation":"\n \n Gets and sets the type (Linear or Circular) of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Double","Documentation":"\n \n Gets and sets the progress value of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Gets and sets the width of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1824049836,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1874306621,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.SfProgressBar"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.SfProgressBar.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1462411650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the delay of the progress bar to be start.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of the progress bar to be complete.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the animation of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation"}},{"HashCode":554238746,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the animation options of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Delay","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the delay of the progress bar to be start.\n \n ","Metadata":{"Common.PropertyName":"Delay"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the duration of the progress bar to be complete.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the animation of the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnimation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-30967601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the annotation element of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the angle of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAngle"}},{"Kind":"Components.Component","Name":"AnnotationRadius","TypeName":"System.String","Documentation":"\n \n Sets and gets the Radius of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRadius"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets and gets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}},{"HashCode":462006911,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the annotation element of progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AnnotationAngle","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the angle of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationAngle"}},{"Kind":"Components.Component","Name":"AnnotationRadius","TypeName":"System.String","Documentation":"\n \n Sets and gets the Radius of the custom content.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRadius"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets and gets the content of the annotation.\n \n \n ","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-237866374,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ProgressBarAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1456377112,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the annotation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotation.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1104766581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}},{"HashCode":969611193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the annotations that are to be added to the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-299531649,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ProgressBarAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":660430915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarAnnotations.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6043726,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the animation completed.\n \n ","Metadata":{"Common.PropertyName":"AnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar component render.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress bar component loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse.\n \n \n ","Metadata":{"Common.PropertyName":"MouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse down.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse leave the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while releases a mouse click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar label renders.\n \n ","Metadata":{"Common.PropertyName":"TextRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ProgressCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress value completed.\n \n ","Metadata":{"Common.PropertyName":"ProgressCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the annotations renders.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRender","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents"}},{"HashCode":1238713096,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AnimationComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the animation completed.\n \n ","Metadata":{"Common.PropertyName":"AnimationComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar component render.\n \n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress bar component loaded.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse.\n \n \n ","Metadata":{"Common.PropertyName":"MouseClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseDown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while click the mouse down.\n \n \n ","Metadata":{"Common.PropertyName":"MouseDown","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseLeave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse leave the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseLeave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while mouse move on the component.\n \n \n ","Metadata":{"Common.PropertyName":"MouseMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"MouseUp","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while releases a mouse click.\n \n \n ","Metadata":{"Common.PropertyName":"MouseUp","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TextRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the progress bar label renders.\n \n ","Metadata":{"Common.PropertyName":"TextRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ProgressCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the progress value completed.\n \n ","Metadata":{"Common.PropertyName":"ProgressCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the value has changed.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AnnotationRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the annotations renders.\n \n ","Metadata":{"Common.PropertyName":"AnnotationRender","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2023859890,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.ProgressBar.TextAlignmentType","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle"}},{"HashCode":-503675815,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"TextAlignment","TypeName":"Syncfusion.Blazor.ProgressBar.TextAlignmentType","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment for the label text in the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"TextAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-130831931,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin"}},{"HashCode":-171810625,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the progress bar component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1741092601,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on rangle color of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarRangeColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the range color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor"}},{"HashCode":-87544092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on rangle color of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the value of the range color.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"End","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.Double","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1163190469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color range of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressBarRangeColors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}},{"HashCode":-125867993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color range of the progress bar component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-900817413,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ProgressBarRangeColors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-804277336,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.ProgressBar.ProgressBarRangeColors.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1587433475,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the circular progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CircularProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar"}},{"HashCode":-1505922170,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the circular progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.CircularProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":294224924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the linear progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LinearProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar"}},{"HashCode":1952522632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the linear progress bar rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.ProgressBar.Internal.LinearProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":948929763,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.SfQueryBuilder component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for query builder element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowValidation","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the validation.\n \n ","Metadata":{"Common.PropertyName":"AllowValidation"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for all columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class or multiple classes, which are separated by a space in the QueryBuilder element.\n You can add custom styles to the QueryBuilder using the cssClass property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Binds the column name from data source in query-builder.\n Accepts the list items either through local or remote service and binds it to the component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.QueryBuilder.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies the displayMode as Horizontal or Vertical.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"EnableNotCondition","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the not group condition in query builder.\n \n ","Metadata":{"Common.PropertyName":"EnableNotCondition"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, filter states will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n If immediateModeDelay is set by particular number, the rule Change event is triggered after that period.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case is set to true, the grid filters the records with exact match.\n if false, it filters case insensitive records (uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"MaxGroupCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum group count or restricts the group count.\n \n ","Metadata":{"Common.PropertyName":"MaxGroupCount"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to true, the user interactions on the component are disabled.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.QueryBuilder.SortDirection","IsEnum":true,"Documentation":"\n \n Specifies the sort direction of the field names.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"SummaryView","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered query.\n \n ","Metadata":{"Common.PropertyName":"SummaryView"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","Components.GenericTyped":"True"}},{"HashCode":1800425485,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n \n Query Builder is a graphical user interface that used for filtering large amounts of data by creating or editing conditions.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.SfQueryBuilder component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets id attribute for query builder element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowValidation","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the validation.\n \n ","Metadata":{"Common.PropertyName":"AllowValidation"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines template for all columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class or multiple classes, which are separated by a space in the QueryBuilder element.\n You can add custom styles to the QueryBuilder using the cssClass property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Binds the column name from data source in query-builder.\n Accepts the list items either through local or remote service and binds it to the component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayMode","TypeName":"Syncfusion.Blazor.QueryBuilder.DisplayMode","IsEnum":true,"Documentation":"\n \n Specifies the displayMode as Horizontal or Vertical.\n \n ","Metadata":{"Common.PropertyName":"DisplayMode"}},{"Kind":"Components.Component","Name":"EnableNotCondition","TypeName":"System.Boolean","Documentation":"\n \n Enables/Disables the not group condition in query builder.\n \n ","Metadata":{"Common.PropertyName":"EnableNotCondition"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n If enabled, filter states will be persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n If immediateModeDelay is set by particular number, the rule Change event is triggered after that period.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If match case is set to true, the grid filters the records with exact match.\n if false, it filters case insensitive records (uppercase and lowercase letters treated the same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"MaxGroupCount","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum group count or restricts the group count.\n \n ","Metadata":{"Common.PropertyName":"MaxGroupCount"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to true, the user interactions on the component are disabled.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SortDirection","TypeName":"Syncfusion.Blazor.QueryBuilder.SortDirection","IsEnum":true,"Documentation":"\n \n Specifies the sort direction of the field names.\n \n ","Metadata":{"Common.PropertyName":"SortDirection"}},{"Kind":"Components.Component","Name":"SummaryView","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered query.\n \n ","Metadata":{"Common.PropertyName":"SummaryView"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the query builder.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1257780721,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfQueryBuilder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":833998230,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for query builder element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2053535592,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for all columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":803825936,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines template for all columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.SfQueryBuilder.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434156128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the query builder events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the condition (And/Or), field, operator, value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RuleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"RuleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","Components.GenericTyped":"True"}},{"HashCode":-245355030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the query builder events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the condition (And/Or), field, operator, value is changed.\n \n ","Metadata":{"Common.PropertyName":"OnValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Changed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"Changed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"RuleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when changing the condition(AND/OR), field, value, operator is changed.\n \n ","Metadata":{"Common.PropertyName":"RuleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the data fetch request from the remote server fails.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060930100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rule for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Documentation":"\n \n Specifies the condition value in group.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Not","TypeName":"System.Boolean?","Documentation":"\n \n Specifies whether not condition is true/false.\n \n ","Metadata":{"Common.PropertyName":"Not"}},{"Kind":"Components.Component","Name":"Rules","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the rules in group.\n \n ","Metadata":{"Common.PropertyName":"Rules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule"}},{"HashCode":1083843267,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the rule for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Documentation":"\n \n Specifies the condition value in group.\n \n ","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"Not","TypeName":"System.Boolean?","Documentation":"\n \n Specifies whether not condition is true/false.\n \n ","Metadata":{"Common.PropertyName":"Not"}},{"Kind":"Components.Component","Name":"Rules","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the rules in group.\n \n ","Metadata":{"Common.PropertyName":"Rules"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderRule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1262524650,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show button settings for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderShowButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupDelete that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupDelete"}},{"Kind":"Components.Component","Name":"GroupInsert","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupInsert that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupInsert"}},{"Kind":"Components.Component","Name":"RuleDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.\n \n ","Metadata":{"Common.PropertyName":"RuleDelete"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons"}},{"HashCode":-2130814707,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the show button settings for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"GroupDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupDelete that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupDelete"}},{"Kind":"Components.Component","Name":"GroupInsert","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in groupInsert that the enable/disable the buttons in group.\n \n ","Metadata":{"Common.PropertyName":"GroupInsert"}},{"Kind":"Components.Component","Name":"RuleDelete","TypeName":"System.Boolean","Documentation":"\n \n Specifies the boolean value in ruleDelete that the enable/disable the buttons in rule.\n \n ","Metadata":{"Common.PropertyName":"RuleDelete"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderShowButtons","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":636034188,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the column for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.String","Documentation":"\n \n Specifies the category for columns.\n \n ","Metadata":{"Common.PropertyName":"Category"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Specifies the fields in columns.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the date format for columns.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the labels name in columns.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the operators in columns.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the step value(numeric textbox) for columns.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.QueryBuilder.ColumnType","IsEnum":true,"Documentation":"\n \n Specifies the types in columns field.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"dynamic","Documentation":"\n \n Specifies the default value for columns.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Values","TypeName":"dynamic","Documentation":"\n \n Specifies the values in columns or bind the values from sub controls.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}},{"HashCode":266853025,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the column for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Category","TypeName":"System.String","Documentation":"\n \n Specifies the category for columns.\n \n ","Metadata":{"Common.PropertyName":"Category"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Specifies the fields in columns.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Specifies the date format for columns.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the labels name in columns.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the operators in columns.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"Step","TypeName":"System.Int32","Documentation":"\n \n Specifies the step value(numeric textbox) for columns.\n \n ","Metadata":{"Common.PropertyName":"Step"}},{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for columns.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.QueryBuilder.ColumnType","IsEnum":true,"Documentation":"\n \n Specifies the types in columns field.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Value","TypeName":"dynamic","Documentation":"\n \n Specifies the default value for columns.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Values","TypeName":"dynamic","Documentation":"\n \n Specifies the values in columns or bind the values from sub controls.\n \n ","Metadata":{"Common.PropertyName":"Values"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1703324255,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QueryBuilderColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1209003862,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-92593429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-223162962,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for value field such as slider or any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2505380,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1595349443,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumn.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":705102594,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the columns for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}},{"HashCode":1483526655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the columns for the query builder.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":505956441,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"QueryBuilderColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2107597996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":408266340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the validation of Query Builder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderColumnValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsRequired","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value is required or not.\n \n ","Metadata":{"Common.PropertyName":"IsRequired"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation"}},{"HashCode":1685285400,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the validation of Query Builder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"IsRequired","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether the value is required or not.\n \n ","Metadata":{"Common.PropertyName":"IsRequired"}},{"Kind":"Components.Component","Name":"Min","TypeName":"System.Int32","Documentation":"\n \n Specifies the minimum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Min"}},{"Kind":"Components.Component","Name":"Max","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum value in textbox validation.\n \n ","Metadata":{"Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderColumnValidation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1404288998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template settings for the querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}},{"HashCode":608024864,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template settings for the querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ValueTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","Metadata":{"Common.PropertyName":"ValueTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","Metadata":{"Common.PropertyName":"ColumnTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":175357625,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-409972937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column value.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ValueTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ValueTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1515336772,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1704967653,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for querybuilder column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColumnTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ColumnTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.ColumnTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1320197648,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1893407834,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template for the AND/OR condition with any other widgets.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.QueryBuilderTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1060711898,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Group","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Group"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"NotCondition","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"NotCondition"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Components.GenericTyped":"True"}},{"HashCode":677477993,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Group","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Group"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"Condition","TypeName":"System.String","Metadata":{"Common.PropertyName":"Condition"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"NotCondition","TypeName":"System.Boolean?","Metadata":{"Common.PropertyName":"NotCondition"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1772825158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderRules"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ValueCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueCssClass"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","Components.GenericTyped":"True"}},{"HashCode":-331548840,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ValueCssClass","TypeName":"System.String","Metadata":{"Common.PropertyName":"ValueCssClass"}},{"Kind":"Components.Component","Name":"Rule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"Rule"}},{"Kind":"Components.Component","Name":"ParentRule","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"ParentRule"}},{"Kind":"Components.Component","Name":"ParentGroup","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderGroup","Metadata":{"Common.PropertyName":"ParentGroup","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderRules","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-797707912,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QueryBuilderValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"System.String","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"CurrentRule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"CurrentRule"}},{"Kind":"Components.Component","Name":"CurrentColumn","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.ColumnsModel","Metadata":{"Common.PropertyName":"CurrentColumn"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"InputValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"InputValue"}},{"Kind":"Components.Component","Name":"NumericValue","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"NumericValue"}},{"Kind":"Components.Component","Name":"BetweenValue","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"BetweenValue"}},{"Kind":"Components.Component","Name":"MultiSelectValue","TypeName":"System.Double?[]","Metadata":{"Common.PropertyName":"MultiSelectValue"}},{"Kind":"Components.Component","Name":"MultiSelectStringValue","TypeName":"System.String[]","Metadata":{"Common.PropertyName":"MultiSelectStringValue"}},{"Kind":"Components.Component","Name":"DateValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"DateValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","Components.GenericTyped":"True"}},{"HashCode":-38843337,"Kind":"Components.Component","Name":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"System.String","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"CurrentRule","TypeName":"Syncfusion.Blazor.QueryBuilder.RuleModel","Metadata":{"Common.PropertyName":"CurrentRule"}},{"Kind":"Components.Component","Name":"CurrentColumn","TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.ColumnsModel","Metadata":{"Common.PropertyName":"CurrentColumn"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"InputValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"InputValue"}},{"Kind":"Components.Component","Name":"NumericValue","TypeName":"System.Double?","Metadata":{"Common.PropertyName":"NumericValue"}},{"Kind":"Components.Component","Name":"BetweenValue","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"BetweenValue"}},{"Kind":"Components.Component","Name":"MultiSelectValue","TypeName":"System.Double?[]","Metadata":{"Common.PropertyName":"MultiSelectValue"}},{"Kind":"Components.Component","Name":"MultiSelectStringValue","TypeName":"System.String[]","Metadata":{"Common.PropertyName":"MultiSelectStringValue"}},{"Kind":"Components.Component","Name":"DateValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"DateValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.QueryBuilder.Internal.QueryBuilderValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2025522635,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font or background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the color value that is displayed by default in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase"}},{"HashCode":685438584,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font or background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the color value that is displayed by default in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.ColorItemBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1464509924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorBackgroundColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default background color.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor"}},{"HashCode":1986086761,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the background color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default background color.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBackgroundColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2091337129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the BulletFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorBulletFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList"}},{"HashCode":-526755469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the BulletFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorBulletFormatList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1143187736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorCustomToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the Custom Toolbar name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}},{"HashCode":-1805530811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Specifies the Custom Toolbar name.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1040771810,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"RichTextEditorCustomToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1136649943,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the custom toolbar template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItem.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":666208677,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar items in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorCustomToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}},{"HashCode":2081364599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the custom toolbar items in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1232728446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RichTextEditorCustomToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":425027686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set the child content for the custom toolbar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorCustomToolbarItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1938585917,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Rich Text Editor component events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"DialogClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"DialogOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"ImageDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageUploadChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when image upload success and value changed in Rich Text Editor uploader.\n \n ","Metadata":{"Common.PropertyName":"ImageUploadChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before command execution using the toolbar items or executeCommand method.\n Set the cancel argument as true to prevent the command execution.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after command execution using the toolbar items or executeCommand method.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being closed.\n Set the cancel argument as true to prevent closing a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n Set the cancel argument as true to prevent opening a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is being dropped.\n \n ","Metadata":{"Common.PropertyName":"OnImageDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageRemoving","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is selected or dragged into the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUploadImage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image begins to upload to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeUploadImage","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when there is an error in the image upload.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is successfully uploaded to the server-side.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnQuickToolbarOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"OnQuickToolbarOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you start resizing the image within the editor.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you stop resizing the image.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor toolbar items are clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the quick toolbar has been closed.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarStatusUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarStatusUpdate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UpdatedToolbarStatus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the toolbar items status is updated.\n \n ","Metadata":{"Common.PropertyName":"UpdatedToolbarStatus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is blurred, and the changes gets reflected in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"BeforePasteCleanup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AfterPasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"AfterPasteCleanup","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents"}},{"HashCode":-1016798716,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Rich Text Editor component events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Blur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused out.\n \n ","Metadata":{"Common.PropertyName":"Blur","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the dialog has been closed.\n \n ","Metadata":{"Common.PropertyName":"DialogClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DialogOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a dialog is opened.\n \n ","Metadata":{"Common.PropertyName":"DialogOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Focus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is focused in.\n \n ","Metadata":{"Common.PropertyName":"Focus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"ImageDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ImageUploadChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when image upload success and value changed in Rich Text Editor uploader.\n \n ","Metadata":{"Common.PropertyName":"ImageUploadChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before command execution using the toolbar items or executeCommand method.\n Set the cancel argument as true to prevent the command execution.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after command execution using the toolbar items or executeCommand method.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being closed.\n Set the cancel argument as true to prevent closing a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDialogOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the dialog is being opened.\n Set the cancel argument as true to prevent opening a dialog.\n \n ","Metadata":{"Common.PropertyName":"OnDialogOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageDrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is being dropped.\n \n ","Metadata":{"Common.PropertyName":"OnImageDrop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageRemoving","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image is cleared from the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageRemoving","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is selected or dragged into the insert image dialog.\n \n ","Metadata":{"Common.PropertyName":"OnImageSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeUploadImage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the selected image begins to upload to the server.\n \n ","Metadata":{"Common.PropertyName":"BeforeUploadImage","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadFailed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when there is an error in the image upload.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadFailed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnImageUploadSuccess","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the image is successfully uploaded to the server-side.\n \n ","Metadata":{"Common.PropertyName":"OnImageUploadSuccess","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnQuickToolbarOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"OnQuickToolbarOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you start resizing the image within the editor.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when you stop resizing the image.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStop","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor toolbar items are clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarClosed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the quick toolbar has been closed.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarClosed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QuickToolbarOpened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when a quick toolbar is opened.\n \n ","Metadata":{"Common.PropertyName":"QuickToolbarOpened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ToolbarStatusUpdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarStatusUpdate","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"UpdatedToolbarStatus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the toolbar items status is updated.\n \n ","Metadata":{"Common.PropertyName":"UpdatedToolbarStatus","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers when the Rich Text Editor is blurred, and the changes gets reflected in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"ValueChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforePasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"BeforePasteCleanup","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AfterPasteCleanup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after cleanup the copied content.\n \n ","Metadata":{"Common.PropertyName":"AfterPasteCleanup","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1036002758,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default font color of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor"}},{"HashCode":-334465772,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the font color properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default font color of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"ColorCode","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the value to customize color code of the color picker.\n \n ","Metadata":{"Common.PropertyName":"ColorCode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Int32","Documentation":"\n \n Specifies the number of columns that is displayed in the color picker.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Inputs.ColorPickerMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"ModeSwitcher","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the ModeSwitcher button.\n \n ","Metadata":{"Common.PropertyName":"ModeSwitcher"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontColor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026131128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontFamily properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontFamily"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the font family dropdown.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily"}},{"HashCode":-1779562271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontFamily properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default font family items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the font family dropdown.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontFamily","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-874792971,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontSize properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the font size items that will populate in the font size dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the font size dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize"}},{"HashCode":-97461508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the FontSize properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the font size items that will populate in the font size dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the font size dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFontSize","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":436113527,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Format properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the format items that populate in the format dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the format dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat"}},{"HashCode":-594372181,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Format properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the format items that populate in the format dropdown.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the format dropdown width.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Specifies the default value of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"Default"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorFormat","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434408041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the IFrameSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorIFrameSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines additional attributes to render iframe.\n \n ","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the iframe based editable element in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"Syncfusion.Blazor.RichTextEditor.ResourcesModel","Documentation":"\n \n Specifies the resources for injecting the styles and scripts into the iframe.\n \n ","Metadata":{"Common.PropertyName":"Resources"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings"}},{"HashCode":1842857398,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the IFrameSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Attributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Defines additional attributes to render iframe.\n \n ","Metadata":{"Common.PropertyName":"Attributes"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to render the iframe based editable element in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"Syncfusion.Blazor.RichTextEditor.ResourcesModel","Documentation":"\n \n Specifies the resources for injecting the styles and scripts into the iframe.\n \n ","Metadata":{"Common.PropertyName":"Resources"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorIFrameSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-838169465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the image settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorImageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies an image extensions that populate the allowed type of images on browse.\n \n ","Metadata":{"Common.PropertyName":"AllowedTypes"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Syncfusion.Blazor.RichTextEditor.ImageDisplay","IsEnum":true,"Documentation":"\n \n Specifies whether the inserted image is displayed as Inline or Break.\n \n ","Metadata":{"Common.PropertyName":"Display"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the value of the image height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.String","Documentation":"\n \n Defines the maximum height of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Defines the minimum Height of the image.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n To enable resizing for the image element.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeByPercent","TypeName":"System.Boolean","Documentation":"\n \n Image resizing should be done by percentage calculation.\n \n ","Metadata":{"Common.PropertyName":"ResizeByPercent"}},{"Kind":"Components.Component","Name":"SaveFormat","TypeName":"Syncfusion.Blazor.RichTextEditor.SaveFormat","IsEnum":true,"Documentation":"\n \n Specifies a save format whether the inserted image is inserted as blob or base64.\n \n ","Metadata":{"Common.PropertyName":"SaveFormat"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies a width of the image.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings"}},{"HashCode":-1441203202,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the image settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedTypes","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies an image extensions that populate the allowed type of images on browse.\n \n ","Metadata":{"Common.PropertyName":"AllowedTypes"}},{"Kind":"Components.Component","Name":"Display","TypeName":"Syncfusion.Blazor.RichTextEditor.ImageDisplay","IsEnum":true,"Documentation":"\n \n Specifies whether the inserted image is displayed as Inline or Break.\n \n ","Metadata":{"Common.PropertyName":"Display"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the value of the image height.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"MaxHeight","TypeName":"System.String","Documentation":"\n \n Defines the maximum height of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxHeight"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinHeight","TypeName":"System.String","Documentation":"\n \n Defines the minimum Height of the image.\n \n ","Metadata":{"Common.PropertyName":"MinHeight"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the image.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"Path","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"Path"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n To enable resizing for the image element.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"ResizeByPercent","TypeName":"System.Boolean","Documentation":"\n \n Image resizing should be done by percentage calculation.\n \n ","Metadata":{"Common.PropertyName":"ResizeByPercent"}},{"Kind":"Components.Component","Name":"SaveFormat","TypeName":"Syncfusion.Blazor.RichTextEditor.SaveFormat","IsEnum":true,"Documentation":"\n \n Specifies a save format whether the inserted image is inserted as blob or base64.\n \n ","Metadata":{"Common.PropertyName":"SaveFormat"}},{"Kind":"Components.Component","Name":"SaveUrl","TypeName":"System.String","Documentation":"\n \n Specifies the URL of save action that will receive the uploaded files and save them in the server.\n \n ","Metadata":{"Common.PropertyName":"SaveUrl"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies a width of the image.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorImageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-630620648,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the InlineMode properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorInlineMode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the inline toolbar in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ShowOnSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether the inline toolbar displayed while select the content or focus on it.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSelection"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode"}},{"HashCode":-1252507736,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the InlineMode properties in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the inline toolbar in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"ShowOnSelection","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether the inline toolbar displayed while select the content or focus on it.\n \n ","Metadata":{"Common.PropertyName":"ShowOnSelection"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorInlineMode","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1597057660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Markdown properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorMarkdownOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the formats in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"FormatSyntax"}},{"Kind":"Components.Component","Name":"ListSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the list in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"ListSyntax"}},{"Kind":"Components.Component","Name":"SelectionSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the selection in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"SelectionSyntax"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions"}},{"HashCode":-349053871,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the Markdown properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"FormatSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the formats in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"FormatSyntax"}},{"Kind":"Components.Component","Name":"ListSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the list in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"ListSyntax"}},{"Kind":"Components.Component","Name":"SelectionSyntax","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Specifies the syntax that can be used for the selection in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"SelectionSyntax"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorMarkdownOptions","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":952354162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the NumberFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorNumberFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default formats OL items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList"}},{"HashCode":-2032605111,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the NumberFormatList properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the default formats OL items in the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Items"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorNumberFormatList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1970594204,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure paste related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorPasteCleanupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedStyleProperties","TypeName":"System.String[]","Documentation":"\n \n Specifies the allowed style properties when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"AllowedStyleProperties"}},{"Kind":"Components.Component","Name":"DeniedAttributes","TypeName":"System.String[]","Documentation":"\n \n Specifies the attributes to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedAttributes"}},{"Kind":"Components.Component","Name":"DeniedTags","TypeName":"System.String[]","Documentation":"\n \n Specifies the tags to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedTags"}},{"Kind":"Components.Component","Name":"KeepFormat","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to keep or remove the format when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"KeepFormat"}},{"Kind":"Components.Component","Name":"PlainText","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to paste as plain text or not in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"PlainText"}},{"Kind":"Components.Component","Name":"Prompt","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable the prompt for paste in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Prompt"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings"}},{"HashCode":4689465,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure paste related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AllowedStyleProperties","TypeName":"System.String[]","Documentation":"\n \n Specifies the allowed style properties when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"AllowedStyleProperties"}},{"Kind":"Components.Component","Name":"DeniedAttributes","TypeName":"System.String[]","Documentation":"\n \n Specifies the attributes to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedAttributes"}},{"Kind":"Components.Component","Name":"DeniedTags","TypeName":"System.String[]","Documentation":"\n \n Specifies the tags to restrict when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"DeniedTags"}},{"Kind":"Components.Component","Name":"KeepFormat","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to keep or remove the format when pasting in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"KeepFormat"}},{"Kind":"Components.Component","Name":"PlainText","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to paste as plain text or not in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"PlainText"}},{"Kind":"Components.Component","Name":"Prompt","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable the prompt for paste in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Prompt"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorPasteCleanupSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1737777280,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class is used to configure the quick toolbar settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorQuickToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActionOnScroll","TypeName":"Syncfusion.Blazor.RichTextEditor.ActionOnScroll","IsEnum":true,"Documentation":"\n \n Specifies the action that should happen when scrolling the target-parent container.\n \n ","Metadata":{"Common.PropertyName":"ActionOnScroll"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable a quick toolbar in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the image is selected.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when a link is selected.\n \n ","Metadata":{"Common.PropertyName":"Link"}},{"Kind":"Components.Component","Name":"ShowOnRightClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to open a quick toolbar on the right click or not.\n \n ","Metadata":{"Common.PropertyName":"ShowOnRightClick"}},{"Kind":"Components.Component","Name":"Table","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the table is selected.\n \n ","Metadata":{"Common.PropertyName":"Table"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings"}},{"HashCode":-1824275369,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class is used to configure the quick toolbar settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActionOnScroll","TypeName":"Syncfusion.Blazor.RichTextEditor.ActionOnScroll","IsEnum":true,"Documentation":"\n \n Specifies the action that should happen when scrolling the target-parent container.\n \n ","Metadata":{"Common.PropertyName":"ActionOnScroll"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable a quick toolbar in the Rich Text Editor or not.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Image","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the image is selected.\n \n ","Metadata":{"Common.PropertyName":"Image"}},{"Kind":"Components.Component","Name":"Link","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when a link is selected.\n \n ","Metadata":{"Common.PropertyName":"Link"}},{"Kind":"Components.Component","Name":"ShowOnRightClick","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to open a quick toolbar on the right click or not.\n \n ","Metadata":{"Common.PropertyName":"ShowOnRightClick"}},{"Kind":"Components.Component","Name":"Table","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items to render in a quick toolbar when the table is selected.\n \n ","Metadata":{"Common.PropertyName":"Table"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorQuickToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088409929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure the table related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorTableSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that enable or disable resizing of table in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the CssClass, Command, Text which have style properties of the table to be inserted.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the value of the table width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings"}},{"HashCode":-1553375385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The class is used to configure the table related settings in the Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum Width of the table.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that enable or disable resizing of table in the editor’s content.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"Styles","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the CssClass, Command, Text which have style properties of the table to be inserted.\n \n ","Metadata":{"Common.PropertyName":"Styles"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the value of the table width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorTableSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420410314,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the ToolbarSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RichTextEditorToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether render the toolbar in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableFloating","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the floating toolbar.\n \n ","Metadata":{"Common.PropertyName":"EnableFloating"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display types.\n The possible types are:\n - Expand: Toolbar items will be placed within the available space and rest of the items will be placed in the extended menu section.\n - MultiRow: Toolbar which is placed at top of Rich Text Editor editing area.\n - Scrollable: All the toolbar items will be displayed in a single line with horizontal scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}},{"HashCode":-402527415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class used for configuring the ToolbarSettings properties in Rich Text Editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value whether render the toolbar in Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"EnableFloating","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to enable or disable the floating toolbar.\n \n ","Metadata":{"Common.PropertyName":"EnableFloating"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n An array of string or object that is used to configure the toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the Toolbar display types.\n The possible types are:\n - Expand: Toolbar items will be placed within the available space and rest of the items will be placed in the extended menu section.\n - MultiRow: Toolbar which is placed at top of Rich Text Editor editing area.\n - Scrollable: All the toolbar items will be displayed in a single line with horizontal scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1227337919,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RichTextEditorToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1231419613,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.RichTextEditorToolbarSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2062635128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor.\n The Rich Text Editor is widely used to create blogs, forum posts, notes sections, support\n tickets (incidents), comment sections, messaging applications, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRichTextEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DeniedSanitizeSelectors","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of denied attributes preventing from sanitize or not.\n \n ","Metadata":{"Common.PropertyName":"DeniedSanitizeSelectors"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that append with the root element of the Rich Text Editor.\n One or more custom CSS classes can be added to the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EditorMode","TypeName":"Syncfusion.Blazor.RichTextEditor.EditorMode","IsEnum":true,"Documentation":"\n \n Defines the types of editor mode in which the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"EditorMode"}},{"Kind":"Components.Component","Name":"EnableAutoUrl","TypeName":"System.Boolean","Documentation":"\n \n The given URL will automatically convert to the absolute path URL by prefixing `https://` to hyperlinks.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoUrl"}},{"Kind":"Components.Component","Name":"EnableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the source code is displayed with the encoded format or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlEncode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the value of Rich Text Editor is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the resizing option in the editor.\n If enabled, the Rich Text Editor can be resized by dragging the resize icon in the bottom right corner.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"AutoSaveOnIdle","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the auto-save option which performs the save action while in the idle state after typed content.\n If enabled, the Rich Text Editor will save the content on the idle state with `SaveInterval` property's value.\n \n ","Metadata":{"Common.PropertyName":"AutoSaveOnIdle"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTabKey","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the Tab key action works within a content or not in the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"EnableTabKey"}},{"Kind":"Components.Component","Name":"EnableXhtml","TypeName":"System.Boolean","Documentation":"\n \n Enables to validate the Rich Text Editor’s content as valid XHTML format and resave it in the Editor’s content. To get valid XHTML format of content, use the public method “GetXhtml”.\n \n ","Metadata":{"Common.PropertyName":"EnableXhtml"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatingToolbarOffset","TypeName":"System.Double","Documentation":"\n \n Preserves the toolbar at the top of the Rich Text Editor on scrolling and\n specifies the offset of the floating toolbar from the documents top position.\n \n ","Metadata":{"Common.PropertyName":"FloatingToolbarOffset"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Allows additional HTML attributes such as title, name, etc., and\n It will be accepts n number of attributes in a key-value pair format.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"KeyConfigure","TypeName":"Syncfusion.Blazor.RichTextEditor.ShortcutKeys","Documentation":"\n \n Customizes the key actions in Rich Text Editor.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigure"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum number of characters allowed in the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the placeholder text to display when the Rich Text Editor's body is empty.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n The user interactions on the component are disabled when set to true.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SaveInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the SaveInterval in milliseconds for autosave the value.\n The change event will be triggered if the content was changed from the last saved interval.\n \n ","Metadata":{"Common.PropertyName":"SaveInterval"}},{"Kind":"Components.Component","Name":"ShowCharCount","TypeName":"System.Boolean","Documentation":"\n \n Sets a value that show or hide the character counter in the editor.\n \n ","Metadata":{"Common.PropertyName":"ShowCharCount"}},{"Kind":"Components.Component","Name":"UndoRedoSteps","TypeName":"System.Int32","Documentation":"\n \n Specifies the count of undo history which is stored in the UndoRedoManager.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoSteps"}},{"Kind":"Components.Component","Name":"UndoRedoTimer","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval value in milliseconds that store actions in UndoRedoManager.\n The minimum value is 300 milliseconds.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoTimer"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}},{"HashCode":1119927617,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The Blazor Rich Text Editor is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor.\n The Rich Text Editor is widely used to create blogs, forum posts, notes sections, support\n tickets (incidents), comment sections, messaging applications, and more.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Specifies the unique identifier.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DeniedSanitizeSelectors","TypeName":"System.String[]","Documentation":"\n \n Specifies the list of denied attributes preventing from sanitize or not.\n \n ","Metadata":{"Common.PropertyName":"DeniedSanitizeSelectors"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that append with the root element of the Rich Text Editor.\n One or more custom CSS classes can be added to the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"EditorMode","TypeName":"Syncfusion.Blazor.RichTextEditor.EditorMode","IsEnum":true,"Documentation":"\n \n Defines the types of editor mode in which the Rich Text Editor is rendered.\n \n ","Metadata":{"Common.PropertyName":"EditorMode"}},{"Kind":"Components.Component","Name":"EnableAutoUrl","TypeName":"System.Boolean","Documentation":"\n \n The given URL will automatically convert to the absolute path URL by prefixing `https://` to hyperlinks.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoUrl"}},{"Kind":"Components.Component","Name":"EnableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that indicates whether the source code is displayed with the encoded format or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlEncode"}},{"Kind":"Components.Component","Name":"EnableHtmlSanitizer","TypeName":"System.Boolean","Documentation":"\n \n Defines whether to allow the cross-scripting site or not.\n \n ","Metadata":{"Common.PropertyName":"EnableHtmlSanitizer"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the persisting component's state between page reloads.\n If enabled, the value of Rich Text Editor is persisted.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableResize","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the resizing option in the editor.\n If enabled, the Rich Text Editor can be resized by dragging the resize icon in the bottom right corner.\n \n ","Metadata":{"Common.PropertyName":"EnableResize"}},{"Kind":"Components.Component","Name":"AutoSaveOnIdle","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the auto-save option which performs the save action while in the idle state after typed content.\n If enabled, the Rich Text Editor will save the content on the idle state with `SaveInterval` property's value.\n \n ","Metadata":{"Common.PropertyName":"AutoSaveOnIdle"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the rendering component in the right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EnableTabKey","TypeName":"System.Boolean","Documentation":"\n \n Determines whether the Tab key action works within a content or not in the Rich Text Editor content.\n \n ","Metadata":{"Common.PropertyName":"EnableTabKey"}},{"Kind":"Components.Component","Name":"EnableXhtml","TypeName":"System.Boolean","Documentation":"\n \n Enables to validate the Rich Text Editor’s content as valid XHTML format and resave it in the Editor’s content. To get valid XHTML format of content, use the public method “GetXhtml”.\n \n ","Metadata":{"Common.PropertyName":"EnableXhtml"}},{"Kind":"Components.Component","Name":"Enabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the component is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}},{"Kind":"Components.Component","Name":"FloatingToolbarOffset","TypeName":"System.Double","Documentation":"\n \n Preserves the toolbar at the top of the Rich Text Editor on scrolling and\n specifies the offset of the floating toolbar from the documents top position.\n \n ","Metadata":{"Common.PropertyName":"FloatingToolbarOffset"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Specifies the height of the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n Allows additional HTML attributes such as title, name, etc., and\n It will be accepts n number of attributes in a key-value pair format.\n \n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"KeyConfigure","TypeName":"Syncfusion.Blazor.RichTextEditor.ShortcutKeys","Documentation":"\n \n Customizes the key actions in Rich Text Editor.\n For example, when using a German keyboard, the key actions can be customized using these shortcuts.\n \n ","Metadata":{"Common.PropertyName":"KeyConfigure"}},{"Kind":"Components.Component","Name":"MaxLength","TypeName":"System.Int32","Documentation":"\n \n Specifies the maximum number of characters allowed in the Rich Text Editor component.\n \n ","Metadata":{"Common.PropertyName":"MaxLength"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"System.String","Documentation":"\n \n Specifies the placeholder text to display when the Rich Text Editor's body is empty.\n \n ","Metadata":{"Common.PropertyName":"Placeholder"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n The user interactions on the component are disabled when set to true.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"SaveInterval","TypeName":"System.Double","Documentation":"\n \n Specifies the SaveInterval in milliseconds for autosave the value.\n The change event will be triggered if the content was changed from the last saved interval.\n \n ","Metadata":{"Common.PropertyName":"SaveInterval"}},{"Kind":"Components.Component","Name":"ShowCharCount","TypeName":"System.Boolean","Documentation":"\n \n Sets a value that show or hide the character counter in the editor.\n \n ","Metadata":{"Common.PropertyName":"ShowCharCount"}},{"Kind":"Components.Component","Name":"UndoRedoSteps","TypeName":"System.Int32","Documentation":"\n \n Specifies the count of undo history which is stored in the UndoRedoManager.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoSteps"}},{"Kind":"Components.Component","Name":"UndoRedoTimer","TypeName":"System.Int32","Documentation":"\n \n Specifies the interval value in milliseconds that store actions in UndoRedoManager.\n The minimum value is 300 milliseconds.\n \n ","Metadata":{"Common.PropertyName":"UndoRedoTimer"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Specifies the value of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Specifies the width of the Rich Text Editor.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":31301499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRichTextEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1389720506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets the child content for the Rich Text Editor Element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1087429552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Image","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Image Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Image"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Image"}},{"HashCode":-1619073795,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Image","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Image Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Image"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Image","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1802100902,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ImageUploadPopup Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ImageUploadPopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup"}},{"HashCode":1799547660,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ImageUploadPopup Class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ImageUploadPopup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2125032639,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Link","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the link class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Link"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Link"}},{"HashCode":-2114802128,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Link","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the link class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Link"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Link","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1662632464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the PasteCleanUp class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PasteCleanUp"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp"}},{"HashCode":-45810321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the PasteCleanUp class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.PasteCleanUp","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1552827423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the QuickToolBar class.\n \n Represents the QuickToolbar items type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QuickToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the quicktoolbar type.\n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","Components.GenericTyped":"True"}},{"HashCode":-61577948,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the QuickToolBar class.\n \n Represents the QuickToolbar items type.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.String","Documentation":"\n \n Specifies the quicktoolbar type.\n \n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the quicktoolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.QuickToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1584331494,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the create table popup class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CreateTablePopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup"}},{"HashCode":-1507273474,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the create table popup class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.CreateTablePopup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1434449947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Table","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the table class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Table"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Table"}},{"HashCode":-1272127693,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Table","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the table class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Table"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Table","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1049602998,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the main toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MainToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar"}},{"HashCode":-785984936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the main toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MainToolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":748780955,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Classes","TypeName":"System.String","Documentation":"\n \n Specifies the classes of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Classes"}},{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the toolbar mode.\n \n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar"}},{"HashCode":2126591023,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Classes","TypeName":"System.String","Documentation":"\n \n Specifies the classes of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Classes"}},{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies the id of the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the items in the toolbar.\n \n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.RichTextEditor.ToolbarType","IsEnum":true,"Documentation":"\n \n Specifies the toolbar mode.\n \n \n ","Metadata":{"Common.PropertyName":"Mode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Toolbar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1593930705,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar configuration class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig"}},{"HashCode":1576543791,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the toolbar configuration class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ToolbarConfig","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1869948060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Color","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the color(font and background color) class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Color"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the color container element.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ItemData","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the item data of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemData"}},{"Kind":"Components.Component","Name":"ItemName","TypeName":"System.String","Documentation":"\n \n Specifies the item name of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Color"}},{"HashCode":247931797,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Color","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the color(font and background color) class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Color"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the color container element.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"ItemData","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the item data of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemData"}},{"Kind":"Components.Component","Name":"ItemName","TypeName":"System.String","Documentation":"\n \n Specifies the item name of the color.\n \n \n ","Metadata":{"Common.PropertyName":"ItemName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Color","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":426377401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Content"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Content"}},{"HashCode":1691725439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.Content","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the content class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.Content"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.Content","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1409292412,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Dropdown button class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the dropdown button.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the dropdown item.\n \n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n Specifies the toolbar name.\n \n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton"}},{"HashCode":-1143601675,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Dropdown button class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n Specifies the container element of the dropdown button.\n \n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n Specifies the dropdown item.\n \n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n Specifies the toolbar name.\n \n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.DropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-603141510,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Html Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ViewSource","TypeName":"System.Boolean","Documentation":"\n \n Specifies the view source.\n \n ","Metadata":{"Common.PropertyName":"ViewSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor"}},{"HashCode":-1677953661,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Html Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ViewSource","TypeName":"System.Boolean","Documentation":"\n \n Specifies the view source.\n \n ","Metadata":{"Common.PropertyName":"ViewSource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.HtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1989263886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Iframe Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"IframeEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor"}},{"HashCode":-1686505367,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the Iframe Editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.IframeEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1941463133,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListDropDownButton class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ListDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton"}},{"HashCode":1279945150,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the ListDropDownButton class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Container","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Container"}},{"Kind":"Components.Component","Name":"Item","TypeName":"Syncfusion.Blazor.RichTextEditor.Item","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"Item"}},{"Kind":"Components.Component","Name":"ToolbarName","TypeName":"System.String","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ToolbarName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ListDropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-928667301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the markdown editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MarkdownEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor"}},{"HashCode":-720664799,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the markdown editor class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.MarkdownEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1059746440,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value container class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValueContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer"}},{"HashCode":-669909457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the value container class.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.Internal.ValueContainer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1704524954,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.EventSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.EventSettingsField"}},{"HashCode":-811651069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.EventSettingsField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.EventSettingsField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.EventSettingsField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-86440682,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldDescription","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events description field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldDescription"}},{"HashCode":-1486808897,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldDescription","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events description field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldDescription"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldDescription","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1681517588,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldEndTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTime"}},{"HashCode":-382235512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldEndTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633905788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldEndTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTimezone"}},{"HashCode":-1303677521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldEndTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events end timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldEndTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldEndTimezone","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-939071760,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldIsAllDay","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events all day field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldIsAllDay"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldIsAllDay"}},{"HashCode":-73130436,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldIsAllDay","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events all day field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldIsAllDay"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldIsAllDay","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":72320508,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events location field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldLocation"}},{"HashCode":1623189268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events location field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1719468817,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence exception field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceException"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException"}},{"HashCode":825911834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence exception field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceException","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1279504151,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence id field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceId"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId"}},{"HashCode":487685845,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence id field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceId","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":502871112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence rule field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldRecurrenceRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule"}},{"HashCode":-1830565636,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events recurrence rule field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldRecurrenceRule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1592205322,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldStartTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTime"}},{"HashCode":1491094589,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTime","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start time field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldStartTime"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTime","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-621385155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldStartTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTimezone"}},{"HashCode":595507907,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldStartTimezone","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events start timezone field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldStartTimezone"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldStartTimezone","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":809222334,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldSubject","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events subject field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldSubject"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldSubject"}},{"HashCode":-803722321,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.FieldSubject","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the events subject field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.FieldSubject"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Default","TypeName":"System.String","Documentation":"\n \n Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.\n \n ","Metadata":{"Common.PropertyName":"Default"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Denotes the field name to be mapped from the dataSource for every event fields.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Assigns the label values to be displayed for the event editor fields.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Validation","TypeName":"Syncfusion.Blazor.Schedule.ValidationRules","Documentation":"\n \n Defines the validation rules to be applied on the event fields within the event editor.\n \n ","Metadata":{"Common.PropertyName":"Validation"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.FieldSubject","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1515899887,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Complete set of settings related to Scheduler events to bind it to local or remote dataSource, map applicable database fields and other validation to be carried out on the available fields.\n \n A type which provides schema for the events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEventSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the add action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the delete action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the edit action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n With this property, the event data will be bound to Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEditFollowingEvents","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will edit the future events only instead of editing entire series.\n \n ","Metadata":{"Common.PropertyName":"AllowEditFollowingEvents"}},{"Kind":"Components.Component","Name":"EnableIndicator","TypeName":"System.Boolean","Documentation":"\n \n This property enables the event to occupy the full height that remaining from the header and more indicator.\n More than one appointment are available on the cell the more indicator is created.\n \n ","Metadata":{"Common.PropertyName":"EnableIndicator"}},{"Kind":"Components.Component","Name":"EnableMaxHeight","TypeName":"System.Boolean","Documentation":"\n \n It enables the event to occupy the full height of the cell without the header of the cell.\n \n ","Metadata":{"Common.PropertyName":"EnableMaxHeight"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will display the normal tooltip over the events with its subject, location, start and end time.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"IgnoreWhitespace","TypeName":"System.Boolean","Documentation":"\n \n This property ignores or include the Events element bottom white space.\n \n ","Metadata":{"Common.PropertyName":"IgnoreWhitespace"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"System.String","Documentation":"\n \n This property will sort the events based on the scheduler's event filed.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query`.\n that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ResourceColorField","TypeName":"System.String","Documentation":"\n \n Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\n grouping is enabled on scheduler.\n \n ","Metadata":{"Common.PropertyName":"ResourceColorField"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","Components.GenericTyped":"True"}},{"HashCode":1259963112,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Complete set of settings related to Scheduler events to bind it to local or remote dataSource, map applicable database fields and other validation to be carried out on the available fields.\n \n A type which provides schema for the events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEventSettings component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the add action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the delete action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n When set to `false` the edit action will be restricted.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n With this property, the event data will be bound to Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"AllowEditFollowingEvents","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will edit the future events only instead of editing entire series.\n \n ","Metadata":{"Common.PropertyName":"AllowEditFollowingEvents"}},{"Kind":"Components.Component","Name":"EnableIndicator","TypeName":"System.Boolean","Documentation":"\n \n This property enables the event to occupy the full height that remaining from the header and more indicator.\n More than one appointment are available on the cell the more indicator is created.\n \n ","Metadata":{"Common.PropertyName":"EnableIndicator"}},{"Kind":"Components.Component","Name":"EnableMaxHeight","TypeName":"System.Boolean","Documentation":"\n \n It enables the event to occupy the full height of the cell without the header of the cell.\n \n ","Metadata":{"Common.PropertyName":"EnableMaxHeight"}},{"Kind":"Components.Component","Name":"EnableTooltip","TypeName":"System.Boolean","Documentation":"\n \n When set to `true` will display the normal tooltip over the events with its subject, location, start and end time.\n \n ","Metadata":{"Common.PropertyName":"EnableTooltip"}},{"Kind":"Components.Component","Name":"IgnoreWhitespace","TypeName":"System.Boolean","Documentation":"\n \n This property ignores or include the Events element bottom white space.\n \n ","Metadata":{"Common.PropertyName":"IgnoreWhitespace"}},{"Kind":"Components.Component","Name":"SortBy","TypeName":"System.String","Documentation":"\n \n This property will sort the events based on the scheduler's event filed.\n \n ","Metadata":{"Common.PropertyName":"SortBy"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query`.\n that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"ResourceColorField","TypeName":"System.String","Documentation":"\n \n Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\n grouping is enabled on scheduler.\n \n ","Metadata":{"Common.PropertyName":"ResourceColorField"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1978316736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleEventSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":370127953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-194967913,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1319388536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\n it onto the event background. All the event fields mapped to Scheduler from dataSource can be accessed within this template code.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1138600082,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":118114100,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n All the event fields mapped with Scheduler dataSource can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleEventSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEventSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-455677020,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Class that holds the collection of event fields that requires to be mapped with the dataSource fields along with its available configuration settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FollowingID","TypeName":"System.String","Documentation":"\n \n The `FollowingID` field is mapped from dataSource and usually holds the ID value of the main parent event.\n \n ","Metadata":{"Common.PropertyName":"FollowingID"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n The `Id` field needs to be defined as mandatory, when the Scheduler is bound to datasource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsBlock","TypeName":"System.String","Documentation":"\n \n The `IsBlock` field is mapped from the dataSource and is used to block the specific time.\n \n ","Metadata":{"Common.PropertyName":"IsBlock"}},{"Kind":"Components.Component","Name":"IsReadonly","TypeName":"System.String","Documentation":"\n \n The `IsReadonly` field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.\n \n ","Metadata":{"Common.PropertyName":"IsReadonly"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` field is mapped from the dataSource, and is used to customize the styles of the events.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField"}},{"HashCode":-1206147385,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleField","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A Class that holds the collection of event fields that requires to be mapped with the dataSource fields along with its available configuration settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleField"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FollowingID","TypeName":"System.String","Documentation":"\n \n The `FollowingID` field is mapped from dataSource and usually holds the ID value of the main parent event.\n \n ","Metadata":{"Common.PropertyName":"FollowingID"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n The `Id` field needs to be defined as mandatory, when the Scheduler is bound to datasource.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"IsBlock","TypeName":"System.String","Documentation":"\n \n The `IsBlock` field is mapped from the dataSource and is used to block the specific time.\n \n ","Metadata":{"Common.PropertyName":"IsBlock"}},{"Kind":"Components.Component","Name":"IsReadonly","TypeName":"System.String","Documentation":"\n \n The `IsReadonly` field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.\n \n ","Metadata":{"Common.PropertyName":"IsReadonly"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n The `CssClass` field is mapped from the dataSource, and is used to customize the styles of the events.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-935906706,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleField"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2058678095,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child Content for schedule event settings field.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleField"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleField.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2117603507,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Schedule component that displays a list of events scheduled against specific date and timings, thus helping us to plan and manage it properly.\n \n A type which provides schema for the schedule events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.SfSchedule component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the Id of schedule.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AgendaDaysCount","TypeName":"System.Int32","Documentation":"\n \n Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\n the number of days will be fetched on each scroll-end based on this count.\n \n ","Metadata":{"Common.PropertyName":"AgendaDaysCount"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the appointments to move over the time slots. When an appointment is dragged, both its start\n and end time tends to change simultaneously allowing it to reschedule the appointment on some other time.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowInline","TypeName":"System.Boolean","Documentation":"\n \n When sets to 'true', allows inline creation and editing of appointments in the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowInline"}},{"Kind":"Components.Component","Name":"AllowKeyboardInteraction","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the keyboard interaction to take place on Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboardInteraction"}},{"Kind":"Components.Component","Name":"AllowMultiCellSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple cells.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiCellSelection"}},{"Kind":"Components.Component","Name":"AllowMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple days(rows).\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiRowSelection"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\n start or end time by dragging the event resize handlers.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowMultiDrag","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the dragging of multiple selected appointments.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiDrag"}},{"Kind":"Components.Component","Name":"EnableAllDayScroll","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, If valid, the scroll on the all day row is activated when the all day row\n height reaches the max height when the all day row is expanded.\n \n ","Metadata":{"Common.PropertyName":"EnableAllDayScroll"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Scheduler which accepts custom CSS class names that defines specific user-defined styles and themes\n to be applied on the Scheduler element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CurrentView","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n To set the active view on scheduler, the `CurrentView` property can be used and it usually accepts either of the following available\n view options. The view option specified in this property will be initially loaded on the scheduler.\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear\n Year.\n \n ","Metadata":{"Common.PropertyName":"CurrentView"}},{"Kind":"Components.Component","Name":"CurrentViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when current view changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the date-format as per the default culture assigned to it.\n It is also possible to manually set specific date format by using the `DateFormat` property.\n The format of the date range label in the header bar depends on the `DateFormat` value or else based on the\n locale assigned to the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the time-format as per the default culture assigned to it.\n It is also possible to manually set specific time format by using the `TimeFormat` property.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRecurrenceValidation","TypeName":"System.Boolean","Documentation":"\n \n The recurrence validation will be done by default\n When this property is set to `false`, the recurrence validation will be skipped.\n \n ","Metadata":{"Common.PropertyName":"EnableRecurrenceValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Scheduler ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventDragArea","TypeName":"System.String","Documentation":"\n \n It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\n When the drag area is explicitly set with specific DOM element name,\n the appointments can be dragged anywhere within the specified drag area location.\n \n ","Metadata":{"Common.PropertyName":"EventDragArea"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, the header view navigations are listed under the popup and if we enable resource grouping,\n the compact view will be enabled.\n It's default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Scheduler. It should be based on the locale set to it and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first month of the year on Scheduler.\n If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 1 is always denoted as January, 2 as February and so on.\n This property is applicable only in timeline year views.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Scheduler component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `Height` is set with specific pixel value, then the Scheduler will be rendered to that specified space.\n In case, if `auto` value is set, then the height of the Scheduler gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HideEmptyAgendaDays","TypeName":"System.Boolean","Documentation":"\n \n The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\n When this property is set to `false`, the empty dates will also be displayed on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"HideEmptyAgendaDays"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n To define the maximum date on the Scheduler, `MaxDate` property can be defined.\n Usually, it defaults to the new DateTime(2099, 12, 31, 23, 59, 59).\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n To define the minimum date on the Scheduler, `MinDate` property can be defined.\n Usually, it defaults to the new DateTime(1900, 1, 1).\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"QuickInfoOnSelectionEnd","TypeName":"System.Boolean","Documentation":"\n \n This property helps to show quick popup after multiple cell selection.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"QuickInfoOnSelectionEnd"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, makes the Scheduler to render in a read only mode. No CRUD actions will be allowed at this time.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableAutoRowHeight","TypeName":"System.Boolean","Documentation":"\n \n when set to `true`, allows the height of the work-cells to adjust automatically\n based on the number of appointments present in those time ranges.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoRowHeight"}},{"Kind":"Components.Component","Name":"SelectedDate","TypeName":"System.DateTime","Documentation":"\n \n To mark the active (current) date on the Schedule, `SelectedDate` property can be defined.\n Usually, it defaults to the current System date.\n \n ","Metadata":{"Common.PropertyName":"SelectedDate"}},{"Kind":"Components.Component","Name":"SelectedDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when selected date changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedDateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowHeaderBar","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the header bar of the Schedule from UI. By default,\n the header bar holds the date and view navigation options.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderBar"}},{"Kind":"Components.Component","Name":"ShowQuickInfo","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"ShowQuickInfo"}},{"Kind":"Components.Component","Name":"ShowTimeIndicator","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the current time indicator from the Scheduler. Otherwise,\n it visually depicts the live current system time appropriately on the user interface.\n \n ","Metadata":{"Common.PropertyName":"ShowTimeIndicator"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Scheduler. The days which are not defined in the working days\n collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\n the weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Scheduler starts to display. It accepts the time string in a short skeleton\n format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"Timezone","TypeName":"System.String","Documentation":"\n \n Scheduler will be assigned with specific timezone, so as to display the events in it accordingly. By default,\n Scheduler dates are processed with System timezone, as no timezone will be assigned specifically to the Scheduler at the initial time.\n Whenever the Scheduler is bound to remote data services, it is always recommended to set specific timezone to Scheduler to make the\n events on it to display on the same time irrespective of the system timezone. It usually accepts\n the valid [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) timezone names.\n \n ","Metadata":{"Common.PropertyName":"Timezone"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Scheduler component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on Scheduler. The only days that are defined in this collection will be rendered on the `WorkWeek`\n view whereas on other views, it will display all the usual days and simply highlights the working days with different shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n It is used to set WeekRule on the Scheduler. The WeekRule is provided with three values - FirstDay, FirstFullWeek, FirstFourDayWeek.\n The default value is FirstDay.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"MonthsCount","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the number of months count to be displayed on the Schedule.\n The default value is 12.\n \n ","Metadata":{"Common.PropertyName":"MonthsCount"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.GenericTyped":"True"}},{"HashCode":1903323521,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Schedule component that displays a list of events scheduled against specific date and timings, thus helping us to plan and manage it properly.\n \n A type which provides schema for the schedule events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.SfSchedule component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the Id of schedule.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AgendaDaysCount","TypeName":"System.Int32","Documentation":"\n \n Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\n the number of days will be fetched on each scroll-end based on this count.\n \n ","Metadata":{"Common.PropertyName":"AgendaDaysCount"}},{"Kind":"Components.Component","Name":"AllowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the appointments to move over the time slots. When an appointment is dragged, both its start\n and end time tends to change simultaneously allowing it to reschedule the appointment on some other time.\n \n ","Metadata":{"Common.PropertyName":"AllowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowInline","TypeName":"System.Boolean","Documentation":"\n \n When sets to 'true', allows inline creation and editing of appointments in the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowInline"}},{"Kind":"Components.Component","Name":"AllowKeyboardInteraction","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the keyboard interaction to take place on Scheduler.\n \n ","Metadata":{"Common.PropertyName":"AllowKeyboardInteraction"}},{"Kind":"Components.Component","Name":"AllowMultiCellSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple cells.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiCellSelection"}},{"Kind":"Components.Component","Name":"AllowMultiRowSelection","TypeName":"System.Boolean","Documentation":"\n \n This property helps user to allow/prevent the selection of multiple days(rows).\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiRowSelection"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\n start or end time by dragging the event resize handlers.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowMultiDrag","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the dragging of multiple selected appointments.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiDrag"}},{"Kind":"Components.Component","Name":"EnableAllDayScroll","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, If valid, the scroll on the all day row is activated when the all day row\n height reaches the max height when the all day row is expanded.\n \n ","Metadata":{"Common.PropertyName":"EnableAllDayScroll"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n It is used to customize the Scheduler which accepts custom CSS class names that defines specific user-defined styles and themes\n to be applied on the Scheduler element.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"CurrentView","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n To set the active view on scheduler, the `CurrentView` property can be used and it usually accepts either of the following available\n view options. The view option specified in this property will be initially loaded on the scheduler.\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear\n Year.\n \n ","Metadata":{"Common.PropertyName":"CurrentView"}},{"Kind":"Components.Component","Name":"CurrentViewChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when current view changes.\n \n ","Metadata":{"Common.PropertyName":"CurrentViewChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the date-format as per the default culture assigned to it.\n It is also possible to manually set specific date format by using the `DateFormat` property.\n The format of the date range label in the header bar depends on the `DateFormat` value or else based on the\n locale assigned to the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"TimeFormat","TypeName":"System.String","Documentation":"\n \n By default, Scheduler follows the time-format as per the default culture assigned to it.\n It is also possible to manually set specific time format by using the `TimeFormat` property.\n \n ","Metadata":{"Common.PropertyName":"TimeFormat"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRecurrenceValidation","TypeName":"System.Boolean","Documentation":"\n \n The recurrence validation will be done by default\n When this property is set to `false`, the recurrence validation will be skipped.\n \n ","Metadata":{"Common.PropertyName":"EnableRecurrenceValidation"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Scheduler ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventDragArea","TypeName":"System.String","Documentation":"\n \n It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\n When the drag area is explicitly set with specific DOM element name,\n the appointments can be dragged anywhere within the specified drag area location.\n \n ","Metadata":{"Common.PropertyName":"EventDragArea"}},{"Kind":"Components.Component","Name":"EnableAdaptiveUI","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, the header view navigations are listed under the popup and if we enable resource grouping,\n the compact view will be enabled.\n It's default value is false.\n \n ","Metadata":{"Common.PropertyName":"EnableAdaptiveUI"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Scheduler. It should be based on the locale set to it and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first month of the year on Scheduler.\n If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 1 is always denoted as January, 2 as February and so on.\n This property is applicable only in timeline year views.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets the `Height` of the Scheduler component, accepting both string and number values.\n The string type includes either pixel or percentage values.\n When `Height` is set with specific pixel value, then the Scheduler will be rendered to that specified space.\n In case, if `auto` value is set, then the height of the Scheduler gets auto-adjusted within the given container.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"HideEmptyAgendaDays","TypeName":"System.Boolean","Documentation":"\n \n The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\n When this property is set to `false`, the empty dates will also be displayed on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"HideEmptyAgendaDays"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n To define the maximum date on the Scheduler, `MaxDate` property can be defined.\n Usually, it defaults to the new DateTime(2099, 12, 31, 23, 59, 59).\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n To define the minimum date on the Scheduler, `MinDate` property can be defined.\n Usually, it defaults to the new DateTime(1900, 1, 1).\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"QuickInfoOnSelectionEnd","TypeName":"System.Boolean","Documentation":"\n \n This property helps to show quick popup after multiple cell selection.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"QuickInfoOnSelectionEnd"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, makes the Scheduler to render in a read only mode. No CRUD actions will be allowed at this time.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"EnableAutoRowHeight","TypeName":"System.Boolean","Documentation":"\n \n when set to `true`, allows the height of the work-cells to adjust automatically\n based on the number of appointments present in those time ranges.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoRowHeight"}},{"Kind":"Components.Component","Name":"SelectedDate","TypeName":"System.DateTime","Documentation":"\n \n To mark the active (current) date on the Schedule, `SelectedDate` property can be defined.\n Usually, it defaults to the current System date.\n \n ","Metadata":{"Common.PropertyName":"SelectedDate"}},{"Kind":"Components.Component","Name":"SelectedDateChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Invokes when selected date changes.\n \n ","Metadata":{"Common.PropertyName":"SelectedDateChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ShowHeaderBar","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the header bar of the Schedule from UI. By default,\n the header bar holds the date and view navigation options.\n \n ","Metadata":{"Common.PropertyName":"ShowHeaderBar"}},{"Kind":"Components.Component","Name":"ShowQuickInfo","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `true`.\n \n ","Metadata":{"Common.PropertyName":"ShowQuickInfo"}},{"Kind":"Components.Component","Name":"ShowTimeIndicator","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, hides the current time indicator from the Scheduler. Otherwise,\n it visually depicts the live current system time appropriately on the user interface.\n \n ","Metadata":{"Common.PropertyName":"ShowTimeIndicator"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n By default, it is set to `false`.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Scheduler. The days which are not defined in the working days\n collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\n the weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Scheduler starts to display. It accepts the time string in a short skeleton\n format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"Timezone","TypeName":"System.String","Documentation":"\n \n Scheduler will be assigned with specific timezone, so as to display the events in it accordingly. By default,\n Scheduler dates are processed with System timezone, as no timezone will be assigned specifically to the Scheduler at the initial time.\n Whenever the Scheduler is bound to remote data services, it is always recommended to set specific timezone to Scheduler to make the\n events on it to display on the same time irrespective of the system timezone. It usually accepts\n the valid [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) timezone names.\n \n ","Metadata":{"Common.PropertyName":"Timezone"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the `Width` of the Scheduler component, accepting both string and number values.\n The string value can be either pixel or percentage format.\n When set to `auto`, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on Scheduler. The only days that are defined in this collection will be rendered on the `WorkWeek`\n view whereas on other views, it will display all the usual days and simply highlights the working days with different shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"WeekRule","TypeName":"System.Globalization.CalendarWeekRule","IsEnum":true,"Documentation":"\n \n It is used to set WeekRule on the Scheduler. The WeekRule is provided with three values - FirstDay, FirstFullWeek, FirstFourDayWeek.\n The default value is FirstDay.\n \n ","Metadata":{"Common.PropertyName":"WeekRule"}},{"Kind":"Components.Component","Name":"MonthsCount","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the number of months count to be displayed on the Schedule.\n The default value is 12.\n \n ","Metadata":{"Common.PropertyName":"MonthsCount"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":740348228,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSchedule"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":204878664,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.SfSchedule"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1991147049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Recurrence Editor component to generate the recurrence.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRecurrenceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of Recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows styling with custom class names.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Sets the user specific date format on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"Frequencies","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets the recurrence pattern on the editor.\n \n ","Metadata":{"Common.PropertyName":"Frequencies"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the maximum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the minimum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"SelectedType","TypeName":"Syncfusion.Blazor.Schedule.RepeatType","IsEnum":true,"Documentation":"\n \n Sets the current repeat type to be set on the recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"SelectedType"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the start date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the recurrence rule as its output values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}},{"HashCode":-387246007,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Recurrence Editor component to generate the recurrence.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of Recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Allows styling with custom class names.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n Sets the user specific date format on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n Sets the first day of the week.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"Frequencies","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Sets the recurrence pattern on the editor.\n \n ","Metadata":{"Common.PropertyName":"Frequencies"}},{"Kind":"Components.Component","Name":"MaxDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the maximum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MaxDate"}},{"Kind":"Components.Component","Name":"MinDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the minimum date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"MinDate"}},{"Kind":"Components.Component","Name":"SelectedType","TypeName":"Syncfusion.Blazor.Schedule.RepeatType","IsEnum":true,"Documentation":"\n \n Sets the current repeat type to be set on the recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"SelectedType"}},{"Kind":"Components.Component","Name":"StartDate","TypeName":"System.DateTime","Documentation":"\n \n Sets the start date on recurrence editor.\n \n ","Metadata":{"Common.PropertyName":"StartDate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Sets the recurrence rule as its output values.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":568924499,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of Recurrence editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfRecurrenceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":60515261,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of Recurrence editor.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1616724534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Recurrence component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RecurrenceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers on the recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents"}},{"HashCode":-1343659831,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Recurrence component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n The event triggers on the recurrence rule change.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.RecurrenceEditorEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1843298478,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n TValue of schedule component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on beginning of every scheduler action.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on successful completion of the scheduler actions.\n \n ","Metadata":{"Common.PropertyName":"ActionCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a scheduler action gets failed or interrupted and an error information will be returned.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCellDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnCellDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the scheduler component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the data binds to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers once the event data is bound to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the dragging of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are single clicked or on single tapping the events on the mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnEventClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnEventDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before each of the event getting rendered on the scheduler user interface.\n \n ","Metadata":{"Common.PropertyName":"EventRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MoreEventsClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the more events indicator are clicked.\n \n ","Metadata":{"Common.PropertyName":"MoreEventsClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the date or view navigation takes place on scheduler.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups close on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups opens on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRenderCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each element of the schedule rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"OnRenderCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the resizing of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEvents","Components.GenericTyped":"True"}},{"HashCode":95286274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n TValue of schedule component.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on beginning of every scheduler action.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ActionCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers on successful completion of the scheduler actions.\n \n ","Metadata":{"Common.PropertyName":"ActionCompleted","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a scheduler action gets failed or interrupted and an error information will be returned.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnCellClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnCellDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler cells are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnCellDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after the scheduler component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBinding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the data binds to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBinding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers once the event data is bound to the scheduler.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the scheduler component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to drag.\n \n ","Metadata":{"Common.PropertyName":"OnDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Dragged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the dragging of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Dragged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are single clicked or on single tapping the events on the mobile devices.\n \n ","Metadata":{"Common.PropertyName":"OnEventClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnEventDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the events are double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnEventDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before each of the event getting rendered on the scheduler user interface.\n \n ","Metadata":{"Common.PropertyName":"EventRendered","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"MoreEventsClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the more events indicator are clicked.\n \n ","Metadata":{"Common.PropertyName":"MoreEventsClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the date or view navigation takes place on scheduler.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPopupClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups close on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupClose","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnPopupOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any of the scheduler popups opens on the page.\n \n ","Metadata":{"Common.PropertyName":"OnPopupOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRenderCell","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before each element of the schedule rendering on the page.\n \n ","Metadata":{"Common.PropertyName":"OnRenderCell","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when an appointment is started to resize.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Resized","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the resizing of appointment is stopped.\n \n ","Metadata":{"Common.PropertyName":"Resized","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2074916653,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that holds the resource grouping related configurations on Schedule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of schedule group.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in scheduler dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on scheduler based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup"}},{"HashCode":1460051908,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that holds the resource grouping related configurations on Schedule.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of schedule group.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in scheduler dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on scheduler based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":206617556,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of schedule group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-272930752,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of schedule group.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":446818586,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":79045616,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371695704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Header row configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header row.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.HeaderRowType","IsEnum":true,"Documentation":"\n \n It defines the header row type, which accepts either of the following values.\n Year\n Month\n Week\n Date\n Hour.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}},{"HashCode":-203156606,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Header row configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header row.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.HeaderRowType","IsEnum":true,"Documentation":"\n \n It defines the header row type, which accepts either of the following values.\n Year\n Month\n Week\n Date\n Hour.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":516575260,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleHeaderRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1727457326,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header row.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-979954952,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-994646972,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\n content and parse it appropriately before displaying it onto the header cells. The field that\n can be accessed via this template is `Date`.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRow.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1092118448,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Schedule component header rows related configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleHeaderRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header rows.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}},{"HashCode":-1322665765,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Schedule component header rows related configurations on timeline views.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of header rows.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":231221303,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleHeaderRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2084448383,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of header rows.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleHeaderRows.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-603809775,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of quick popup templates.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TemplateType","TypeName":"Syncfusion.Blazor.Schedule.TemplateType","IsEnum":true,"Documentation":"\n \n Template type to customize the quick popup.\n \n ","Metadata":{"Common.PropertyName":"TemplateType"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}},{"HashCode":880631368,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers to handle the events with the Schedule component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Child content of quick popup templates.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ContentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","Metadata":{"Common.PropertyName":"ContentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TemplateType","TypeName":"Syncfusion.Blazor.Schedule.TemplateType","IsEnum":true,"Documentation":"\n \n Template type to customize the quick popup.\n \n ","Metadata":{"Common.PropertyName":"TemplateType"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":395422814,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of quick popup templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleQuickInfoTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-432072915,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Child content of quick popup templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1345256466,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1495875354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":545638029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ContentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-202516144,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the content area of the quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ContentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ContentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.ContentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1234031242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1622634623,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the footer section of quick popup.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleQuickInfoTemplates.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":545931434,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents the resource related configurations and its data binding options.\n \n Specifies the type of the resource id field value from the data source model.\n Specifies the type of the data source model.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\n selected resources.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"ColorField","TypeName":"System.String","Documentation":"\n \n It maps the `Color` field from the dataSource, which is used to specify colors for the resources.\n \n ","Metadata":{"Common.PropertyName":"ColorField"}},{"Kind":"Components.Component","Name":"CssClassField","TypeName":"System.String","Documentation":"\n \n It maps the `CssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n \n ","Metadata":{"Common.PropertyName":"CssClassField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Assigns the resource dataSource\n The data can be passed either as an array of JavaScript objects,\n or else can create an instance of `DataManager`\n in case of processing remote data and can be assigned to the `DataSource` property.\n With the remote data assigned to dataSource, check the available\n Adaptors to customize the data processing.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndHourField","TypeName":"System.String","Documentation":"\n \n It maps the `EndHour` field from the dataSource, which is used to specify different work end hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"EndHourField"}},{"Kind":"Components.Component","Name":"ExpandedField","TypeName":"System.String","Documentation":"\n \n It maps the `Expanded` field from the dataSource, which is used to specify whether each resource levels\n in timeline view needs to be maintained in an expanded or collapsed state by default.\n \n ","Metadata":{"Common.PropertyName":"ExpandedField"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n A value that binds to the resource field of event object.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"GroupIDField","TypeName":"System.String","Documentation":"\n \n It maps the `GroupID` field from the dataSource, which is used to specify under which Parent resource,\n the child should be grouped.\n \n ","Metadata":{"Common.PropertyName":"GroupIDField"}},{"Kind":"Components.Component","Name":"IdField","TypeName":"System.String","Documentation":"\n \n It maps the `Id` field from the dataSource and is used to uniquely identify the resources.\n \n ","Metadata":{"Common.PropertyName":"IdField"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It represents a unique resource name for differentiating various resource objects while grouping.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"StartHourField","TypeName":"System.String","Documentation":"\n \n It maps the `StartHour` field from the dataSource, which is used to specify different work start hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"StartHourField"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n It maps the `Text` field from the dataSource, which is used to specify the resource names.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n It holds the title of the resource field to be displayed on the schedule event editor window.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"WorkDaysField","TypeName":"System.String","Documentation":"\n \n It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n \n ","Metadata":{"Common.PropertyName":"WorkDaysField"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource","Components.GenericTyped":"True"}},{"HashCode":-72283163,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResource","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A class that represents the resource related configurations and its data binding options.\n \n Specifies the type of the resource id field value from the data source model.\n Specifies the type of the data source model.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Syncfusion.Blazor.Schedule.ScheduleResource component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowMultiple","TypeName":"System.Boolean","Documentation":"\n \n When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\n selected resources.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiple"}},{"Kind":"Components.Component","Name":"ColorField","TypeName":"System.String","Documentation":"\n \n It maps the `Color` field from the dataSource, which is used to specify colors for the resources.\n \n ","Metadata":{"Common.PropertyName":"ColorField"}},{"Kind":"Components.Component","Name":"CssClassField","TypeName":"System.String","Documentation":"\n \n It maps the `CssClass` field from the dataSource, which is used to specify different styles to each resource appointments.\n \n ","Metadata":{"Common.PropertyName":"CssClassField"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Assigns the resource dataSource\n The data can be passed either as an array of JavaScript objects,\n or else can create an instance of `DataManager`\n in case of processing remote data and can be assigned to the `DataSource` property.\n With the remote data assigned to dataSource, check the available\n Adaptors to customize the data processing.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EndHourField","TypeName":"System.String","Documentation":"\n \n It maps the `EndHour` field from the dataSource, which is used to specify different work end hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"EndHourField"}},{"Kind":"Components.Component","Name":"ExpandedField","TypeName":"System.String","Documentation":"\n \n It maps the `Expanded` field from the dataSource, which is used to specify whether each resource levels\n in timeline view needs to be maintained in an expanded or collapsed state by default.\n \n ","Metadata":{"Common.PropertyName":"ExpandedField"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n A value that binds to the resource field of event object.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"GroupIDField","TypeName":"System.String","Documentation":"\n \n It maps the `GroupID` field from the dataSource, which is used to specify under which Parent resource,\n the child should be grouped.\n \n ","Metadata":{"Common.PropertyName":"GroupIDField"}},{"Kind":"Components.Component","Name":"IdField","TypeName":"System.String","Documentation":"\n \n It maps the `Id` field from the dataSource and is used to uniquely identify the resources.\n \n ","Metadata":{"Common.PropertyName":"IdField"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n It represents a unique resource name for differentiating various resource objects while grouping.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external `Query` that will be executed along with the data processing.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"StartHourField","TypeName":"System.String","Documentation":"\n \n It maps the `StartHour` field from the dataSource, which is used to specify different work start hour for each resources.\n \n ","Metadata":{"Common.PropertyName":"StartHourField"}},{"Kind":"Components.Component","Name":"TextField","TypeName":"System.String","Documentation":"\n \n It maps the `Text` field from the dataSource, which is used to specify the resource names.\n \n ","Metadata":{"Common.PropertyName":"TextField"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n It holds the title of the resource field to be displayed on the schedule event editor window.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"WorkDaysField","TypeName":"System.String","Documentation":"\n \n It maps the working days field from the dataSource, which is used to specify different working days for each resources.\n \n ","Metadata":{"Common.PropertyName":"WorkDaysField"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":828768268,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleResource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":651430891,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleResource"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResource.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1554827224,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResources","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the scheduler resources.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleResources"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources"}},{"HashCode":-1141287000,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleResources","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the scheduler resources.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleResources"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1862909717,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleResources"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1312581503,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleResources"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleResources.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-918764996,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Scheduler templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized editor window.\n \n ","Metadata":{"Common.PropertyName":"EditorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}},{"HashCode":-554131374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Scheduler templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditorTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to render the customized editor window.\n \n ","Metadata":{"Common.PropertyName":"EditorTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583787450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2032780589,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":622707025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1030836683,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized date header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":456322057,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-938042996,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized Day header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1453645191,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":604402878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized month header cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411055403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-368458016,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The CellHeaderTemplate template option is used to render the customized work cells on the month view of Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1566307341,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1802940275,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1132441219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized editor window.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2141155247,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to render the customized editor window.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditorTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.EditorTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1597744407,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1542546992,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1704259358,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-532548101,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the header indent bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTemplates.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1876531978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the schedule time scale.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}},{"HashCode":2027412468,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the schedule time scale.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":6064847,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":187170262,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-31183781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1714319090,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1176771160,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1610344710,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":867662416,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific settings on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowVirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n It is used to allow or disallow the virtual scrolling functionality. This is applicable only on Timeline views and Agenda view.\n \n ","Metadata":{"Common.PropertyName":"AllowVirtualScrolling"}},{"Kind":"Components.Component","Name":"EnableVirtualMask","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the virtual mask to the work cells for virtual scrolling actions.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n The Virtual Mask allows it to render only work cells visible within the view-port without buffering the entire resource collection. Here, same set of DOM elements is re-used to improve the performance. In this feature, a loading placeholder indicator was shown while loading the new data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMask"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\n specific date format by using the `DateFormat` property. The format of the date range label in the header bar depends on\n the `DateFormat` value or else based on the current culture.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the date header template.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the day header template.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header indent template.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n When the same view is customized with different intervals, this property allows the user to set different display name\n for those views.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","Metadata":{"Common.PropertyName":"EventTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Schedule. It should be based on current culture and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the first month of the year.It accepts the integer values, whereby 1 is always denoted as January, 2 for February and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"HeaderRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\n on the timeline view of the scheduler.\n \n ","Metadata":{"Common.PropertyName":"HeaderRows"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n To denote whether the view name given on the `Option` is active or not.\n It acts similar to the `CurrentView` property and defines the active view of Schedule.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the month header template.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n It accepts the schedule view name, based on which we can define with its related properties in a single object.\n The applicable view names are,\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Schedule.Orientation","IsEnum":true,"Documentation":"\n \n It is used to specify the year view rendering orientation on the schedule.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `false`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Schedule.\n The days which are not defined in the working days collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\n weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Schedule starts to display.\n It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\n `WorkWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different\n shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"MaxEventsPerRow","TypeName":"System.Int32","Documentation":"\n \n It is used to set the maximum events count in a row when we disabled the `EnableAutoRowHeight` property.\n \n ","Metadata":{"Common.PropertyName":"MaxEventsPerRow"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView"}},{"HashCode":1619104568,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleView","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific settings on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowVirtualScrolling","TypeName":"System.Boolean","Documentation":"\n \n It is used to allow or disallow the virtual scrolling functionality. This is applicable only on Timeline views and Agenda view.\n \n ","Metadata":{"Common.PropertyName":"AllowVirtualScrolling"}},{"Kind":"Components.Component","Name":"EnableVirtualMask","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable the virtual mask to the work cells for virtual scrolling actions.\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n The Virtual Mask allows it to render only work cells visible within the view-port without buffering the entire resource collection. Here, same set of DOM elements is re-used to improve the performance. In this feature, a loading placeholder indicator was shown while loading the new data.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualMask"}},{"Kind":"Components.Component","Name":"CellHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","Metadata":{"Common.PropertyName":"CellHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CellTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"CellTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Documentation":"\n \n By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\n specific date format by using the `DateFormat` property. The format of the date range label in the header bar depends on\n the `DateFormat` value or else based on the current culture.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"DateHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the date header template.\n \n ","Metadata":{"Common.PropertyName":"DateHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DayHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the day header template.\n \n ","Metadata":{"Common.PropertyName":"DayHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderIndentTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header indent template.\n \n ","Metadata":{"Common.PropertyName":"HeaderIndentTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n When the same view is customized with different intervals, this property allows the user to set different display name\n for those views.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}},{"Kind":"Components.Component","Name":"EndHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.\n \n ","Metadata":{"Common.PropertyName":"EndHour"}},{"Kind":"Components.Component","Name":"EventTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","Metadata":{"Common.PropertyName":"EventTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FirstDayOfWeek","TypeName":"System.Int32","Documentation":"\n \n This option allows the user to set the first day of a week on Schedule. It should be based on current culture and each culture\n defines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\n this property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstDayOfWeek"}},{"Kind":"Components.Component","Name":"FirstMonthOfYear","TypeName":"System.Int32","Documentation":"\n \n It allows the user to set the first month of the year.It accepts the integer values, whereby 1 is always denoted as January, 2 for February and so on.\n \n ","Metadata":{"Common.PropertyName":"FirstMonthOfYear"}},{"Kind":"Components.Component","Name":"HeaderRows","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\n on the timeline view of the scheduler.\n \n ","Metadata":{"Common.PropertyName":"HeaderRows"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"IsSelected","TypeName":"System.Boolean","Documentation":"\n \n To denote whether the view name given on the `Option` is active or not.\n It acts similar to the `CurrentView` property and defines the active view of Schedule.\n \n ","Metadata":{"Common.PropertyName":"IsSelected"}},{"Kind":"Components.Component","Name":"MonthHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the month header template.\n \n ","Metadata":{"Common.PropertyName":"MonthHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Option","TypeName":"Syncfusion.Blazor.Schedule.View","IsEnum":true,"Documentation":"\n \n It accepts the schedule view name, based on which we can define with its related properties in a single object.\n The applicable view names are,\n Day\n Week\n WorkWeek\n Month\n Agenda\n MonthAgenda\n TimelineDay\n TimelineWeek\n TimelineWorkWeek\n TimelineMonth\n TimelineYear.\n \n ","Metadata":{"Common.PropertyName":"Option"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.Schedule.Orientation","IsEnum":true,"Documentation":"\n \n It is used to specify the year view rendering orientation on the schedule.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Readonly","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays a quick popup with cell or event details on single clicking over the cells or on events.\n By default, it is set to `false`. It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"Readonly"}},{"Kind":"Components.Component","Name":"ResourceHeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","Metadata":{"Common.PropertyName":"ResourceHeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ShowWeekNumber","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, displays the week number of the current view date range.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekNumber"}},{"Kind":"Components.Component","Name":"ShowWeekend","TypeName":"System.Boolean","Documentation":"\n \n When set to `false`, it hides the weekend days of a week from the Schedule.\n The days which are not defined in the working days collection are usually treated as weekend days.\n Note: By default, this option is not applicable on `Work Week` view.\n For example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\n weekend days and will be hidden on all the views.\n \n ","Metadata":{"Common.PropertyName":"ShowWeekend"}},{"Kind":"Components.Component","Name":"StartHour","TypeName":"System.String","Documentation":"\n \n It is used to specify the starting hour, from which the Schedule starts to display.\n It accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.\n \n ","Metadata":{"Common.PropertyName":"StartHour"}},{"Kind":"Components.Component","Name":"WorkDays","TypeName":"System.Int32[]","Documentation":"\n \n It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\n `WorkWeek` view whereas on other views, it will display all the usual days and simply highlights the working days with different\n shade.\n \n ","Metadata":{"Common.PropertyName":"WorkDays"}},{"Kind":"Components.Component","Name":"MaxEventsPerRow","TypeName":"System.Int32","Documentation":"\n \n It is used to set the maximum events count in a row when we disabled the `EnableAutoRowHeight` property.\n \n ","Metadata":{"Common.PropertyName":"MaxEventsPerRow"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1998364969,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-419242730,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-315838313,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1477974951,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template on the month date cells.\n This template is only applicable for month view day cells.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1485037438,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1236069219,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized work cells on the Schedule.\n The field accessible via template is `Date`. It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CellTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'CellTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.CellTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2000609167,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the date header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2088603114,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the date header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DateHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DateHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DateHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2079620662,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the day header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1358579481,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the day header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DayHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DayHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.DayHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":924849348,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header indent template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1155376233,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header indent template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderIndentTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderIndentTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.HeaderIndentTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":812290498,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EventTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1030177419,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the event template. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n It is similar to that of the `Template` option available within the `ScheduleEventSettings`,\n whereas it will get applied only on the events of the view to which it is currently being defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EventTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.EventTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1126100696,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the month header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":60132176,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the month header template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MonthHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.MonthHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1951919602,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":504340920,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option which is used to render the customized header cells on the schedule.\n All the resource fields mapped within resources can be accessed within this template.\n It gets applied only to the view objects on which it is defined.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ResourceHeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleView.ResourceHeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1944808719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific resource group on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in schedule dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}},{"HashCode":1590554548,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific resource group on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowGroupEdit","TypeName":"System.Boolean","Documentation":"\n \n Allows creation and editing of linked appointments assigned to multiple resources. When set to `true`,\n a single appointment object instance will be maintained in schedule dataSource that are created for\n multiple resources, whereas displayed individually on UI.\n \n ","Metadata":{"Common.PropertyName":"AllowGroupEdit"}},{"Kind":"Components.Component","Name":"ByDate","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, groups the resources by date where each day renders all the resource names under it.\n \n ","Metadata":{"Common.PropertyName":"ByDate"}},{"Kind":"Components.Component","Name":"ByGroupID","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to allow the resource hierarchy to group by ID. It is set to `true` by default and when set to false,\n all the resources under child collection will be mapped against each available parent.\n \n ","Metadata":{"Common.PropertyName":"ByGroupID"}},{"Kind":"Components.Component","Name":"EnableCompactView","TypeName":"System.Boolean","Documentation":"\n \n Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to `false`,\n the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.\n \n ","Metadata":{"Common.PropertyName":"EnableCompactView"}},{"Kind":"Components.Component","Name":"HeaderTooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","Metadata":{"Common.PropertyName":"HeaderTooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resources","TypeName":"System.String[]","Documentation":"\n \n Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.\n \n ","Metadata":{"Common.PropertyName":"Resources"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1731413013,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViewGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1183534297,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1808025666,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":346287880,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\n displayed on resource header bar.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTooltipTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewGroup"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewGroup.HeaderTooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1160415520,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViews","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the required views on the scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViews"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews"}},{"HashCode":-393137885,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViews","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the required views on the scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViews"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-857980026,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViews"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":31038355,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViews"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViews.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1690130512,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific time scale on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}},{"HashCode":-1675658040,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the view-specific time scale on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, allows the schedule to display the appointments accurately against the exact time duration.\n If set to `false`, all the appointments of a day will be displayed one below the other.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Interval","TypeName":"System.Int32","Documentation":"\n \n Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\n It accepts the values in minutes.\n \n ","Metadata":{"Common.PropertyName":"Interval"}},{"Kind":"Components.Component","Name":"MajorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MajorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MinorSlotTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","Metadata":{"Common.PropertyName":"MinorSlotTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"SlotCount","TypeName":"System.Int32","Documentation":"\n \n Decides the number of slot count to be split for the specified time interval duration.\n \n ","Metadata":{"Common.PropertyName":"SlotCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1987701188,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleViewTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1472637785,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1391635175,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1523174909,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for major time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MajorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MajorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MajorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1948714758,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":616552220,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The template option to be applied for minor time slot cells. The time details can be accessed within this template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MinorSlotTemplate","ParentTag":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'MinorSlotTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleViewTimeScale.MinorSlotTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-210813916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the work hours on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleWorkHours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the end of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, highlights the cells of working hour range with an active color.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the start of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours"}},{"HashCode":-888527358,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the work hours on scheduler.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"End","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the end of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"End"}},{"Kind":"Components.Component","Name":"Highlight","TypeName":"System.Boolean","Documentation":"\n \n When set to `true`, highlights the cells of working hour range with an active color.\n \n ","Metadata":{"Common.PropertyName":"Highlight"}},{"Kind":"Components.Component","Name":"Start","TypeName":"System.String","Documentation":"\n \n It accepts the time string in short skeleton format `Hm` and usually denotes the start of the working hour range.\n \n ","Metadata":{"Common.PropertyName":"Start"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.ScheduleWorkHours","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1943319017,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","Components.GenericTyped":"True"}},{"HashCode":2123476382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2146110185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleCellBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1962864956,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCellBase.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-583876169,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Event","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Event","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","Components.GenericTyped":"True"}},{"HashCode":-195251085,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Event","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Event","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1340777655,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaEventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EventDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","Components.GenericTyped":"True"}},{"HashCode":1148702274,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EventDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"EventDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaEventWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1205283050,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MoreEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResourceGroupIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceGroupIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","Components.GenericTyped":"True"}},{"HashCode":-1349164921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ResourceGroupIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceGroupIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":171960583,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineViewEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","Components.GenericTyped":"True"}},{"HashCode":2137051977,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineViewEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1975756426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","Components.GenericTyped":"True"}},{"HashCode":2133511386,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearEvent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1432414192,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","Components.GenericTyped":"True"}},{"HashCode":-887465846,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"Length","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Length"}},{"Kind":"Components.Component","Name":"Data","TypeName":"Syncfusion.Blazor.Schedule.Internal.AppointmentData","Metadata":{"Common.PropertyName":"Data","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1679242549,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AlertWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AlertWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","Components.GenericTyped":"True"}},{"HashCode":-1176158834,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AlertWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AlertWindow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1082548886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Schedule.CurrentAction","IsEnum":true,"Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"EventData","TypeName":"TValue","Metadata":{"Common.PropertyName":"EventData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsFirst","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFirst"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorContent","Components.GenericTyped":"True"}},{"HashCode":-418278490,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EditorContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorContent component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}},{"Kind":"Components.Component","Name":"CurrentAction","TypeName":"Syncfusion.Blazor.Schedule.CurrentAction","IsEnum":true,"Metadata":{"Common.PropertyName":"CurrentAction"}},{"Kind":"Components.Component","Name":"EventData","TypeName":"TValue","Metadata":{"Common.PropertyName":"EventData","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsFirst","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsFirst"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorContent","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1312950936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","Components.GenericTyped":"True"}},{"HashCode":-382168645,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EditorWindow component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EditorWindow","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789931734,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","Components.GenericTyped":"True"}},{"HashCode":-1711640722,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1517722921,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FieldValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.FieldValidator component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","Components.GenericTyped":"True"}},{"HashCode":412677103,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.FieldValidator component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"OnValidated","TypeName":"System.Action","Metadata":{"Common.PropertyName":"OnValidated","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.FieldValidator","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-235896262,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MoreEventPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEventPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","Components.GenericTyped":"True"}},{"HashCode":-1651461614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MoreEventPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MoreEventPopup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-631698030,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"QuickPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.QuickPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","Components.GenericTyped":"True"}},{"HashCode":-1473775802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.QuickPopup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.QuickPopup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-105794272,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RepeatDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.RepeatDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RecurrenceValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"RecurrenceValue"}},{"Kind":"Components.Component","Name":"StartTimeValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartTimeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","Components.GenericTyped":"True"}},{"HashCode":1479816031,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.RepeatDialog component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RecurrenceValue","TypeName":"System.String","Metadata":{"Common.PropertyName":"RecurrenceValue"}},{"Kind":"Components.Component","Name":"StartTimeValue","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"StartTimeValue"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.RepeatDialog","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-723595822,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceHeaderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","Components.GenericTyped":"True"}},{"HashCode":-497710174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceHeaderTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1756419401,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ResItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResItem for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResValue for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRefresh","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRefresh"}},{"Kind":"Components.Component","Name":"ResourceIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","Components.GenericTyped":"True"}},{"HashCode":-1513878162,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ResItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResItem for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ResValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter ResValue for the Syncfusion.Blazor.Schedule.Internal.ResourceRenderer component.","Metadata":{"Common.PropertyName":"ResValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"IsRefresh","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsRefresh"}},{"Kind":"Components.Component","Name":"ResourceIndex","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceIndex"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":817314320,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceRow"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow"}},{"HashCode":-2133313750,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceRow","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-345877513,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","Components.GenericTyped":"True"}},{"HashCode":-208650197,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.ValidationTooltip component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ValidationTooltip","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":693667189,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.AgendaCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","Components.GenericTyped":"True"}},{"HashCode":905395870,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.AgendaCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-308580463,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Days","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Days"}},{"Kind":"Components.Component","Name":"AgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"AgendaDate"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","Components.GenericTyped":"True"}},{"HashCode":-1411238410,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaResource component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Days","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Days"}},{"Kind":"Components.Component","Name":"AgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"AgendaDate"}},{"Kind":"Components.Component","Name":"EventCollection","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"EventCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":606480492,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AgendaView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaView","Components.GenericTyped":"True"}},{"HashCode":-276509035,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.AgendaView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.AgendaView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.AgendaView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.AgendaView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-120089555,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColGroupRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LastLevel","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"LastLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender"}},{"HashCode":1927804429,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"LastLevel","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"LastLevel"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ColGroupRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1550898630,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DatesHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.DatesHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColLevels","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"ColLevels"}},{"Kind":"Components.Component","Name":"AllDayCollection","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"AllDayCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","Components.GenericTyped":"True"}},{"HashCode":-513919936,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.DatesHeader component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ColLevels","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"ColLevels"}},{"Kind":"Components.Component","Name":"AllDayCollection","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"AllDayCollection","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.DatesHeader","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143515125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"ColumnData"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","Components.GenericTyped":"True"}},{"HashCode":134765620,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.EventWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ClassName","TypeName":"System.String","Metadata":{"Common.PropertyName":"ClassName"}},{"Kind":"Components.Component","Name":"AppType","TypeName":"System.String","Metadata":{"Common.PropertyName":"AppType"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.String","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ColIndex","TypeName":"System.String","Metadata":{"Common.PropertyName":"ColIndex"}},{"Kind":"Components.Component","Name":"ColumnData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"ColumnData"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.EventWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":776780949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.HeaderRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","Components.GenericTyped":"True"}},{"HashCode":609293516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.HeaderRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.HeaderRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1510320338,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.MonthCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"CellMonthDates","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"CellMonthDates"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}},{"Kind":"Components.Component","Name":"MonthAgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthAgendaDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthCell","Components.GenericTyped":"True"}},{"HashCode":-1344574084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.MonthCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"CellMonthDates","TypeName":"System.Collections.Generic.IDictionary","Metadata":{"Common.PropertyName":"CellMonthDates"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}},{"Kind":"Components.Component","Name":"MonthAgendaDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthAgendaDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1830549789,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","Components.GenericTyped":"True"}},{"HashCode":1536731390,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthEventTable","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":223858961,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthView","Components.GenericTyped":"True"}},{"HashCode":1455231697,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.MonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.MonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.MonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.MonthView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2086677355,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceSidebar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","Components.GenericTyped":"True"}},{"HashCode":1997862829,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceSidebar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceSidebar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1539987858,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ResourceToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","Components.GenericTyped":"True"}},{"HashCode":-1701915142,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.ResourceToolbar component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ResourceToolbar","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1318461382,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScheduleCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","Components.GenericTyped":"True"}},{"HashCode":1334556895,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.ScheduleCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DateFormat","TypeName":"System.String","Metadata":{"Common.PropertyName":"DateFormat"}},{"Kind":"Components.Component","Name":"Td","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"Td"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1609762435,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ScheduleCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1090685107,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.ScheduleCell.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1440689187,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","Components.GenericTyped":"True"}},{"HashCode":-1669050891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineEventTable component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineEventTable","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1866846900,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineMonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","Components.GenericTyped":"True"}},{"HashCode":1444518952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineMonthView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineMonthView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1271822637,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineResource component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RenderedResource","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"RenderedResource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","Components.GenericTyped":"True"}},{"HashCode":-40433109,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineResource component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"RenderedResource","TypeName":"System.Collections.Generic.List","Metadata":{"Common.PropertyName":"RenderedResource"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineResource","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1437823514,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineView","Components.GenericTyped":"True"}},{"HashCode":2025997158,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1865594823,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYear"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYear component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","Components.GenericTyped":"True"}},{"HashCode":1908896539,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYear component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYear","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":897458729,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineYearCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","Components.GenericTyped":"True"}},{"HashCode":1130881545,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.TimelineYearCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1467630938,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineYearWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ResourceCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceCount"}},{"Kind":"Components.Component","Name":"Events","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Events","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","Components.GenericTyped":"True"}},{"HashCode":2093479308,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"ResourceCount","TypeName":"System.Int32","Metadata":{"Common.PropertyName":"ResourceCount"}},{"Kind":"Components.Component","Name":"Events","TypeName":"System.Collections.Generic.List>>","Metadata":{"Common.PropertyName":"Events","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.TimelineYearWrapper","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1836005175,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalView","Components.GenericTyped":"True"}},{"HashCode":-1193440301,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.VerticalView","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.VerticalView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.VerticalView component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.VerticalView","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-557364305,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.WorkCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WorkCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.WorkCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsTimelineView","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineView"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"TimeSlotData","TypeName":"Syncfusion.Blazor.Schedule.Internal.TimeSlotData","Metadata":{"Common.PropertyName":"TimeSlotData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.WorkCell","Components.GenericTyped":"True"}},{"HashCode":-440239388,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.WorkCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.WorkCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.WorkCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Collections","TypeName":"System.Collections.Generic.List>","Metadata":{"Common.PropertyName":"Collections","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"IsTimelineView","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsTimelineView"}},{"Kind":"Components.Component","Name":"CellData","TypeName":"Syncfusion.Blazor.Schedule.Internal.CellData","Metadata":{"Common.PropertyName":"CellData"}},{"Kind":"Components.Component","Name":"TimeSlotData","TypeName":"Syncfusion.Blazor.Schedule.Internal.TimeSlotData","Metadata":{"Common.PropertyName":"TimeSlotData"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.WorkCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535748425,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.Year","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Year"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.Year component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.Year","Components.GenericTyped":"True"}},{"HashCode":-415765278,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.Year","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.Year"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.Schedule.Internal.Year component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ActiveViewOptions","TypeName":"Syncfusion.Blazor.Schedule.Internal.ActiveView","Metadata":{"Common.PropertyName":"ActiveViewOptions"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.Year","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1256784629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"YearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.YearCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MonthDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthDate"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearCell","Components.GenericTyped":"True"}},{"HashCode":1536139178,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.YearCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.Schedule.Internal.YearCell component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"MonthDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"MonthDate"}},{"Kind":"Components.Component","Name":"CellDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"CellDate"}},{"Kind":"Components.Component","Name":"IsDataReady","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsDataReady"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1799356045,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"YearHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.YearHeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HeaderDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"HeaderDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","Components.GenericTyped":"True"}},{"HashCode":-502007919,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.Schedule.Internal.YearHeaderCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"HeaderDate","TypeName":"System.DateTime","Metadata":{"Common.PropertyName":"HeaderDate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Schedule.Internal.YearHeaderCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-239496788,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers for the Spinner component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is opened.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is closed.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerEvents"}},{"HashCode":607697629,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure event handlers for the Spinner component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SpinnerEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is opened.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeforeClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers before the Spinner is closed.\n \n ","Metadata":{"Common.PropertyName":"OnBeforeClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Event triggers after the Spinner is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":104392559,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}},{"HashCode":1383164386,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configure the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521577878,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"SpinnerTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-931377020,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template of the Spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.Spinner.SpinnerTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SpinnerTemplates.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209388457,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the spinner component that displays when spinner is shown.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSpinner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the label for the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the Spinner.\n One or more custom CSS classes can be added to a Spinner.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the Spinner component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Specifies the z-order for the Spinner.\n By default the value is AUTO.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Spinner.SpinnerType","IsEnum":true,"Documentation":"\n \n Specifies a theme of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner"}},{"HashCode":587552792,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the spinner component that displays when spinner is shown.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SfSpinner"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Specifies the label for the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the CSS class name that can be appended with the root element of the Spinner.\n One or more custom CSS classes can be added to a Spinner.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Specifies the value that represents whether the Spinner component is visible.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"VisibleChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback of the bound value.\n \n ","Metadata":{"Common.PropertyName":"VisibleChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Specifies the size of the Spinner.\n \n ","Metadata":{"Common.PropertyName":"Size"}},{"Kind":"Components.Component","Name":"ZIndex","TypeName":"System.String","Documentation":"\n \n Specifies the z-order for the Spinner.\n By default the value is AUTO.\n \n ","Metadata":{"Common.PropertyName":"ZIndex"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Spinner.SpinnerType","IsEnum":true,"Documentation":"\n \n Specifies a theme of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-242450754,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSpinner"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-267752840,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Specified content of the Spinner element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.Spinner.SfSpinner"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-805777049,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bootstrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap"}},{"HashCode":896349184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":364373918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap 4 class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Bootstrap4"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4"}},{"HashCode":475030665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Bootstrap 4 class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Bootstrap4","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1988392057,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Fabric and High-Contrast class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FabricHighContrast"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast"}},{"HashCode":-213897255,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner's Fabric and High-Contrast class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.FabricHighContrast","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1375939239,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Material","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner Material class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Material"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Material"}},{"HashCode":-1380869081,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.Material","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the Spinner Material class.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.Material"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Show","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether visible status of the spinner.\n \n ","Metadata":{"Common.PropertyName":"Show"}},{"Kind":"Components.Component","Name":"TypeUpdate","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value indicating whether type of the spinner.\n \n ","Metadata":{"Common.PropertyName":"TypeUpdate"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.Material","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1481565850,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the common methods that are used in all the themes.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinnerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase"}},{"HashCode":-1317818126,"Kind":"Components.Component","Name":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the common methods that are used in all the themes.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.Spinner.Internal.SpinnerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-535563609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ButtonGroupButton creates a button element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonGroupButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The button types and\n styles can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the button that is used to include an icon.\n Button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is selected or not.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the button as toggleable, when set to true. When you click it, the state changes from normal to active and viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, native events etc., to the ButtonGroup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"SelectedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"SelectedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}},{"HashCode":-609783243,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ButtonGroupButton creates a button element that triggers an event on its click action.\n It can contain a text, an image, or both.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the button element. The button types and\n styles can be defined by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the button that is used to include an icon.\n Button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is enabled or disabled.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Selected","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the button is selected or not.\n \n ","Metadata":{"Common.PropertyName":"Selected"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Defines name attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Defines value attribute for the input element.\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the button as toggleable, when set to true. When you click it, the state changes from normal to active and viceversa.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon based on the text content in the button and its default value is Left.\n The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Right: The icon will be positioned to the right of the text content.\n - Top: The icon will be positioned to the top of the text content.\n - Bottom: The icon will be positioned to the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, native events etc., to the ButtonGroup element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"SelectedChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"SelectedChanged","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":970696581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ButtonGroupButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2120686868,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-634114136,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A ButtonGroup is a container that groups a series of buttons on a single line. It has an optional radio button (single selection) and checkbox (multiple selection) behavior.\n It may contain DropDownButton or SplitButton component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfButtonGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the buttongroup container element. The ButtonGroup types and\n size customizations can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the ButtonGroup container element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.SplitButtons.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are,\n `Default`: Default selection in the ButtonGroup.\n `Single`: Allows you to select a single button in the ButtonGroup.\n `Multiple`: Allows you to select more than one button in the ButtonGroup.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}},{"HashCode":-1622587302,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n A ButtonGroup is a container that groups a series of buttons on a single line. It has an optional radio button (single selection) and checkbox (multiple selection) behavior.\n It may contain DropDownButton or SplitButton component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the buttongroup container element. The ButtonGroup types and\n size customizations can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n \n You can add the additional html attributes such as id, title etc., to the ButtonGroup container element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.SplitButtons.SelectionMode","IsEnum":true,"Documentation":"\n \n Specifies the selection modes. The possible values are,\n `Default`: Default selection in the ButtonGroup.\n `Single`: Allows you to select a single button in the ButtonGroup.\n `Multiple`: Allows you to select more than one button in the ButtonGroup.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963248169,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfButtonGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1192741608,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n \n Sets content for buttongroup element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfButtonGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfButtonGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2102219365,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents"}},{"HashCode":135890041,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of DropDownButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-105058947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the DropDownButton element. The\n DropDownButton size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the DropDownButton that is used to\n include an icon. DropDownButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the DropDownButton. The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will be positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the DropDownButton is `Disabled` or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}},{"HashCode":934872802,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n \n DropDownButton component is used to toggle contextual overlays for displaying list of action items.\n It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the DropDownButton element. The\n DropDownButton size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the DropDownButton that is used to\n include an icon. DropDownButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the DropDownButton. The possible values are:\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will be positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered in DropDownButton popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the DropDownButton is `Disabled` or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the dropdown button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-981640838,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1018267068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1354741216,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1652438396,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n To specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfDropDownButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfDropDownButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1699658599,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfProgressButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the progress button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the progress button that allows customization of component’s appearance.\n The progress button types, styles, and size can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the progress button.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration of progression in the progress button.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"EnableProgress","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the background filler UI in the progress button.\n \n ","Metadata":{"Common.PropertyName":"EnableProgress"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the Rtl support.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the progress button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\n Progress button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions an icon in the progress button. The possible values are:\n Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n Top: The icon will be positioned at the top of the text content.\n Bottom: The icon will be positioned at the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the progress button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}},{"HashCode":1563816423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n \n ProgressButton visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when button element is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text content of the progress button element.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Specifies the root CSS class of the progress button that allows customization of component’s appearance.\n The progress button types, styles, and size can be achieved by using this property.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the progress button.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration of progression in the progress button.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"EnableProgress","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the background filler UI in the progress button.\n \n ","Metadata":{"Common.PropertyName":"EnableProgress"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the Rtl support.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the progress button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\n Progress button can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.Buttons.IconPosition","IsEnum":true,"Documentation":"\n \n Positions an icon in the progress button. The possible values are:\n Left: The icon will be positioned to the left of the text content.\n Right: The icon will be positioned to the right of the text content.\n Top: The icon will be positioned at the top of the text content.\n Bottom: The icon will be positioned at the bottom of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"IsPrimary","TypeName":"System.Boolean","Documentation":"\n \n Allows the appearance of the progress button to be enhanced and visually appealing when set to true.\n \n ","Metadata":{"Common.PropertyName":"IsPrimary"}},{"Kind":"Components.Component","Name":"IsToggle","TypeName":"System.Boolean","Documentation":"\n \n Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.\n \n ","Metadata":{"Common.PropertyName":"IsToggle"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-971260660,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfProgressButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1631813225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for progress button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfProgressButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfProgressButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-758223593,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration taken to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.SplitButtons.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect of animation.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings"}},{"HashCode":-1666144092,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the animation settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Duration","TypeName":"System.Double","Documentation":"\n \n Specifies the duration taken to animate.\n \n ","Metadata":{"Common.PropertyName":"Duration"}},{"Kind":"Components.Component","Name":"Easing","TypeName":"System.String","Documentation":"\n \n Specifies the animation timing function.\n \n ","Metadata":{"Common.PropertyName":"Easing"}},{"Kind":"Components.Component","Name":"Effect","TypeName":"Syncfusion.Blazor.SplitButtons.AnimationEffect","IsEnum":true,"Documentation":"\n \n Specifies the effect of animation.\n \n ","Metadata":{"Common.PropertyName":"Effect"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonAnimationSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1660582862,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the progress button events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress starts.\n \n ","Metadata":{"Common.PropertyName":"OnBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is completed.\n \n ","Metadata":{"Common.PropertyName":"OnEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is incomplete.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers in specified intervals.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents"}},{"HashCode":2127168704,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Used to configure the progress button events.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress starts.\n \n ","Metadata":{"Common.PropertyName":"OnBegin","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnEnd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is completed.\n \n ","Metadata":{"Common.PropertyName":"OnEnd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the progress is incomplete.\n \n ","Metadata":{"Common.PropertyName":"OnFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Progressing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers in specified intervals.\n \n ","Metadata":{"Common.PropertyName":"Progressing","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1135980855,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the spin settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ProgressButtonSpinSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.SplitButtons.SpinPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of a spinner in the progress button. The possible values are:\n Left: The spinner will be positioned to the left of the text content.\n Right: The spinner will be positioned to the right of the text content.\n Top: The spinner will be positioned at the top of the text content.\n Bottom: The spinner will be positioned at the bottom of the text content.\n Center: The spinner will be positioned at the center of the progress button.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SpinTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","Metadata":{"Common.PropertyName":"SpinTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the width of a spinner.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}},{"HashCode":-1221155415,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the spin settings for the progress button.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.SplitButtons.SpinPosition","IsEnum":true,"Documentation":"\n \n Specifies the position of a spinner in the progress button. The possible values are:\n Left: The spinner will be positioned to the left of the text content.\n Right: The spinner will be positioned to the right of the text content.\n Top: The spinner will be positioned at the top of the text content.\n Bottom: The spinner will be positioned at the bottom of the text content.\n Center: The spinner will be positioned at the center of the progress button.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"SpinTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","Metadata":{"Common.PropertyName":"SpinTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets the width of a spinner.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1301406485,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinTemplate","ParentTag":"ProgressButtonSpinSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1637975881,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the template content to be displayed in a spinner.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SpinTemplate","ParentTag":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ProgressButtonSpinSettings.SpinTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1276401174,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\n size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the SplitButton is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the SplitButton that is used to include an\n icon. SplitButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the SplitButton. The possible values are\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will b positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered as SplitButton secondary button popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the primary button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}},{"HashCode":-1259651647,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n \n SplitButton component has primary and secondary button. Primary button is used to select \n default action and secondary button is used to toggle contextual overlays for displaying list of \n action items. It can contain both text and images.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Defines the text `Content` of the Button element and it will support only string type.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"CssClass","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\n size and styles can be customized by using this.\n \n ","Metadata":{"Common.PropertyName":"CssClass"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Specifies a value that indicates whether the SplitButton is disabled or not.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the SplitButton that is used to include an\n icon. SplitButton can also include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"IconPosition","TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonIconPosition","IsEnum":true,"Documentation":"\n \n Positions the icon before/top of the text content in the SplitButton. The possible values are\n - Left: The icon will be positioned to the left of the text content.\n - Top: The icon will b positioned to the top of the text content.\n \n ","Metadata":{"Common.PropertyName":"IconPosition"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies action items with its properties which will be rendered as SplitButton secondary button popup.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"Components.Component","Name":"PopupContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","Metadata":{"Common.PropertyName":"PopupContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional html attributes such as id, title etc., to the primary button element.\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2146817506,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1050886222,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets content for primary button element including HTML and its customizations.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-792063298,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1132168501,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Allows to specify the custom popup content instead of Items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PopupContent","ParentTag":"Syncfusion.Blazor.SplitButtons.SfSplitButton"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SfSplitButton.PopupContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-315385298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of SplitButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the primary button of SplitButton has been clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item of SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents"}},{"HashCode":1802782019,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnClose","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnClose","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemRender","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while rendering each Popup item of SplitButton.\n \n ","Metadata":{"Common.PropertyName":"OnItemRender","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"OnOpen","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Clicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the primary button of SplitButton has been clicked.\n \n ","Metadata":{"Common.PropertyName":"Clicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Closed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while closing the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Closed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers once the component rendering is completed.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Opened","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while opening the SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"Opened","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers while selecting action item of SplitButton popup.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.SplitButtonEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-281863394,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set custom content for items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the item that is used to include an icon.\n Action item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the items. Separator are horizontal lines used to group action items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the action items.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies url for item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies unique id for item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the item\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}},{"HashCode":959032487,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Set custom content for items.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"IconCss","TypeName":"System.String","Documentation":"\n \n Defines class/multiple classes separated by a space for the item that is used to include an icon.\n Action item can include font icon and sprite image.\n \n ","Metadata":{"Common.PropertyName":"IconCss"}},{"Kind":"Components.Component","Name":"Separator","TypeName":"System.Boolean","Documentation":"\n \n Specifies separator between the items. Separator are horizontal lines used to group action items.\n \n ","Metadata":{"Common.PropertyName":"Separator"}},{"Kind":"Components.Component","Name":"Disabled","TypeName":"System.Boolean","Documentation":"\n \n Used to enable or disable the action items.\n \n ","Metadata":{"Common.PropertyName":"Disabled"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Specifies text for item.\n \n ","Metadata":{"Common.PropertyName":"Text"}},{"Kind":"Components.Component","Name":"Url","TypeName":"System.String","Documentation":"\n \n Specifies url for item that creates the anchor link to navigate to the url provided.\n \n ","Metadata":{"Common.PropertyName":"Url"}},{"Kind":"Components.Component","Name":"Id","TypeName":"System.String","Documentation":"\n \n Specifies unique id for item.\n \n ","Metadata":{"Common.PropertyName":"Id"}},{"Kind":"Components.Component","Name":"HtmlAttributes","TypeName":"System.Collections.Generic.Dictionary","Documentation":"\n \n You can add the additional HTML attributes such as style, title etc., to the item\n \n ","Metadata":{"Common.PropertyName":"HtmlAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-695026916,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set custom content for items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropDownMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":253642446,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Set custom content for items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItem.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":81123184,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}},{"HashCode":-354006949,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1302575519,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"DropDownMenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1332634583,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.SplitButtons.DropDownMenuItems.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1117183747,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu"}},{"HashCode":1893923952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.SplitButtons.Internal.DropDownMenu","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-501029916,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n A type which provides schema for the treegrid component.\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.SfTreeGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.GenericTyped":"True"}},{"HashCode":-1565825182,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n A type which provides schema for the treegrid component.\n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n \n SfTreeGrid is a feature-rich Blazor component used to visualize self-referential or hierarchical data effectively in a tabular format.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.SfTreeGrid component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1920965461,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1712323372,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1631308803,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the tree column content for the RowTemplate of Tree Grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplateTreeColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}},{"HashCode":1677405080,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the tree column content for the RowTemplate of Tree Grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":624626079,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"RowTemplateTreeColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-242811812,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.RowTemplateTreeColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":511983155,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ShowChildSummary","TypeName":"System.Boolean","Documentation":"\n \n Display the childSummary for each parent.\n \n ","Metadata":{"Common.PropertyName":"ShowChildSummary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}},{"HashCode":-1442048105,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the aggregate columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ShowChildSummary","TypeName":"System.Boolean","Documentation":"\n \n Display the childSummary for each parent.\n \n ","Metadata":{"Common.PropertyName":"ShowChildSummary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1113298385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1653209403,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregate.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1855017958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If `ColumnName` is not defined,\n then `field` name value will be assigned to the `columnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.
\n Types of aggregate supported in-built are,
\n -\n Performs sum aggregation.
\n -\n Performs average aggregation.
\n -\n Performs count aggregation.\n -\n Performes false count aggregation.
\n -\n Performes true count aggregation.
\n -\n Performes max aggregation.
\n -\n Performes min aggregation.\n
\n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}},{"HashCode":-899138880,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ColumnName","TypeName":"System.String","Documentation":"\n \n Defines the column name to display the aggregate value. If `ColumnName` is not defined,\n then `field` name value will be assigned to the `columnName` property.\n \n ","Metadata":{"Common.PropertyName":"ColumnName"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the column name to perform aggregation.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Format is applied to a calculated value before it is displayed.\n Gets the format from the user, which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Type","TypeName":"System.Object","Documentation":"\n \n Defines the aggregate type of a particular column.
\n Types of aggregate supported in-built are,
\n -\n Performs sum aggregation.
\n -\n Performs average aggregation.
\n -\n Performs count aggregation.\n -\n Performes false count aggregation.
\n -\n Performes true count aggregation.
\n -\n Performes max aggregation.
\n -\n Performes min aggregation.\n
\n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-324000429,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-468587832,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1572345185,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-636576225,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the footer cell template as a string for the aggregate column.\n The `Type` name should be used to access aggregate values inside the template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumn.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1200464610,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}},{"HashCode":-1180881046,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregate columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":168676178,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":178805180,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregateColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1122305812,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}},{"HashCode":-1321232115,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid aggregates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1181577242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":402038029,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridAggregates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-440321910,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on TreeGrid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n The available built-in command buttons are\n Edit - Edit the record.\n Delete - Delete the record.\n Save - Save the record.\n Cancel - Cancel the edit state.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.
\n -\n Customizes the default numerictextbox editor.
\n -\n Customizes the default dropdown editor.
\n -\n Customizes the default datepicker editor.
\n -\n Customizes the default checkbox editor.\n
\n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n If LockColumn is set to true, then it disables Reordering of a particular column.\n The locked column will be moved to first position.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixels or percentage, which will restrict resizing beyond this pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}},{"HashCode":1893828778,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Index","TypeName":"System.Double","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Index"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing set to false, then it disables editing of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding set to false, then it disables add operation of a particular column.\n By default all columns are editable.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If AllowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\n By default all columns are filterable.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If AllowReordering set to false, then it disables reorder of a particular column.\n By default all columns can be reorder.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If AllowResizing set to false, it disables resize option of a particular column.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If AllowSorting set to false, then it disables sorting option of a particular column.\n By default all columns are sortable.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the cell content's overflow mode. The available modes are\n Clip - Truncates the cell content when it overflows its area.\n Ellipsis - Displays ellipsis when the cell content overflows its area.\n EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\n also it will display tooltip while hover on ellipsis applied cell.\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Used to render multiple header rows(stacked headers) on TreeGrid header.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"Commands","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Commands provides an option to display command buttons in every cell.\n The available built-in command buttons are\n Edit - Edit the record.\n Delete - Delete the record.\n Save - Save the record.\n Cancel - Cancel the edit state.\n \n ","Metadata":{"Common.PropertyName":"Commands"}},{"Kind":"Components.Component","Name":"CustomAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n The CSS styles and attributes of the content cells of a particular column can be customized.\n \n ","Metadata":{"Common.PropertyName":"CustomAttributes"}},{"Kind":"Components.Component","Name":"DefaultValue","TypeName":"System.Object","Documentation":"\n \n Defines default values for the component when adding a new record to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DefaultValue"}},{"Kind":"Components.Component","Name":"DisableHtmlEncode","TypeName":"System.Boolean","Documentation":"\n \n If DisableHtmlEncode is set to true, it encodes the HTML of the header and content cells.\n \n ","Metadata":{"Common.PropertyName":"DisableHtmlEncode"}},{"Kind":"Components.Component","Name":"DisplayAsCheckBox","TypeName":"System.Boolean","Documentation":"\n \n If DisplayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.\n \n ","Metadata":{"Common.PropertyName":"DisplayAsCheckBox"}},{"Kind":"Components.Component","Name":"EditorSettings","TypeName":"Syncfusion.Blazor.Grids.IEditorSettings","Documentation":"\n \n Defines the object to customize default cell editors. The following types can be used to customize default\n editors.
\n -\n Customizes the default numerictextbox editor.
\n -\n Customizes the default dropdown editor.
\n -\n Customizes the default datepicker editor.
\n -\n Customizes the default checkbox editor.\n
\n ","Metadata":{"Common.PropertyName":"EditorSettings"}},{"Kind":"Components.Component","Name":"EditTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"EditTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"EditType","TypeName":"Syncfusion.Blazor.Grids.EditType","IsEnum":true,"Documentation":"\n \n Defines the type of component for editing.\n \n ","Metadata":{"Common.PropertyName":"EditType"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of column which is mapped with mapping name of DataSource.\n The bounded columns can be sort, filter etc.,\n The Field name must be a valid JavaScript identifier,\n the first character must be an alphabet and should not contain spaces and special characters.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.Grids.FilterSettings","Documentation":"\n \n Defines the filter options to customize filtering for the particular column.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FilterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","Metadata":{"Common.PropertyName":"FilterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n It is used to change display value with the given format and does not affect the original data.\n Gets the format from the user which can be standard or custom.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Formatter","TypeName":"System.Object","Documentation":"\n \n Defines the method which is used to achieve custom formatting from an external function.\n This function triggers before rendering of each cell.\n \n ","Metadata":{"Common.PropertyName":"Formatter"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderText","TypeName":"System.String","Documentation":"\n \n Defines the header text of column which is used to display in column header.\n If HeaderText is not defined, then field name value will be assigned to header text.\n \n ","Metadata":{"Common.PropertyName":"HeaderText"}},{"Kind":"Components.Component","Name":"HeaderTextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Define the alignment of column header which is used to align the text of column header.\n \n ","Metadata":{"Common.PropertyName":"HeaderTextAlign"}},{"Kind":"Components.Component","Name":"HideAtMedia","TypeName":"System.String","Documentation":"\n \n Column visibility can change based on [`Media Queries`](http://cssmediaqueries.com/what-are-css-media-queries.html).\n HideAtMedia accepts only valid Media Queries.\n \n ","Metadata":{"Common.PropertyName":"HideAtMedia"}},{"Kind":"Components.Component","Name":"IsFrozen","TypeName":"System.Boolean","Documentation":"\n \n You can use this property to freeze selected columns in grid.\n \n ","Metadata":{"Common.PropertyName":"IsFrozen"}},{"Kind":"Components.Component","Name":"IsIdentity","TypeName":"System.Boolean","Documentation":"\n \n If IsIdentity is set to true, then this column is considered as identity column.\n \n ","Metadata":{"Common.PropertyName":"IsIdentity"}},{"Kind":"Components.Component","Name":"IsPrimaryKey","TypeName":"System.Boolean","Documentation":"\n \n If IsPrimaryKey is set to true, considers this column as the primary key constraint.\n \n ","Metadata":{"Common.PropertyName":"IsPrimaryKey"}},{"Kind":"Components.Component","Name":"LockColumn","TypeName":"System.Boolean","Documentation":"\n \n If LockColumn is set to true, then it disables Reordering of a particular column.\n The locked column will be moved to first position.\n \n ","Metadata":{"Common.PropertyName":"LockColumn"}},{"Kind":"Components.Component","Name":"MaxWidth","TypeName":"System.String","Documentation":"\n \n Defines the maximum width of the column in pixels or percentage, which will restrict resizing beyond this pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MaxWidth"}},{"Kind":"Components.Component","Name":"MinWidth","TypeName":"System.String","Documentation":"\n \n Defines the minimum width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"MinWidth"}},{"Kind":"Components.Component","Name":"ShowCheckbox","TypeName":"System.Boolean","Documentation":"\n \n If ShowCheckbox is set to true, then the checkboxes will be displayed in particular column.\n \n ","Metadata":{"Common.PropertyName":"ShowCheckbox"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If ShowColumnMenu is set to false, then it disable the column menu of a particular column.\n By default column menu will show for all columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"ShowInColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If ShowInColumnChooser is set to false, then hides the particular column in column chooser.\n By default all columns are displayed in column Chooser.\n \n ","Metadata":{"Common.PropertyName":"ShowInColumnChooser"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TextAlign","TypeName":"Syncfusion.Blazor.Grids.TextAlign","IsEnum":true,"Documentation":"\n \n Defines the alignment of the column in both header and content cells.\n \n ","Metadata":{"Common.PropertyName":"TextAlign"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.ColumnType","IsEnum":true,"Documentation":"\n \n Defines the data type of the column.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}},{"Kind":"Components.Component","Name":"ValidationRules","TypeName":"Syncfusion.Blazor.Grids.ValidationRules","Documentation":"\n \n Defines rules to validate data before creating and updating. The validation rules can be set\n as instance of .\n \n ","Metadata":{"Common.PropertyName":"ValidationRules"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n If Visible is set to false, hides the particular column. By default, columns are displayed.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the width of the column in pixels or percentage.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"FilterItemTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"FilterItemTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-840000145,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1428986269,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":439452532,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1327453517,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the cell edit template that is used as editor for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'EditTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.EditTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-348104773,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1831140373,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the filter template/UI that is used as filter for a particular column.\n It accepts either template string or HTML element ID.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1021006535,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":688133340,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the header template as string or HTML element ID which is used to add customized element in the column header.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2143503061,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-410926457,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the column template that renders customized element in each cell of the column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765334874,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-123727354,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Checkbox Item template that renders customized element/value in each checkbox of the Filter column.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FilterItemTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumn"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FilterItemTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumn.FilterItemTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1428439,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser group items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem"}},{"HashCode":-746847602,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser group items.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the label value.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Column","TypeName":"Syncfusion.Blazor.Grids.GridColumn","Documentation":"\n \n Specifies the grid column\n \n ","Metadata":{"Common.PropertyName":"Column"}},{"Kind":"Components.Component","Name":"IsSelectAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies that the checkbox is select all.\n \n ","Metadata":{"Common.PropertyName":"IsSelectAll"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739872824,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the group title.\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}},{"HashCode":-273140426,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures the Tree Grid column chooser grouping.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Specifies the group title.\n \n ","Metadata":{"Common.PropertyName":"Title"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1284804005,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1847283668,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserItemGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1625550837,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}},{"HashCode":885384130,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid column chooser settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the search operator for Column Chooser.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1204404677,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1084978555,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448099120,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-610066133,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer content for the ColumnChooser.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604014665,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}},{"HashCode":1672996980,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1973096906,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1762532353,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":343081634,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.
\n None -\n Default. A command button with no default action. Use this for custom command actions.
\n Edit -\n A edit command button that edit current record.
\n Delete -\n A delete command button that delete current record.
\n Save -\n A save command button that saves the current edited record.
\n Cancel -\n A cancel command button that cancels the edit state.\n
\n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}},{"HashCode":1288057814,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ButtonOption","TypeName":"Syncfusion.Blazor.Grids.CommandButtonOptions","Documentation":"\n \n Define the button model.\n \n ","Metadata":{"Common.PropertyName":"ButtonOption"}},{"Kind":"Components.Component","Name":"Title","TypeName":"System.String","Documentation":"\n \n Define the command button tooltip.\n \n ","Metadata":{"Common.PropertyName":"Title"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.CommandButtonType","IsEnum":true,"Documentation":"\n \n Define the command button type.
\n None -\n Default. A command button with no default action. Use this for custom command actions.
\n Edit -\n A edit command button that edit current record.
\n Delete -\n A delete command button that delete current record.
\n Save -\n A save command button that saves the current edited record.
\n Cancel -\n A cancel command button that cancels the edit state.\n
\n \n To use custom command button, set Type as and use\n event to perform custom action.\n \n ","Metadata":{"Common.PropertyName":"Type"}},{"Kind":"Components.Component","Name":"Uid","TypeName":"System.String","Documentation":"\n \n Gets the unique identifier value of the column. It is used to get the object.\n \n ","Metadata":{"Common.PropertyName":"Uid"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282308192,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":333230536,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-668281458,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}},{"HashCode":-465984183,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures tree grid command columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1104403450,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1575514320,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridCommandColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1082853947,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, TreeGrid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeGrid.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n Cell\n Row\n Dialog\n Batch.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.TreeGrid.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records. The available row positions are:\n Top\n Bottom\n Above\n Below\n Child.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}},{"HashCode":-1241248585,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid edit settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowAdding","TypeName":"System.Boolean","Documentation":"\n \n If AllowAdding is set to true, new records can be added to the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowAdding"}},{"Kind":"Components.Component","Name":"AllowDeleting","TypeName":"System.Boolean","Documentation":"\n \n If AllowDeleting is set to true, existing record can be deleted from the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AllowDeleting"}},{"Kind":"Components.Component","Name":"AllowEditOnDblClick","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditOnDblClick is set to false, TreeGrid will not allow editing of a record on double click.\n \n ","Metadata":{"Common.PropertyName":"AllowEditOnDblClick"}},{"Kind":"Components.Component","Name":"AllowEditing","TypeName":"System.Boolean","Documentation":"\n \n If AllowEditing is set to true, values can be updated in the existing record.\n \n ","Metadata":{"Common.PropertyName":"AllowEditing"}},{"Kind":"Components.Component","Name":"Dialog","TypeName":"Syncfusion.Blazor.Grids.DialogSettings","Documentation":"\n \n Defines the dialog params to edit.\n \n ","Metadata":{"Common.PropertyName":"Dialog"}},{"Kind":"Components.Component","Name":"FooterTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"FooterTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeGrid.EditMode","IsEnum":true,"Documentation":"\n \n Defines the mode to edit. The available editing modes are:\n Cell\n Row\n Dialog\n Batch.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"NewRowPosition","TypeName":"Syncfusion.Blazor.TreeGrid.RowPosition","IsEnum":true,"Documentation":"\n \n Defines the row position for new records. The available row positions are:\n Top\n Bottom\n Above\n Below\n Child.\n \n ","Metadata":{"Common.PropertyName":"NewRowPosition"}},{"Kind":"Components.Component","Name":"ShowConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.\n \n ","Metadata":{"Common.PropertyName":"ShowConfirmDialog"}},{"Kind":"Components.Component","Name":"ShowDeleteConfirmDialog","TypeName":"System.Boolean","Documentation":"\n \n If ShowDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.\n \n ","Metadata":{"Common.PropertyName":"ShowDeleteConfirmDialog"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Validator","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","Metadata":{"Common.PropertyName":"Validator","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1034237953,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1375822923,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-426364238,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1101198855,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom footer for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FooterTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'FooterTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.FooterTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":942814581,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1752126686,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom header for the edit dialog.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type TValue of the tree grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1108519025,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":739655816,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom edit elements for the dialog template.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1104972565,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":861199655,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the custom validator component for the built-in EditForm. Use this to override built-in\n validation components.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Validator","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Validator' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings.Validator","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521803613,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid events.\n \n A type which provides schema for the treegrid events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.TreeGridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeGrid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchAdd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchSave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to Excel file.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while collapsing the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while expanding the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of TreeGrid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckboxChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when checkbox column state changed.\n \n ","Metadata":{"Common.PropertyName":"CheckboxChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","Components.GenericTyped":"True"}},{"HashCode":1964251275,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid events.\n \n A type which provides schema for the treegrid events.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.TreeGridEvents component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"OnActionBegin","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.\n \n ","Metadata":{"Common.PropertyName":"OnActionBegin","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionComplete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.\n \n ","Metadata":{"Common.PropertyName":"OnActionComplete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnActionFailure","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when any TreeGrid action failed to achieve the desired results.\n \n ","Metadata":{"Common.PropertyName":"OnActionFailure","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchAdd","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchDelete","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"OnBatchSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchAdd","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are added in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchAdd","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchDelete","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are deleted in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchDelete","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"BeforeBatchSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before records are saved in batch mode.\n \n ","Metadata":{"Common.PropertyName":"BeforeBatchSave","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before data is bound to Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"OnDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnExcelExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to Excel file.\n \n ","Metadata":{"Common.PropertyName":"OnExcelExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPdfExport","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before TreeGrid data is exported to PDF document.\n \n ","Metadata":{"Common.PropertyName":"OnPdfExport","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnBeginEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before the record is to be edit.\n \n ","Metadata":{"Common.PropertyName":"OnBeginEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellEdit","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when the cell is being edited.\n \n ","Metadata":{"Common.PropertyName":"OnCellEdit","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnCellSave","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"OnCellSave","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSaved","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when cell is saved.\n \n ","Metadata":{"Common.PropertyName":"CellSaved","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a cell is selected.\n \n ","Metadata":{"Common.PropertyName":"CellSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell selection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CellDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after any cell deselection occurs.\n \n ","Metadata":{"Common.PropertyName":"CellDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is collapsed.\n \n ","Metadata":{"Common.PropertyName":"Collapsed","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Collapsing","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while collapsing the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Collapsing","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CommandClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when command button is clicked.\n \n ","Metadata":{"Common.PropertyName":"CommandClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ColumnMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when click on column menu.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItemClicked","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ContextMenuItemClicked","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when click on context menu.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItemClicked","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ContextMenuOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before context menu is opened.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuOpen","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Created","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is created.\n \n ","Metadata":{"Common.PropertyName":"Created","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when data source is populated in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"DataBound","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Destroyed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the component is destroyed.\n \n ","Metadata":{"Common.PropertyName":"Destroyed","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DetailDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after detail row expands.\n > This event triggers at initial expand.\n \n ","Metadata":{"Common.PropertyName":"DetailDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after the record is expanded.\n \n ","Metadata":{"Common.PropertyName":"Expanded","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Expanding","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers while expanding the TreeGrid record.\n \n ","Metadata":{"Common.PropertyName":"Expanding","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"HeaderCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggered for stacked header.\n \n ","Metadata":{"Common.PropertyName":"HeaderCellInfo","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnLoad","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n This event allows customization of TreeGrid properties before rendering.\n \n ","Metadata":{"Common.PropertyName":"OnLoad","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"QueryCellInfo","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access cell information, element, or data.\n This will be triggered before the cell element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"QueryCellInfo","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnRecordDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when record is double clicked.\n \n ","Metadata":{"Common.PropertyName":"OnRecordDoubleClick","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDataBound","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggered every time a request is made to access row information, element, or data.\n This will be triggered before the row element is appended to the TreeGrid element.\n \n ","Metadata":{"Common.PropertyName":"RowDataBound","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnResizeStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize starts.\n \n ","Metadata":{"Common.PropertyName":"OnResizeStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ResizeStopped","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when column resize ends.\n \n ","Metadata":{"Common.PropertyName":"ResizeStopped","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRowDragStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row element's drag(move) starts.\n \n ","Metadata":{"Common.PropertyName":"OnRowDragStart","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDropped","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when row elements are dropped on the target row.\n \n ","Metadata":{"Common.PropertyName":"RowDropped","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when a selected row is deselected.\n \n ","Metadata":{"Common.PropertyName":"RowDeselected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowDeselecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before deselecting the selected row.\n \n ","Metadata":{"Common.PropertyName":"RowDeselecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers after a row is selected.\n \n ","Metadata":{"Common.PropertyName":"RowSelected","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"RowSelecting","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers before row selection occurs.\n \n ","Metadata":{"Common.PropertyName":"RowSelecting","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"CheckboxChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Triggers when checkbox column state changed.\n \n ","Metadata":{"Common.PropertyName":"CheckboxChange","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OnToolbarClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when toolbar item is clicked.\n \n ","Metadata":{"Common.PropertyName":"OnToolbarClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ExcelQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The ExcelQueryCellInfoEvent event is triggered every time a data is entered into a cell of the excel sheet. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"ExcelQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"PdfQueryCellInfoEvent","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n The PdfQueryCellInfoEvent event is triggered every time a data is entered into a cell of the pdf document. So this event is triggered as many times as the data is entered into a cell.\n \n ","Metadata":{"Common.PropertyName":"PdfQueryCellInfoEvent","Components.EventCallback":"True","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEvents","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148422641,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If MatchCase set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the Operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}},{"HashCode":-1626054060,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the Field name of the filter column.\n \n ","Metadata":{"Common.PropertyName":"Field"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"MatchCase","TypeName":"System.Boolean","Documentation":"\n \n If MatchCase set to true, then filter records with exact match or else\n filter records with case insensitive(uppercase and lowercase letters treated as same).\n \n ","Metadata":{"Common.PropertyName":"MatchCase"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the Operator to filter records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}},{"Kind":"Components.Component","Name":"Predicate","TypeName":"System.String","Documentation":"\n \n Defines the relationship between one filter query and another by using AND or OR predicate.\n \n ","Metadata":{"Common.PropertyName":"Predicate"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Object","Documentation":"\n \n Defines the value used to filter records.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-112479883,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-270368068,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumn.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":421480199,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}},{"HashCode":1154867381,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":668656399,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":978056278,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-148099632,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Shows the filtered record with parent record.\n Child: Shows the filtered record with child record.\n Both : shows the filtered record with both parent and child record.\n None : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the `Immediate` mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are,\n `OnEnter`: Initiates filter operation after Enter key is pressed.\n `Immediate`: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.TreeGrid.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are\n `Menu` - Specifies the filter type as menu.\n `FilterBar` - Specifies the filter type as filterbar.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}},{"HashCode":1283189696,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid filter settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to be filtered at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Shows the filtered record with parent record.\n Child: Shows the filtered record with child record.\n Both : shows the filtered record with both parent and child record.\n None : Shows only filtered record.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"ImmediateModeDelay","TypeName":"System.Double","Documentation":"\n \n Defines the time delay (in milliseconds) in filtering records when the `Immediate` mode of filter bar is set.\n \n ","Metadata":{"Common.PropertyName":"ImmediateModeDelay"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.FilterBarMode","IsEnum":true,"Documentation":"\n \n Defines the filter bar modes. The available options are,\n `OnEnter`: Initiates filter operation after Enter key is pressed.\n `Immediate`: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Operators","TypeName":"System.Object","Documentation":"\n \n The `Operators` is used to override the default operators in filter menu. This should be defined by type wise\n (string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.\n \n ","Metadata":{"Common.PropertyName":"Operators"}},{"Kind":"Components.Component","Name":"ShowFilterBarStatus","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the filtered status message on the pager.\n \n ","Metadata":{"Common.PropertyName":"ShowFilterBarStatus"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.TreeGrid.FilterType","IsEnum":true,"Documentation":"\n \n Defines options for filtering type. The available options are\n `Menu` - Specifies the filter type as menu.\n `FilterBar` - Specifies the filter type as filterbar.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447146224,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1271805518,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-189475809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString is set to true,\n then it pass current page information as a query string along with the URL while navigating to other page in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the TreeGrid pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed in TreeGrid per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeMode","TypeName":"Syncfusion.Blazor.TreeGrid.PageSizeMode","IsEnum":true,"Documentation":"\n \n Specifies the mode of record count in a page. The options are,\n All: Count all the records.\n Root: Count only zeroth level parent records.\n \n ","Metadata":{"Common.PropertyName":"PageSizeMode"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager of TreeGrid which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}},{"HashCode":463743087,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid page.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"CurrentPage","TypeName":"System.Int32","Documentation":"\n \n Defines the current page number of the pager in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"CurrentPage"}},{"Kind":"Components.Component","Name":"EnableQueryString","TypeName":"System.Boolean","Documentation":"\n \n If EnableQueryString is set to true,\n then it pass current page information as a query string along with the URL while navigating to other page in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableQueryString"}},{"Kind":"Components.Component","Name":"PageCount","TypeName":"System.Int32","Documentation":"\n \n Defines the number of pages to be displayed in the TreeGrid pager container.\n \n ","Metadata":{"Common.PropertyName":"PageCount"}},{"Kind":"Components.Component","Name":"PageSize","TypeName":"System.Int32","Documentation":"\n \n Defines the number of records to be displayed in TreeGrid per page.\n \n ","Metadata":{"Common.PropertyName":"PageSize"}},{"Kind":"Components.Component","Name":"PageSizeMode","TypeName":"Syncfusion.Blazor.TreeGrid.PageSizeMode","IsEnum":true,"Documentation":"\n \n Specifies the mode of record count in a page. The options are,\n All: Count all the records.\n Root: Count only zeroth level parent records.\n \n ","Metadata":{"Common.PropertyName":"PageSizeMode"}},{"Kind":"Components.Component","Name":"PageSizes","TypeName":"System.Object","Documentation":"\n \n If PageSizes set to true or Array of values,\n It renders DropDownList in the pager of TreeGrid which allow us to select pageSize from DropDownList.\n \n ","Metadata":{"Common.PropertyName":"PageSizes"}},{"Kind":"Components.Component","Name":"Template","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","Metadata":{"Common.PropertyName":"Template","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1787223820,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-834157853,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1901632128,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":745933960,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the template which renders customized elements in pager instead of default elements.\n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n The context is of type of the grid.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Template","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Template' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings.Template","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":252530464,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid rowdrop settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}},{"HashCode":1834502114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid rowdrop settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TargetID","TypeName":"System.String","Documentation":"\n \n Defines the ID of droppable component on which row drop should occur.\n \n ","Metadata":{"Common.PropertyName":"TargetID"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2137818484,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridRowDropSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1789052549,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1207502351,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid search settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Searches only the parent records with the specified Key.\n Child: Searches only the child records with the specified Key.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings"}},{"HashCode":705051024,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid search settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Fields","TypeName":"System.String[]","Documentation":"\n \n Specifies the columns to be searched at initial rendering of the TreeGrid. You can also get the columns that were currently filtered.\n \n ","Metadata":{"Common.PropertyName":"Fields"}},{"Kind":"Components.Component","Name":"HierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.FilterHierarchyMode","IsEnum":true,"Documentation":"\n \n Defines the filter types. The available options are,\n Parent: Searches only the parent records with the specified Key.\n Child: Searches only the child records with the specified Key.\n \n ","Metadata":{"Common.PropertyName":"HierarchyMode"}},{"Kind":"Components.Component","Name":"IgnoreAccent","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.\n \n Ignore Accent is supported by remote data alone.\n IgnoreAccent key will be sent to server and operation should be handled at user level.\n ","Metadata":{"Common.PropertyName":"IgnoreAccent"}},{"Kind":"Components.Component","Name":"IgnoreCase","TypeName":"System.Boolean","Documentation":"\n \n If IgnoreCase is set to true, then search ignores the diacritic characters or accents while filtering.\n \n ","Metadata":{"Common.PropertyName":"IgnoreCase"}},{"Kind":"Components.Component","Name":"Key","TypeName":"System.String","Documentation":"\n \n A key word for searching the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Key"}},{"Kind":"Components.Component","Name":"Operator","TypeName":"Syncfusion.Blazor.Operator","IsEnum":true,"Documentation":"\n \n Defines the operator to search records.\n \n ","Metadata":{"Common.PropertyName":"Operator"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1449310340,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box. It requires the selection\n Mode to be either Cell or Both.\n Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.\n Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are\n Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.\n ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the TreeGrid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n TreeGrid supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the TreeGrid selection is persisted on all operations.\n For persisting selection in the TreeGrid, any one of the column should be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"MultiSelectWithClick","TypeName":"System.Boolean","Documentation":"\n \n If RowMultiSelectWithClick is set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectWithClick"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n Single: Allows selection of only a row or a cell.\n Multiple: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings"}},{"HashCode":958627929,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"CellSelectionMode","TypeName":"Syncfusion.Blazor.Grids.CellSelectionMode","IsEnum":true,"Documentation":"\n \n The cell selection modes are flow and box. It requires the selection\n Mode to be either Cell or Both.\n Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.\n Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.\n \n ","Metadata":{"Common.PropertyName":"CellSelectionMode"}},{"Kind":"Components.Component","Name":"CheckboxMode","TypeName":"Syncfusion.Blazor.Grids.CheckboxSelectionType","IsEnum":true,"Documentation":"\n \n Defines options for checkbox selection Mode. They are\n Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.\n ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\n rows can be selected by using CTRL or SHIFT key.\n \n ","Metadata":{"Common.PropertyName":"CheckboxMode"}},{"Kind":"Components.Component","Name":"CheckboxOnly","TypeName":"System.Boolean","Documentation":"\n \n If CheckboxOnly set to true, then the TreeGrid selection is allowed only through checkbox.\n \n ","Metadata":{"Common.PropertyName":"CheckboxOnly"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.Grids.SelectionMode","IsEnum":true,"Documentation":"\n \n TreeGrid supports row, cell, and both (row and cell) selection mode.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"PersistSelection","TypeName":"System.Boolean","Documentation":"\n \n If PersistSelection set to true, then the TreeGrid selection is persisted on all operations.\n For persisting selection in the TreeGrid, any one of the column should be enabled as a primary key.\n \n ","Metadata":{"Common.PropertyName":"PersistSelection"}},{"Kind":"Components.Component","Name":"EnableToggle","TypeName":"System.Boolean","Documentation":"\n \n If EnableToggle set to true, then the user can able to perform toggle for the selected row.\n \n ","Metadata":{"Common.PropertyName":"EnableToggle"}},{"Kind":"Components.Component","Name":"MultiSelectWithClick","TypeName":"System.Boolean","Documentation":"\n \n If RowMultiSelectWithClick is set to true, then the user can able to perform multiple row selection with single clicks.\n \n ","Metadata":{"Common.PropertyName":"MultiSelectWithClick"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Syncfusion.Blazor.Grids.SelectionType","IsEnum":true,"Documentation":"\n \n Defines options for selection type. They are\n Single: Allows selection of only a row or a cell.\n Multiple: Allows selection of multiple rows or cells.\n \n ","Metadata":{"Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-858907534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn"}},{"HashCode":1202794256,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort column.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Direction","TypeName":"Syncfusion.Blazor.Grids.SortDirection","IsEnum":true,"Documentation":"\n \n Defines the direction of sort column.\n \n ","Metadata":{"Common.PropertyName":"Direction"}},{"Kind":"Components.Component","Name":"Field","TypeName":"System.String","Documentation":"\n \n Defines the field name of sort column.\n \n ","Metadata":{"Common.PropertyName":"Field"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumn","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1285979922,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}},{"HashCode":-1813809132,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort columns.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1300567875,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1522018036,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortColumns.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-857682091,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the TreeGrid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of TreeGrid.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}},{"HashCode":722213895,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid sort settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AllowUnsort","TypeName":"System.Boolean","Documentation":"\n \n If AllowUnsort set to false the user can not get the TreeGrid in unsorted state by clicking the sorted column header.\n \n ","Metadata":{"Common.PropertyName":"AllowUnsort"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Specifies the columns to sort at initial rendering of TreeGrid.\n Also user can get current sorted columns.\n \n ","Metadata":{"Common.PropertyName":"Columns"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-239008488,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":108754511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-223738958,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}},{"HashCode":-550724872,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid templates.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"RowTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"RowTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"DetailTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","Metadata":{"Common.PropertyName":"DetailTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ToolbarTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","Metadata":{"Common.PropertyName":"ToolbarTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-951520935,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":103785408,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1771082270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-203738797,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the row template to customize row elements.\n \n \n The RowTemplate content must be TD elements and the number of TD elements must match the number of datagrid columns.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RowTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'RowTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.RowTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":623524815,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-777153118,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Gets or sets the template to customize detail row element.\n \n \n Use the DetailTemplate to render hierarchy treegrid. It supports N level of nested grids.\n The parameters passed to the templates can be accessed using the implicit parameter named context.\n The context is a type of TValue.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'DetailTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.DetailTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1006360511,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1456025480,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Render custom toolbar using the ToolbarTemplate property. It replaces the in-built toolbar\n and click actions must be handled in the custom toolbar itself.\n \n \n The parameters passed to the templates can be accessed using implicit parameter named context.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ToolbarTemplate","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ToolbarTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTemplates.ToolbarTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1606853586,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid text wrap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.TreeGrid.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the TreeGrid. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}},{"HashCode":1291548873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Configures Tree Grid text wrap settings.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"WrapMode","TypeName":"Syncfusion.Blazor.TreeGrid.WrapMode","IsEnum":true,"Documentation":"\n \n Defines the WrapMode of the TreeGrid. The available modes are:\n Both: Wraps both the header and content.\n Content: Wraps the header alone.\n Header: Wraps the content alone.\n \n ","Metadata":{"Common.PropertyName":"WrapMode"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1789654502,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeGridTextWrapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1766548386,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":154150622,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Cell Edit events of Grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n A type which provides schema for grid renderer.\n \n GridRenderer is an internal component used to render the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.GenericTyped":"True"}},{"HashCode":-1967177293,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the Cell Edit events of Grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n \n GridRenderer is an internal component used to render the grid.\n \n A type which provides schema for grid renderer.\n \n GridRenderer is an internal component used to render the grid.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridRenderer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"UnmatchedAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Catches unmatched attributes from the component.\n This can be used to specify custom style, class and other attributes to the grid.\n \n ","Metadata":{"Common.PropertyName":"UnmatchedAttributes"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Defines the ID for treegrid element.\n \n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Defines the child content.\n \n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Aggregates","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Configures the TreeGrid aggregate rows.\n \n ","Metadata":{"Common.PropertyName":"Aggregates"}},{"Kind":"Components.Component","Name":"AllowExcelExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowExcelExport` set to true, then it will allow the user to export treegrid to Excel file.\n \n ","Metadata":{"Common.PropertyName":"AllowExcelExport"}},{"Kind":"Components.Component","Name":"AllowFiltering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowFiltering` is set to true the filter bar will be displayed.\n If set to false the filter bar will not be displayed.\n Filter bar allows the user to filter tree grid records with required criteria.\n \n ","Metadata":{"Common.PropertyName":"AllowFiltering"}},{"Kind":"Components.Component","Name":"AllowMultiSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowMultiSorting` set to true, then it will allow the user to sort multiple column in the treegrid.\n > `AllowSorting` should be true.\n \n ","Metadata":{"Common.PropertyName":"AllowMultiSorting"}},{"Kind":"Components.Component","Name":"AllowPaging","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPaging` is set to true, pager renders.\n \n ","Metadata":{"Common.PropertyName":"AllowPaging"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n If `AllowPdfExport` set to true, then it will allow the user to export treegrid to Pdf file.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowReordering","TypeName":"System.Boolean","Documentation":"\n \n If `AllowReordering` is set to true, TreeGrid columns can be reordered.\n Reordering can be done by drag and drop of a particular column from one index to another index.\n > If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.\n \n ","Metadata":{"Common.PropertyName":"AllowReordering"}},{"Kind":"Components.Component","Name":"AllowResizing","TypeName":"System.Boolean","Documentation":"\n \n If `AllowResizing` is set to true, TreeGrid columns can be resized.\n \n ","Metadata":{"Common.PropertyName":"AllowResizing"}},{"Kind":"Components.Component","Name":"AllowRowDragAndDrop","TypeName":"System.Boolean","Documentation":"\n \n If AllowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another or within treegrid.\n \n \n To drag and drop rows between treegrid or to another component, property should be provided\n with the ID of the target treegrid or any other component.\n \n ","Metadata":{"Common.PropertyName":"AllowRowDragAndDrop"}},{"Kind":"Components.Component","Name":"AllowSelection","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSelection` is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.\n \n ","Metadata":{"Common.PropertyName":"AllowSelection"}},{"Kind":"Components.Component","Name":"AllowSorting","TypeName":"System.Boolean","Documentation":"\n \n If `AllowSorting` is set to true, it allows sorting of treegrid records when column header is clicked.\n \n ","Metadata":{"Common.PropertyName":"AllowSorting"}},{"Kind":"Components.Component","Name":"AllowTextWrap","TypeName":"System.Boolean","Documentation":"\n \n If `AllowTextWrap` set to true,\n then text content will wrap to the next line when its text content exceeds the width of the Column Cells.\n \n ","Metadata":{"Common.PropertyName":"AllowTextWrap"}},{"Kind":"Components.Component","Name":"AutoCheckHierarchy","TypeName":"System.Boolean","Documentation":"\n \n If `AutoCheckHierarchy` is set to true, hierarchy checkbox selection is enabled in TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"AutoCheckHierarchy"}},{"Kind":"Components.Component","Name":"ChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for child records in data source.\n \n ","Metadata":{"Common.PropertyName":"ChildMapping"}},{"Kind":"Components.Component","Name":"ClipMode","TypeName":"Syncfusion.Blazor.Grids.ClipMode","IsEnum":true,"Documentation":"\n \n Defines the mode of clip. The available modes are,\n `Clip`: Truncates the cell content when it overflows its area.\n `Ellipsis`: Displays ellipsis when the cell content overflows its area.\n `EllipsisWithTooltip`: Displays ellipsis when the cell content overflows its area,\n also it will display the tooltip while hover on ellipsis is applied..\n \n ","Metadata":{"Common.PropertyName":"ClipMode"}},{"Kind":"Components.Component","Name":"ColumnMenuItems","TypeName":"System.Object","Documentation":"\n \n `ColumnMenuItems` defines both built-in and custom column menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `Filter` - Filter options will show based on filterSettings property like filterbar, menu filter.\n \n ","Metadata":{"Common.PropertyName":"ColumnMenuItems"}},{"Kind":"Components.Component","Name":"ColumnQueryMode","TypeName":"Syncfusion.Blazor.Grids.ColumnQueryModeType","IsEnum":true,"Documentation":"\n \n `ColumnQueryMode`provides options to retrieves data from the data source.Their types are\n `All`: It retrieves whole data source.\n `Schema`: retrieves data for all the defined columns in TreeGrid from the data source.\n `ExcludeHidden`: retrieves data only for visible columns of TreeGrid from the data Source.\n \n ","Metadata":{"Common.PropertyName":"ColumnQueryMode"}},{"Kind":"Components.Component","Name":"Columns","TypeName":"System.Collections.Generic.List","Documentation":"\n \n Defines the schema of dataSource.\n If the `Columns` declaration is empty or undefined then the `columns` are automatically generated from data source.\n \n ","Metadata":{"Common.PropertyName":"Columns"}},{"Kind":"Components.Component","Name":"ContextMenuItems","TypeName":"System.Object","Documentation":"\n \n `ContextMenuItems` defines both built-in and custom context menu items.\n The available built-in items are,\n `AutoFitAll` - Auto fit the size of all columns.\n `AutoFit` - Auto fit the current column.\n `Edit` - Edit the current record.\n `Delete` - Delete the current record.\n `Save` - Save the edited record.\n `Cancel` - Cancel the edited state.\n `PdfExport` - Export the grid as Pdf format.\n `ExcelExport` - Export the grid as Excel format.\n `CsvExport` - Export the grid as CSV format.\n `SortAscending` - Sort the current column in ascending order.\n `SortDescending` - Sort the current column in descending order.\n `FirstPage` - Go to the first page.\n `PrevPage` - Go to the previous page.\n `LastPage` - Go to the last page.\n `NextPage` - Go to the next page.\n \n ","Metadata":{"Common.PropertyName":"ContextMenuItems"}},{"Kind":"Components.Component","Name":"CopyHierarchyMode","TypeName":"Syncfusion.Blazor.TreeGrid.CopyHierarchyType","IsEnum":true,"Documentation":"\n \n `CopyHierarchyMode` Defines the copy clipboard types.\n The available built-in items are,\n `Parent` - Copy the selected data with parent record.\n `Child` - Copy the selected data with child record.\n `Both` - Copy the selected data with both parent and child record.\n `None` - Copy only the selected record.\n \n ","Metadata":{"Common.PropertyName":"CopyHierarchyMode"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n It is used to render TreeGrid table rows.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DataSourceChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"\n \n Used to notify the datasource change.\n \n ","Metadata":{"Common.PropertyName":"DataSourceChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"EditSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridEditSettings","Documentation":"\n \n Configures the edit settings.\n \n ","Metadata":{"Common.PropertyName":"EditSettings"}},{"Kind":"Components.Component","Name":"EnableAltRow","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAltRow` is set to true, the TreeGrid will render with `e-altrow` CSS class to the alternative tr elements.\n \n ","Metadata":{"Common.PropertyName":"EnableAltRow"}},{"Kind":"Components.Component","Name":"EnableAutoFill","TypeName":"System.Boolean","Documentation":"\n \n If `EnableAutoFill` is set to true, then the auto fill icon will displayed on cell selection for copy cells.\n It requires the selection `mode` to be Cell and `cellSelectionMode` to be `Box`.\n \n ","Metadata":{"Common.PropertyName":"EnableAutoFill"}},{"Kind":"Components.Component","Name":"EnableCollapseAll","TypeName":"System.Boolean","Documentation":"\n \n Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.\n \n ","Metadata":{"Common.PropertyName":"EnableCollapseAll"}},{"Kind":"Components.Component","Name":"EnableHover","TypeName":"System.Boolean","Documentation":"\n \n If `EnableHover` is set to true, the row hover is enabled in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"EnableHover"}},{"Kind":"Components.Component","Name":"EnablePersistence","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable persisting component's state between page reloads.\n \n ","Metadata":{"Common.PropertyName":"EnablePersistence"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"ExpandStateMapping","TypeName":"System.String","Documentation":"\n \n Specifies the mapping property path for the expand status of a record in data source.\n \n ","Metadata":{"Common.PropertyName":"ExpandStateMapping"}},{"Kind":"Components.Component","Name":"FilterSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridFilterSettings","Documentation":"\n \n Configures the filter settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"FilterSettings"}},{"Kind":"Components.Component","Name":"FrozenColumns","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen columns.\n \n ","Metadata":{"Common.PropertyName":"FrozenColumns"}},{"Kind":"Components.Component","Name":"FrozenRows","TypeName":"System.Double","Documentation":"\n \n Gets or sets the number of frozen rows.\n \n ","Metadata":{"Common.PropertyName":"FrozenRows"}},{"Kind":"Components.Component","Name":"GridLines","TypeName":"Syncfusion.Blazor.Grids.GridLine","IsEnum":true,"Documentation":"\n \n Defines the mode of TreeGrid lines. The available modes are,\n `Both`: Displays both horizontal and vertical TreeGrid lines.\n `None`: No TreeGrid lines are displayed.\n `Horizontal`: Displays the horizontal TreeGrid lines only.\n `Vertical`: Displays the vertical TreeGrid lines only.\n `Default`: Displays TreeGrid lines based on the theme.\n \n ","Metadata":{"Common.PropertyName":"GridLines"}},{"Kind":"Components.Component","Name":"HasChildMapping","TypeName":"System.String","Documentation":"\n \n Specifies whether record is parent or not for the remote data binding.\n \n ","Metadata":{"Common.PropertyName":"HasChildMapping"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Defines the scrollable height of the TreeGrid content.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"IdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the id of that row.\n \n ","Metadata":{"Common.PropertyName":"IdMapping"}},{"Kind":"Components.Component","Name":"LoadChildOnDemand","TypeName":"System.Boolean","Documentation":"\n \n If `LoadChildOnDemand` is enabled, parent records are render in expanded state.\n \n ","Metadata":{"Common.PropertyName":"LoadChildOnDemand"}},{"Kind":"Components.Component","Name":"PageSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridPageSettings","Documentation":"\n \n Configures the pager in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PageSettings"}},{"Kind":"Components.Component","Name":"ParentIdMapping","TypeName":"System.String","Documentation":"\n \n Specifies the name of the field in the dataSource, which contains the parent’s id.\n \n ","Metadata":{"Common.PropertyName":"ParentIdMapping"}},{"Kind":"Components.Component","Name":"PrintMode","TypeName":"Syncfusion.Blazor.Grids.PrintMode","IsEnum":true,"Documentation":"\n \n Defines the print modes. The available print modes are\n `AllPages`: Prints all pages of the TreeGrid.\n `CurrentPage`: Prints the current page of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"PrintMode"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Defines the external Query\n that will be executed along with data processing.\n \n \n Additional parameters can be send along with request\n by using method.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RowDropSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridRowDropSettings","Documentation":"\n \n Configures the row drop settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"RowDropSettings"}},{"Kind":"Components.Component","Name":"RowHeight","TypeName":"System.Double","Documentation":"\n \n Defines the height of TreeGrid rows.\n \n ","Metadata":{"Common.PropertyName":"RowHeight"}},{"Kind":"Components.Component","Name":"SearchSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSearchSettings","Documentation":"\n \n Configures the search settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SearchSettings"}},{"Kind":"Components.Component","Name":"SelectedRowIndex","TypeName":"System.Double","Documentation":"\n \n The `SelectedRowIndex` allows you to select a row at initial rendering.\n You can also get the currently selected row index.\n \n ","Metadata":{"Common.PropertyName":"SelectedRowIndex"}},{"Kind":"Components.Component","Name":"ColumnChooserSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridColumnChooserSettings","Documentation":"\n \n Configures the column chooser in the Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"ColumnChooserSettings"}},{"Kind":"Components.Component","Name":"ShowColumnChooser","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnChooser` is set to true, it allows you to dynamically show or hide columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnChooser"}},{"Kind":"Components.Component","Name":"EnableVirtualization","TypeName":"System.Boolean","Documentation":"\n \n If EnableVirtualization set to true, then the Tree Grid will render only the rows visible within the view-port\n and load subsequent rows on vertical scrolling. This helps to load large dataset in Tree Grid.\n \n ","Metadata":{"Common.PropertyName":"EnableVirtualization"}},{"Kind":"Components.Component","Name":"EnableColumnVirtualization","TypeName":"System.Boolean","Documentation":"\n \n When enabled, tree grid loads large dataset of columns without performance degradation\n \n If EnableColumnVirtualization set to true, then the Tree Grid will render only the columns visible within the view-port\n and load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Tree Grid.\n \n \n ","Metadata":{"Common.PropertyName":"EnableColumnVirtualization"}},{"Kind":"Components.Component","Name":"SelectionSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSelectionSettings","Documentation":"\n \n Configures the selection settings.\n \n ","Metadata":{"Common.PropertyName":"SelectionSettings"}},{"Kind":"Components.Component","Name":"ShowColumnMenu","TypeName":"System.Boolean","Documentation":"\n \n If `ShowColumnMenu` set to true, then it will enable the column menu options in each columns.\n \n ","Metadata":{"Common.PropertyName":"ShowColumnMenu"}},{"Kind":"Components.Component","Name":"SortSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridSortSettings","Documentation":"\n \n Configures the sort settings of the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"SortSettings"}},{"Kind":"Components.Component","Name":"TextWrapSettings","TypeName":"Syncfusion.Blazor.TreeGrid.TreeGridTextWrapSettings","Documentation":"\n \n Configures the text wrap in the TreeGrid.\n \n ","Metadata":{"Common.PropertyName":"TextWrapSettings"}},{"Kind":"Components.Component","Name":"Toolbar","TypeName":"System.Object","Documentation":"\n \n `Toolbar` defines the ToolBar items of the TreeGrid.\n It contains built-in and custom toolbar items.\n If a string value is assigned to the `toolbar` option, it is considered as the template for the whole TreeGrid ToolBar.\n If an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n The following code example implements the custom toolbar items.\n \n ","Metadata":{"Common.PropertyName":"Toolbar"}},{"Kind":"Components.Component","Name":"TreeColumnIndex","TypeName":"System.Double","Documentation":"\n \n Specifies the index of the column that needs to have the expander button.\n \n ","Metadata":{"Common.PropertyName":"TreeColumnIndex"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Defines the TreeGrid width.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1871965864,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"GridRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2015989381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Defines the child content.\n \n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1952402370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DetailTemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","Components.GenericTyped":"True"}},{"HashCode":572042659,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.DetailTemplateCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":852839576,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","Components.GenericTyped":"True"}},{"HashCode":-717161237,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.GridInitializer component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridInitializer","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1987672469,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","Components.GenericTyped":"True"}},{"HashCode":1914627230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TemplateCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TemplateCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-443145495,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","Components.GenericTyped":"True"}},{"HashCode":-45679516,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TCell","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TCell for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TCell","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeGrid.Internal.TreeCell component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Cell","TypeName":"Syncfusion.Blazor.Grids.Internal.Cell","Metadata":{"Common.PropertyName":"Cell"}},{"Kind":"Components.Component","Name":"Row","TypeName":"Syncfusion.Blazor.Grids.Internal.Row","Metadata":{"Common.PropertyName":"Row"}},{"Kind":"Components.Component","Name":"IsMaskedCell","TypeName":"System.Boolean","Metadata":{"Common.PropertyName":"IsMaskedCell"}},{"Kind":"Components.Component","Name":"MaskCellAlignment","TypeName":"System.String","Metadata":{"Common.PropertyName":"MaskCellAlignment"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeCell","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":766305928,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridEventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","Components.GenericTyped":"True"}},{"HashCode":1748999140,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"Handler","TypeName":"System.Action","Metadata":{"Common.PropertyName":"Handler","Components.DelegateSignature":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreeGridEventRegister","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":977587985,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreePrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","Components.GenericTyped":"True"}},{"HashCode":2056259714,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","AssemblyName":"Syncfusion.Blazor","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"T","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter T for the Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout component.","Metadata":{"Common.PropertyName":"T","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Parent","TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Metadata":{"Common.PropertyName":"Parent","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.TreePrintLayout","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2077491894,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.ColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the color mapping properties of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.ColorMapping"}},{"HashCode":-1044689952,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.ColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets for customizing the color mapping properties of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.ColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.ColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":333645100,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The treemap control is used to visualize both hierarchical and flat data in the form of nodes along with built-in features like color mapping, legends, label templates, and more.\n \n Represents the generic data type of the treemap control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.SfTreeMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to image functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to PDF functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the print functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the treemap.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BreadcrumbConnector","TypeName":"System.String","Documentation":"\n \n Specifies the connection between the two words.\n \n ","Metadata":{"Common.PropertyName":"BreadcrumbConnector"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for treemap.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DrillDownView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the initial drill in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillDownView"}},{"Kind":"Components.Component","Name":"EnableBreadcrumb","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the connection text in the header of the treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableBreadcrumb"}},{"Kind":"Components.Component","Name":"EnableDrillDown","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drill down functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableDrillDown"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EqualColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"EqualColorValuePath"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the texts in the treemap.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LayoutType","TypeName":"Syncfusion.Blazor.TreeMap.LayoutMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering type of layout of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LayoutType"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the set of colors to apply in the treemap items.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangeColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"RangeColorValuePath"}},{"Kind":"Components.Component","Name":"RenderDirection","TypeName":"Syncfusion.Blazor.TreeMap.RenderingMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering direction of layout of the treemap items.\n \n ","Metadata":{"Common.PropertyName":"RenderDirection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the tab index value for treemap.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"WeightValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path of the weight from the data source, based on which the map item is rendered.\n \n ","Metadata":{"Common.PropertyName":"WeightValuePath"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap","Components.GenericTyped":"True"}},{"HashCode":300461424,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n The treemap control is used to visualize both hierarchical and flat data in the form of nodes along with built-in features like color mapping, legends, label templates, and more.\n \n Represents the generic data type of the treemap control.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.SfTreeMap"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.SfTreeMap component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Set the id string for the linear gauge component.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"AllowImageExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to image functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowImageExport"}},{"Kind":"Components.Component","Name":"AllowPdfExport","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the export to PDF functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPdfExport"}},{"Kind":"Components.Component","Name":"AllowPrint","TypeName":"System.Boolean","Documentation":"\n \n Enables and disables the print functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"AllowPrint"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of the treemap.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"BreadcrumbConnector","TypeName":"System.String","Documentation":"\n \n Specifies the connection between the two words.\n \n ","Metadata":{"Common.PropertyName":"BreadcrumbConnector"}},{"Kind":"Components.Component","Name":"ColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"ColorValuePath"}},{"Kind":"Components.Component","Name":"DataSource","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Sets and gets the data source for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"DataSource","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Sets and gets the description for treemap.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"DrillDownView","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the initial drill in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillDownView"}},{"Kind":"Components.Component","Name":"EnableBreadcrumb","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the connection text in the header of the treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableBreadcrumb"}},{"Kind":"Components.Component","Name":"EnableDrillDown","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the drill down functionality in treemap.\n \n ","Metadata":{"Common.PropertyName":"EnableDrillDown"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Enable or disable rendering component in right to left direction.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"EqualColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"EqualColorValuePath"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets format for the texts in the treemap.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"LayoutType","TypeName":"Syncfusion.Blazor.TreeMap.LayoutMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering type of layout of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LayoutType"}},{"Kind":"Components.Component","Name":"Palette","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the set of colors to apply in the treemap items.\n \n ","Metadata":{"Common.PropertyName":"Palette"}},{"Kind":"Components.Component","Name":"Query","TypeName":"Syncfusion.Blazor.Data.Query","Documentation":"\n \n Sets and gets the query to select particular data from the shape data. This property is applicable only when the data source is created by data manager.\n \n ","Metadata":{"Common.PropertyName":"Query"}},{"Kind":"Components.Component","Name":"RangeColorValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source, based on it color is filled in treemap.\n \n ","Metadata":{"Common.PropertyName":"RangeColorValuePath"}},{"Kind":"Components.Component","Name":"RenderDirection","TypeName":"Syncfusion.Blazor.TreeMap.RenderingMode","IsEnum":true,"Documentation":"\n \n Specifies the rendering direction of layout of the treemap items.\n \n ","Metadata":{"Common.PropertyName":"RenderDirection"}},{"Kind":"Components.Component","Name":"TabIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the tab index value for treemap.\n \n ","Metadata":{"Common.PropertyName":"TabIndex"}},{"Kind":"Components.Component","Name":"Theme","TypeName":"Syncfusion.Blazor.Theme","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the theme of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Theme"}},{"Kind":"Components.Component","Name":"EnableGroupingSeparator","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of the separator for grouping.\n \n ","Metadata":{"Common.PropertyName":"EnableGroupingSeparator"}},{"Kind":"Components.Component","Name":"WeightValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path of the weight from the data source, based on which the map item is rendered.\n \n ","Metadata":{"Common.PropertyName":"WeightValuePath"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-406451231,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"SfTreeMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1000834171,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.SfTreeMap"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.SfTreeMap.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1962300518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the float position of the legend location using x and y values for the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation"}},{"HashCode":-848931266,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the float position of the legend location using x and y values for the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Y"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendLocation","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535067770,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the treemap component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorder"}},{"HashCode":-1435792604,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the treemap component border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1745958581,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings"}},{"HashCode":428645672,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the border.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapBorderSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1209469053,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnItemMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after mouse hover on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"OnItemMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting a treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after double clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DrillCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after drill down functionality gets completed in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrillStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on performing drill down functionality in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDrillStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking an item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnItemClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after highlighting on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before item rendering in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering the legend in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each legend item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the treemap is on load.\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after treemap is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after right clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapEvents"}},{"HashCode":-90761534,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the events to be triggered in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapEvents"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnItemMove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after mouse hover on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"OnItemMove","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemSelected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after selecting a treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemSelected","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnPrint","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before the prints gets started.\n \n ","Metadata":{"Common.PropertyName":"OnPrint","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDoubleClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after double clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDoubleClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"DrillCompleted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after drill down functionality gets completed in the treemap.\n \n ","Metadata":{"Common.PropertyName":"DrillCompleted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnDrillStart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on performing drill down functionality in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnDrillStart","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnItemClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after clicking an item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnItemClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemHighlighted","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after highlighting on the treemap item.\n \n ","Metadata":{"Common.PropertyName":"ItemHighlighted","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before item rendering in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering the legend in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"LegendItemRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers before rendering each legend item in the treemap.\n \n ","Metadata":{"Common.PropertyName":"LegendItemRendering","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Load","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers when the treemap is on load.\n \n ","Metadata":{"Common.PropertyName":"Load","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Loaded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after treemap is rendered.\n \n ","Metadata":{"Common.PropertyName":"Loaded","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Resizing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after resizing the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Resizing","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnRightClick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers after right clicking on the treemap.\n \n ","Metadata":{"Common.PropertyName":"OnRightClick","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"TooltipRendering","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Triggers on rendering of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TooltipRendering","Components.EventCallback":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2132835883,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings"}},{"HashCode":-1950481642,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the font style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapFontSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1352181924,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the header style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHeaderStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}},{"HashCode":-60324839,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the header style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1877152179,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapHeaderStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1023079291,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHeaderStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1026810044,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight border setting of the treemap component item on mouse over.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder"}},{"HashCode":-759078423,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight border setting of the treemap component item on mouse over.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1396346827,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight of the treemap item on mouse over of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the highlight functionality of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the highlight color of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.HighLightMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which highlight must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}},{"HashCode":-1636074069,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the highlight of the treemap item on mouse over of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the highlight functionality of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the highlight color of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.HighLightMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which highlight must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1222239427,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-187365561,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapHighlightSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1348289515,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties for the initial drill down of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapInitialDrillSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the initial rendering level index in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupIndex"}},{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Sets and gets the initial rendering level name in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}},{"HashCode":-1776777493,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties for the initial drill down of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"GroupIndex","TypeName":"System.Int32","Documentation":"\n \n Sets and gets the initial rendering level index in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupIndex"}},{"Kind":"Components.Component","Name":"GroupName","TypeName":"System.String","Documentation":"\n \n Sets and gets the initial rendering level name in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-953198904,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapInitialDrillSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1011910442,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapInitialDrillSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":244215298,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}},{"HashCode":-1004593374,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color and width of the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1587711381,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1379564428,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":958726059,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on leaf item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LeafValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LeafValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}},{"HashCode":1072014084,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on leaf item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LeafValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LeafValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-968612961,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1448167009,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-181274214,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color of the leaf item on treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}},{"HashCode":610939223,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the color of the leaf item on treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1002447757,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2036669293,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1543687786,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables automatic filling of colors in leaf items of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of leaf items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Gap"}},{"Kind":"Components.Component","Name":"InterSectAction","TypeName":"Syncfusion.Blazor.TreeMap.LabelAlignment","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InterSectAction"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text format of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source for label of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ShowLabels","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLabels"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}},{"HashCode":101223886,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the leaf item of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables automatic filling of colors in leaf items of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of leaf items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Gap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Gap"}},{"Kind":"Components.Component","Name":"InterSectAction","TypeName":"Syncfusion.Blazor.TreeMap.LabelAlignment","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InterSectAction"}},{"Kind":"Components.Component","Name":"LabelFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text format of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelFormat"}},{"Kind":"Components.Component","Name":"LabelPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source for label of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPath"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"LabelTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Padding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Padding"}},{"Kind":"Components.Component","Name":"ShowLabels","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the labels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLabels"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of the template of leaf item in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":26348858,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafItemSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-217233363,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1426339329,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-481321274,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the label template of leaf item in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LabelTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'LabelTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafItemSettings.LabelTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":664212873,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the treemap leaf item label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLeafLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}},{"HashCode":1224487114,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the style of the treemap leaf item label.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":899055958,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLeafLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":424314306,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLeafLabelStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-99727567,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing legend border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}},{"HashCode":-1363535370,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing legend border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1155279159,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1346620330,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1406295089,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the shape color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path of the legend shapes rendered as image in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pointer for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.TreeMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPlacement","IsEnum":true,"Documentation":"\n \n Sets and gets the label position for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.LegendMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of legend in the treemap component. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of legends in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.TreeMap.LegendOrientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.TreeMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.TreeMap.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the shapes of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape padding of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the shapes in legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the visibility state of the legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to render legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}},{"HashCode":-518945552,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Background","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Background"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the shape color of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.String","Documentation":"\n \n Sets and gets the height of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"ImageUrl","TypeName":"System.String","Documentation":"\n \n Sets and gets the URL path of the legend shapes rendered as image in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ImageUrl"}},{"Kind":"Components.Component","Name":"InvertedPointer","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the pointer for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"InvertedPointer"}},{"Kind":"Components.Component","Name":"LabelDisplayMode","TypeName":"Syncfusion.Blazor.TreeMap.LabelIntersectAction","IsEnum":true,"Documentation":"\n \n Sets and gets the label intersect action of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelDisplayMode"}},{"Kind":"Components.Component","Name":"LabelPosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPlacement","IsEnum":true,"Documentation":"\n \n Sets and gets the label position for interactive legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"LabelPosition"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.LegendMode","IsEnum":true,"Documentation":"\n \n Sets and gets the mode of legend in the treemap component. The modes available are default and interactive modes.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of legends in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Orientation","TypeName":"Syncfusion.Blazor.TreeMap.LegendOrientation","IsEnum":true,"Documentation":"\n \n Sets and gets the orientation of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Orientation"}},{"Kind":"Components.Component","Name":"Position","TypeName":"Syncfusion.Blazor.TreeMap.LegendPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the position of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Position"}},{"Kind":"Components.Component","Name":"RemoveDuplicateLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables to remove the duplicate legend item.\n \n ","Metadata":{"Common.PropertyName":"RemoveDuplicateLegend"}},{"Kind":"Components.Component","Name":"Shape","TypeName":"Syncfusion.Blazor.TreeMap.LegendShape","IsEnum":true,"Documentation":"\n \n Sets and gets the shape of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Shape"}},{"Kind":"Components.Component","Name":"ShapeHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of the shapes of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeHeight"}},{"Kind":"Components.Component","Name":"ShapePadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the shape padding of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapePadding"}},{"Kind":"Components.Component","Name":"ShapeWidth","TypeName":"System.Double","Documentation":"\n \n Sets and gets the width of the shapes in legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShapeWidth"}},{"Kind":"Components.Component","Name":"ShowLegendPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the visibility state of the legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegendPath"}},{"Kind":"Components.Component","Name":"ValuePath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source to render legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ValuePath"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.String","Documentation":"\n \n Sets and gets the width of legend in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1900424576,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-672932781,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":893160809,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend shape border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder"}},{"HashCode":-1462538134,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend shape border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendShapeBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1616554614,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend text style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}},{"HashCode":1115010918,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend text style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1521937332,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":671715680,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTextStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1525290518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle"}},{"HashCode":1764490819,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1809568891,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}},{"HashCode":35278609,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the legend title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1970467041,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-362752041,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLegendTitleStyle.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1712648573,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the automatic filling of the colors in the items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the level in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GroupGap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupGap"}},{"Kind":"Components.Component","Name":"GroupPadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupPadding"}},{"Kind":"Components.Component","Name":"GroupPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source in the treemap component to render the item.\n \n ","Metadata":{"Common.PropertyName":"GroupPath"}},{"Kind":"Components.Component","Name":"HeaderAlignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the header of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderAlignment"}},{"Kind":"Components.Component","Name":"HeaderFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of header of the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderFormat"}},{"Kind":"Components.Component","Name":"HeaderHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderHeight"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the header in level of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the template position of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}},{"HashCode":-1644664419,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AutoFill","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the automatic filling of the colors in the items in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"AutoFill"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the fill color of the level in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"GroupGap","TypeName":"System.Double","Documentation":"\n \n Sets and gets the gap between the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupGap"}},{"Kind":"Components.Component","Name":"GroupPadding","TypeName":"System.Double","Documentation":"\n \n Sets and gets the padding of levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"GroupPadding"}},{"Kind":"Components.Component","Name":"GroupPath","TypeName":"System.String","Documentation":"\n \n Sets and gets the value path from the data source in the treemap component to render the item.\n \n ","Metadata":{"Common.PropertyName":"GroupPath"}},{"Kind":"Components.Component","Name":"HeaderAlignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the header of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderAlignment"}},{"Kind":"Components.Component","Name":"HeaderFormat","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of header of the levels in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderFormat"}},{"Kind":"Components.Component","Name":"HeaderHeight","TypeName":"System.Double","Documentation":"\n \n Sets and gets the height of header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderHeight"}},{"Kind":"Components.Component","Name":"HeaderTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"HeaderTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"ShowHeader","TypeName":"System.Boolean","Documentation":"\n \n Shows or hides the header in level of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowHeader"}},{"Kind":"Components.Component","Name":"TemplatePosition","TypeName":"Syncfusion.Blazor.TreeMap.LabelPosition","IsEnum":true,"Documentation":"\n \n Sets and gets the options for customizing the template position of the treemap component.\n \n ","Metadata":{"Common.PropertyName":"TemplatePosition"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-188531987,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1065377210,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":56387937,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1285817385,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the template for header in the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeaderTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevel"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'HeaderTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevel.HeaderTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-325427978,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder"}},{"HashCode":-1565038409,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":936233067,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on level item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LevelValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LevelValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}},{"HashCode":1843573743,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the properties on level item color mapping of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"LevelValue","TypeName":"System.String","Documentation":"\n \n Sets and gets the value for the color-mapping from the data source.\n \n ","Metadata":{"Common.PropertyName":"LevelValue"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String[]","Documentation":"\n \n Sets and gets the color for the color-mapping in treemap.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"StartRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value from which the range of color mapping starts.\n \n ","Metadata":{"Common.PropertyName":"StartRange"}},{"Kind":"Components.Component","Name":"Label","TypeName":"System.String","Documentation":"\n \n Sets and gets the label text for the legend based on color mapping.\n \n ","Metadata":{"Common.PropertyName":"Label"}},{"Kind":"Components.Component","Name":"MaxOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the maximum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MaxOpacity"}},{"Kind":"Components.Component","Name":"MinOpacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the minimum opacity for the color-mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"MinOpacity"}},{"Kind":"Components.Component","Name":"ShowLegend","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility of the legend for color mapping in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"ShowLegend"}},{"Kind":"Components.Component","Name":"EndRange","TypeName":"System.Double?","Documentation":"\n \n Sets and gets the value to which the range of color mapping ends.\n \n ","Metadata":{"Common.PropertyName":"EndRange"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026936736,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevelColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":710431729,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMapping.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1576590701,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the level items color of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevelColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}},{"HashCode":-78003476,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the level items color of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-68613087,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevelColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1373793398,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevelColorMappings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":372518193,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLevels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}},{"HashCode":-500457798,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the levels of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1932623999,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapLevels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-531934369,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapLevels"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapLevels.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":147741217,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapMargin"}},{"HashCode":-1310351663,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the bottom, left, right, top margin of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapMargin"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Bottom","TypeName":"System.Double","Documentation":"\n \n Sets and gets the bottom margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Bottom"}},{"Kind":"Components.Component","Name":"Left","TypeName":"System.Double","Documentation":"\n \n Sets and gets the left margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Left"}},{"Kind":"Components.Component","Name":"Right","TypeName":"System.Double","Documentation":"\n \n Sets and gets the right margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Right"}},{"Kind":"Components.Component","Name":"Top","TypeName":"System.Double","Documentation":"\n \n Sets and gets the top margin for the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":819957811,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}},{"HashCode":400951317,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection border of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1402367227,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSelectionBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":528833242,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionBorder.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1632539099,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection functionality in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.SelectionMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which selection must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}},{"HashCode":-1889085541,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the selection of the treemap component item.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Enable","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the selection functionality in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Enable"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Mode","TypeName":"Syncfusion.Blazor.TreeMap.SelectionMode","IsEnum":true,"Documentation":"\n \n Sets and gets the element in which selection must be done in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Mode"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-279103028,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1885510197,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSelectionSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":303503719,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the subtitle text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}},{"HashCode":204167268,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the alignment of the subtitle text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-596092690,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-774432967,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1604332684,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle"}},{"HashCode":-1474408499,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the subtitle style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapSubtitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1916246138,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text position of the title text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}},{"HashCode":1260557271,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the title of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Alignment","TypeName":"Syncfusion.Blazor.TreeMap.Alignment","IsEnum":true,"Documentation":"\n \n Sets and gets the text position of the title text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Alignment"}},{"Kind":"Components.Component","Name":"Description","TypeName":"System.String","Documentation":"\n \n Define the description of the title for the accessibility in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Description"}},{"Kind":"Components.Component","Name":"Text","TypeName":"System.String","Documentation":"\n \n Sets and gets the text for the title in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Text"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950795304,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1005825908,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1764300139,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle"}},{"HashCode":1472005644,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the title style of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTitleTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":308086206,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder"}},{"HashCode":-1162461129,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip border color and width of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Defines the width of the border in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipBorder","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1288423442,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}},{"HashCode":1303853253,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"TooltipTemplate","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","Metadata":{"Common.PropertyName":"TooltipTemplate","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets and gets the background color of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Format","TypeName":"System.String","Documentation":"\n \n Sets and gets the format of the tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Visible","TypeName":"System.Boolean","Documentation":"\n \n Enables or disables the visibility state of tooltip in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Visible"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":370138270,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"TreeMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1895060971,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the content of the UI element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1261408266,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-444313876,"Kind":"Components.ChildContent","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the custom template of the tooltip content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipTemplate","ParentTag":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'TooltipTemplate' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipSettings.TooltipTemplate","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1984242487,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle"}},{"HashCode":1621278003,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Sets and gets the options for customizing the text style in tooltip of the treemap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Color","TypeName":"System.String","Documentation":"\n \n Sets and gets the color for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Color"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets and gets the font family for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets and gets the font style for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets and gets the font weight for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets and gets the opacity of the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Size","TypeName":"System.String","Documentation":"\n \n Sets and gets the size for the text in the treemap component.\n \n ","Metadata":{"Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.TreeMapTooltipTextStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1644813230,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the SVG tooltip of TreeMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets or gets the identification of element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Sets or gets the text size.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the text color.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets or gets the font weight.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets or gets the font family.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets or gets the font style.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the font opacity.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Sets or gets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets or gets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets or gets the width axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the x axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets or gets the fill of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the opacity of tooltip fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets or gets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the right-to-left rendering.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip to be inverted rendering.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip arrow to be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the browser type is Internet Explorer.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip"}},{"HashCode":1970325710,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Represents the SVG tooltip of TreeMap component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ID","TypeName":"System.String","Documentation":"\n \n Sets or gets the identification of element.\n \n ","Metadata":{"Common.PropertyName":"ID"}},{"Kind":"Components.Component","Name":"TextSize","TypeName":"System.String","Documentation":"\n \n Sets or gets the text size.\n \n ","Metadata":{"Common.PropertyName":"TextSize"}},{"Kind":"Components.Component","Name":"FontColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the text color.\n \n ","Metadata":{"Common.PropertyName":"FontColor"}},{"Kind":"Components.Component","Name":"FontWeight","TypeName":"System.String","Documentation":"\n \n Sets or gets the font weight.\n \n ","Metadata":{"Common.PropertyName":"FontWeight"}},{"Kind":"Components.Component","Name":"FontFamily","TypeName":"System.String","Documentation":"\n \n Sets or gets the font family.\n \n ","Metadata":{"Common.PropertyName":"FontFamily"}},{"Kind":"Components.Component","Name":"FontStyle","TypeName":"System.String","Documentation":"\n \n Sets or gets the font style.\n \n ","Metadata":{"Common.PropertyName":"FontStyle"}},{"Kind":"Components.Component","Name":"FontOpacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the font opacity.\n \n ","Metadata":{"Common.PropertyName":"FontOpacity"}},{"Kind":"Components.Component","Name":"BorderColor","TypeName":"System.String","Documentation":"\n \n Sets or gets the border color of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderColor"}},{"Kind":"Components.Component","Name":"BorderWidth","TypeName":"System.Double","Documentation":"\n \n Sets or gets the border width of tooltip.\n \n ","Metadata":{"Common.PropertyName":"BorderWidth"}},{"Kind":"Components.Component","Name":"X","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"X"}},{"Kind":"Components.Component","Name":"Y","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Y"}},{"Kind":"Components.Component","Name":"Height","TypeName":"System.Double","Documentation":"\n \n Sets or gets the height of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Height"}},{"Kind":"Components.Component","Name":"Width","TypeName":"System.Double","Documentation":"\n \n Sets or gets the width axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Width"}},{"Kind":"Components.Component","Name":"EnableShadow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the x axis of tooltip.\n \n ","Metadata":{"Common.PropertyName":"EnableShadow"}},{"Kind":"Components.Component","Name":"Fill","TypeName":"System.String","Documentation":"\n \n Sets or gets the fill of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Fill"}},{"Kind":"Components.Component","Name":"Opacity","TypeName":"System.Double","Documentation":"\n \n Sets or gets the opacity of tooltip fill.\n \n ","Metadata":{"Common.PropertyName":"Opacity"}},{"Kind":"Components.Component","Name":"Content","TypeName":"System.String","Documentation":"\n \n Sets or gets the content of tooltip.\n \n ","Metadata":{"Common.PropertyName":"Content"}},{"Kind":"Components.Component","Name":"LocationX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationX"}},{"Kind":"Components.Component","Name":"LocationY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip content.\n \n ","Metadata":{"Common.PropertyName":"LocationY"}},{"Kind":"Components.Component","Name":"RX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RX"}},{"Kind":"Components.Component","Name":"RY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip radius.\n \n ","Metadata":{"Common.PropertyName":"RY"}},{"Kind":"Components.Component","Name":"MarginX","TypeName":"System.Double","Documentation":"\n \n Sets or gets the X axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginX"}},{"Kind":"Components.Component","Name":"MarginY","TypeName":"System.Double","Documentation":"\n \n Sets or gets the Y axis of tooltip margin.\n \n ","Metadata":{"Common.PropertyName":"MarginY"}},{"Kind":"Components.Component","Name":"EnableRtl","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets the right-to-left rendering.\n \n ","Metadata":{"Common.PropertyName":"EnableRtl"}},{"Kind":"Components.Component","Name":"IsInverted","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip to be inverted rendering.\n \n ","Metadata":{"Common.PropertyName":"IsInverted"}},{"Kind":"Components.Component","Name":"RenderArrow","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the tooltip arrow to be rendered.\n \n ","Metadata":{"Common.PropertyName":"RenderArrow"}},{"Kind":"Components.Component","Name":"IsIE","TypeName":"System.Boolean","Documentation":"\n \n Sets or gets whether the browser type is Internet Explorer.\n \n ","Metadata":{"Common.PropertyName":"IsIE"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.SvgTooltip","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":987031125,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap tooltip rendering functionality.\n \n Represents the generic data type of the treemap tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.Internal.TooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","Components.GenericTyped":"True"}},{"HashCode":2028717518,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap tooltip rendering functionality.\n \n Represents the generic data type of the treemap tooltip.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Syncfusion.Blazor.TreeMap.Internal.TooltipRender component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TooltipRender","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1096384970,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap legend rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeMapLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend"}},{"HashCode":-1775566203,"Kind":"Components.Component","Name":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","AssemblyName":"Syncfusion.Blazor","Documentation":"\n \n Specifies the treemap legend rendering functionality.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Syncfusion.Blazor.TreeMap.Internal.TreeMapLegend","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-939804279,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm"}},{"HashCode":707216181,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-408043690,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1704917829,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1420558410,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":-1650507943,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1630668243,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True"}},{"HashCode":-1420848011,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":328771901,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile"}},{"HashCode":-177543775,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":935534115,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True"}},{"HashCode":31892784,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":532414311,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True"}},{"HashCode":-1975191459,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1239896056,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True"}},{"HashCode":1248723515,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-5688087,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-647344956,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-978423627,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True"}},{"HashCode":1777691999,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1130157769,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-662414230,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-400466067,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":-624435841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1526645893,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":1278722841,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":49922468,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True"}},{"HashCode":1343924420,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1355226858,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}},{"HashCode":-1802879813,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1462781705,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink"}},{"HashCode":1481322604,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-386477367,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":720148254,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2100606566,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True"}},{"HashCode":-349097859,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1013193740,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1003924632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":153524432,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1557674147,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302905679,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":945222623,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":100075476,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True"}},{"HashCode":2058523097,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":909141050,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-700243708,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":47192083,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView"}},{"HashCode":171641290,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1879651112,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1403492109,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2121696509,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView"}},{"HashCode":1973190886,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1042776498,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router"}},{"HashCode":277357474,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-806325141,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1984749400,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":377068835,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-879377312,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Found' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1895447004,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2136429748,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2045127394,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}},{"HashCode":1148166438,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Combines the behaviors of and ,\n so that it displays the page matching the specified route but only if the user\n is authorized to see it.\n \n Additionally, this component supplies a cascading parameter of type ,\n which makes the user's current authentication state available to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1371580223,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-942676909,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":254469406,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":933735593,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1561818538,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}},{"HashCode":338228678,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n Displays differing content depending on the user's authorization status.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\n \n The policy name that determines whether the content can be displayed.\n \n ","Metadata":{"Common.PropertyName":"Policy"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\n \n A comma delimited list of roles that are allowed to display the content.\n \n ","Metadata":{"Common.PropertyName":"Roles"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","Metadata":{"Common.PropertyName":"NotAuthorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","Metadata":{"Common.PropertyName":"Authorized","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","Metadata":{"Common.PropertyName":"Authorizing","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\n \n The resource to which access is being controlled.\n \n ","Metadata":{"Common.PropertyName":"Resource"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1411478404,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-624178974,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2050760822,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1941271305,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is not authorized.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'NotAuthorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1142720739,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1301732458,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed if the user is authorized.\n If you specify a value for this parameter, do not also specify a value for .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Authorized' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-209287632,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":650326898,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content that will be displayed while asynchronous authorization is in progress.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":514566703,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}},{"HashCode":-273549252,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-766584723,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":292603590,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\n \n The content to which the authentication state should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2007689791,"Kind":"Components.EventHandler","Name":"onmouseenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseenter' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Radzen.EventHandlers"}},{"HashCode":-1029171499,"Kind":"Components.EventHandler","Name":"onmouseleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseleave' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Radzen.EventHandlers"}},{"HashCode":469224975,"Kind":"Components.EventHandler","Name":"onfocus","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocus","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocus' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocus"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocus' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocus' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":636009819,"Kind":"Components.EventHandler","Name":"onblur","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onblur","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onblur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onblur' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onblur"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onblur' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onblur' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":546575177,"Kind":"Components.EventHandler","Name":"onfocusin","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusin","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusin' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusin"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusin' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusin' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2114769399,"Kind":"Components.EventHandler","Name":"onfocusout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfocusout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.FocusEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfocusout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfocusout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1550772779,"Kind":"Components.EventHandler","Name":"onmouseover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":612198687,"Kind":"Components.EventHandler","Name":"onmouseout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2060463747,"Kind":"Components.EventHandler","Name":"onmousemove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousemove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousemove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousemove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousemove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousemove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1326584478,"Kind":"Components.EventHandler","Name":"onmousedown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousedown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousedown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousedown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousedown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousedown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-395655512,"Kind":"Components.EventHandler","Name":"onmouseup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmouseup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmouseup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmouseup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1580936022,"Kind":"Components.EventHandler","Name":"onclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-543923158,"Kind":"Components.EventHandler","Name":"ondblclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondblclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondblclick' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondblclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondblclick' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondblclick' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":660330704,"Kind":"Components.EventHandler","Name":"onwheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-834393148,"Kind":"Components.EventHandler","Name":"onmousewheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousewheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousewheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onmousewheel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.WheelEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousewheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onmousewheel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onmousewheel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":320548796,"Kind":"Components.EventHandler","Name":"oncontextmenu","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncontextmenu","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncontextmenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncontextmenu' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.MouseEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncontextmenu"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncontextmenu' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncontextmenu' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74517637,"Kind":"Components.EventHandler","Name":"ondrag","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrag","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrag' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrag"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrag' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrag' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":879601327,"Kind":"Components.EventHandler","Name":"ondragend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-318285175,"Kind":"Components.EventHandler","Name":"ondragenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1419540319,"Kind":"Components.EventHandler","Name":"ondragleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":409020797,"Kind":"Components.EventHandler","Name":"ondragover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1324656409,"Kind":"Components.EventHandler","Name":"ondragstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondragstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondragstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondragstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1401153931,"Kind":"Components.EventHandler","Name":"ondrop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondrop' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.DragEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondrop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondrop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1104389462,"Kind":"Components.EventHandler","Name":"onkeydown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeydown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeydown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeydown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeydown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeydown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":120046139,"Kind":"Components.EventHandler","Name":"onkeyup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeyup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeyup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeyup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeyup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeyup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":240557118,"Kind":"Components.EventHandler","Name":"onkeypress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeypress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onkeypress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.KeyboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeypress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onkeypress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onkeypress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-798535488,"Kind":"Components.EventHandler","Name":"onchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onchange' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-148825719,"Kind":"Components.EventHandler","Name":"oninput","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninput","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninput' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.ChangeEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninput"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninput' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninput' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1657218375,"Kind":"Components.EventHandler","Name":"oninvalid","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninvalid","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninvalid","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oninvalid' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninvalid"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oninvalid' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oninvalid' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1575359467,"Kind":"Components.EventHandler","Name":"onreset","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreset","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreset' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreset"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreset' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreset' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1832139381,"Kind":"Components.EventHandler","Name":"onselect","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselect","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselect' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselect"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselect' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselect' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":314395922,"Kind":"Components.EventHandler","Name":"onselectstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectstart' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":466631769,"Kind":"Components.EventHandler","Name":"onselectionchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectionchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectionchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onselectionchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectionchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onselectionchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onselectionchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-620654161,"Kind":"Components.EventHandler","Name":"onsubmit","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsubmit","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsubmit' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsubmit"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsubmit' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsubmit' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395294726,"Kind":"Components.EventHandler","Name":"onbeforecopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecopy' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-196963757,"Kind":"Components.EventHandler","Name":"onbeforecut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforecut' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforecut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforecut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":133350078,"Kind":"Components.EventHandler","Name":"onbeforepaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforepaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforepaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforepaste' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforepaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforepaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforepaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1632911159,"Kind":"Components.EventHandler","Name":"oncopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncopy' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncopy' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncopy' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1992045051,"Kind":"Components.EventHandler","Name":"oncut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncut' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncut' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncut' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":434043723,"Kind":"Components.EventHandler","Name":"onpaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpaste' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ClipboardEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpaste' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpaste' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":772720459,"Kind":"Components.EventHandler","Name":"ontouchcancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchcancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchcancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchcancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchcancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchcancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchcancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1330823382,"Kind":"Components.EventHandler","Name":"ontouchend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":817317830,"Kind":"Components.EventHandler","Name":"ontouchmove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchmove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchmove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchmove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchmove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchmove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchmove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-438970647,"Kind":"Components.EventHandler","Name":"ontouchstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1779680239,"Kind":"Components.EventHandler","Name":"ontouchenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1488654964,"Kind":"Components.EventHandler","Name":"ontouchleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontouchleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.TouchEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontouchleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontouchleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1871753312,"Kind":"Components.EventHandler","Name":"ongotpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ongotpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ongotpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ongotpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ongotpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ongotpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":583309410,"Kind":"Components.EventHandler","Name":"onlostpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onlostpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onlostpointercapture' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onlostpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onlostpointercapture' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onlostpointercapture' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":751792818,"Kind":"Components.EventHandler","Name":"onpointercancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointercancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointercancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointercancel' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointercancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointercancel' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointercancel' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-699986234,"Kind":"Components.EventHandler","Name":"onpointerdown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerdown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerdown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerdown' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerdown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerdown' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerdown' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":52762667,"Kind":"Components.EventHandler","Name":"onpointerenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerenter' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerenter' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerenter' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-2132332790,"Kind":"Components.EventHandler","Name":"onpointerleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerleave' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerleave' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerleave' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1915518260,"Kind":"Components.EventHandler","Name":"onpointermove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointermove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointermove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointermove' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointermove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointermove' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointermove' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1632728403,"Kind":"Components.EventHandler","Name":"onpointerout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1007967319,"Kind":"Components.EventHandler","Name":"onpointerover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerover' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerover' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerover' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":326400237,"Kind":"Components.EventHandler","Name":"onpointerup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerup' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.PointerEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerup' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerup' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1538588348,"Kind":"Components.EventHandler","Name":"oncanplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":481427772,"Kind":"Components.EventHandler","Name":"oncanplaythrough","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplaythrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncanplaythrough' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplaythrough"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncanplaythrough' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncanplaythrough' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1941393997,"Kind":"Components.EventHandler","Name":"oncuechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncuechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncuechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@oncuechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncuechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@oncuechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@oncuechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":145174147,"Kind":"Components.EventHandler","Name":"ondurationchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondurationchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondurationchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondurationchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondurationchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondurationchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondurationchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1616493707,"Kind":"Components.EventHandler","Name":"onemptied","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onemptied","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onemptied","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onemptied' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onemptied"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onemptied' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onemptied' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2049924970,"Kind":"Components.EventHandler","Name":"onpause","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpause","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpause","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpause' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpause"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpause' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpause' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-499411268,"Kind":"Components.EventHandler","Name":"onplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplay' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplay' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplay' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-467955947,"Kind":"Components.EventHandler","Name":"onplaying","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplaying","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplaying","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onplaying' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplaying"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onplaying' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onplaying' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-646455659,"Kind":"Components.EventHandler","Name":"onratechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onratechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onratechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onratechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onratechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onratechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onratechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1318909817,"Kind":"Components.EventHandler","Name":"onseeked","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeked' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeked"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeked' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeked' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-566190700,"Kind":"Components.EventHandler","Name":"onseeking","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeking","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onseeking' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeking"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onseeking' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onseeking' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1370031643,"Kind":"Components.EventHandler","Name":"onstalled","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstalled","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstalled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstalled' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstalled"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstalled' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstalled' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1396958713,"Kind":"Components.EventHandler","Name":"onstop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onstop' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onstop' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onstop' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-584687426,"Kind":"Components.EventHandler","Name":"onsuspend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsuspend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsuspend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onsuspend' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsuspend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onsuspend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onsuspend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1507174455,"Kind":"Components.EventHandler","Name":"ontimeupdate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeupdate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeupdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeupdate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeupdate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeupdate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeupdate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1480061990,"Kind":"Components.EventHandler","Name":"onvolumechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onvolumechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onvolumechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onvolumechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onvolumechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onvolumechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onvolumechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":395230637,"Kind":"Components.EventHandler","Name":"onwaiting","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwaiting","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwaiting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onwaiting' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwaiting"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onwaiting' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onwaiting' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":749652276,"Kind":"Components.EventHandler","Name":"onloadstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadstart' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadstart' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadstart' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1279740321,"Kind":"Components.EventHandler","Name":"ontimeout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontimeout' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontimeout' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontimeout' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2011637847,"Kind":"Components.EventHandler","Name":"onabort","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onabort","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onabort","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onabort' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onabort"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onabort' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onabort' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-921956754,"Kind":"Components.EventHandler","Name":"onload","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onload","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onload' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onload"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onload' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onload' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1440136766,"Kind":"Components.EventHandler","Name":"onloadend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadend' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadend' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadend' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":257822301,"Kind":"Components.EventHandler","Name":"onprogress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onprogress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onprogress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onprogress' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ProgressEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onprogress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onprogress' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onprogress' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1058047039,"Kind":"Components.EventHandler","Name":"onerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onerror' attribute to the provided string or delegate value. A delegate value should be of type 'Microsoft.AspNetCore.Components.Web.ErrorEventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ErrorEventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":104249782,"Kind":"Components.EventHandler","Name":"onactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-386211422,"Kind":"Components.EventHandler","Name":"onbeforeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":832686668,"Kind":"Components.EventHandler","Name":"onbeforedeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforedeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onbeforedeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforedeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onbeforedeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onbeforedeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-279644017,"Kind":"Components.EventHandler","Name":"ondeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ondeactivate' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ondeactivate' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ondeactivate' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":891414409,"Kind":"Components.EventHandler","Name":"onended","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onended","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onended' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onended"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onended' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onended' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":2123884659,"Kind":"Components.EventHandler","Name":"onfullscreenchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-463806918,"Kind":"Components.EventHandler","Name":"onfullscreenerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onfullscreenerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onfullscreenerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onfullscreenerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-884469555,"Kind":"Components.EventHandler","Name":"onloadeddata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadeddata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadeddata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadeddata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadeddata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadeddata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadeddata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":671319647,"Kind":"Components.EventHandler","Name":"onloadedmetadata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadedmetadata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onloadedmetadata' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadedmetadata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onloadedmetadata' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onloadedmetadata' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":74752683,"Kind":"Components.EventHandler","Name":"onpointerlockchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockchange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockchange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockchange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1986906860,"Kind":"Components.EventHandler","Name":"onpointerlockerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onpointerlockerror' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onpointerlockerror' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onpointerlockerror' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":738238011,"Kind":"Components.EventHandler","Name":"onreadystatechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreadystatechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreadystatechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onreadystatechange' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreadystatechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onreadystatechange' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onreadystatechange' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1984892155,"Kind":"Components.EventHandler","Name":"onscroll","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onscroll","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onscroll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@onscroll' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onscroll"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@onscroll' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@onscroll' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":-1259166588,"Kind":"Components.EventHandler","Name":"ontoggle","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontoggle","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontoggle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Sets the '@ontoggle' attribute to the provided string or delegate value. A delegate value should be of type 'System.EventArgs'.","Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontoggle"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":"Specifies whether to cancel (if cancelable) the default action that belongs to the '@ontoggle' event.","Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":"Specifies whether to prevent further propagation of the '@ontoggle' event in the capturing and bubbling phases.","Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.EventHandler","Components.EventHandler.EventArgs":"System.EventArgs","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers"}},{"HashCode":1270112777,"Kind":"Components.Splat","Name":"Attributes","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Merges a collection of attributes into the current element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@attributes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Splat","Name":"@attributes","TypeName":"System.Object","Documentation":"Merges a collection of attributes into the current element or component.","Metadata":{"Common.PropertyName":"Attributes","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Splat","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Attributes"}},{"HashCode":-1132855933,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.Razor","Documentation":"\n \n implementation targeting elements containing attributes with URL expected values.\n \n Resolves URLs starting with '~/' (relative to the application's 'webroot' setting) that are not\n targeted by other s. Runs prior to other s to ensure\n application-relative URLs are resolved.\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"itemid","Value":"~/","ValueComparison":2}]},{"TagName":"a","Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"applet","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"area","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"audio","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"base","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"blockquote","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"button","Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"del","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"embed","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"form","Attributes":[{"Name":"action","Value":"~/","ValueComparison":2}]},{"TagName":"html","Attributes":[{"Name":"manifest","Value":"~/","ValueComparison":2}]},{"TagName":"iframe","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"ins","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"menuitem","Attributes":[{"Name":"icon","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"data","Value":"~/","ValueComparison":2}]},{"TagName":"q","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"script","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"track","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"poster","Value":"~/","ValueComparison":2}]}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper"}},{"HashCode":1696469712,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <a> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"a","Attributes":[{"Name":"asp-action"}]},{"TagName":"a","Attributes":[{"Name":"asp-controller"}]},{"TagName":"a","Attributes":[{"Name":"asp-area"}]},{"TagName":"a","Attributes":[{"Name":"asp-page"}]},{"TagName":"a","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"a","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"a","Attributes":[{"Name":"asp-host"}]},{"TagName":"a","Attributes":[{"Name":"asp-protocol"}]},{"TagName":"a","Attributes":[{"Name":"asp-route"}]},{"TagName":"a","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"a","Attributes":[{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n \n Must be null if is non-null.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n \n Must be null if or , \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n \n Must be null if or , or \n is non-null.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-protocol","TypeName":"System.String","Documentation":"\n \n The protocol for the URL, such as \"http\" or \"https\".\n \n ","Metadata":{"Common.PropertyName":"Protocol"}},{"Kind":"ITagHelper","Name":"asp-host","TypeName":"System.String","Documentation":"\n \n The host name.\n \n ","Metadata":{"Common.PropertyName":"Host"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n The URL fragment name.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if one of , , \n or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper"}},{"HashCode":-222274357,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"cache"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"priority","TypeName":"Microsoft.Extensions.Caching.Memory.CacheItemPriority?","Documentation":"\n \n Gets or sets the policy for the cache entry.\n \n ","Metadata":{"Common.PropertyName":"Priority"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper"}},{"HashCode":-710024730,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n A that renders a Razor component.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"component","TagStructure":2,"Attributes":[{"Name":"type"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"params","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"param-","IndexerTypeName":"System.Object","Documentation":"\n \n Gets or sets values for component parameters.\n \n ","Metadata":{"Common.PropertyName":"Parameters"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.Type","Documentation":"\n \n Gets or sets the component type. This value is required.\n \n ","Metadata":{"Common.PropertyName":"ComponentType"}},{"Kind":"ITagHelper","Name":"render-mode","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.RenderMode","IsEnum":true,"Documentation":"\n \n Gets or sets the \n \n ","Metadata":{"Common.PropertyName":"RenderMode"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper"}},{"HashCode":5888046,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <distributed-cache> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"distributed-cache","Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n Gets or sets a unique name to discriminate cached entries.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\n \n Gets or sets a to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\n \n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\n \n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\n .\n \n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets a value that determines if the cached result is to be varied by request culture.\n \n Setting this to true would result in the result to be varied by \n and .\n \n \n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\n \n Gets or sets the exact the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\n \n Gets or sets the duration from last access that the cache entry should be evicted.\n \n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value which determines if the tag helper is enabled or not.\n \n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper"}},{"HashCode":-98134858,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <environment> elements that conditionally renders\n content based on the current value of .\n If the environment is not listed in the specified or , \n or if it is in , the content will not be rendered.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"environment"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"names","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Names"}},{"Kind":"ITagHelper","Name":"include","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content should be rendered.\n If the current environment is also in the list, the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Include"}},{"Kind":"ITagHelper","Name":"exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of environment names in which the content will not be rendered.\n \n \n The specified environment names are compared case insensitively to the current value of\n .\n \n ","Metadata":{"Common.PropertyName":"Exclude"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper"}},{"HashCode":-1374103696,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <button> elements and <input> elements with\n their type attribute set to image or submit.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"button","Attributes":[{"Name":"asp-action"}]},{"TagName":"button","Attributes":[{"Name":"asp-controller"}]},{"TagName":"button","Attributes":[{"Name":"asp-area"}]},{"TagName":"button","Attributes":[{"Name":"asp-page"}]},{"TagName":"button","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"button","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"button","Attributes":[{"Name":"asp-route"}]},{"TagName":"button","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"button","Attributes":[{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper"}},{"HashCode":-1261220325,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <form> elements.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"form"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\n \n The name of the action method.\n \n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\n \n The name of the controller.\n \n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\n \n The name of the area.\n \n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\n \n The name of the page.\n \n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\n \n The name of the page handler.\n \n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-antiforgery","TypeName":"System.Boolean?","Documentation":"\n \n Whether the antiforgery token should be generated.\n \n Defaults to false if user provides an action attribute\n or if the method is ; true otherwise.\n ","Metadata":{"Common.PropertyName":"Antiforgery"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\n \n Gets or sets the URL fragment.\n \n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\n \n Name of the route.\n \n \n Must be null if or is non-null.\n \n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\n \n Additional parameters for the route.\n \n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper"}},{"HashCode":-1709777796,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <img> elements that supports file versioning.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"asp-append-version"},{"Name":"src"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Source of the image.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean","Documentation":"\n \n Value indicating if file version should be appended to the src urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper"}},{"HashCode":1006186794,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <input> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-format","TypeName":"System.String","Documentation":"\n \n The format string (see https://msdn.microsoft.com/en-us/library/txafckwd.aspx) used to format the\n result. Sets the generated \"value\" attribute to that formatted string.\n \n \n Not used if the provided (see ) or calculated \"type\" attribute value is\n checkbox, password, or radio. That is, is used when calling\n .\n \n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.String","Documentation":"\n \n The type of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the \n helper to call and the default value. A default is not calculated\n if the provided (see ) or calculated \"type\" attribute value is checkbox,\n hidden, password, or radio.\n \n ","Metadata":{"Common.PropertyName":"InputTypeName"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n The value of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine the generated \"checked\" attribute\n if is \"radio\". Must not be null in that case.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper"}},{"HashCode":-334796707,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <label> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"label","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper"}},{"HashCode":74756029,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <link> elements that supports fallback href paths.\n \n \n The tag helper won't process for cases with just the 'href' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-class"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-property"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-value"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"href","TypeName":"System.String","Documentation":"\n \n Address of the linked resource.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"ITagHelper","Name":"asp-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"HrefInclude"}},{"Kind":"ITagHelper","Name":"asp-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"HrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href","TypeName":"System.String","Documentation":"\n \n The URL of a CSS stylesheet to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackHref"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to the href urls.\n \n \n If true then a query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to fallback to in the case the primary\n one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of CSS stylesheets to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackHrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-class","TypeName":"System.String","Documentation":"\n \n The class name defined in the stylesheet to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestClass"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-property","TypeName":"System.String","Documentation":"\n \n The CSS property name to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestProperty"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-value","TypeName":"System.String","Documentation":"\n \n The CSS property value to use for the fallback test.\n Must be used in conjunction with and ,\n and either or .\n \n ","Metadata":{"Common.PropertyName":"FallbackTestValue"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper"}},{"HashCode":394668654,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <option> elements.\n \n \n This works in conjunction with . It reads elements\n content but does not modify that content. The only modification it makes is to add a selected attribute\n in some cases.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"option"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\n \n Specifies a value for the <option> element.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper"}},{"HashCode":312448323,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n Renders a partial view.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"partial","TagStructure":2,"Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name or path of the partial view that is rendered to the response.\n \n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"model","TypeName":"System.Object","Documentation":"\n \n The model to pass into the partial view. Cannot be used together with .\n \n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"ITagHelper","Name":"optional","TypeName":"System.Boolean","Documentation":"\n \n When optional, executing the tag helper will no-op if the view cannot be located. \n Otherwise will throw stating the view could not be found.\n \n ","Metadata":{"Common.PropertyName":"Optional"}},{"Kind":"ITagHelper","Name":"fallback-name","TypeName":"System.String","Documentation":"\n \n View to lookup if the view specified by cannot be located.\n \n ","Metadata":{"Common.PropertyName":"FallbackName"}},{"Kind":"ITagHelper","Name":"view-data","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary","IndexerNamePrefix":"view-data-","IndexerTypeName":"System.Object","Documentation":"\n \n A to pass into the partial view.\n \n ","Metadata":{"Common.PropertyName":"ViewData"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper"}},{"HashCode":1581530153,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <script> elements that supports fallback src paths.\n \n \n The tag helper won't process for cases with just the 'src' attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"script","Attributes":[{"Name":"asp-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-test"}]},{"TagName":"script","Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\n \n Address of the external script to use.\n \n \n Passed through to the generated HTML in all cases.\n \n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to load.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"SrcInclude"}},{"Kind":"ITagHelper","Name":"asp-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"SrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src","TypeName":"System.String","Documentation":"\n \n The URL of a Script tag to fallback to in the case the primary one fails.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrc"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\n \n Boolean value that determines if an integrity hash will be compared with value.\n \n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\n \n Value indicating if file version should be appended to src urls.\n \n \n A query string \"v\" with the encoded content of the file is added.\n \n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-include","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the\n primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-exclude","TypeName":"System.String","Documentation":"\n \n A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in\n the case the primary one fails.\n The glob patterns are assessed relative to the application's 'webroot' setting.\n Must be used in conjunction with .\n \n ","Metadata":{"Common.PropertyName":"FallbackSrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test","TypeName":"System.String","Documentation":"\n \n The script method defined in the primary script to use for the fallback test.\n \n ","Metadata":{"Common.PropertyName":"FallbackTestExpression"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper"}},{"HashCode":1854126375,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <select> elements with asp-for and/or\n asp-items attribute(s).\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"asp-for"}]},{"TagName":"select","Attributes":[{"Name":"asp-items"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n A collection of objects used to populate the <select> element with\n <optgroup> and <option> elements.\n \n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper"}},{"HashCode":628075759,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting <textarea> elements with an asp-for attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n An expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\n \n The name of the <input> element.\n \n \n Passed through to the generated HTML in all cases. Also used to determine whether is\n valid with an empty .\n \n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper"}},{"HashCode":1381111830,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-for\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"span","Attributes":[{"Name":"asp-validation-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\n \n Gets an expression to be evaluated against the current model.\n \n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper"}},{"HashCode":536842639,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\n \n implementation targeting any HTML element with an asp-validation-summary\n attribute.\n \n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"div","Attributes":[{"Name":"asp-validation-summary"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-summary","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary","IsEnum":true,"Documentation":"\n \n If or , appends a validation\n summary. Otherwise (, the default), this tag helper does nothing.\n \n \n Thrown if setter is called with an undefined value e.g.\n (ValidationSummary)23.\n \n ","Metadata":{"Common.PropertyName":"ValidationSummary"}}],"Metadata":{"Runtime.Name":"ITagHelper","Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper"}},{"HashCode":999350350,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@bind-","NameComparison":1,"Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-...","TypeName":"System.Collections.Generic.Dictionary","IndexerNamePrefix":"@bind-","IndexerTypeName":"System.Object","Documentation":"Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: @bind-value=\"...\" and @bind-value:event=\"onchange\" will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the corresponding bind attribute. For example: @bind-value:format=\"...\" will apply a format string to the value specified in @bind-value=\"...\". The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-...' attribute.","Metadata":{"Common.PropertyName":"Event"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.Fallback":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Bind"}},{"HashCode":-1874581601,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":688756199,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1525564843,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'checked' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_checked"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-checked","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"checked","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"checkbox","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-2050403530,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"text","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1758301023,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":2003827684,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":null,"Components.Bind.TypeAttribute":"number","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-259225247,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-570582221,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.TypeAttribute":"date","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":564364738,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1169474289,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.TypeAttribute":"datetime-local","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":871231720,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1515522350,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"yyyy-MM","Components.Bind.TypeAttribute":"month","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1647736512,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":1296198824,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind-value' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind-value' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"True","Components.Bind.Format":"HH:mm:ss","Components.Bind.TypeAttribute":"time","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-1488907878,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":-596367609,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":"Binds the provided expression to the 'value' attribute and a change event delegate to the 'onchange' attribute.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":"Specifies the event handler name to attach for change notifications for the value provided by the '@bind' attribute.","Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":"Specifies the culture to use for conversions.","Metadata":{"Common.PropertyName":"Culture"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":"Specifies a format to convert the value specified by the '@bind' attribute. The format string can currently only be used with expressions of type DateTime.","Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Common.ClassifyAttributesOnly":"True","Components.Bind.ValueAttribute":"value","Components.Bind.ChangeAttribute":"onchange","Components.Bind.IsInvariantCulture":"False","Components.Bind.Format":null,"Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes"}},{"HashCode":806109081,"Kind":"Components.Bind","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataBoundFormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DataBoundFormComponent"}},{"HashCode":393371800,"Kind":"Components.Bind","Name":"Radzen.DataBoundFormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DataBoundFormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DataBoundFormComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1403568734,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.DropDownBase"}},{"HashCode":1562524657,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DropDownBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DropDownBase"}},{"HashCode":1744395519,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.DropDownBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46000190,"Kind":"Components.Bind","Name":"Radzen.DropDownBase","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.DropDownBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.DropDownBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":615468760,"Kind":"Components.Bind","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.FormComponent"}},{"HashCode":886799252,"Kind":"Components.Bind","Name":"Radzen.FormComponent","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.FormComponent","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.FormComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1830074533,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete"}},{"HashCode":1189277116,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenAutoComplete","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":751273246,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenBody","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenBody"}},{"HashCode":-1549603141,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenBody","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenBody","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenBody","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":941352660,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBox"}},{"HashCode":555903485,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1720478415,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenCheckBoxList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList"}},{"HashCode":-1487758829,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenCheckBoxList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenCheckBoxList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenCheckBoxList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1409475839,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenColorPicker"}},{"HashCode":-140212280,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-649420205,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenDataGrid"}},{"HashCode":-312708764,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1302905414,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDatePicker"}},{"HashCode":-1826797655,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDatePicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-825316211,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDown"}},{"HashCode":344143714,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDown"}},{"HashCode":1804384154,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1710523113,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2001012911,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid"}},{"HashCode":1263388746,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid"}},{"HashCode":723235895,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-506836200,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenDropDownDataGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenDropDownDataGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenDropDownDataGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2055610642,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenFileInput","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenFileInput"}},{"HashCode":-276827402,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenFileInput","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenFileInput","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenFileInput","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-402976520,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenGrid"}},{"HashCode":1711849725,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenGrid","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenGrid","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1912482751,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenHtmlEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor"}},{"HashCode":-1818431824,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenHtmlEditor","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenHtmlEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenHtmlEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":99731918,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenListBox"}},{"HashCode":-1742527632,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenListBox"}},{"HashCode":-1395929067,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":133515774,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenListBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1866518182,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenMask"}},{"HashCode":-1416233275,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenMask","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenMask","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenMask","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":438116135,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenNumeric","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenNumeric"}},{"HashCode":-1538344020,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenNumeric","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenNumeric","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenNumeric","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1369035429,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPager","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Radzen.Blazor.RadzenPager"}},{"HashCode":1248202061,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPager","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPager","Attributes":[{"Name":"@bind-PageSize","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageSize","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageSize' property and a change event delegate to the 'PageSizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageSize"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageSize","Components.Bind.ChangeAttribute":"PageSizeChanged","Common.TypeName":"Radzen.Blazor.RadzenPager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1732148760,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPanelMenuItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem"}},{"HashCode":497780398,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPanelMenuItem","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPanelMenuItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenPanelMenuItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1045459610,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenPassword","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenPassword"}},{"HashCode":537908076,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenPassword","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenPassword","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenPassword","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1064785212,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenProgressBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenProgressBar"}},{"HashCode":2107099216,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenProgressBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenProgressBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"System.Action","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenProgressBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741282939,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRadioButtonList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList"}},{"HashCode":1381257954,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRadioButtonList","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRadioButtonList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRadioButtonList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1472525817,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenRating","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRating"}},{"HashCode":-1530612682,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenRating","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenRating","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenRating","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1285843518,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSelectBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSelectBar"}},{"HashCode":509129640,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSelectBar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSelectBar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSelectBar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1696300271,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSidebar","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenSidebar"}},{"HashCode":-1751258141,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSidebar","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSidebar","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Radzen.Blazor.RadzenSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2097360151,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSlider"}},{"HashCode":-1225792364,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSlider","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1488370609,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSteps","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenSteps"}},{"HashCode":-922969163,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSteps","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSteps","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenSteps","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-891519411,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenSwitch","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSwitch"}},{"HashCode":-588656996,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenSwitch","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenSwitch","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":371685805,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTabs","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenTabs"}},{"HashCode":-550056943,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTabs","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTabs","Attributes":[{"Name":"@bind-SelectedIndex","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedIndex","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedIndex' property and a change event delegate to the 'SelectedIndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedIndex"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedIndex","Components.Bind.ChangeAttribute":"SelectedIndexChanged","Common.TypeName":"Radzen.Blazor.RadzenTabs","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1712953194,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextArea"}},{"HashCode":-1469311706,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextArea","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":491198172,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextBox"}},{"HashCode":1323288053,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTextBox","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Radzen.Blazor.RadzenTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1716178909,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":1727095693,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RadzenTree","Attributes":[{"Name":"@bind-CheckedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValues","Components.Bind.ChangeAttribute":"CheckedValuesChanged","Common.TypeName":"Radzen.Blazor.RadzenTree"}},{"HashCode":-1424548903,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":473843575,"Kind":"Components.Bind","Name":"Radzen.Blazor.RadzenTree","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.RadzenTree","Attributes":[{"Name":"@bind-CheckedValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'CheckedValues' property and a change event delegate to the 'CheckedValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedValues","Components.Bind.ChangeAttribute":"CheckedValuesChanged","Common.TypeName":"Radzen.Blazor.RadzenTree","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":137689226,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker"}},{"HashCode":-1866105499,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorColorPicker","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-121801029,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditorDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown"}},{"HashCode":1231188042,"Kind":"Components.Bind","Name":"Radzen.Blazor.Rendering.EditorDropDown","AssemblyName":"Radzen.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Radzen.Blazor.Rendering.EditorDropDown","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Radzen.Blazor.Rendering.EditorDropDown","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-87042468,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox","Attributes":[{"Name":"@bind-Indeterminate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Indeterminate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Indeterminate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Indeterminate","Components.Bind.ChangeAttribute":"IndeterminateChanged","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox"}},{"HashCode":-1211108217,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCheckBox","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox"}},{"HashCode":2123634914,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox","Attributes":[{"Name":"@bind-Indeterminate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Indeterminate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Indeterminate' property and a change event delegate to the 'IndeterminateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Indeterminate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Indeterminate","Components.Bind.ChangeAttribute":"IndeterminateChanged","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":865595907,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfCheckBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfCheckBox","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfCheckBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1501530983,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRadioButton","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton"}},{"HashCode":970245413,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfRadioButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfRadioButton","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfRadioButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1034609263,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSwitch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch"}},{"HashCode":1783991646,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Buttons.SfSwitch","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Buttons.SfSwitch","Attributes":[{"Name":"@bind-Checked","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Checked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Checked' property and a change event delegate to the 'CheckedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Checked"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Checked","Components.Bind.ChangeAttribute":"CheckedChanged","Components.Bind.ExpressionAttribute":"CheckedExpression","Common.TypeName":"Syncfusion.Blazor.Buttons.SfSwitch","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-378852747,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase"}},{"HashCode":-1665448165,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.CalendarBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.CalendarBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.CalendarBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1756089853,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar","Attributes":[{"Name":"@bind-Values","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Values","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Values","Components.Bind.ChangeAttribute":"ValuesChanged","Components.Bind.ExpressionAttribute":"ValuesExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar"}},{"HashCode":-1624526106,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfCalendar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar"}},{"HashCode":-700735101,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar","Attributes":[{"Name":"@bind-Values","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Values","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Values' property and a change event delegate to the 'ValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Values"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Values","Components.Bind.ChangeAttribute":"ValuesChanged","Components.Bind.ExpressionAttribute":"ValuesExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1690652952,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfCalendar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfCalendar","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfCalendar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-887577488,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker"}},{"HashCode":2040160830,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDatePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDatePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDatePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-322738705,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker","Attributes":[{"Name":"@bind-EndDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-EndDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"EndDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"EndDate","Components.Bind.ChangeAttribute":"EndDateChanged","Components.Bind.ExpressionAttribute":"EndDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}},{"HashCode":61748475,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateRangePicker","Attributes":[{"Name":"@bind-StartDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-StartDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"StartDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"StartDate","Components.Bind.ChangeAttribute":"StartDateChanged","Components.Bind.ExpressionAttribute":"StartDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker"}},{"HashCode":-1677435099,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Attributes":[{"Name":"@bind-EndDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-EndDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'EndDate' property and a change event delegate to the 'EndDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"EndDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"EndDate","Components.Bind.ChangeAttribute":"EndDateChanged","Components.Bind.ExpressionAttribute":"EndDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2088764474,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateRangePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Attributes":[{"Name":"@bind-StartDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-StartDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'StartDate' property and a change event delegate to the 'StartDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"StartDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"StartDate","Components.Bind.ChangeAttribute":"StartDateChanged","Components.Bind.ExpressionAttribute":"StartDateExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateRangePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1844436250,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDateTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker"}},{"HashCode":-533695318,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfDateTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfDateTimePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1805533554,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker"}},{"HashCode":-1073615373,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.SfTimePicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.SfTimePicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.SfTimePicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1397242984,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender","Attributes":[{"Name":"@bind-MultiValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiValues","Components.Bind.ChangeAttribute":"MultiValuesChanged","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}},{"HashCode":-180174240,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarBaseRender","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender"}},{"HashCode":1799720783,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Attributes":[{"Name":"@bind-MultiValues","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiValues","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiValues' property and a change event delegate to the 'MultiValuesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiValues"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiValues","Components.Bind.ChangeAttribute":"MultiValuesChanged","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":633642593,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarBaseRender","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1396781461,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarDayCell","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell"}},{"HashCode":1360884618,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarDayCell","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2122412660,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CalendarTableHeader","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader"}},{"HashCode":-1000009660,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Calendars.Internal.CalendarTableHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2112021298,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccumulationChart","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart"}},{"HashCode":-905172440,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfAccumulationChart","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfAccumulationChart","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741544505,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRangeNavigator","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator"}},{"HashCode":-697121106,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.SfRangeNavigator","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Charts.SfRangeNavigator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-46756540,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath","Attributes":[{"Name":"@bind-Path","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Path","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Path"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Path","Components.Bind.ChangeAttribute":"PathChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":-1864649003,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionPath","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath"}},{"HashCode":1805041688,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Attributes":[{"Name":"@bind-Path","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Path","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Path' property and a change event delegate to the 'PathChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Path"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Path","Components.Bind.ChangeAttribute":"PathChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1555987149,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionPath","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1496587706,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect","Attributes":[{"Name":"@bind-DragRect","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DragRect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DragRect"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DragRect","Components.Bind.ChangeAttribute":"DragRectChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":227229314,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SvgSelectionRect","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect"}},{"HashCode":1316124681,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Attributes":[{"Name":"@bind-DragRect","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DragRect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DragRect' property and a change event delegate to the 'DragRectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DragRect"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DragRect","Components.Bind.ChangeAttribute":"DragRectChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":315340499,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Attributes":[{"Name":"@bind-Close","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Close","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Close' property and a change event delegate to the 'CloseChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Close"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Close","Components.Bind.ChangeAttribute":"CloseChanged","Common.TypeName":"Syncfusion.Blazor.Charts.Internal.SvgSelectionRect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1676095104,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":1707601638,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-1932166811,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-427639188,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DiagramMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin"}},{"HashCode":-142299822,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1738313630,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1776552995,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":669144465,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DiagramMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DiagramMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DiagramMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-956897084,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageSource","Components.Bind.ChangeAttribute":"ImageSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-83693202,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-Background","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Background","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Background","Components.Bind.ChangeAttribute":"BackgroundChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-1842525272,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageScale","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageScale","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageScale"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageScale","Components.Bind.ChangeAttribute":"ImageScaleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":1890015157,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"BackgroundStyle","Attributes":[{"Name":"@bind-ImageAlign","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageAlign","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageAlign","Components.Bind.ChangeAttribute":"ImageAlignChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle"}},{"HashCode":-2013412636,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ImageSource' property and a change event delegate to the 'ImageSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageSource","Components.Bind.ChangeAttribute":"ImageSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1480897136,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-Background","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Background","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Background' property and a change event delegate to the 'BackgroundChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Background"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Background","Components.Bind.ChangeAttribute":"BackgroundChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1052728034,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageScale","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageScale","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageScale' property and a change event delegate to the 'ImageScaleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageScale"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageScale","Components.Bind.ChangeAttribute":"ImageScaleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1947325834,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.BackgroundStyle","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Attributes":[{"Name":"@bind-ImageAlign","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ImageAlign","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ImageAlign' property and a change event delegate to the 'ImageAlignChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ImageAlign"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ImageAlign","Components.Bind.ChangeAttribute":"ImageAlignChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.BackgroundStyle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074027838,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-1076534168,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":210867326,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-587621204,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin"}},{"HashCode":-892813910,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1499506344,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-652385544,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1907993011,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1542833079,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-234647590,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":1537724278,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-760950698,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-BoundaryConstraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BoundaryConstraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BoundaryConstraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BoundaryConstraints","Components.Bind.ChangeAttribute":"BoundaryConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":-507977567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-ShowPageBreaks","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ShowPageBreaks","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ShowPageBreaks","Components.Bind.ChangeAttribute":"ShowPageBreaksChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":852997022,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageSettings","Attributes":[{"Name":"@bind-MultiplePage","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiplePage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiplePage"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiplePage","Components.Bind.ChangeAttribute":"MultiplePageChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings"}},{"HashCode":664568362,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":272481820,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1148615827,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":817779821,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-BoundaryConstraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BoundaryConstraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BoundaryConstraints' property and a change event delegate to the 'BoundaryConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BoundaryConstraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BoundaryConstraints","Components.Bind.ChangeAttribute":"BoundaryConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1592521271,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-ShowPageBreaks","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ShowPageBreaks","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ShowPageBreaks' property and a change event delegate to the 'ShowPageBreaksChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ShowPageBreaks"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ShowPageBreaks","Components.Bind.ChangeAttribute":"ShowPageBreaksChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-115020781,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.PageSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.PageSettings","Attributes":[{"Name":"@bind-MultiplePage","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MultiplePage","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MultiplePage' property and a change event delegate to the 'MultiplePageChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MultiplePage"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MultiplePage","Components.Bind.ChangeAttribute":"MultiplePageChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.PageSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":910505056,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-HorizontalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalOffset","Components.Bind.ChangeAttribute":"HorizontalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-865901378,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-VerticalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalOffset","Components.Bind.ChangeAttribute":"VerticalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":1066293748,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-CurrentZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentZoom","Components.Bind.ChangeAttribute":"CurrentZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-1892026487,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-MinZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MinZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MinZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MinZoom","Components.Bind.ChangeAttribute":"MinZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":-515644590,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-MaxZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MaxZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MaxZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MaxZoom","Components.Bind.ChangeAttribute":"MaxZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":1126142832,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ScrollSettings","Attributes":[{"Name":"@bind-ScrollLimit","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ScrollLimit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ScrollLimit","Components.Bind.ChangeAttribute":"ScrollLimitChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings"}},{"HashCode":792071545,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-HorizontalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalOffset' property and a change event delegate to the 'HorizontalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalOffset","Components.Bind.ChangeAttribute":"HorizontalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2124573656,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-VerticalOffset","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalOffset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalOffset' property and a change event delegate to the 'VerticalOffsetChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalOffset"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalOffset","Components.Bind.ChangeAttribute":"VerticalOffsetChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":873548861,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-CurrentZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentZoom' property and a change event delegate to the 'CurrentZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentZoom","Components.Bind.ChangeAttribute":"CurrentZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":963195006,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-MinZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MinZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MinZoom' property and a change event delegate to the 'MinZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MinZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MinZoom","Components.Bind.ChangeAttribute":"MinZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":978962831,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-MaxZoom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-MaxZoom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'MaxZoom' property and a change event delegate to the 'MaxZoomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"MaxZoom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"MaxZoom","Components.Bind.ChangeAttribute":"MaxZoomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1238146506,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.ScrollSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.ScrollSettings","Attributes":[{"Name":"@bind-ScrollLimit","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ScrollLimit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'ScrollLimit' property and a change event delegate to the 'ScrollLimitChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ScrollLimit"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ScrollLimit","Components.Bind.ChangeAttribute":"ScrollLimitChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.ScrollSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":182703730,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":999886617,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":-709669572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":916293235,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":1252457213,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines"}},{"HashCode":1061716937,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":581515986,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-948568193,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":573364650,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1816235261,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.GridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.GridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.GridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-161034856,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-2097716502,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":1970985423,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":2122282345,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":-219212610,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HorizontalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines"}},{"HashCode":1308584567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1612193541,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":434789548,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":676949798,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1221534350,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.HorizontalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.HorizontalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739878682,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-1826903735,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-SnapDistance","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapDistance","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapDistance"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapDistance","Components.Bind.ChangeAttribute":"SnapDistanceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-2084178224,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-SnapAngle","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapAngle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapAngle"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapAngle","Components.Bind.ChangeAttribute":"SnapAngleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":-1705184974,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SnapSettings","Attributes":[{"Name":"@bind-GridType","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-GridType","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"GridType"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"GridType","Components.Bind.ChangeAttribute":"GridTypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings"}},{"HashCode":885740911,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1820150169,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-SnapDistance","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapDistance","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapDistance' property and a change event delegate to the 'SnapDistanceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapDistance"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapDistance","Components.Bind.ChangeAttribute":"SnapDistanceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1304150645,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-SnapAngle","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapAngle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapAngle' property and a change event delegate to the 'SnapAngleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapAngle"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapAngle","Components.Bind.ChangeAttribute":"SnapAngleChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1018457048,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SnapSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SnapSettings","Attributes":[{"Name":"@bind-GridType","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-GridType","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'GridType' property and a change event delegate to the 'GridTypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"GridType"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"GridType","Components.Bind.ChangeAttribute":"GridTypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SnapSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":575395458,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":663151347,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":1335241164,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":443820373,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":-1103724203,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"VerticalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines"}},{"HashCode":1506857706,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineColor","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineColor","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineColor' property and a change event delegate to the 'LineColorChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineColor"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineColor","Components.Bind.ChangeAttribute":"LineColorChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088350643,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineDashArray","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineDashArray","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineDashArray' property and a change event delegate to the 'LineDashArrayChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineDashArray"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineDashArray","Components.Bind.ChangeAttribute":"LineDashArrayChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-279196690,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-LineIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-LineIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'LineIntervals' property and a change event delegate to the 'LineIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"LineIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"LineIntervals","Components.Bind.ChangeAttribute":"LineIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-741367355,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-SnapIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SnapIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SnapIntervals' property and a change event delegate to the 'SnapIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SnapIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SnapIntervals","Components.Bind.ChangeAttribute":"SnapIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":258932765,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.VerticalGridLines","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Attributes":[{"Name":"@bind-DotIntervals","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DotIntervals","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DotIntervals' property and a change event delegate to the 'DotIntervalsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DotIntervals"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DotIntervals","Components.Bind.ChangeAttribute":"DotIntervalsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.VerticalGridLines","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1066780385,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":1491913645,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-ID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ID","Components.Bind.ChangeAttribute":"IDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":76192835,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-ParentID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ParentID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ParentID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ParentID","Components.Bind.ChangeAttribute":"ParentIDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":486494985,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataSourceSettings","Attributes":[{"Name":"@bind-Root","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Root","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Root","Components.Bind.ChangeAttribute":"RootChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings"}},{"HashCode":166453064,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":146862418,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-ID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ID' property and a change event delegate to the 'IDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ID","Components.Bind.ChangeAttribute":"IDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-409856462,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-ParentID","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ParentID","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ParentID' property and a change event delegate to the 'ParentIDChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ParentID"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ParentID","Components.Bind.ChangeAttribute":"ParentIDChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1557765781,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.DataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Attributes":[{"Name":"@bind-Root","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Root","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Root' property and a change event delegate to the 'RootChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Root"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Root","Components.Bind.ChangeAttribute":"RootChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.DataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1177272366,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-FixedNode","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-FixedNode","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"FixedNode"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"FixedNode","Components.Bind.ChangeAttribute":"FixedNodeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1081455920,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-VerticalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalSpacing","Components.Bind.ChangeAttribute":"VerticalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":416633531,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Type","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Type","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Type","Components.Bind.ChangeAttribute":"TypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-143427131,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-HorizontalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalAlignment","Components.Bind.ChangeAttribute":"HorizontalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":251651077,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-VerticalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalAlignment","Components.Bind.ChangeAttribute":"VerticalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-641863981,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-HorizontalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalSpacing","Components.Bind.ChangeAttribute":"HorizontalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1833402812,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Bounds","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bounds","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bounds"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bounds","Components.Bind.ChangeAttribute":"BoundsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":202074052,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-633643159,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Layout","Attributes":[{"Name":"@bind-Margin","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Margin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Margin","Components.Bind.ChangeAttribute":"MarginChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout"}},{"HashCode":-1881631570,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-FixedNode","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-FixedNode","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'FixedNode' property and a change event delegate to the 'FixedNodeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"FixedNode"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"FixedNode","Components.Bind.ChangeAttribute":"FixedNodeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":873587417,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-VerticalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'VerticalSpacing' property and a change event delegate to the 'VerticalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalSpacing","Components.Bind.ChangeAttribute":"VerticalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":837634254,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Type","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Type","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Type' property and a change event delegate to the 'TypeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Type"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Type","Components.Bind.ChangeAttribute":"TypeChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-447822653,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-HorizontalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'HorizontalAlignment' property and a change event delegate to the 'HorizontalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalAlignment","Components.Bind.ChangeAttribute":"HorizontalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":687814950,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-VerticalAlignment","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-VerticalAlignment","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'VerticalAlignment' property and a change event delegate to the 'VerticalAlignmentChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"VerticalAlignment"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"VerticalAlignment","Components.Bind.ChangeAttribute":"VerticalAlignmentChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":913379259,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-HorizontalSpacing","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-HorizontalSpacing","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'HorizontalSpacing' property and a change event delegate to the 'HorizontalSpacingChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"HorizontalSpacing"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"HorizontalSpacing","Components.Bind.ChangeAttribute":"HorizontalSpacingChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1001792077,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Bounds","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bounds","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bounds' property and a change event delegate to the 'BoundsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bounds"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bounds","Components.Bind.ChangeAttribute":"BoundsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-448566126,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Orientation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Orientation","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Orientation' property and a change event delegate to the 'OrientationChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Orientation"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Orientation","Components.Bind.ChangeAttribute":"OrientationChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1723040140,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.Layout","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.Layout","Attributes":[{"Name":"@bind-Margin","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Margin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Margin' property and a change event delegate to the 'MarginChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Margin"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Margin","Components.Bind.ChangeAttribute":"MarginChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.Layout","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224887205,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":1779158646,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-1375545679,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":356567301,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin"}},{"HashCode":-595112567,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Left","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Left","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Left' property and a change event delegate to the 'LeftChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Left"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Left","Components.Bind.ChangeAttribute":"LeftChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1384621598,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Right","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Right","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Right' property and a change event delegate to the 'RightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Right"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Right","Components.Bind.ChangeAttribute":"RightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-889878009,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Top","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Top","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Top' property and a change event delegate to the 'TopChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Top"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Top","Components.Bind.ChangeAttribute":"TopChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2074710014,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.LayoutMargin","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.LayoutMargin","Attributes":[{"Name":"@bind-Bottom","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Bottom","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Bottom' property and a change event delegate to the 'BottomChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bottom"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Bottom","Components.Bind.ChangeAttribute":"BottomChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.LayoutMargin","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-886739662,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-BridgeDirection","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BridgeDirection","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BridgeDirection"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BridgeDirection","Components.Bind.ChangeAttribute":"BridgeDirectionChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1704710409,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-200330010,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-1809667603,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1525688163,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-InteractionController","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-InteractionController","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"InteractionController"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"InteractionController","Components.Bind.ChangeAttribute":"InteractionControllerChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-1040950413,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-DrawingObject","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DrawingObject","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DrawingObject"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DrawingObject","Components.Bind.ChangeAttribute":"DrawingObjectChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":-499567057,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Nodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Nodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Nodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Nodes","Components.Bind.ChangeAttribute":"NodesChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1191128511,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDiagramComponent","Attributes":[{"Name":"@bind-Connectors","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Connectors","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Connectors"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Connectors","Components.Bind.ChangeAttribute":"ConnectorsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent"}},{"HashCode":1743492314,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-BridgeDirection","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-BridgeDirection","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'BridgeDirection' property and a change event delegate to the 'BridgeDirectionChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"BridgeDirection"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"BridgeDirection","Components.Bind.ChangeAttribute":"BridgeDirectionChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":248158951,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Width","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Width","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Width' property and a change event delegate to the 'WidthChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Width"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Width","Components.Bind.ChangeAttribute":"WidthChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-818341083,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Height","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Height","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Height' property and a change event delegate to the 'HeightChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Height"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Height","Components.Bind.ChangeAttribute":"HeightChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1943361131,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Constraints","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Constraints","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'Constraints' property and a change event delegate to the 'ConstraintsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Constraints"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Constraints","Components.Bind.ChangeAttribute":"ConstraintsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":681018172,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-InteractionController","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-InteractionController","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'InteractionController' property and a change event delegate to the 'InteractionControllerChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"InteractionController"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"InteractionController","Components.Bind.ChangeAttribute":"InteractionControllerChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1535650317,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-DrawingObject","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DrawingObject","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'DrawingObject' property and a change event delegate to the 'DrawingObjectChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DrawingObject"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DrawingObject","Components.Bind.ChangeAttribute":"DrawingObjectChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":703284637,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Nodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Nodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Nodes' property and a change event delegate to the 'NodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Nodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Nodes","Components.Bind.ChangeAttribute":"NodesChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2060301677,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Diagram.SfDiagramComponent","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Attributes":[{"Name":"@bind-Connectors","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Connectors","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'Connectors' property and a change event delegate to the 'ConnectorsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Connectors"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Connectors","Components.Bind.ChangeAttribute":"ConnectorsChanged","Common.TypeName":"Syncfusion.Blazor.Diagram.SfDiagramComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1327467671,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}},{"HashCode":588742650,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete"}},{"HashCode":518472292,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1655170194,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfAutoComplete","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfAutoComplete","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2026279296,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox"}},{"HashCode":-1196596558,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfComboBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox"}},{"HashCode":1564553445,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2147398689,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfComboBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfComboBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfComboBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1980159773,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}},{"HashCode":-1484237916,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDropDownList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList"}},{"HashCode":-507310107,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Attributes":[{"Name":"@bind-Index","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Index","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Index' property and a change event delegate to the 'IndexChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Index"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Index","Components.Bind.ChangeAttribute":"IndexChanged","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":349627657,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfDropDownList","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfDropDownList","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-437077197,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox"}},{"HashCode":171024132,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfListBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfListBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfListBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1633930229,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMultiSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect"}},{"HashCode":365158391,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.DropDowns.SfMultiSelect","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.DropDowns.SfMultiSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":406592382,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager","Attributes":[{"Name":"@bind-SelectedItems","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItems","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItems"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItems","Components.Bind.ChangeAttribute":"SelectedItemsChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager"}},{"HashCode":-1409855339,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfFileManager","Attributes":[{"Name":"@bind-View","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-View","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"View","Components.Bind.ChangeAttribute":"ViewChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager"}},{"HashCode":1387811418,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager","Attributes":[{"Name":"@bind-SelectedItems","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItems","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItems' property and a change event delegate to the 'SelectedItemsChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItems"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItems","Components.Bind.ChangeAttribute":"SelectedItemsChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":591051652,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.FileManager.SfFileManager","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.FileManager.SfFileManager","Attributes":[{"Name":"@bind-View","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-View","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'View' property and a change event delegate to the 'ViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"View"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"View","Components.Bind.ChangeAttribute":"ViewChanged","Common.TypeName":"Syncfusion.Blazor.FileManager.SfFileManager","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-855244540,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGantt","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt"}},{"HashCode":-895864303,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.SfGantt","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.SfGantt","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.SfGantt","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1144745356,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer"}},{"HashCode":-821164620,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.SplitterRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":483971444,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TimelineHeader","Attributes":[{"Name":"@bind-OnHeaderTimelineRendered","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-OnHeaderTimelineRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"OnHeaderTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"OnHeaderTimelineRendered","Components.Bind.ChangeAttribute":"OnHeaderTimelineRenderedChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader"}},{"HashCode":674918193,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Attributes":[{"Name":"@bind-OnHeaderTimelineRendered","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-OnHeaderTimelineRendered","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'OnHeaderTimelineRendered' property and a change event delegate to the 'OnHeaderTimelineRenderedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"OnHeaderTimelineRendered"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"OnHeaderTimelineRendered","Components.Bind.ChangeAttribute":"OnHeaderTimelineRenderedChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TimelineHeader","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1907098230,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeGridPane","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane"}},{"HashCode":-1327399218,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.TreeGridPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":739670737,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"WeekendRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer"}},{"HashCode":127017415,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Gantt.Internal.WeekendRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1026460593,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid"}},{"HashCode":260010532,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Grids.SfGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Grids.SfGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Grids.SfGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1848983110,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInPlaceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor"}},{"HashCode":-789599074,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.InPlaceEditor.SfInPlaceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1927371078,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker"}},{"HashCode":-2122941796,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfColorPicker","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfColorPicker","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfColorPicker","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1028712454,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfMaskedTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox"}},{"HashCode":1530646749,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfMaskedTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1765252710,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfNumericTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox"}},{"HashCode":-558672580,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfNumericTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfNumericTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-98790738,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NumericTextBoxEvents","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents"}},{"HashCode":1571436508,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.NumericTextBoxEvents","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":381519230,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider"}},{"HashCode":1200421621,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfSlider","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfSlider","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfSlider","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1114914519,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox"}},{"HashCode":-2142730416,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.SfTextBox","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.SfTextBox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.SfTextBox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":579653676,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfInputBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase"}},{"HashCode":325390020,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.Inputs.Internal.SfInputBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1814263163,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfKanban","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban"}},{"HashCode":560462996,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Kanban.SfKanban","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Kanban.SfKanban","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Kanban.SfKanban","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":313096441,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Collapsed","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Collapsed"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Collapsed","Components.Bind.ChangeAttribute":"CollapsedChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":249599715,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Max","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Max","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Max","Components.Bind.ChangeAttribute":"MaxChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-1516614659,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Min","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Min","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Min"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Min","Components.Bind.ChangeAttribute":"MinChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":-132057194,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SplitterPane","Attributes":[{"Name":"@bind-Size","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Size","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Size","Components.Bind.ChangeAttribute":"SizeChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane"}},{"HashCode":258119543,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Collapsed","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Collapsed","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Collapsed' property and a change event delegate to the 'CollapsedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Collapsed"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Collapsed","Components.Bind.ChangeAttribute":"CollapsedChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1448457897,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Max","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Max","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Max' property and a change event delegate to the 'MaxChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Max"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Max","Components.Bind.ChangeAttribute":"MaxChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":497038611,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Min","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Min","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Min' property and a change event delegate to the 'MinChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Min"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Min","Components.Bind.ChangeAttribute":"MinChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1897466400,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Layouts.SplitterPane","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Layouts.SplitterPane","Attributes":[{"Name":"@bind-Size","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Size","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Size' property and a change event delegate to the 'SizeChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Size"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Size","Components.Bind.ChangeAttribute":"SizeChanged","Common.TypeName":"Syncfusion.Blazor.Layouts.SplitterPane","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1921495458,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AccordionItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem"}},{"HashCode":-466012027,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.AccordionItem","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.AccordionItem","Attributes":[{"Name":"@bind-Expanded","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Expanded","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Expanded' property and a change event delegate to the 'ExpandedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Expanded"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Expanded","Components.Bind.ChangeAttribute":"ExpandedChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.AccordionItem","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":179350483,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfAccordion","Attributes":[{"Name":"@bind-ExpandedIndices","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedIndices","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedIndices"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedIndices","Components.Bind.ChangeAttribute":"ExpandedIndicesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion"}},{"HashCode":-1714080423,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfAccordion","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfAccordion","Attributes":[{"Name":"@bind-ExpandedIndices","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedIndices","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedIndices' property and a change event delegate to the 'ExpandedIndicesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedIndices"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedIndices","Components.Bind.ChangeAttribute":"ExpandedIndicesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfAccordion","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-554262744,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfBreadcrumb","Attributes":[{"Name":"@bind-ActiveItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ActiveItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ActiveItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ActiveItem","Components.Bind.ChangeAttribute":"ActiveItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb"}},{"HashCode":-1021319785,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfBreadcrumb","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Attributes":[{"Name":"@bind-ActiveItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ActiveItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ActiveItem' property and a change event delegate to the 'ActiveItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ActiveItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ActiveItem","Components.Bind.ChangeAttribute":"ActiveItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfBreadcrumb","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1482212149,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSidebar","Attributes":[{"Name":"@bind-IsOpen","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-IsOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"IsOpen"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"IsOpen","Components.Bind.ChangeAttribute":"IsOpenChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar"}},{"HashCode":-1841060421,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfSidebar","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfSidebar","Attributes":[{"Name":"@bind-IsOpen","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-IsOpen","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'IsOpen' property and a change event delegate to the 'IsOpenChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"IsOpen"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"IsOpen","Components.Bind.ChangeAttribute":"IsOpenChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfSidebar","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-862582803,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTab","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab"}},{"HashCode":-1165445120,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTab","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTab","Attributes":[{"Name":"@bind-SelectedItem","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedItem","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedItem' property and a change event delegate to the 'SelectedItemChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedItem"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedItem","Components.Bind.ChangeAttribute":"SelectedItemChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTab","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-224643572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-CheckedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedNodes","Components.Bind.ChangeAttribute":"CheckedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":-1606533572,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-ExpandedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedNodes","Components.Bind.ChangeAttribute":"ExpandedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":486073753,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeView","Attributes":[{"Name":"@bind-SelectedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedNodes","Components.Bind.ChangeAttribute":"SelectedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView"}},{"HashCode":-1362720084,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-CheckedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CheckedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CheckedNodes' property and a change event delegate to the 'CheckedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CheckedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CheckedNodes","Components.Bind.ChangeAttribute":"CheckedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":360559909,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-ExpandedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ExpandedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ExpandedNodes' property and a change event delegate to the 'ExpandedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ExpandedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ExpandedNodes","Components.Bind.ChangeAttribute":"ExpandedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1499772456,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.SfTreeView","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.SfTreeView","Attributes":[{"Name":"@bind-SelectedNodes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedNodes","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedNodes' property and a change event delegate to the 'SelectedNodesChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedNodes"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedNodes","Components.Bind.ChangeAttribute":"SelectedNodesChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.SfTreeView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1553051344,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"TreeViewFieldsSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings"}},{"HashCode":171379966,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.Navigations.TreeViewFieldsSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1576785580,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":578878383,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":131122420,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PdfViewerBase","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase"}},{"HashCode":-1539628431,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":438992110,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-492215120,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.PdfViewerBase","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2074440817,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":274591625,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":1991061619,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfPdfViewer","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer"}},{"HashCode":-957280782,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-PageCount","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-PageCount","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'PageCount' property and a change event delegate to the 'PageCountChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"PageCount"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"PageCount","Components.Bind.ChangeAttribute":"PageCountChanged","Components.Bind.ExpressionAttribute":"PageCountExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":639311815,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-CurrentPageNumber","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentPageNumber","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'CurrentPageNumber' property and a change event delegate to the 'CurrentPageNumberChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentPageNumber"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentPageNumber","Components.Bind.ChangeAttribute":"CurrentPageNumberChanged","Components.Bind.ExpressionAttribute":"CurrentPageNumberExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":229735251,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Attributes":[{"Name":"@bind-ZoomValue","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-ZoomValue","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'ZoomValue' property and a change event delegate to the 'ZoomValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"ZoomValue"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"ZoomValue","Components.Bind.ChangeAttribute":"ZoomValueChanged","Components.Bind.ExpressionAttribute":"ZoomValueExpression","Common.TypeName":"Syncfusion.Blazor.PdfViewer.SfPdfViewer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":598367889,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotFieldListDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings"}},{"HashCode":35917286,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotFieldListDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-729708870,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PivotViewDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings"}},{"HashCode":-1852470218,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.PivotView.PivotViewDataSourceSettings","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":536488186,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfDialog","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog"}},{"HashCode":748830702,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Popups.SfDialog","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Popups.SfDialog","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Popups.SfDialog","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1217796191,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRichTextEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor"}},{"HashCode":-1883031431,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Syncfusion.Blazor.RichTextEditor.SfRichTextEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":16266890,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule","Attributes":[{"Name":"@bind-CurrentView","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentView","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentView"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentView","Components.Bind.ChangeAttribute":"CurrentViewChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule"}},{"HashCode":156980738,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSchedule","Attributes":[{"Name":"@bind-SelectedDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedDate","Components.Bind.ChangeAttribute":"SelectedDateChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule"}},{"HashCode":-1817335304,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule","Attributes":[{"Name":"@bind-CurrentView","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-CurrentView","TypeName":"Microsoft.AspNetCore.Components.EventCallback","IsEnum":true,"Documentation":"Binds the provided expression to the 'CurrentView' property and a change event delegate to the 'CurrentViewChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"CurrentView"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"CurrentView","Components.Bind.ChangeAttribute":"CurrentViewChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1869184919,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfSchedule","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfSchedule","Attributes":[{"Name":"@bind-SelectedDate","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-SelectedDate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'SelectedDate' property and a change event delegate to the 'SelectedDateChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"SelectedDate"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"SelectedDate","Components.Bind.ChangeAttribute":"SelectedDateChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfSchedule","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":877560912,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfRecurrenceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor"}},{"HashCode":1606167994,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Common.TypeName":"Syncfusion.Blazor.Schedule.SfRecurrenceEditor","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":245196174,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfSpinner","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner"}},{"HashCode":1566126062,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.Spinner.SfSpinner","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.Spinner.SfSpinner","Attributes":[{"Name":"@bind-Visible","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Visible","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Visible' property and a change event delegate to the 'VisibleChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Visible"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Visible","Components.Bind.ChangeAttribute":"VisibleChanged","Common.TypeName":"Syncfusion.Blazor.Spinner.SfSpinner","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1000696090,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ButtonGroupButton","Attributes":[{"Name":"@bind-Selected","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Selected"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Selected","Components.Bind.ChangeAttribute":"SelectedChanged","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton"}},{"HashCode":-341509355,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Attributes":[{"Name":"@bind-Selected","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Selected","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Selected' property and a change event delegate to the 'SelectedChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Selected"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Selected","Components.Bind.ChangeAttribute":"SelectedChanged","Common.TypeName":"Syncfusion.Blazor.SplitButtons.ButtonGroupButton","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1624586916,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"SfTreeGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid"}},{"HashCode":368846765,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.SfTreeGrid","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2058933553,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"GridRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer"}},{"HashCode":-687236328,"Kind":"Components.Bind","Name":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","AssemblyName":"Syncfusion.Blazor","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Attributes":[{"Name":"@bind-DataSource","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-DataSource","TypeName":"Microsoft.AspNetCore.Components.EventCallback>","Documentation":"Binds the provided expression to the 'DataSource' property and a change event delegate to the 'DataSourceChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"DataSource"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"DataSource","Components.Bind.ChangeAttribute":"DataSourceChanged","Common.TypeName":"Syncfusion.Blazor.TreeGrid.Internal.GridRenderer","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1864122447,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}},{"HashCode":490191036,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":877686389,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate"}},{"HashCode":899488481,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-543982663,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}},{"HashCode":184745786,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2088536480,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}},{"HashCode":622693140,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-796020349,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}},{"HashCode":646250911,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1614905710,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText"}},{"HashCode":789494904,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":282414888,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}},{"HashCode":-1742066353,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"Binds the provided expression to the 'Value' property and a change event delegate to the 'ValueChanged' property of the component.","Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Value"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Bind","Components.Bind.ValueAttribute":"Value","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":93715084,"Kind":"Components.Ref","Name":"Ref","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Populates the specified field or property with a reference to the element or component.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ref","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Ref","Name":"@ref","TypeName":"System.Object","Documentation":"Populates the specified field or property with a reference to the element or component.","Metadata":{"Common.PropertyName":"Ref","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Ref","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Ref"}},{"HashCode":-115576540,"Kind":"Components.Key","Name":"Key","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@key","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Key","Name":"@key","TypeName":"System.Object","Documentation":"Ensures that the component or element will be preserved across renders if (and only if) the supplied key value matches.","Metadata":{"Common.PropertyName":"Key","Common.DirectiveAttribute":"True"}}],"Metadata":{"Runtime.Name":"Components.None","Components.IsSpecialKind":"Components.Key","Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Key"}}],"CSharpLanguageVersion":900},"RootNamespace":"BlazorApp","Documents":[{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Disable2fa.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Disable2fa.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Login.razor","TargetPath":"Areas\\Identity\\Pages\\Account\\Login.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_ValidationScriptsPartial.cshtml","TargetPath":"Pages\\Shared\\_ValidationScriptsPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Index.razor","TargetPath":"Pages\\Index.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\AccessDenied.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\AccessDenied.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Anrede\\Anrede.razor","TargetPath":"Pages\\Admin\\Anrede\\Anrede.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ExternalLogin.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ExternalLogin.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ValidationScriptsPartial.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ValidationScriptsPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Company.razor","TargetPath":"Pages\\Company\\Company.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Administration.razor","TargetPath":"Pages\\Administration.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\EnableAuthenticator.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\EnableAuthenticator.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ResetPasswordConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ResetPasswordConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\Login.razor","TargetPath":"Shared\\Login.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Beruf\\BerufListe.razor","TargetPath":"Pages\\Admin\\Beruf\\BerufListe.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_ViewImports.cshtml","TargetPath":"Pages\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Counter.razor","TargetPath":"Pages\\Counter.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_Layout.cshtml","TargetPath":"Pages\\Shared\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_StatusMessage.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_StatusMessage.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\CompanyContact.razor","TargetPath":"Pages\\Company\\CompanyContact.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\SetPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\SetPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\TeacherStudent.razor","TargetPath":"Pages\\Teacher\\TeacherStudent.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\LBDemo.razor","TargetPath":"Pages\\Teacher\\LBDemo.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Index.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Index.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ResetPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ResetPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\PersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\PersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Shared\\_LoginPartial.cshtml","TargetPath":"Pages\\Shared\\_LoginPartial.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Student\\Student.razor","TargetPath":"Pages\\Admin\\Student\\Student.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\FetchData.razor","TargetPath":"Pages\\FetchData.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ExternalLogins.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ExternalLogins.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\Email.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\Email.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterCompany.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterCompany.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Dashboard.razor","TargetPath":"Pages\\Company\\Dashboard.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\LoginWithRecoveryCode.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\LoginWithRecoveryCode.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\DownloadPersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\DownloadPersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ResetAuthenticator.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ResetAuthenticator.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Login.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Login.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ShowRecoveryCodes.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ShowRecoveryCodes.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_ManageNav.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_ManageNav.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Teacher\\Teacher.razor","TargetPath":"Pages\\Admin\\Teacher\\Teacher.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Berufsangebot.razor","TargetPath":"Pages\\Company\\Berufsangebot.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\LoginWith2fa.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\LoginWith2fa.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_Layout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Zuteilung\\Zuteilung.razor","TargetPath":"Pages\\Admin\\Zuteilung\\Zuteilung.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\ShowConfig.razor","TargetPath":"Pages\\ShowConfig.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\TwoFactorAuthentication.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\TwoFactorAuthentication.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Buttons.razor","TargetPath":"Pages\\Buttons.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_Host.cshtml","TargetPath":"Pages\\_Host.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ConfirmEmail.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ConfirmEmail.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Lockout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Lockout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ForgotPasswordConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ForgotPasswordConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\_ViewStart.cshtml","TargetPath":"Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Error.cshtml","TargetPath":"Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\AspNetUserRolle.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\AspNetUserRolle.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Component.razor","TargetPath":"Pages\\Component.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterTeacher.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterTeacher.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Reporting\\Reporting.razor","TargetPath":"Pages\\Reporting\\Reporting.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\AspNetUsers.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\AspNetUsers.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\DeletePersonalData.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\DeletePersonalData.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\GenerateRecoveryCodes.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\GenerateRecoveryCodes.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Zeiten\\Zeitenlist.razor","TargetPath":"Pages\\Admin\\Zeiten\\Zeitenlist.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Error.cshtml","TargetPath":"Areas\\Identity\\Pages\\Error.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Optionen\\OptionenList.razor","TargetPath":"Pages\\Admin\\Optionen\\OptionenList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\_Imports.razor","TargetPath":"_Imports.razor","FileKind":"componentImport"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Logout.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Logout.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\NavMenu.razor","TargetPath":"Shared\\NavMenu.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\KlassenTyp\\KlassentypList.razor","TargetPath":"Pages\\Admin\\KlassenTyp\\KlassentypList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\MainLayout.razor","TargetPath":"Shared\\MainLayout.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Shared\\SurveyPrompt.razor","TargetPath":"Shared\\SurveyPrompt.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\_StatusMessage.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\_StatusMessage.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\RegisterConfirmation.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\RegisterConfirmation.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ConfirmEmailChange.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ConfirmEmailChange.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Schulhaus\\SchulhausList.razor","TargetPath":"Pages\\Admin\\Schulhaus\\SchulhausList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\Teacher.razor","TargetPath":"Pages\\Teacher\\Teacher.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\App.razor","TargetPath":"App.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\Company\\Company.razor","TargetPath":"Pages\\Admin\\Company\\Company.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\ScriptGenerator.razor","TargetPath":"Pages\\Admin\\ScriptGenerator.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ViewStart.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Register.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Register.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Teacher\\Dashboard.razor","TargetPath":"Pages\\Teacher\\Dashboard.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Company\\Test.razor","TargetPath":"Pages\\Company\\Test.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\Manage\\ChangePassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\Manage\\ChangePassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\User\\UserList.razor","TargetPath":"Pages\\Admin\\User\\UserList.razor","FileKind":"component"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\_ViewImports.cshtml","TargetPath":"Areas\\Identity\\Pages\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Areas\\Identity\\Pages\\Account\\ForgotPassword.cshtml","TargetPath":"Areas\\Identity\\Pages\\Account\\ForgotPassword.cshtml","FileKind":"mvc"},{"FilePath":"E:\\Software-Projekte\\Lehrlingsparcours\\Core\\BWPM\\BlazorApp\\Pages\\Admin\\AspNetUsers\\UserRollen.razor","TargetPath":"Pages\\Admin\\AspNetUsers\\UserRollen.razor","FileKind":"component"}],"SerializationFormat":"0.2"} \ No newline at end of file diff --git a/BlazorApp/obj/Debug/net5.0/ref/BlazorApp.dll b/BlazorApp/obj/Debug/net5.0/ref/BlazorApp.dll index 5cac184..2fd6196 100644 Binary files a/BlazorApp/obj/Debug/net5.0/ref/BlazorApp.dll and b/BlazorApp/obj/Debug/net5.0/ref/BlazorApp.dll differ diff --git a/BlazorApp/obj/Debug/net5.0/zh/BlazorApp.resources.dll b/BlazorApp/obj/Debug/net5.0/zh/BlazorApp.resources.dll index ba2e015..0fb1838 100644 Binary files a/BlazorApp/obj/Debug/net5.0/zh/BlazorApp.resources.dll and b/BlazorApp/obj/Debug/net5.0/zh/BlazorApp.resources.dll differ diff --git a/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.assets.cache b/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.assets.cache index 530cb8f..ac13803 100644 Binary files a/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.assets.cache and b/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.assets.cache differ diff --git a/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.csproj.AssemblyReference.cache b/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.csproj.AssemblyReference.cache index b9dea7b..f8024b5 100644 Binary files a/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.csproj.AssemblyReference.cache and b/CoreWebAPI1/obj/Debug/netcoreapp3.1/BWPMService.csproj.AssemblyReference.cache differ diff --git a/Models/obj/Debug/netcoreapp3.1/BWPMModels.assets.cache b/Models/obj/Debug/netcoreapp3.1/BWPMModels.assets.cache index c544135..2ad3886 100644 Binary files a/Models/obj/Debug/netcoreapp3.1/BWPMModels.assets.cache and b/Models/obj/Debug/netcoreapp3.1/BWPMModels.assets.cache differ diff --git a/Models/obj/Debug/netcoreapp3.1/BWPMModels.csproj.AssemblyReference.cache b/Models/obj/Debug/netcoreapp3.1/BWPMModels.csproj.AssemblyReference.cache index afea4ad..ef9e644 100644 Binary files a/Models/obj/Debug/netcoreapp3.1/BWPMModels.csproj.AssemblyReference.cache and b/Models/obj/Debug/netcoreapp3.1/BWPMModels.csproj.AssemblyReference.cache differ